[INFO] updating cached repository https://github.com/ozmorph/testract
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 95da098d144128da7534fd5a245ff578d2ba806c
[INFO] checking ozmorph/testract against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fozmorph%2Ftestract" "/workspace/builds/worker-4/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/ozmorph/testract on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/ozmorph/testract
[INFO] finished tweaking git repo https://github.com/ozmorph/testract
[INFO] tweaked toml for git repo https://github.com/ozmorph/testract written to /workspace/builds/worker-4/source/Cargo.toml
[INFO] crate git repo https://github.com/ozmorph/testract already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 833ac558ca650c0c5f05423fae2ab66b1ed62b27adec8a711647bc74268519cc
[INFO] running `"docker" "start" "-a" "833ac558ca650c0c5f05423fae2ab66b1ed62b27adec8a711647bc74268519cc"`
[INFO] [stderr]    Compiling rustc-demangle v0.1.9
[INFO] [stderr]    Compiling pulldown-cmark v0.2.0
[INFO] [stderr]    Compiling same-file v1.0.4
[INFO] [stderr]    Compiling bytecount v0.4.0
[INFO] [stderr]    Compiling backtrace-sys v0.1.23
[INFO] [stderr]    Compiling lz4-sys v1.8.3
[INFO] [stderr]    Compiling libz-sys v1.0.18
[INFO] [stderr]    Compiling libc v0.2.44
[INFO] [stderr]    Compiling serde v1.0.80
[INFO] [stderr]     Checking clap v2.32.0
[INFO] [stderr]     Checking crc32fast v1.1.2
[INFO] [stderr]     Checking memchr v2.0.1
[INFO] [stderr]     Checking rand v0.4.2
[INFO] [stderr]    Compiling walkdir v2.2.7
[INFO] [stderr]    Compiling syn v0.15.22
[INFO] [stderr]     Checking nom v4.1.1
[INFO] [stderr]     Checking twox-hash v1.1.1
[INFO] [stderr]    Compiling backtrace v0.3.9
[INFO] [stderr]     Checking flate2 v1.0.6
[INFO] [stderr]    Compiling tempdir v0.3.7
[INFO] [stderr]    Compiling error-chain v0.12.0
[INFO] [stderr]     Checking failure v0.1.3
[INFO] [stderr]    Compiling serde_derive v1.0.80
[INFO] [stderr]    Compiling serde_json v1.0.33
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]    Compiling cargo_metadata v0.6.3
[INFO] [stderr]    Compiling skeptic v0.13.4
[INFO] [stderr]    Compiling lz4 v1.23.1
[INFO] [stderr]     Checking testract v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: unused doc comment
[INFO] [stderr]   --> src/ba2/fallout4.rs:77:1
[INFO] [stderr]    |
[INFO] [stderr] 77 | /// Parses metadata for the entire Fallout 4 .ba2 archive
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr]    |
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]   --> src/lib.rs:15:9
[INFO] [stderr]    |
[INFO] [stderr] 15 | #![deny(warnings)]
[INFO] [stderr]    |         ^^^^^^^^
[INFO] [stderr]    = note: `#[deny(unused_doc_comments)]` implied by `#[deny(warnings)]`
[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] error: unused doc comment
[INFO] [stderr]   --> src/ba2/fallout4.rs:78:1
[INFO] [stderr]    |
[INFO] [stderr] 78 | ///
[INFO] [stderr]    | ^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]   --> src/ba2/fallout4.rs:79:1
[INFO] [stderr]    |
[INFO] [stderr] 79 | /// Encoded format
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]   --> src/ba2/fallout4.rs:80:1
[INFO] [stderr]    |
[INFO] [stderr] 80 | /// ```
[INFO] [stderr]    | ^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]   --> src/ba2/fallout4.rs:81:1
[INFO] [stderr]    |
[INFO] [stderr] 81 | /// ------------------------
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]   --> src/ba2/fallout4.rs:82:1
[INFO] [stderr]    |
[INFO] [stderr] 82 | /// version             u32
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]   --> src/ba2/fallout4.rs:83:1
[INFO] [stderr]    |
[INFO] [stderr] 83 | /// file_type           char[4]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]   --> src/ba2/fallout4.rs:84:1
[INFO] [stderr]    |
[INFO] [stderr] 84 | /// file_count          u32
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]   --> src/ba2/fallout4.rs:85:1
[INFO] [stderr]    |
[INFO] [stderr] 85 | /// name_table_offset   u32
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]   --> src/ba2/fallout4.rs:86:1
[INFO] [stderr]    |
[INFO] [stderr] 86 | /// ------------------------
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]   --> src/ba2/fallout4.rs:87:1
[INFO] [stderr]    |
[INFO] [stderr] 87 | /// ```
[INFO] [stderr]    | ^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:108:1
[INFO] [stderr]     |
[INFO] [stderr] 108 | /// Parses all of the file metadata for a general .ba2 archive
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:109:1
[INFO] [stderr]     |
[INFO] [stderr] 109 | ///
[INFO] [stderr]     | ^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:110:1
[INFO] [stderr]     |
[INFO] [stderr] 110 | /// Encoded format for non-textures
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:111:1
[INFO] [stderr]     |
[INFO] [stderr] 111 | /// ```
[INFO] [stderr]     | ^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:112:1
[INFO] [stderr]     |
[INFO] [stderr] 112 | /// ------------------------
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:113:1
[INFO] [stderr]     |
[INFO] [stderr] 113 | /// name_hash           u32
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:114:1
[INFO] [stderr]     |
[INFO] [stderr] 114 | /// extension           char[4]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:115:1
[INFO] [stderr]     |
[INFO] [stderr] 115 | /// dir_hash            u32
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:116:1
[INFO] [stderr]     |
[INFO] [stderr] 116 | /// unknown_flags       u32
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:117:1
[INFO] [stderr]     |
[INFO] [stderr] 117 | /// content_offset      u64
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:118:1
[INFO] [stderr]     |
[INFO] [stderr] 118 | /// compressed_size     u32
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:119:1
[INFO] [stderr]     |
[INFO] [stderr] 119 | /// uncompressed_size   u32
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:120:1
[INFO] [stderr]     |
[INFO] [stderr] 120 | /// magic               0xBAADFOOD
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:121:1
[INFO] [stderr]     |
[INFO] [stderr] 121 | /// ------------------------
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:122:1
[INFO] [stderr]     |
[INFO] [stderr] 122 | /// ```
[INFO] [stderr]     | ^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:154:1
[INFO] [stderr]     |
[INFO] [stderr] 154 | /// Parses header information about one texture from a texture .ba2 file
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:155:1
[INFO] [stderr]     |
[INFO] [stderr] 155 | ///
[INFO] [stderr]     | ^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:156:1
[INFO] [stderr]     |
[INFO] [stderr] 156 | /// Encoded format
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:157:1
[INFO] [stderr]     |
[INFO] [stderr] 157 | /// ```
[INFO] [stderr]     | ^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:158:1
[INFO] [stderr]     |
[INFO] [stderr] 158 | /// ------------------------
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:159:1
[INFO] [stderr]     |
[INFO] [stderr] 159 | /// name_hash           u32
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:160:1
[INFO] [stderr]     |
[INFO] [stderr] 160 | /// extension           char[4]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:161:1
[INFO] [stderr]     |
[INFO] [stderr] 161 | /// dir_hash            u32
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:162:1
[INFO] [stderr]     |
[INFO] [stderr] 162 | /// unknown             u8
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:163:1
[INFO] [stderr]     |
[INFO] [stderr] 163 | /// num_chunks          u8
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:164:1
[INFO] [stderr]     |
[INFO] [stderr] 164 | /// chunk_header_size   u16
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:165:1
[INFO] [stderr]     |
[INFO] [stderr] 165 | /// height              u16
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:166:1
[INFO] [stderr]     |
[INFO] [stderr] 166 | /// width               u16
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:167:1
[INFO] [stderr]     |
[INFO] [stderr] 167 | /// num_mipmaps         u8
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:168:1
[INFO] [stderr]     |
[INFO] [stderr] 168 | /// dxgi_format         u8
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:169:1
[INFO] [stderr]     |
[INFO] [stderr] 169 | /// unknown_2           u16
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:170:1
[INFO] [stderr]     |
[INFO] [stderr] 170 | /// ------------------------
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:171:1
[INFO] [stderr]     |
[INFO] [stderr] 171 | /// ```
[INFO] [stderr]     | ^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:200:1
[INFO] [stderr]     |
[INFO] [stderr] 200 | /// Parses all chunks for a single texture file
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:201:1
[INFO] [stderr]     |
[INFO] [stderr] 201 | ///
[INFO] [stderr]     | ^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:202:1
[INFO] [stderr]     |
[INFO] [stderr] 202 | /// Encoded format for a single texture chunk
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:203:1
[INFO] [stderr]     |
[INFO] [stderr] 203 | /// ```
[INFO] [stderr]     | ^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:204:1
[INFO] [stderr]     |
[INFO] [stderr] 204 | /// ------------------------
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:205:1
[INFO] [stderr]     |
[INFO] [stderr] 205 | /// content_offset      u64
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:206:1
[INFO] [stderr]     |
[INFO] [stderr] 206 | /// compressed_size     u32
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:207:1
[INFO] [stderr]     |
[INFO] [stderr] 207 | /// uncompressed_size   u32
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:208:1
[INFO] [stderr]     |
[INFO] [stderr] 208 | /// mipmap_start        u16
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:209:1
[INFO] [stderr]     |
[INFO] [stderr] 209 | /// mipmap_end          u16
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:210:1
[INFO] [stderr]     |
[INFO] [stderr] 210 | /// magic               0xBAADFOOD
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:211:1
[INFO] [stderr]     |
[INFO] [stderr] 211 | /// ------------------------
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:212:1
[INFO] [stderr]     |
[INFO] [stderr] 212 | /// ```
[INFO] [stderr]     | ^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]   --> src/ba2/fallout4.rs:77:1
[INFO] [stderr]    |
[INFO] [stderr] 77 | /// Parses metadata for the entire Fallout 4 .ba2 archive
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr]    |
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]   --> src/lib.rs:15:9
[INFO] [stderr]    |
[INFO] [stderr] 15 | #![deny(warnings)]
[INFO] [stderr]    |         ^^^^^^^^
[INFO] [stderr]    = note: `#[deny(unused_doc_comments)]` implied by `#[deny(warnings)]`
[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] error: unused doc comment
[INFO] [stderr]   --> src/ba2/fallout4.rs:78:1
[INFO] [stderr]    |
[INFO] [stderr] 78 | ///
[INFO] [stderr]    | ^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]   --> src/ba2/fallout4.rs:79:1
[INFO] [stderr]    |
[INFO] [stderr] 79 | /// Encoded format
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]   --> src/ba2/fallout4.rs:80:1
[INFO] [stderr]    |
[INFO] [stderr] 80 | /// ```
[INFO] [stderr]    | ^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]   --> src/ba2/fallout4.rs:81:1
[INFO] [stderr]    |
[INFO] [stderr] 81 | /// ------------------------
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]   --> src/ba2/fallout4.rs:82:1
[INFO] [stderr]    |
[INFO] [stderr] 82 | /// version             u32
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]   --> src/ba2/fallout4.rs:83:1
[INFO] [stderr]    |
[INFO] [stderr] 83 | /// file_type           char[4]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]   --> src/ba2/fallout4.rs:84:1
[INFO] [stderr]    |
[INFO] [stderr] 84 | /// file_count          u32
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]   --> src/ba2/fallout4.rs:85:1
[INFO] [stderr]    |
[INFO] [stderr] 85 | /// name_table_offset   u32
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]   --> src/ba2/fallout4.rs:86:1
[INFO] [stderr]    |
[INFO] [stderr] 86 | /// ------------------------
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]   --> src/ba2/fallout4.rs:87:1
[INFO] [stderr]    |
[INFO] [stderr] 87 | /// ```
[INFO] [stderr]    | ^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:108:1
[INFO] [stderr]     |
[INFO] [stderr] 108 | /// Parses all of the file metadata for a general .ba2 archive
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:109:1
[INFO] [stderr]     |
[INFO] [stderr] 109 | ///
[INFO] [stderr]     | ^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:110:1
[INFO] [stderr]     |
[INFO] [stderr] 110 | /// Encoded format for non-textures
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:111:1
[INFO] [stderr]     |
[INFO] [stderr] 111 | /// ```
[INFO] [stderr]     | ^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:112:1
[INFO] [stderr]     |
[INFO] [stderr] 112 | /// ------------------------
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:113:1
[INFO] [stderr]     |
[INFO] [stderr] 113 | /// name_hash           u32
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:114:1
[INFO] [stderr]     |
[INFO] [stderr] 114 | /// extension           char[4]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:115:1
[INFO] [stderr]     |
[INFO] [stderr] 115 | /// dir_hash            u32
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:116:1
[INFO] [stderr]     |
[INFO] [stderr] 116 | /// unknown_flags       u32
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:117:1
[INFO] [stderr]     |
[INFO] [stderr] 117 | /// content_offset      u64
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:118:1
[INFO] [stderr]     |
[INFO] [stderr] 118 | /// compressed_size     u32
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:119:1
[INFO] [stderr]     |
[INFO] [stderr] 119 | /// uncompressed_size   u32
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:120:1
[INFO] [stderr]     |
[INFO] [stderr] 120 | /// magic               0xBAADFOOD
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:121:1
[INFO] [stderr]     |
[INFO] [stderr] 121 | /// ------------------------
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:122:1
[INFO] [stderr]     |
[INFO] [stderr] 122 | /// ```
[INFO] [stderr]     | ^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:154:1
[INFO] [stderr]     |
[INFO] [stderr] 154 | /// Parses header information about one texture from a texture .ba2 file
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:155:1
[INFO] [stderr]     |
[INFO] [stderr] 155 | ///
[INFO] [stderr]     | ^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:156:1
[INFO] [stderr]     |
[INFO] [stderr] 156 | /// Encoded format
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:157:1
[INFO] [stderr]     |
[INFO] [stderr] 157 | /// ```
[INFO] [stderr]     | ^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:158:1
[INFO] [stderr]     |
[INFO] [stderr] 158 | /// ------------------------
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:159:1
[INFO] [stderr]     |
[INFO] [stderr] 159 | /// name_hash           u32
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:160:1
[INFO] [stderr]     |
[INFO] [stderr] 160 | /// extension           char[4]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:161:1
[INFO] [stderr]     |
[INFO] [stderr] 161 | /// dir_hash            u32
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:162:1
[INFO] [stderr]     |
[INFO] [stderr] 162 | /// unknown             u8
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:163:1
[INFO] [stderr]     |
[INFO] [stderr] 163 | /// num_chunks          u8
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:164:1
[INFO] [stderr]     |
[INFO] [stderr] 164 | /// chunk_header_size   u16
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:165:1
[INFO] [stderr]     |
[INFO] [stderr] 165 | /// height              u16
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:166:1
[INFO] [stderr]     |
[INFO] [stderr] 166 | /// width               u16
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:167:1
[INFO] [stderr]     |
[INFO] [stderr] 167 | /// num_mipmaps         u8
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:168:1
[INFO] [stderr]     |
[INFO] [stderr] 168 | /// dxgi_format         u8
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:169:1
[INFO] [stderr]     |
[INFO] [stderr] 169 | /// unknown_2           u16
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:170:1
[INFO] [stderr]     |
[INFO] [stderr] 170 | /// ------------------------
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:171:1
[INFO] [stderr]     |
[INFO] [stderr] 171 | /// ```
[INFO] [stderr]     | ^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:200:1
[INFO] [stderr]     |
[INFO] [stderr] 200 | /// Parses all chunks for a single texture file
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:201:1
[INFO] [stderr]     |
[INFO] [stderr] 201 | ///
[INFO] [stderr]     | ^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:202:1
[INFO] [stderr]     |
[INFO] [stderr] 202 | /// Encoded format for a single texture chunk
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:203:1
[INFO] [stderr]     |
[INFO] [stderr] 203 | /// ```
[INFO] [stderr]     | ^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:204:1
[INFO] [stderr]     |
[INFO] [stderr] 204 | /// ------------------------
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:205:1
[INFO] [stderr]     |
[INFO] [stderr] 205 | /// content_offset      u64
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:206:1
[INFO] [stderr]     |
[INFO] [stderr] 206 | /// compressed_size     u32
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:207:1
[INFO] [stderr]     |
[INFO] [stderr] 207 | /// uncompressed_size   u32
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:208:1
[INFO] [stderr]     |
[INFO] [stderr] 208 | /// mipmap_start        u16
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:209:1
[INFO] [stderr]     |
[INFO] [stderr] 209 | /// mipmap_end          u16
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:210:1
[INFO] [stderr]     |
[INFO] [stderr] 210 | /// magic               0xBAADFOOD
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:211:1
[INFO] [stderr]     |
[INFO] [stderr] 211 | /// ------------------------
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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] error: unused doc comment
[INFO] [stderr]    --> src/ba2/fallout4.rs:212:1
[INFO] [stderr]     |
[INFO] [stderr] 212 | /// ```
[INFO] [stderr]     | ^^^^^^^ rustdoc does not generate documentation for macros
[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] error: aborting due to 57 previous errors
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 57 previous errors
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `testract`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `testract`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "833ac558ca650c0c5f05423fae2ab66b1ed62b27adec8a711647bc74268519cc"`
[INFO] running `"docker" "rm" "-f" "833ac558ca650c0c5f05423fae2ab66b1ed62b27adec8a711647bc74268519cc"`
[INFO] [stdout] 833ac558ca650c0c5f05423fae2ab66b1ed62b27adec8a711647bc74268519cc
