[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.86.0 for beta-1.87-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomaka%2Fastc-encoder-rust" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tomaka/astc-encoder-rust on toolchain 1.86.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.86.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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-3-tc1/source/Cargo.toml [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.86.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 87bd0e4854af7b4393de0a745e3943d70075a46a360aa865ef576b5523ac0eb5 [INFO] running `Command { std: "docker" "start" "-a" "87bd0e4854af7b4393de0a745e3943d70075a46a360aa865ef576b5523ac0eb5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "87bd0e4854af7b4393de0a745e3943d70075a46a360aa865ef576b5523ac0eb5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "87bd0e4854af7b4393de0a745e3943d70075a46a360aa865ef576b5523ac0eb5", kill_on_drop: false }` [INFO] [stdout] 87bd0e4854af7b4393de0a745e3943d70075a46a360aa865ef576b5523ac0eb5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c343a28d0351d64f663e7aec9bfd8c648acd66a7f7bf9000d597925b76bf6549 [INFO] running `Command { std: "docker" "start" "-a" "c343a28d0351d64f663e7aec9bfd8c648acd66a7f7bf9000d597925b76bf6549", 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] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_color_quantize_cbe.rs:1437:17 [INFO] [stdout] | [INFO] [stdout] 1437 | init [INFO] [stdout] | ^^^^ expected `l_array_4_uint32_t`, found a different `l_array_4_uint32_t` [INFO] [stdout] | [INFO] [stdout] = note: `l_array_4_uint32_t` and `l_array_4_uint32_t` have similar names, but are actually distinct types [INFO] [stdout] note: `l_array_4_uint32_t` is defined in module `crate::src::astcenc_averages_and_directions_cbe` of the current crate [INFO] [stdout] --> src/astcenc_averages_and_directions_cbe.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | pub struct l_array_4_uint32_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `l_array_4_uint32_t` is defined in module `crate::src::astcenc_color_quantize_cbe` of the current crate [INFO] [stdout] --> src/astcenc_color_quantize_cbe.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | pub struct l_array_4_uint32_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_color_quantize_cbe.rs:1443:17 [INFO] [stdout] | [INFO] [stdout] 1443 | init [INFO] [stdout] | ^^^^ expected `l_array_4_uint32_t`, found a different `l_array_4_uint32_t` [INFO] [stdout] | [INFO] [stdout] = note: `l_array_4_uint32_t` and `l_array_4_uint32_t` have similar names, but are actually distinct types [INFO] [stdout] note: `l_array_4_uint32_t` is defined in module `crate::src::astcenc_averages_and_directions_cbe` of the current crate [INFO] [stdout] --> src/astcenc_averages_and_directions_cbe.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | pub struct l_array_4_uint32_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `l_array_4_uint32_t` is defined in module `crate::src::astcenc_color_quantize_cbe` of the current crate [INFO] [stdout] --> src/astcenc_color_quantize_cbe.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | pub struct l_array_4_uint32_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_color_quantize_cbe.rs:1449:17 [INFO] [stdout] | [INFO] [stdout] 1449 | init [INFO] [stdout] | ^^^^ expected `l_array_4_uint32_t`, found a different `l_array_4_uint32_t` [INFO] [stdout] | [INFO] [stdout] = note: `l_array_4_uint32_t` and `l_array_4_uint32_t` have similar names, but are actually distinct types [INFO] [stdout] note: `l_array_4_uint32_t` is defined in module `crate::src::astcenc_averages_and_directions_cbe` of the current crate [INFO] [stdout] --> src/astcenc_averages_and_directions_cbe.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | pub struct l_array_4_uint32_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `l_array_4_uint32_t` is defined in module `crate::src::astcenc_color_quantize_cbe` of the current crate [INFO] [stdout] --> src/astcenc_color_quantize_cbe.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | pub struct l_array_4_uint32_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_color_quantize_cbe.rs:1455:17 [INFO] [stdout] | [INFO] [stdout] 1455 | init [INFO] [stdout] | ^^^^ expected `l_array_4_uint32_t`, found a different `l_array_4_uint32_t` [INFO] [stdout] | [INFO] [stdout] = note: `l_array_4_uint32_t` and `l_array_4_uint32_t` have similar names, but are actually distinct types [INFO] [stdout] note: `l_array_4_uint32_t` is defined in module `crate::src::astcenc_averages_and_directions_cbe` of the current crate [INFO] [stdout] --> src/astcenc_averages_and_directions_cbe.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | pub struct l_array_4_uint32_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `l_array_4_uint32_t` is defined in module `crate::src::astcenc_color_quantize_cbe` of the current crate [INFO] [stdout] --> src/astcenc_color_quantize_cbe.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | pub struct l_array_4_uint32_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_color_quantize_cbe.rs:1461:17 [INFO] [stdout] | [INFO] [stdout] 1461 | init [INFO] [stdout] | ^^^^ expected `l_array_4_uint32_t`, found a different `l_array_4_uint32_t` [INFO] [stdout] | [INFO] [stdout] = note: `l_array_4_uint32_t` and `l_array_4_uint32_t` have similar names, but are actually distinct types [INFO] [stdout] note: `l_array_4_uint32_t` is defined in module `crate::src::astcenc_averages_and_directions_cbe` of the current crate [INFO] [stdout] --> src/astcenc_averages_and_directions_cbe.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | pub struct l_array_4_uint32_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `l_array_4_uint32_t` is defined in module `crate::src::astcenc_color_quantize_cbe` of the current crate [INFO] [stdout] --> src/astcenc_color_quantize_cbe.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | pub struct l_array_4_uint32_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_color_quantize_cbe.rs:1467:17 [INFO] [stdout] | [INFO] [stdout] 1467 | init [INFO] [stdout] | ^^^^ expected `l_array_4_uint32_t`, found a different `l_array_4_uint32_t` [INFO] [stdout] | [INFO] [stdout] = note: `l_array_4_uint32_t` and `l_array_4_uint32_t` have similar names, but are actually distinct types [INFO] [stdout] note: `l_array_4_uint32_t` is defined in module `crate::src::astcenc_averages_and_directions_cbe` of the current crate [INFO] [stdout] --> src/astcenc_averages_and_directions_cbe.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | pub struct l_array_4_uint32_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `l_array_4_uint32_t` is defined in module `crate::src::astcenc_color_quantize_cbe` of the current crate [INFO] [stdout] --> src/astcenc_color_quantize_cbe.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | pub struct l_array_4_uint32_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_color_quantize_cbe.rs:1473:17 [INFO] [stdout] | [INFO] [stdout] 1473 | init [INFO] [stdout] | ^^^^ expected `l_array_4_uint32_t`, found a different `l_array_4_uint32_t` [INFO] [stdout] | [INFO] [stdout] = note: `l_array_4_uint32_t` and `l_array_4_uint32_t` have similar names, but are actually distinct types [INFO] [stdout] note: `l_array_4_uint32_t` is defined in module `crate::src::astcenc_averages_and_directions_cbe` of the current crate [INFO] [stdout] --> src/astcenc_averages_and_directions_cbe.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | pub struct l_array_4_uint32_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `l_array_4_uint32_t` is defined in module `crate::src::astcenc_color_quantize_cbe` of the current crate [INFO] [stdout] --> src/astcenc_color_quantize_cbe.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | pub struct l_array_4_uint32_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_color_quantize_cbe.rs:1479:17 [INFO] [stdout] | [INFO] [stdout] 1479 | init [INFO] [stdout] | ^^^^ expected `l_array_4_uint32_t`, found a different `l_array_4_uint32_t` [INFO] [stdout] | [INFO] [stdout] = note: `l_array_4_uint32_t` and `l_array_4_uint32_t` have similar names, but are actually distinct types [INFO] [stdout] note: `l_array_4_uint32_t` is defined in module `crate::src::astcenc_averages_and_directions_cbe` of the current crate [INFO] [stdout] --> src/astcenc_averages_and_directions_cbe.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | pub struct l_array_4_uint32_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `l_array_4_uint32_t` is defined in module `crate::src::astcenc_color_quantize_cbe` of the current crate [INFO] [stdout] --> src/astcenc_color_quantize_cbe.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | pub struct l_array_4_uint32_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_color_quantize_cbe.rs:1498:17 [INFO] [stdout] | [INFO] [stdout] 1498 | init [INFO] [stdout] | ^^^^ expected `l_array_4_float`, found a different `l_array_4_float` [INFO] [stdout] | [INFO] [stdout] = note: `l_array_4_float` and `l_array_4_float` have similar names, but are actually distinct types [INFO] [stdout] note: `l_array_4_float` is defined in module `crate::src::astcenc_averages_and_directions_cbe` of the current crate [INFO] [stdout] --> src/astcenc_averages_and_directions_cbe.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | pub struct l_array_4_float { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `l_array_4_float` is defined in module `crate::src::astcenc_color_quantize_cbe` of the current crate [INFO] [stdout] --> src/astcenc_color_quantize_cbe.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct l_array_4_float { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_color_quantize_cbe.rs:1509:17 [INFO] [stdout] | [INFO] [stdout] 1509 | init [INFO] [stdout] | ^^^^ expected `l_array_4_float`, found a different `l_array_4_float` [INFO] [stdout] | [INFO] [stdout] = note: `l_array_4_float` and `l_array_4_float` have similar names, but are actually distinct types [INFO] [stdout] note: `l_array_4_float` is defined in module `crate::src::astcenc_averages_and_directions_cbe` of the current crate [INFO] [stdout] --> src/astcenc_averages_and_directions_cbe.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | pub struct l_array_4_float { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `l_array_4_float` is defined in module `crate::src::astcenc_color_quantize_cbe` of the current crate [INFO] [stdout] --> src/astcenc_color_quantize_cbe.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct l_array_4_float { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_color_quantize_cbe.rs:1520:17 [INFO] [stdout] | [INFO] [stdout] 1520 | init [INFO] [stdout] | ^^^^ expected `l_array_4_float`, found a different `l_array_4_float` [INFO] [stdout] | [INFO] [stdout] = note: `l_array_4_float` and `l_array_4_float` have similar names, but are actually distinct types [INFO] [stdout] note: `l_array_4_float` is defined in module `crate::src::astcenc_averages_and_directions_cbe` of the current crate [INFO] [stdout] --> src/astcenc_averages_and_directions_cbe.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | pub struct l_array_4_float { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `l_array_4_float` is defined in module `crate::src::astcenc_color_quantize_cbe` of the current crate [INFO] [stdout] --> src/astcenc_color_quantize_cbe.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct l_array_4_float { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_color_quantize_cbe.rs:1531:17 [INFO] [stdout] | [INFO] [stdout] 1531 | init [INFO] [stdout] | ^^^^ expected `l_array_4_float`, found a different `l_array_4_float` [INFO] [stdout] | [INFO] [stdout] = note: `l_array_4_float` and `l_array_4_float` have similar names, but are actually distinct types [INFO] [stdout] note: `l_array_4_float` is defined in module `crate::src::astcenc_averages_and_directions_cbe` of the current crate [INFO] [stdout] --> src/astcenc_averages_and_directions_cbe.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | pub struct l_array_4_float { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `l_array_4_float` is defined in module `crate::src::astcenc_color_quantize_cbe` of the current crate [INFO] [stdout] --> src/astcenc_color_quantize_cbe.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct l_array_4_float { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_color_quantize_cbe.rs:1542:17 [INFO] [stdout] | [INFO] [stdout] 1542 | init [INFO] [stdout] | ^^^^ expected `l_array_4_float`, found a different `l_array_4_float` [INFO] [stdout] | [INFO] [stdout] = note: `l_array_4_float` and `l_array_4_float` have similar names, but are actually distinct types [INFO] [stdout] note: `l_array_4_float` is defined in module `crate::src::astcenc_averages_and_directions_cbe` of the current crate [INFO] [stdout] --> src/astcenc_averages_and_directions_cbe.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | pub struct l_array_4_float { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `l_array_4_float` is defined in module `crate::src::astcenc_color_quantize_cbe` of the current crate [INFO] [stdout] --> src/astcenc_color_quantize_cbe.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct l_array_4_float { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_color_quantize_cbe.rs:1553:17 [INFO] [stdout] | [INFO] [stdout] 1553 | init [INFO] [stdout] | ^^^^ expected `l_array_4_float`, found a different `l_array_4_float` [INFO] [stdout] | [INFO] [stdout] = note: `l_array_4_float` and `l_array_4_float` have similar names, but are actually distinct types [INFO] [stdout] note: `l_array_4_float` is defined in module `crate::src::astcenc_averages_and_directions_cbe` of the current crate [INFO] [stdout] --> src/astcenc_averages_and_directions_cbe.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | pub struct l_array_4_float { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `l_array_4_float` is defined in module `crate::src::astcenc_color_quantize_cbe` of the current crate [INFO] [stdout] --> src/astcenc_color_quantize_cbe.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct l_array_4_float { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_color_quantize_cbe.rs:1564:17 [INFO] [stdout] | [INFO] [stdout] 1564 | init [INFO] [stdout] | ^^^^ expected `l_array_4_float`, found a different `l_array_4_float` [INFO] [stdout] | [INFO] [stdout] = note: `l_array_4_float` and `l_array_4_float` have similar names, but are actually distinct types [INFO] [stdout] note: `l_array_4_float` is defined in module `crate::src::astcenc_averages_and_directions_cbe` of the current crate [INFO] [stdout] --> src/astcenc_averages_and_directions_cbe.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | pub struct l_array_4_float { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `l_array_4_float` is defined in module `crate::src::astcenc_color_quantize_cbe` of the current crate [INFO] [stdout] --> src/astcenc_color_quantize_cbe.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct l_array_4_float { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_color_quantize_cbe.rs:1575:17 [INFO] [stdout] | [INFO] [stdout] 1575 | init [INFO] [stdout] | ^^^^ expected `l_array_4_float`, found a different `l_array_4_float` [INFO] [stdout] | [INFO] [stdout] = note: `l_array_4_float` and `l_array_4_float` have similar names, but are actually distinct types [INFO] [stdout] note: `l_array_4_float` is defined in module `crate::src::astcenc_averages_and_directions_cbe` of the current crate [INFO] [stdout] --> src/astcenc_averages_and_directions_cbe.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | pub struct l_array_4_float { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `l_array_4_float` is defined in module `crate::src::astcenc_color_quantize_cbe` of the current crate [INFO] [stdout] --> src/astcenc_color_quantize_cbe.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct l_array_4_float { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_quantization_cbe.rs:247:29 [INFO] [stdout] | [INFO] [stdout] 243 | array: *::core::mem::transmute::< [INFO] [stdout] | _________________________________- [INFO] [stdout] 244 | | &[u8; 512], [INFO] [stdout] 245 | | &mut [uint8_t; 512], [INFO] [stdout] 246 | | >( [INFO] [stdout] | |_________________________- arguments to this function are incorrect [INFO] [stdout] 247 | b"\0\0\0\0\x03\x03\x03\x03\x03\x03\x06\x06\x06\x06\x06\x06\t\t\t\t\t\t\t\r\r\r\r\r\r\r\x10\x10\x10\x10\x10\x10\x13\x13\x13\x13\x13\x13\x16\x16\x16\x16\x16\x16\x19\x19\x19\x19\x19\x19\x19\x1D\x1D\x1D\x1D\x1D\x1D\x1D ######&&&&&&&raw const *******------0000003333336666666:::::::======@@@@@@CCCCCCCGGGGGGGJJJJJJMMMMMMPPPPPPSSSSSSSWWWWWWWZZZZZZ]]]]]]```````dddddddggggggjjjjjjmmmmmmppppppptttttttwwwwwwzzzzzz}}}}}}}}\x82\x82\x82\x82\x82\x82\x82\x82\x85\x85\x85\x85\x85\x85\x88\x88\x88\x88\x88\x88\x8B\x8B\x8B\x8B\x8B\x8B\x8B\x8F\x8F\x8F\x8F\x8F\x8F\x8F\x92\x92\x92\x92\x92\x92\x95\x95\x95\x95\x95\x95\x98\x98\x98\x98\x98\x98\x9B\x9B\x9B\x9B\x9B\x9B\x9B\x9F\x9F\x9F\x9F\x9F\x9F\x9F\xA2\xA2\xA2\xA2\xA2\xA2\xA5\xA5\xA5\xA5\xA5\xA5\xA8\xA8\xA8\xA8\xA8\xA8\xA8\xAC\xAC\xAC\xAC\xAC\xAC\xAC\xAF\xAF\xAF\xAF\xAF\xAF\xB2\xB2\xB2\xB2\xB2\xB2\xB5\xB5\xB5\xB5\xB5\xB5\xB8\xB8\xB8\xB8\xB8\xB8\xB8\xBC\xBC\xBC\xBC\xBC\xBC\xBC\xBF\xBF\xBF\xBF\xBF\xBF\xC2\xC2\xC2\xC2\xC2\xC2\xC5\xC5\xC5\xC5\xC5\xC5\xC5\xC9\xC9\xC9\xC9\xC9\xC9\xC9\xCC\xCC\xCC\xCC\xCC\xCC\xCF\xCF\xCF\xCF\xCF\xCF\xD2\xD2\xD2\xD2\xD2\xD2\xD5\xD5\xD5\xD5\xD5\xD5\xD5\xD9\xD9\xD9\xD9\xD9\xD9\xD9\xDC\xDC\xDC\xDC\xDC\xDC\xDF\xDF\xDF\xDF\xDF\xDF\xE2\xE2\xE2\xE2\xE2\xE2\xE2\xE6\xE6\xE6\xE6\xE6\xE6\xE6\xE9\xE9\xE9\xE9\xE9\xE9\xEC\xEC\xEC\xEC\xEC\xEC\xEF\xEF\xEF\xEF\xEF\xEF\xF2\xF2\xF2\xF2\xF2\xF2\xF2\xF6\xF6\xF6\xF6\xF6\xF6\xF6\xF9\xF9\xF9\xF9\xF9\xF9\xFC\xFC\xFC\xFC\xFC\xFC\xFF\xFF\xFF\xF... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected an array with a size of 512, found one with a size of 522 [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /rustc/05f9846f893b09a1be1fc8560e33fc3c815cfecb/library/core/src/intrinsics/mod.rs:1914:21 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_quantization_cbe.rs:327:21 [INFO] [stdout] | [INFO] [stdout] 327 | init [INFO] [stdout] | ^^^^ expected `l_array_256_uint8_t`, found a different `l_array_256_uint8_t` [INFO] [stdout] | [INFO] [stdout] = note: `l_array_256_uint8_t` and `l_array_256_uint8_t` have similar names, but are actually distinct types [INFO] [stdout] note: `l_array_256_uint8_t` is defined in module `crate::src::astcenc_mathlib_softfloat_cbe` of the current crate [INFO] [stdout] --> src/astcenc_mathlib_softfloat_cbe.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | pub struct l_array_256_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `l_array_256_uint8_t` is defined in module `crate::src::astcenc_quantization_cbe` of the current crate [INFO] [stdout] --> src/astcenc_quantization_cbe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct l_array_256_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_quantization_cbe.rs:338:21 [INFO] [stdout] | [INFO] [stdout] 338 | init [INFO] [stdout] | ^^^^ expected `l_array_256_uint8_t`, found a different `l_array_256_uint8_t` [INFO] [stdout] | [INFO] [stdout] = note: `l_array_256_uint8_t` and `l_array_256_uint8_t` have similar names, but are actually distinct types [INFO] [stdout] note: `l_array_256_uint8_t` is defined in module `crate::src::astcenc_mathlib_softfloat_cbe` of the current crate [INFO] [stdout] --> src/astcenc_mathlib_softfloat_cbe.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | pub struct l_array_256_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `l_array_256_uint8_t` is defined in module `crate::src::astcenc_quantization_cbe` of the current crate [INFO] [stdout] --> src/astcenc_quantization_cbe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct l_array_256_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_quantization_cbe.rs:349:21 [INFO] [stdout] | [INFO] [stdout] 349 | init [INFO] [stdout] | ^^^^ expected `l_array_256_uint8_t`, found a different `l_array_256_uint8_t` [INFO] [stdout] | [INFO] [stdout] = note: `l_array_256_uint8_t` and `l_array_256_uint8_t` have similar names, but are actually distinct types [INFO] [stdout] note: `l_array_256_uint8_t` is defined in module `crate::src::astcenc_mathlib_softfloat_cbe` of the current crate [INFO] [stdout] --> src/astcenc_mathlib_softfloat_cbe.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | pub struct l_array_256_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `l_array_256_uint8_t` is defined in module `crate::src::astcenc_quantization_cbe` of the current crate [INFO] [stdout] --> src/astcenc_quantization_cbe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct l_array_256_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_quantization_cbe.rs:360:21 [INFO] [stdout] | [INFO] [stdout] 360 | init [INFO] [stdout] | ^^^^ expected `l_array_256_uint8_t`, found a different `l_array_256_uint8_t` [INFO] [stdout] | [INFO] [stdout] = note: `l_array_256_uint8_t` and `l_array_256_uint8_t` have similar names, but are actually distinct types [INFO] [stdout] note: `l_array_256_uint8_t` is defined in module `crate::src::astcenc_mathlib_softfloat_cbe` of the current crate [INFO] [stdout] --> src/astcenc_mathlib_softfloat_cbe.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | pub struct l_array_256_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `l_array_256_uint8_t` is defined in module `crate::src::astcenc_quantization_cbe` of the current crate [INFO] [stdout] --> src/astcenc_quantization_cbe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct l_array_256_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_quantization_cbe.rs:371:21 [INFO] [stdout] | [INFO] [stdout] 371 | init [INFO] [stdout] | ^^^^ expected `l_array_256_uint8_t`, found a different `l_array_256_uint8_t` [INFO] [stdout] | [INFO] [stdout] = note: `l_array_256_uint8_t` and `l_array_256_uint8_t` have similar names, but are actually distinct types [INFO] [stdout] note: `l_array_256_uint8_t` is defined in module `crate::src::astcenc_mathlib_softfloat_cbe` of the current crate [INFO] [stdout] --> src/astcenc_mathlib_softfloat_cbe.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | pub struct l_array_256_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `l_array_256_uint8_t` is defined in module `crate::src::astcenc_quantization_cbe` of the current crate [INFO] [stdout] --> src/astcenc_quantization_cbe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct l_array_256_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_quantization_cbe.rs:382:21 [INFO] [stdout] | [INFO] [stdout] 382 | init [INFO] [stdout] | ^^^^ expected `l_array_256_uint8_t`, found a different `l_array_256_uint8_t` [INFO] [stdout] | [INFO] [stdout] = note: `l_array_256_uint8_t` and `l_array_256_uint8_t` have similar names, but are actually distinct types [INFO] [stdout] note: `l_array_256_uint8_t` is defined in module `crate::src::astcenc_mathlib_softfloat_cbe` of the current crate [INFO] [stdout] --> src/astcenc_mathlib_softfloat_cbe.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | pub struct l_array_256_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `l_array_256_uint8_t` is defined in module `crate::src::astcenc_quantization_cbe` of the current crate [INFO] [stdout] --> src/astcenc_quantization_cbe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct l_array_256_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_quantization_cbe.rs:393:21 [INFO] [stdout] | [INFO] [stdout] 393 | init [INFO] [stdout] | ^^^^ expected `l_array_256_uint8_t`, found a different `l_array_256_uint8_t` [INFO] [stdout] | [INFO] [stdout] = note: `l_array_256_uint8_t` and `l_array_256_uint8_t` have similar names, but are actually distinct types [INFO] [stdout] note: `l_array_256_uint8_t` is defined in module `crate::src::astcenc_mathlib_softfloat_cbe` of the current crate [INFO] [stdout] --> src/astcenc_mathlib_softfloat_cbe.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | pub struct l_array_256_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `l_array_256_uint8_t` is defined in module `crate::src::astcenc_quantization_cbe` of the current crate [INFO] [stdout] --> src/astcenc_quantization_cbe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct l_array_256_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_quantization_cbe.rs:404:21 [INFO] [stdout] | [INFO] [stdout] 404 | init [INFO] [stdout] | ^^^^ expected `l_array_256_uint8_t`, found a different `l_array_256_uint8_t` [INFO] [stdout] | [INFO] [stdout] = note: `l_array_256_uint8_t` and `l_array_256_uint8_t` have similar names, but are actually distinct types [INFO] [stdout] note: `l_array_256_uint8_t` is defined in module `crate::src::astcenc_mathlib_softfloat_cbe` of the current crate [INFO] [stdout] --> src/astcenc_mathlib_softfloat_cbe.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | pub struct l_array_256_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `l_array_256_uint8_t` is defined in module `crate::src::astcenc_quantization_cbe` of the current crate [INFO] [stdout] --> src/astcenc_quantization_cbe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct l_array_256_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_quantization_cbe.rs:415:21 [INFO] [stdout] | [INFO] [stdout] 415 | init [INFO] [stdout] | ^^^^ expected `l_array_256_uint8_t`, found a different `l_array_256_uint8_t` [INFO] [stdout] | [INFO] [stdout] = note: `l_array_256_uint8_t` and `l_array_256_uint8_t` have similar names, but are actually distinct types [INFO] [stdout] note: `l_array_256_uint8_t` is defined in module `crate::src::astcenc_mathlib_softfloat_cbe` of the current crate [INFO] [stdout] --> src/astcenc_mathlib_softfloat_cbe.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | pub struct l_array_256_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `l_array_256_uint8_t` is defined in module `crate::src::astcenc_quantization_cbe` of the current crate [INFO] [stdout] --> src/astcenc_quantization_cbe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct l_array_256_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_quantization_cbe.rs:426:21 [INFO] [stdout] | [INFO] [stdout] 426 | init [INFO] [stdout] | ^^^^ expected `l_array_256_uint8_t`, found a different `l_array_256_uint8_t` [INFO] [stdout] | [INFO] [stdout] = note: `l_array_256_uint8_t` and `l_array_256_uint8_t` have similar names, but are actually distinct types [INFO] [stdout] note: `l_array_256_uint8_t` is defined in module `crate::src::astcenc_mathlib_softfloat_cbe` of the current crate [INFO] [stdout] --> src/astcenc_mathlib_softfloat_cbe.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | pub struct l_array_256_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `l_array_256_uint8_t` is defined in module `crate::src::astcenc_quantization_cbe` of the current crate [INFO] [stdout] --> src/astcenc_quantization_cbe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct l_array_256_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_quantization_cbe.rs:437:21 [INFO] [stdout] | [INFO] [stdout] 437 | init [INFO] [stdout] | ^^^^ expected `l_array_256_uint8_t`, found a different `l_array_256_uint8_t` [INFO] [stdout] | [INFO] [stdout] = note: `l_array_256_uint8_t` and `l_array_256_uint8_t` have similar names, but are actually distinct types [INFO] [stdout] note: `l_array_256_uint8_t` is defined in module `crate::src::astcenc_mathlib_softfloat_cbe` of the current crate [INFO] [stdout] --> src/astcenc_mathlib_softfloat_cbe.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | pub struct l_array_256_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `l_array_256_uint8_t` is defined in module `crate::src::astcenc_quantization_cbe` of the current crate [INFO] [stdout] --> src/astcenc_quantization_cbe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct l_array_256_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_quantization_cbe.rs:448:21 [INFO] [stdout] | [INFO] [stdout] 448 | init [INFO] [stdout] | ^^^^ expected `l_array_256_uint8_t`, found a different `l_array_256_uint8_t` [INFO] [stdout] | [INFO] [stdout] = note: `l_array_256_uint8_t` and `l_array_256_uint8_t` have similar names, but are actually distinct types [INFO] [stdout] note: `l_array_256_uint8_t` is defined in module `crate::src::astcenc_mathlib_softfloat_cbe` of the current crate [INFO] [stdout] --> src/astcenc_mathlib_softfloat_cbe.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | pub struct l_array_256_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `l_array_256_uint8_t` is defined in module `crate::src::astcenc_quantization_cbe` of the current crate [INFO] [stdout] --> src/astcenc_quantization_cbe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct l_array_256_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_quantization_cbe.rs:459:21 [INFO] [stdout] | [INFO] [stdout] 459 | init [INFO] [stdout] | ^^^^ expected `l_array_256_uint8_t`, found a different `l_array_256_uint8_t` [INFO] [stdout] | [INFO] [stdout] = note: `l_array_256_uint8_t` and `l_array_256_uint8_t` have similar names, but are actually distinct types [INFO] [stdout] note: `l_array_256_uint8_t` is defined in module `crate::src::astcenc_mathlib_softfloat_cbe` of the current crate [INFO] [stdout] --> src/astcenc_mathlib_softfloat_cbe.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | pub struct l_array_256_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `l_array_256_uint8_t` is defined in module `crate::src::astcenc_quantization_cbe` of the current crate [INFO] [stdout] --> src/astcenc_quantization_cbe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct l_array_256_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_quantization_cbe.rs:470:21 [INFO] [stdout] | [INFO] [stdout] 470 | init [INFO] [stdout] | ^^^^ expected `l_array_256_uint8_t`, found a different `l_array_256_uint8_t` [INFO] [stdout] | [INFO] [stdout] = note: `l_array_256_uint8_t` and `l_array_256_uint8_t` have similar names, but are actually distinct types [INFO] [stdout] note: `l_array_256_uint8_t` is defined in module `crate::src::astcenc_mathlib_softfloat_cbe` of the current crate [INFO] [stdout] --> src/astcenc_mathlib_softfloat_cbe.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | pub struct l_array_256_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `l_array_256_uint8_t` is defined in module `crate::src::astcenc_quantization_cbe` of the current crate [INFO] [stdout] --> src/astcenc_quantization_cbe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct l_array_256_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_quantization_cbe.rs:481:21 [INFO] [stdout] | [INFO] [stdout] 481 | init [INFO] [stdout] | ^^^^ expected `l_array_256_uint8_t`, found a different `l_array_256_uint8_t` [INFO] [stdout] | [INFO] [stdout] = note: `l_array_256_uint8_t` and `l_array_256_uint8_t` have similar names, but are actually distinct types [INFO] [stdout] note: `l_array_256_uint8_t` is defined in module `crate::src::astcenc_mathlib_softfloat_cbe` of the current crate [INFO] [stdout] --> src/astcenc_mathlib_softfloat_cbe.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | pub struct l_array_256_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `l_array_256_uint8_t` is defined in module `crate::src::astcenc_quantization_cbe` of the current crate [INFO] [stdout] --> src/astcenc_quantization_cbe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct l_array_256_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_quantization_cbe.rs:492:21 [INFO] [stdout] | [INFO] [stdout] 492 | init [INFO] [stdout] | ^^^^ expected `l_array_256_uint8_t`, found a different `l_array_256_uint8_t` [INFO] [stdout] | [INFO] [stdout] = note: `l_array_256_uint8_t` and `l_array_256_uint8_t` have similar names, but are actually distinct types [INFO] [stdout] note: `l_array_256_uint8_t` is defined in module `crate::src::astcenc_mathlib_softfloat_cbe` of the current crate [INFO] [stdout] --> src/astcenc_mathlib_softfloat_cbe.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | pub struct l_array_256_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `l_array_256_uint8_t` is defined in module `crate::src::astcenc_quantization_cbe` of the current crate [INFO] [stdout] --> src/astcenc_quantization_cbe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct l_array_256_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_quantization_cbe.rs:503:21 [INFO] [stdout] | [INFO] [stdout] 503 | init [INFO] [stdout] | ^^^^ expected `l_array_256_uint8_t`, found a different `l_array_256_uint8_t` [INFO] [stdout] | [INFO] [stdout] = note: `l_array_256_uint8_t` and `l_array_256_uint8_t` have similar names, but are actually distinct types [INFO] [stdout] note: `l_array_256_uint8_t` is defined in module `crate::src::astcenc_mathlib_softfloat_cbe` of the current crate [INFO] [stdout] --> src/astcenc_mathlib_softfloat_cbe.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | pub struct l_array_256_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `l_array_256_uint8_t` is defined in module `crate::src::astcenc_quantization_cbe` of the current crate [INFO] [stdout] --> src/astcenc_quantization_cbe.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct l_array_256_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_quantization_cbe.rs:661:17 [INFO] [stdout] | [INFO] [stdout] 657 | array: *::core::mem::transmute::< [INFO] [stdout] | _____________________- [INFO] [stdout] 658 | | &[u8; 128], [INFO] [stdout] 659 | | &mut [uint8_t; 128], [INFO] [stdout] 660 | | >( [INFO] [stdout] | |_____________- arguments to this function are incorrect [INFO] [stdout] 661 | b"\0\x02\x04\x06\x08\n\x0C\x0E\x10\x12\x14\x16\x18\x1A\x1C\x1E \"$&raw const (*,.02468:<>@BDFHJLNPRTVXZ\\^`bdfhjlnprtvxz|~\x81\x83\x85\x87\x89\x8B\x8D\x8F\x91\x93\x95\x97\x99\x9B\x9D\x9F\xA1\xA3\xA5\xA7\xA9\xAB\xAD\xAF\xB1\xB3\xB5\xB7\xB9\xBB\xBD\xBF\xC1\xC3\xC5\xC7\xC9\xCB\xCD\xCF\xD1\xD3\xD5\xD7\xD9\xDB\xDD\xDF\xE1\xE3\xE5\xE7\xE9\xEB\xED\xEF\xF1\xF3\xF5\xF7\xF9\xFB\xFD\xF... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected an array with a size of 128, found one with a size of 138 [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /rustc/05f9846f893b09a1be1fc8560e33fc3c815cfecb/library/core/src/intrinsics/mod.rs:1914:21 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_quantization_cbe.rs:764:21 [INFO] [stdout] | [INFO] [stdout] 764 | init [INFO] [stdout] | ^^^^ expected `l_array_128_uint8_t`, found a different `l_array_128_uint8_t` [INFO] [stdout] | [INFO] [stdout] = note: `l_array_128_uint8_t` and `l_array_128_uint8_t` have similar names, but are actually distinct types [INFO] [stdout] note: `l_array_128_uint8_t` is defined in module `crate::src::astcenc_averages_and_directions_cbe` of the current crate [INFO] [stdout] --> src/astcenc_averages_and_directions_cbe.rs:161:1 [INFO] [stdout] | [INFO] [stdout] 161 | pub struct l_array_128_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `l_array_128_uint8_t` is defined in module `crate::src::astcenc_pick_best_endpoint_format_cbe` of the current crate [INFO] [stdout] --> src/astcenc_pick_best_endpoint_format_cbe.rs:270:1 [INFO] [stdout] | [INFO] [stdout] 270 | pub struct l_array_128_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_quantization_cbe.rs:775:21 [INFO] [stdout] | [INFO] [stdout] 775 | init [INFO] [stdout] | ^^^^ expected `l_array_128_uint8_t`, found a different `l_array_128_uint8_t` [INFO] [stdout] | [INFO] [stdout] = note: `l_array_128_uint8_t` and `l_array_128_uint8_t` have similar names, but are actually distinct types [INFO] [stdout] note: `l_array_128_uint8_t` is defined in module `crate::src::astcenc_averages_and_directions_cbe` of the current crate [INFO] [stdout] --> src/astcenc_averages_and_directions_cbe.rs:161:1 [INFO] [stdout] | [INFO] [stdout] 161 | pub struct l_array_128_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `l_array_128_uint8_t` is defined in module `crate::src::astcenc_pick_best_endpoint_format_cbe` of the current crate [INFO] [stdout] --> src/astcenc_pick_best_endpoint_format_cbe.rs:270:1 [INFO] [stdout] | [INFO] [stdout] 270 | pub struct l_array_128_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_quantization_cbe.rs:786:21 [INFO] [stdout] | [INFO] [stdout] 786 | init [INFO] [stdout] | ^^^^ expected `l_array_128_uint8_t`, found a different `l_array_128_uint8_t` [INFO] [stdout] | [INFO] [stdout] = note: `l_array_128_uint8_t` and `l_array_128_uint8_t` have similar names, but are actually distinct types [INFO] [stdout] note: `l_array_128_uint8_t` is defined in module `crate::src::astcenc_averages_and_directions_cbe` of the current crate [INFO] [stdout] --> src/astcenc_averages_and_directions_cbe.rs:161:1 [INFO] [stdout] | [INFO] [stdout] 161 | pub struct l_array_128_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `l_array_128_uint8_t` is defined in module `crate::src::astcenc_pick_best_endpoint_format_cbe` of the current crate [INFO] [stdout] --> src/astcenc_pick_best_endpoint_format_cbe.rs:270:1 [INFO] [stdout] | [INFO] [stdout] 270 | pub struct l_array_128_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_quantization_cbe.rs:797:21 [INFO] [stdout] | [INFO] [stdout] 797 | init [INFO] [stdout] | ^^^^ expected `l_array_128_uint8_t`, found a different `l_array_128_uint8_t` [INFO] [stdout] | [INFO] [stdout] = note: `l_array_128_uint8_t` and `l_array_128_uint8_t` have similar names, but are actually distinct types [INFO] [stdout] note: `l_array_128_uint8_t` is defined in module `crate::src::astcenc_averages_and_directions_cbe` of the current crate [INFO] [stdout] --> src/astcenc_averages_and_directions_cbe.rs:161:1 [INFO] [stdout] | [INFO] [stdout] 161 | pub struct l_array_128_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `l_array_128_uint8_t` is defined in module `crate::src::astcenc_pick_best_endpoint_format_cbe` of the current crate [INFO] [stdout] --> src/astcenc_pick_best_endpoint_format_cbe.rs:270:1 [INFO] [stdout] | [INFO] [stdout] 270 | pub struct l_array_128_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_quantization_cbe.rs:808:21 [INFO] [stdout] | [INFO] [stdout] 808 | init [INFO] [stdout] | ^^^^ expected `l_array_128_uint8_t`, found a different `l_array_128_uint8_t` [INFO] [stdout] | [INFO] [stdout] = note: `l_array_128_uint8_t` and `l_array_128_uint8_t` have similar names, but are actually distinct types [INFO] [stdout] note: `l_array_128_uint8_t` is defined in module `crate::src::astcenc_averages_and_directions_cbe` of the current crate [INFO] [stdout] --> src/astcenc_averages_and_directions_cbe.rs:161:1 [INFO] [stdout] | [INFO] [stdout] 161 | pub struct l_array_128_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `l_array_128_uint8_t` is defined in module `crate::src::astcenc_pick_best_endpoint_format_cbe` of the current crate [INFO] [stdout] --> src/astcenc_pick_best_endpoint_format_cbe.rs:270:1 [INFO] [stdout] | [INFO] [stdout] 270 | pub struct l_array_128_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_quantization_cbe.rs:819:21 [INFO] [stdout] | [INFO] [stdout] 819 | init [INFO] [stdout] | ^^^^ expected `l_array_128_uint8_t`, found a different `l_array_128_uint8_t` [INFO] [stdout] | [INFO] [stdout] = note: `l_array_128_uint8_t` and `l_array_128_uint8_t` have similar names, but are actually distinct types [INFO] [stdout] note: `l_array_128_uint8_t` is defined in module `crate::src::astcenc_averages_and_directions_cbe` of the current crate [INFO] [stdout] --> src/astcenc_averages_and_directions_cbe.rs:161:1 [INFO] [stdout] | [INFO] [stdout] 161 | pub struct l_array_128_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `l_array_128_uint8_t` is defined in module `crate::src::astcenc_pick_best_endpoint_format_cbe` of the current crate [INFO] [stdout] --> src/astcenc_pick_best_endpoint_format_cbe.rs:270:1 [INFO] [stdout] | [INFO] [stdout] 270 | pub struct l_array_128_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_quantization_cbe.rs:830:21 [INFO] [stdout] | [INFO] [stdout] 830 | init [INFO] [stdout] | ^^^^ expected `l_array_128_uint8_t`, found a different `l_array_128_uint8_t` [INFO] [stdout] | [INFO] [stdout] = note: `l_array_128_uint8_t` and `l_array_128_uint8_t` have similar names, but are actually distinct types [INFO] [stdout] note: `l_array_128_uint8_t` is defined in module `crate::src::astcenc_averages_and_directions_cbe` of the current crate [INFO] [stdout] --> src/astcenc_averages_and_directions_cbe.rs:161:1 [INFO] [stdout] | [INFO] [stdout] 161 | pub struct l_array_128_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `l_array_128_uint8_t` is defined in module `crate::src::astcenc_pick_best_endpoint_format_cbe` of the current crate [INFO] [stdout] --> src/astcenc_pick_best_endpoint_format_cbe.rs:270:1 [INFO] [stdout] | [INFO] [stdout] 270 | pub struct l_array_128_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_quantization_cbe.rs:841:21 [INFO] [stdout] | [INFO] [stdout] 841 | init [INFO] [stdout] | ^^^^ expected `l_array_128_uint8_t`, found a different `l_array_128_uint8_t` [INFO] [stdout] | [INFO] [stdout] = note: `l_array_128_uint8_t` and `l_array_128_uint8_t` have similar names, but are actually distinct types [INFO] [stdout] note: `l_array_128_uint8_t` is defined in module `crate::src::astcenc_averages_and_directions_cbe` of the current crate [INFO] [stdout] --> src/astcenc_averages_and_directions_cbe.rs:161:1 [INFO] [stdout] | [INFO] [stdout] 161 | pub struct l_array_128_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `l_array_128_uint8_t` is defined in module `crate::src::astcenc_pick_best_endpoint_format_cbe` of the current crate [INFO] [stdout] --> src/astcenc_pick_best_endpoint_format_cbe.rs:270:1 [INFO] [stdout] | [INFO] [stdout] 270 | pub struct l_array_128_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_quantization_cbe.rs:852:21 [INFO] [stdout] | [INFO] [stdout] 852 | init [INFO] [stdout] | ^^^^ expected `l_array_128_uint8_t`, found a different `l_array_128_uint8_t` [INFO] [stdout] | [INFO] [stdout] = note: `l_array_128_uint8_t` and `l_array_128_uint8_t` have similar names, but are actually distinct types [INFO] [stdout] note: `l_array_128_uint8_t` is defined in module `crate::src::astcenc_averages_and_directions_cbe` of the current crate [INFO] [stdout] --> src/astcenc_averages_and_directions_cbe.rs:161:1 [INFO] [stdout] | [INFO] [stdout] 161 | pub struct l_array_128_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `l_array_128_uint8_t` is defined in module `crate::src::astcenc_pick_best_endpoint_format_cbe` of the current crate [INFO] [stdout] --> src/astcenc_pick_best_endpoint_format_cbe.rs:270:1 [INFO] [stdout] | [INFO] [stdout] 270 | pub struct l_array_128_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_quantization_cbe.rs:863:21 [INFO] [stdout] | [INFO] [stdout] 863 | init [INFO] [stdout] | ^^^^ expected `l_array_128_uint8_t`, found a different `l_array_128_uint8_t` [INFO] [stdout] | [INFO] [stdout] = note: `l_array_128_uint8_t` and `l_array_128_uint8_t` have similar names, but are actually distinct types [INFO] [stdout] note: `l_array_128_uint8_t` is defined in module `crate::src::astcenc_averages_and_directions_cbe` of the current crate [INFO] [stdout] --> src/astcenc_averages_and_directions_cbe.rs:161:1 [INFO] [stdout] | [INFO] [stdout] 161 | pub struct l_array_128_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `l_array_128_uint8_t` is defined in module `crate::src::astcenc_pick_best_endpoint_format_cbe` of the current crate [INFO] [stdout] --> src/astcenc_pick_best_endpoint_format_cbe.rs:270:1 [INFO] [stdout] | [INFO] [stdout] 270 | pub struct l_array_128_uint8_t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_weight_quant_xfer_tables_cbe.rs:1777:33 [INFO] [stdout] | [INFO] [stdout] 1773 | ... array: *::core::mem::transmute::< [INFO] [stdout] | _______________________________- [INFO] [stdout] 1774 | | ... &[u8; 32], [INFO] [stdout] 1775 | | ... &mut [uint8_t; 32], [INFO] [stdout] 1776 | | ... >( [INFO] [stdout] | |_______________________- arguments to this function are incorrect [INFO] [stdout] 1777 | ... b"\0\x02\x04\x06\x08\n\x0C\x0E\x10\x12\x14\x16\x18\x1A\x1C\x1E\"$&raw const (*,.02468:<>@", [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected an array with a size of 32, found one with a size of 42 [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /rustc/05f9846f893b09a1be1fc8560e33fc3c815cfecb/library/core/src/intrinsics/mod.rs:1914:21 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/astcenc_weight_quant_xfer_tables_cbe.rs:1799:33 [INFO] [stdout] | [INFO] [stdout] 1795 | ... array: *::core::mem::transmute::< [INFO] [stdout] | _______________________________- [INFO] [stdout] 1796 | | ... &[u8; 32], [INFO] [stdout] 1797 | | ... &mut [uint8_t; 32], [INFO] [stdout] 1798 | | ... >( [INFO] [stdout] | |_______________________- arguments to this function are incorrect [INFO] [stdout] 1799 | ... b"\0\x02\x04\x06\x08\n\x0C\x0E\x10\x12\x14\x16\x18\x1A\x1C\x1E\"$&raw const (*,.02468:<>@", [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected an array with a size of 32, found one with a size of 42 [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /rustc/05f9846f893b09a1be1fc8560e33fc3c815cfecb/library/core/src/intrinsics/mod.rs:1914:21 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not document `astc-encoder-rust` [INFO] running `Command { std: "docker" "inspect" "c343a28d0351d64f663e7aec9bfd8c648acd66a7f7bf9000d597925b76bf6549", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c343a28d0351d64f663e7aec9bfd8c648acd66a7f7bf9000d597925b76bf6549", kill_on_drop: false }` [INFO] [stdout] c343a28d0351d64f663e7aec9bfd8c648acd66a7f7bf9000d597925b76bf6549