[INFO] updating cached repository https://github.com/ozmorph/testract [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] testing ozmorph/testract against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fozmorph%2Ftestract" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ozmorph/testract on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "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 work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/ozmorph/testract already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] af24ea4b14547a03563f37fb8dd9e7a6bdfa6a5ca50db9b5cd3b2c8f0c345aac [INFO] running `"docker" "start" "-a" "af24ea4b14547a03563f37fb8dd9e7a6bdfa6a5ca50db9b5cd3b2c8f0c345aac"` [INFO] [stderr] Compiling cc v1.0.25 [INFO] [stderr] Compiling libc v0.2.44 [INFO] [stderr] Compiling proc-macro2 v0.4.24 [INFO] [stderr] Compiling serde v1.0.80 [INFO] [stderr] Compiling rustc-demangle v0.1.9 [INFO] [stderr] Compiling cfg-if v0.1.4 [INFO] [stderr] Compiling pulldown-cmark v0.2.0 [INFO] [stderr] Compiling same-file v1.0.4 [INFO] [stderr] Compiling remove_dir_all v0.5.1 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling bytecount v0.4.0 [INFO] [stderr] Compiling pkg-config v0.3.12 [INFO] [stderr] Compiling crc32fast v1.1.2 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling strsim v0.7.0 [INFO] [stderr] Compiling byteorder v1.2.7 [INFO] [stderr] Compiling textwrap v0.10.0 [INFO] [stderr] Compiling walkdir v2.2.7 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling quote v0.6.10 [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 rand v0.4.2 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling syn v0.15.22 [INFO] [stderr] Compiling nom v4.1.1 [INFO] [stderr] Compiling flate2 v1.0.6 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling twox-hash v1.1.1 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling error-chain v0.12.0 [INFO] [stderr] Compiling 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] Compiling testract v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: 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] 78 | | /// [INFO] [stderr] 79 | | /// Encoded format [INFO] [stderr] 80 | | /// ``` [INFO] [stderr] ... | [INFO] [stderr] 86 | | /// ------------------------ [INFO] [stderr] 87 | | /// ``` [INFO] [stderr] | |_______^ [INFO] [stderr] 88 | / named!(fo4_header_parser<&[u8], BA2Header>, [INFO] [stderr] 89 | | add_return_error!(ErrorKind::Custom(300), [INFO] [stderr] 90 | | do_parse!( [INFO] [stderr] 91 | | _file_magic: tag!("BTDX") >> [INFO] [stderr] ... | [INFO] [stderr] 105 | | ) [INFO] [stderr] 106 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:15:9 [INFO] [stderr] | [INFO] [stderr] 15 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` implied by `#[warn(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] warning: 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] 109 | | /// [INFO] [stderr] 110 | | /// Encoded format for non-textures [INFO] [stderr] 111 | | /// ``` [INFO] [stderr] ... | [INFO] [stderr] 121 | | /// ------------------------ [INFO] [stderr] 122 | | /// ``` [INFO] [stderr] | |_______^ [INFO] [stderr] 123 | / named!(fo4_general_files_parser<&[u8], Vec>, [INFO] [stderr] 124 | | many1!(complete!( [INFO] [stderr] 125 | | add_return_error!(ErrorKind::Custom(301), [INFO] [stderr] 126 | | do_parse!( [INFO] [stderr] ... | [INFO] [stderr] 151 | | )) [INFO] [stderr] 152 | | ); [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/ba2/fallout4.rs:154:1 [INFO] [stderr] | [INFO] [stderr] 154 | / /// Parses header information about one texture from a texture .ba2 file [INFO] [stderr] 155 | | /// [INFO] [stderr] 156 | | /// Encoded format [INFO] [stderr] 157 | | /// ``` [INFO] [stderr] ... | [INFO] [stderr] 170 | | /// ------------------------ [INFO] [stderr] 171 | | /// ``` [INFO] [stderr] | |_______^ [INFO] [stderr] 172 | / named!(fo4_texture_header_parser<&[u8], BA2TextureHeader>, [INFO] [stderr] 173 | | add_return_error!(ErrorKind::Custom(302), [INFO] [stderr] 174 | | do_parse!( [INFO] [stderr] 175 | | _name_hash: le_u32 >> [INFO] [stderr] ... | [INFO] [stderr] 197 | | ) [INFO] [stderr] 198 | | ); [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/ba2/fallout4.rs:200:1 [INFO] [stderr] | [INFO] [stderr] 200 | / /// Parses all chunks for a single texture file [INFO] [stderr] 201 | | /// [INFO] [stderr] 202 | | /// Encoded format for a single texture chunk [INFO] [stderr] 203 | | /// ``` [INFO] [stderr] ... | [INFO] [stderr] 211 | | /// ------------------------ [INFO] [stderr] 212 | | /// ``` [INFO] [stderr] | |_______^ [INFO] [stderr] 213 | / named!(fo4_texture_chunks_parser<&[u8], Vec>, [INFO] [stderr] 214 | | many1!(complete!( [INFO] [stderr] 215 | | add_return_error!(ErrorKind::Custom(303), [INFO] [stderr] 216 | | do_parse!( [INFO] [stderr] ... | [INFO] [stderr] 232 | | )) [INFO] [stderr] 233 | | ); [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: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:54:17 [INFO] [stderr] | [INFO] [stderr] 54 | .author(crate_authors!("\n")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:54:17 [INFO] [stderr] | [INFO] [stderr] 54 | .author(crate_authors!("\n")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.69s [INFO] running `"docker" "inspect" "af24ea4b14547a03563f37fb8dd9e7a6bdfa6a5ca50db9b5cd3b2c8f0c345aac"` [INFO] running `"docker" "rm" "-f" "af24ea4b14547a03563f37fb8dd9e7a6bdfa6a5ca50db9b5cd3b2c8f0c345aac"` [INFO] [stdout] af24ea4b14547a03563f37fb8dd9e7a6bdfa6a5ca50db9b5cd3b2c8f0c345aac [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 84b5faea05f069746d948fb97aec8d1e2f43c579acad9ca026babdcefdd0fe5f [INFO] running `"docker" "start" "-a" "84b5faea05f069746d948fb97aec8d1e2f43c579acad9ca026babdcefdd0fe5f"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling testract v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: 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] 78 | | /// [INFO] [stderr] 79 | | /// Encoded format [INFO] [stderr] 80 | | /// ``` [INFO] [stderr] ... | [INFO] [stderr] 86 | | /// ------------------------ [INFO] [stderr] 87 | | /// ``` [INFO] [stderr] | |_______^ [INFO] [stderr] 88 | / named!(fo4_header_parser<&[u8], BA2Header>, [INFO] [stderr] 89 | | add_return_error!(ErrorKind::Custom(300), [INFO] [stderr] 90 | | do_parse!( [INFO] [stderr] 91 | | _file_magic: tag!("BTDX") >> [INFO] [stderr] ... | [INFO] [stderr] 105 | | ) [INFO] [stderr] 106 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:15:9 [INFO] [stderr] | [INFO] [stderr] 15 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` implied by `#[warn(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] warning: 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] 109 | | /// [INFO] [stderr] 110 | | /// Encoded format for non-textures [INFO] [stderr] 111 | | /// ``` [INFO] [stderr] ... | [INFO] [stderr] 121 | | /// ------------------------ [INFO] [stderr] 122 | | /// ``` [INFO] [stderr] | |_______^ [INFO] [stderr] 123 | / named!(fo4_general_files_parser<&[u8], Vec>, [INFO] [stderr] 124 | | many1!(complete!( [INFO] [stderr] 125 | | add_return_error!(ErrorKind::Custom(301), [INFO] [stderr] 126 | | do_parse!( [INFO] [stderr] ... | [INFO] [stderr] 151 | | )) [INFO] [stderr] 152 | | ); [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/ba2/fallout4.rs:154:1 [INFO] [stderr] | [INFO] [stderr] 154 | / /// Parses header information about one texture from a texture .ba2 file [INFO] [stderr] 155 | | /// [INFO] [stderr] 156 | | /// Encoded format [INFO] [stderr] 157 | | /// ``` [INFO] [stderr] ... | [INFO] [stderr] 170 | | /// ------------------------ [INFO] [stderr] 171 | | /// ``` [INFO] [stderr] | |_______^ [INFO] [stderr] 172 | / named!(fo4_texture_header_parser<&[u8], BA2TextureHeader>, [INFO] [stderr] 173 | | add_return_error!(ErrorKind::Custom(302), [INFO] [stderr] 174 | | do_parse!( [INFO] [stderr] 175 | | _name_hash: le_u32 >> [INFO] [stderr] ... | [INFO] [stderr] 197 | | ) [INFO] [stderr] 198 | | ); [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/ba2/fallout4.rs:200:1 [INFO] [stderr] | [INFO] [stderr] 200 | / /// Parses all chunks for a single texture file [INFO] [stderr] 201 | | /// [INFO] [stderr] 202 | | /// Encoded format for a single texture chunk [INFO] [stderr] 203 | | /// ``` [INFO] [stderr] ... | [INFO] [stderr] 211 | | /// ------------------------ [INFO] [stderr] 212 | | /// ``` [INFO] [stderr] | |_______^ [INFO] [stderr] 213 | / named!(fo4_texture_chunks_parser<&[u8], Vec>, [INFO] [stderr] 214 | | many1!(complete!( [INFO] [stderr] 215 | | add_return_error!(ErrorKind::Custom(303), [INFO] [stderr] 216 | | do_parse!( [INFO] [stderr] ... | [INFO] [stderr] 232 | | )) [INFO] [stderr] 233 | | ); [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: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:54:17 [INFO] [stderr] | [INFO] [stderr] 54 | .author(crate_authors!("\n")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:54:17 [INFO] [stderr] | [INFO] [stderr] 54 | .author(crate_authors!("\n")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.47s [INFO] running `"docker" "inspect" "84b5faea05f069746d948fb97aec8d1e2f43c579acad9ca026babdcefdd0fe5f"` [INFO] running `"docker" "rm" "-f" "84b5faea05f069746d948fb97aec8d1e2f43c579acad9ca026babdcefdd0fe5f"` [INFO] [stdout] 84b5faea05f069746d948fb97aec8d1e2f43c579acad9ca026babdcefdd0fe5f [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+1.38.0" "test" "--frozen"` [INFO] [stdout] 0ba6dc652bca007037592b9abdc828653b64f56cede7a1df8b93fc9f9f613c7c [INFO] running `"docker" "start" "-a" "0ba6dc652bca007037592b9abdc828653b64f56cede7a1df8b93fc9f9f613c7c"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/testract-4f3fde127ccd3142 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/testract-140e1de341ec435b [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests testract [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test src/bsa/oblivion.rs - bsa::oblivion::OBFolderMetadata (line 242) ... FAILED [INFO] [stdout] test src/bsa/oblivion.rs - bsa::oblivion::OBFolderRecord (line 313) ... FAILED [INFO] [stdout] test src/bsa/morrowind.rs - bsa::morrowind (line 10) ... FAILED [INFO] [stdout] test src/bsa/oblivion.rs - bsa::oblivion::OBFileRecord (line 333) ... FAILED [INFO] [stdout] test src/bsa/morrowind.rs - bsa::morrowind::MWBSAHeader (line 111) ... FAILED [INFO] [stdout] test src/bsa/oblivion.rs - bsa::oblivion::OBFolderRecord (line 305) ... FAILED [INFO] [stdout] test src/bsa/oblivion.rs - bsa::oblivion::OBFolderMetadata (line 251) ... FAILED [INFO] [stdout] test src/bsa/morrowind.rs - bsa::morrowind::MWFileRecord (line 143) ... FAILED [INFO] [stdout] test src/bsa/oblivion.rs - bsa::oblivion::OBBSAHeader (line 185) ... FAILED [INFO] [stdout] test src/bsa/oblivion.rs - bsa::oblivion (line 10) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/bsa/oblivion.rs - bsa::oblivion::OBFolderMetadata (line 242) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `format` [INFO] [stdout] --> src/bsa/oblivion.rs:243:9 [INFO] [stdout] | [INFO] [stdout] 3 | Encoded format (for Oblivion, Fallout 3, Fallout NV, Skyrim) [INFO] [stdout] | ^^^^^^ expected one of 8 possible tokens here [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bsa/oblivion.rs - bsa::oblivion::OBFolderRecord (line 313) stdout ---- [INFO] [stdout] error: chained comparison operators require parentheses [INFO] [stdout] --> src/bsa/oblivion.rs:315:24 [INFO] [stdout] | [INFO] [stdout] 4 | | file_records | Vec | [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use `::<...>` instead of `<...>` if you meant to specify type arguments [INFO] [stdout] = help: or use `(...)` if you meant to specify fn arguments [INFO] [stdout] [INFO] [stdout] error: expected argument name, found `-` [INFO] [stdout] --> src/bsa/oblivion.rs:316:2 [INFO] [stdout] | [INFO] [stdout] 5 | ------------------------------------------- [INFO] [stdout] | ^ expected argument name [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bsa/morrowind.rs - bsa::morrowind (line 10) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `BSA` [INFO] [stdout] --> src/bsa/morrowind.rs:11:17 [INFO] [stdout] | [INFO] [stdout] 3 | Morrowind-style BSA file structure [INFO] [stdout] | ^^^ expected one of 8 possible tokens here [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bsa/oblivion.rs - bsa::oblivion::OBFileRecord (line 333) stdout ---- [INFO] [stdout] error: expected expression, found `}` [INFO] [stdout] --> src/bsa/oblivion.rs:339:1 [INFO] [stdout] | [INFO] [stdout] 8 | } [INFO] [stdout] | ^ expected expression [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bsa/morrowind.rs - bsa::morrowind::MWBSAHeader (line 111) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `char` [INFO] [stdout] --> src/bsa/morrowind.rs:113:17 [INFO] [stdout] | [INFO] [stdout] 4 | file_id char[4] [INFO] [stdout] | ^^^^ expected one of 8 possible tokens here [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bsa/oblivion.rs - bsa::oblivion::OBFolderRecord (line 305) stdout ---- [INFO] [stdout] error: chained comparison operators require parentheses [INFO] [stdout] --> src/bsa/oblivion.rs:308:24 [INFO] [stdout] | [INFO] [stdout] 5 | | file_records | Vec | [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use `::<...>` instead of `<...>` if you meant to specify type arguments [INFO] [stdout] = help: or use `(...)` if you meant to specify fn arguments [INFO] [stdout] [INFO] [stdout] error: expected argument name, found `-` [INFO] [stdout] --> src/bsa/oblivion.rs:309:2 [INFO] [stdout] | [INFO] [stdout] 6 | ------------------------------------------- [INFO] [stdout] | ^ expected argument name [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bsa/oblivion.rs - bsa::oblivion::OBFolderMetadata (line 251) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `format` [INFO] [stdout] --> src/bsa/oblivion.rs:252:9 [INFO] [stdout] | [INFO] [stdout] 3 | Encoded format (for Skyrim Special Edition) [INFO] [stdout] | ^^^^^^ expected one of 8 possible tokens here [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bsa/morrowind.rs - bsa::morrowind::MWFileRecord (line 143) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `u32` [INFO] [stdout] --> src/bsa/morrowind.rs:145:9 [INFO] [stdout] | [INFO] [stdout] 4 | size u32 [INFO] [stdout] | ^^^ expected one of 8 possible tokens here [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bsa/oblivion.rs - bsa::oblivion::OBBSAHeader (line 185) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `format` [INFO] [stdout] --> src/bsa/oblivion.rs:186:9 [INFO] [stdout] | [INFO] [stdout] 3 | Encoded format [INFO] [stdout] | ^^^^^^ expected one of 8 possible tokens here [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/bsa/oblivion.rs - bsa::oblivion (line 10) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `BSA` [INFO] [stdout] --> src/bsa/oblivion.rs:11:16 [INFO] [stdout] | [INFO] [stdout] 3 | Oblivion-style BSA file structure [INFO] [stdout] | ^^^ expected one of 8 possible tokens here [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/bsa/morrowind.rs - bsa::morrowind (line 10) [INFO] [stdout] src/bsa/morrowind.rs - bsa::morrowind::MWBSAHeader (line 111) [INFO] [stdout] src/bsa/morrowind.rs - bsa::morrowind::MWFileRecord (line 143) [INFO] [stdout] src/bsa/oblivion.rs - bsa::oblivion (line 10) [INFO] [stdout] src/bsa/oblivion.rs - bsa::oblivion::OBBSAHeader (line 185) [INFO] [stdout] src/bsa/oblivion.rs - bsa::oblivion::OBFileRecord (line 333) [INFO] [stdout] src/bsa/oblivion.rs - bsa::oblivion::OBFolderMetadata (line 242) [INFO] [stdout] src/bsa/oblivion.rs - bsa::oblivion::OBFolderMetadata (line 251) [INFO] [stdout] src/bsa/oblivion.rs - bsa::oblivion::OBFolderRecord (line 305) [INFO] [stdout] src/bsa/oblivion.rs - bsa::oblivion::OBFolderRecord (line 313) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 10 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `"docker" "inspect" "0ba6dc652bca007037592b9abdc828653b64f56cede7a1df8b93fc9f9f613c7c"` [INFO] running `"docker" "rm" "-f" "0ba6dc652bca007037592b9abdc828653b64f56cede7a1df8b93fc9f9f613c7c"` [INFO] [stdout] 0ba6dc652bca007037592b9abdc828653b64f56cede7a1df8b93fc9f9f613c7c