[INFO] updating cached repository nharward/nom-gzip [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/nharward/nom-gzip [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/nharward/nom-gzip" "work/ex/pr-58948/sources/master#0f88167f89fffe321590c5148f21b7d51d44388d/gh/nharward/nom-gzip"` [INFO] [stderr] Cloning into 'work/ex/pr-58948/sources/master#0f88167f89fffe321590c5148f21b7d51d44388d/gh/nharward/nom-gzip'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/nharward/nom-gzip" "work/ex/pr-58948/sources/try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b/gh/nharward/nom-gzip"` [INFO] [stderr] Cloning into 'work/ex/pr-58948/sources/try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b/gh/nharward/nom-gzip'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 180b3161e90a262cd24a9b87c617556c6f371b29 [INFO] sha for GitHub repo nharward/nom-gzip: 180b3161e90a262cd24a9b87c617556c6f371b29 [INFO] validating manifest of nharward/nom-gzip on toolchain master#0f88167f89fffe321590c5148f21b7d51d44388d [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+0f88167f89fffe321590c5148f21b7d51d44388d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of nharward/nom-gzip on toolchain try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing nharward/nom-gzip [INFO] finished frobbing nharward/nom-gzip [INFO] frobbed toml for nharward/nom-gzip written to work/ex/pr-58948/sources/master#0f88167f89fffe321590c5148f21b7d51d44388d/gh/nharward/nom-gzip/Cargo.toml [INFO] started frobbing nharward/nom-gzip [INFO] finished frobbing nharward/nom-gzip [INFO] frobbed toml for nharward/nom-gzip written to work/ex/pr-58948/sources/try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b/gh/nharward/nom-gzip/Cargo.toml [INFO] crate nharward/nom-gzip already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+0f88167f89fffe321590c5148f21b7d51d44388d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking nharward/nom-gzip against try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b for pr-58948 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-58948/worker-3/try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-58948/sources/try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b/gh/nharward/nom-gzip:/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" "+a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] a27b267157998aaab6a230f5f450abc887f5e06f177677ab83cd8ebf8a6d94e5 [INFO] running `"docker" "start" "-a" "a27b267157998aaab6a230f5f450abc887f5e06f177677ab83cd8ebf8a6d94e5"` [INFO] [stderr] Checking memchr v1.0.1 [INFO] [stderr] Checking nom v3.2.0 [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 3.41s [INFO] running `"docker" "inspect" "a27b267157998aaab6a230f5f450abc887f5e06f177677ab83cd8ebf8a6d94e5"` [INFO] running `"docker" "rm" "-f" "a27b267157998aaab6a230f5f450abc887f5e06f177677ab83cd8ebf8a6d94e5"` [INFO] [stdout] a27b267157998aaab6a230f5f450abc887f5e06f177677ab83cd8ebf8a6d94e5