[INFO] cloning repository https://github.com/tomaka/astc-encoder-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tomaka/astc-encoder-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomaka%2Fastc-encoder-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomaka%2Fastc-encoder-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9395473ff74336e1b4e13f8f39bba8f5151c6aad
[INFO] documenting tomaka/astc-encoder-rust against 1.97.0-beta.6 for beta-rustdoc-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomaka%2Fastc-encoder-rust" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tomaka/astc-encoder-rust
[INFO] finished tweaking git repo https://github.com/tomaka/astc-encoder-rust
[INFO] tweaked toml for git repo https://github.com/tomaka/astc-encoder-rust written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tomaka/astc-encoder-rust on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tomaka/astc-encoder-rust already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6a49b4a5e2bee85d8e11d628d2efd7d2c38fa2fe295e438e1b21dcb98f627b14
[INFO] running `Command { std: "docker" "start" "6a49b4a5e2bee85d8e11d628d2efd7d2c38fa2fe295e438e1b21dcb98f627b14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6a49b4a5e2bee85d8e11d628d2efd7d2c38fa2fe295e438e1b21dcb98f627b14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6a49b4a5e2bee85d8e11d628d2efd7d2c38fa2fe295e438e1b21dcb98f627b14" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6a49b4a5e2bee85d8e11d628d2efd7d2c38fa2fe295e438e1b21dcb98f627b14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6a49b4a5e2bee85d8e11d628d2efd7d2c38fa2fe295e438e1b21dcb98f627b14" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]  Documenting astc-encoder-rust v0.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout]     --> bindings.rs:1118:662
[INFO] [stdout]      |
[INFO] [stdout] 1118 | ...id set of @c ASTCENC_FLG_* flag bits.\n @param[out] config    Output config struct to populate.\n\n @return @c ASTCENC_SUCCESS ...
[INFO] [stdout]      |                                                   ^^^ no item named `out` in scope
[INFO] [stdout]      |
[INFO] [stdout]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]      = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout]     --> bindings.rs:1138:9
[INFO] [stdout]      |
[INFO] [stdout] 1138 | ... = " @brief Allocate a new codec context based ...ss, or an error if context creation failed."]
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: the link appears in this line:
[INFO] [stdout]              
[INFO] [stdout]              @param[in]  config         Codec config.
[INFO] [stdout]                     ^^
[INFO] [stdout]      = note: no item named `in` in scope
[INFO] [stdout]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout]     --> bindings.rs:1138:720
[INFO] [stdout]      |
[INFO] [stdout] 1138 | ...ount   Thread count to configure for.\n @param[out] context        Location to store an opaque context pointer.\n\n @return @c ...
[INFO] [stdout]      |                                                   ^^^ no item named `out` in scope
[INFO] [stdout]      |
[INFO] [stdout]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `in,out`
[INFO] [stdout]     --> bindings.rs:1150:390
[INFO] [stdout]      |
[INFO] [stdout] 1150 | ...     context        Codec context.\n @param[in,out] image          An input image, in 2D slices.\n @param         swizzle      ...
[INFO] [stdout]      |                                                ^^^^^^ no item named `in,out` in scope
[INFO] [stdout]      |
[INFO] [stdout]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout]     --> bindings.rs:1150:9
[INFO] [stdout]      |
[INFO] [stdout] 1150 | ... = " @brief Compress an image.\n\n A single con...success, or an error if compression failed."]
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: the link appears in this line:
[INFO] [stdout]              
[INFO] [stdout]              @param[out]    data_out       Pointer to output data array.
[INFO] [stdout]                     ^^^
[INFO] [stdout]      = note: no item named `out` in scope
[INFO] [stdout]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout]     --> bindings.rs:1169:9
[INFO] [stdout]      |
[INFO] [stdout] 1169 | ... = " @brief Decompress an image.\n\n @param    ...ccess, or an error if decompression failed."]
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: the link appears in this line:
[INFO] [stdout]              
[INFO] [stdout]              @param[in]     data           Pointer to compressed data.
[INFO] [stdout]                     ^^
[INFO] [stdout]      = note: no item named `in` in scope
[INFO] [stdout]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `in,out`
[INFO] [stdout]     --> bindings.rs:1169:230
[INFO] [stdout]      |
[INFO] [stdout] 1169 | ... of the compressed data, in bytes.\n @param[in,out] image_out      Output image.\n @param         swizzle        Decompression ...
[INFO] [stdout]      |                                                ^^^^^^ no item named `in,out` in scope
[INFO] [stdout]      |
[INFO] [stdout]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized] target(s) in 21.41s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/astc_encoder_rust/index.html
[INFO] running `Command { std: "docker" "inspect" "6a49b4a5e2bee85d8e11d628d2efd7d2c38fa2fe295e438e1b21dcb98f627b14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6a49b4a5e2bee85d8e11d628d2efd7d2c38fa2fe295e438e1b21dcb98f627b14" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]  Documenting astc-encoder-rust v0.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout]     --> bindings.rs:1118:662
[INFO] [stdout]      |
[INFO] [stdout] 1118 | ...id set of @c ASTCENC_FLG_* flag bits.\n @param[out] config    Output config struct to populate.\n\n @return @c ASTCENC_SUCCESS ...
[INFO] [stdout]      |                                                   ^^^ no item named `out` in scope
[INFO] [stdout]      |
[INFO] [stdout]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]      = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout]     --> bindings.rs:1138:9
[INFO] [stdout]      |
[INFO] [stdout] 1138 | ... = " @brief Allocate a new codec context based ...ss, or an error if context creation failed."]
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: the link appears in this line:
[INFO] [stdout]              
[INFO] [stdout]              @param[in]  config         Codec config.
[INFO] [stdout]                     ^^
[INFO] [stdout]      = note: no item named `in` in scope
[INFO] [stdout]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout]     --> bindings.rs:1138:720
[INFO] [stdout]      |
[INFO] [stdout] 1138 | ...ount   Thread count to configure for.\n @param[out] context        Location to store an opaque context pointer.\n\n @return @c ...
[INFO] [stdout]      |                                                   ^^^ no item named `out` in scope
[INFO] [stdout]      |
[INFO] [stdout]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `in,out`
[INFO] [stdout]     --> bindings.rs:1150:390
[INFO] [stdout]      |
[INFO] [stdout] 1150 | ...     context        Codec context.\n @param[in,out] image          An input image, in 2D slices.\n @param         swizzle      ...
[INFO] [stdout]      |                                                ^^^^^^ no item named `in,out` in scope
[INFO] [stdout]      |
[INFO] [stdout]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout]     --> bindings.rs:1150:9
[INFO] [stdout]      |
[INFO] [stdout] 1150 | ... = " @brief Compress an image.\n\n A single con...success, or an error if compression failed."]
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: the link appears in this line:
[INFO] [stdout]              
[INFO] [stdout]              @param[out]    data_out       Pointer to output data array.
[INFO] [stdout]                     ^^^
[INFO] [stdout]      = note: no item named `out` in scope
[INFO] [stdout]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout]     --> bindings.rs:1169:9
[INFO] [stdout]      |
[INFO] [stdout] 1169 | ... = " @brief Decompress an image.\n\n @param    ...ccess, or an error if decompression failed."]
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: the link appears in this line:
[INFO] [stdout]              
[INFO] [stdout]              @param[in]     data           Pointer to compressed data.
[INFO] [stdout]                     ^^
[INFO] [stdout]      = note: no item named `in` in scope
[INFO] [stdout]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `in,out`
[INFO] [stdout]     --> bindings.rs:1169:230
[INFO] [stdout]      |
[INFO] [stdout] 1169 | ... of the compressed data, in bytes.\n @param[in,out] image_out      Output image.\n @param         swizzle        Decompression ...
[INFO] [stdout]      |                                                ^^^^^^ no item named `in,out` in scope
[INFO] [stdout]      |
[INFO] [stdout]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized] target(s) in 19.84s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/astc_encoder_rust/index.html
[INFO] running `Command { std: "docker" "inspect" "6a49b4a5e2bee85d8e11d628d2efd7d2c38fa2fe295e438e1b21dcb98f627b14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6a49b4a5e2bee85d8e11d628d2efd7d2c38fa2fe295e438e1b21dcb98f627b14", kill_on_drop: false }`
[INFO] [stdout] 6a49b4a5e2bee85d8e11d628d2efd7d2c38fa2fe295e438e1b21dcb98f627b14
