[INFO] fetching crate makepad-zune-jpeg 0.3.17...
[INFO] testing makepad-zune-jpeg-0.3.17 against 1.91.0 for beta-1.92-2
[INFO] extracting crate makepad-zune-jpeg 0.3.17 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate makepad-zune-jpeg 0.3.17
[INFO] finished tweaking crates.io crate makepad-zune-jpeg 0.3.17
[INFO] tweaked toml for crates.io crate makepad-zune-jpeg 0.3.17 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate makepad-zune-jpeg 0.3.17 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 2 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded makepad-zune-core v0.2.14
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1d89658da2cb01f292d6f1d30c30708bcece9eae0f7a522051acd3e8e77f006c
[INFO] running `Command { std: "docker" "start" "-a" "1d89658da2cb01f292d6f1d30c30708bcece9eae0f7a522051acd3e8e77f006c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1d89658da2cb01f292d6f1d30c30708bcece9eae0f7a522051acd3e8e77f006c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1d89658da2cb01f292d6f1d30c30708bcece9eae0f7a522051acd3e8e77f006c", kill_on_drop: false }`
[INFO] [stdout] 1d89658da2cb01f292d6f1d30c30708bcece9eae0f7a522051acd3e8e77f006c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 132350a004d3e88c12869452857394f1476bb24848212cad24cb7e26d5aeb977
[INFO] running `Command { std: "docker" "start" "-a" "132350a004d3e88c12869452857394f1476bb24848212cad24cb7e26d5aeb977", kill_on_drop: false }`
[INFO] [stderr]    Compiling makepad-zune-core v0.2.14
[INFO] [stderr]    Compiling makepad-zune-jpeg v0.3.17 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `fuzzing`
[INFO] [stdout]    --> src/lib.rs:133:11
[INFO] [stdout]     |
[INFO] [stdout] 133 | #[cfg(not(fuzzing))]
[INFO] [stdout]     |           ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `fuzzing`
[INFO] [stdout]    --> src/lib.rs:135:7
[INFO] [stdout]     |
[INFO] [stdout] 135 | #[cfg(fuzzing)]
[INFO] [stdout]     |       ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
[INFO] running `Command { std: "docker" "inspect" "132350a004d3e88c12869452857394f1476bb24848212cad24cb7e26d5aeb977", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "132350a004d3e88c12869452857394f1476bb24848212cad24cb7e26d5aeb977", kill_on_drop: false }`
[INFO] [stdout] 132350a004d3e88c12869452857394f1476bb24848212cad24cb7e26d5aeb977
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7baa339b2e558151ddba946e56b30538a2d325df584e676e15d3f5494c9323d1
[INFO] running `Command { std: "docker" "start" "-a" "7baa339b2e558151ddba946e56b30538a2d325df584e676e15d3f5494c9323d1", kill_on_drop: false }`
[INFO] [stdout] warning: unexpected `cfg` condition name: `fuzzing`
[INFO] [stdout]    --> src/lib.rs:133:11
[INFO] [stdout]     |
[INFO] [stdout] 133 | #[cfg(not(fuzzing))]
[INFO] [stdout]     |           ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `fuzzing`
[INFO] [stdout]    --> src/lib.rs:135:7
[INFO] [stdout]     |
[INFO] [stdout] 135 | #[cfg(fuzzing)]
[INFO] [stdout]     |       ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling makepad-zune-jpeg v0.3.17 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `fuzzing`
[INFO] [stdout]    --> src/lib.rs:133:11
[INFO] [stdout]     |
[INFO] [stdout] 133 | #[cfg(not(fuzzing))]
[INFO] [stdout]     |           ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `fuzzing`
[INFO] [stdout]    --> src/lib.rs:135:7
[INFO] [stdout]     |
[INFO] [stdout] 135 | #[cfg(fuzzing)]
[INFO] [stdout]     |       ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.91s
[INFO] running `Command { std: "docker" "inspect" "7baa339b2e558151ddba946e56b30538a2d325df584e676e15d3f5494c9323d1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7baa339b2e558151ddba946e56b30538a2d325df584e676e15d3f5494c9323d1", kill_on_drop: false }`
[INFO] [stdout] 7baa339b2e558151ddba946e56b30538a2d325df584e676e15d3f5494c9323d1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 1d84af171486ff3fede5af7f8f941d65983bcffc3628f957fe0f4bc101701dc7
[INFO] running `Command { std: "docker" "start" "-a" "1d84af171486ff3fede5af7f8f941d65983bcffc3628f957fe0f4bc101701dc7", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition name: `fuzzing`
[INFO] [stderr]    --> src/lib.rs:133:11
[INFO] [stderr]     |
[INFO] [stderr] 133 | #[cfg(not(fuzzing))]
[INFO] [stderr]     |           ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stderr]     = help: consider using a Cargo feature instead
[INFO] [stderr]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]              [lints.rust]
[INFO] [stderr]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `fuzzing`
[INFO] [stderr]    --> src/lib.rs:135:7
[INFO] [stderr]     |
[INFO] [stderr] 135 | #[cfg(fuzzing)]
[INFO] [stderr]     |       ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead
[INFO] [stderr]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]              [lints.rust]
[INFO] [stderr]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: `makepad-zune-jpeg` (lib) generated 2 warnings
[INFO] [stderr] warning: `makepad-zune-jpeg` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/makepad_zune_jpeg-50fccfd536d041fa)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test idct::tests::do_idct_test1 ... ok
[INFO] [stdout] test idct::tests::do_idct_test2 ... ok
[INFO] [stdout] test idct::tests::do_idct_zeros ... ok
[INFO] [stdout] test idct::tests::idct_test0 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests makepad_zune_jpeg
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test src/decoder.rs - decoder::JpegDecoder<T>::get_options (line 274) - compile ... FAILED
[INFO] [stdout] test src/decoder.rs - decoder::JpegDecoder<T>::decode_headers (line 718) - compile ... FAILED
[INFO] [stdout] test src/lib.rs - (line 31) - compile ... FAILED
[INFO] [stdout] test src/decoder.rs - decoder::JpegDecoder<T>::set_options (line 316) - compile ... FAILED
[INFO] [stdout] test src/decoder.rs - decoder::JpegDecoder<T>::decode_into (line 678) - compile ... FAILED
[INFO] [stdout] test src/lib.rs - (line 55) - compile ... FAILED
[INFO] [stdout] test src/lib.rs - (line 43) - compile ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/decoder.rs - decoder::JpegDecoder<T>::get_options (line 274) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `zune_jpeg`
[INFO] [stdout]  --> src/decoder.rs:275:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use zune_jpeg::JpegDecoder;
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `zune_jpeg`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `zune_jpeg`, use `cargo add zune_jpeg` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/decoder.rs - decoder::JpegDecoder<T>::decode_headers (line 718) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `zune_jpeg`
[INFO] [stdout]  --> src/decoder.rs:719:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use zune_jpeg::{JpegDecoder};
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `zune_jpeg`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `zune_jpeg`, use `cargo add zune_jpeg` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 31) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `zune_jpeg`
[INFO] [stdout]  --> src/lib.rs:33:6
[INFO] [stdout]   |
[INFO] [stdout] 4 |  use zune_jpeg::JpegDecoder;
[INFO] [stdout]   |      ^^^^^^^^^ use of unresolved module or unlinked crate `zune_jpeg`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `zune_jpeg`, use `cargo add zune_jpeg` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/decoder.rs - decoder::JpegDecoder<T>::set_options (line 316) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `zune_jpeg`
[INFO] [stdout]  --> src/decoder.rs:317:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use zune_jpeg::JpegDecoder;
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `zune_jpeg`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `zune_jpeg`, use `cargo add zune_jpeg` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/decoder.rs - decoder::JpegDecoder<T>::decode_into (line 678) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `zune_jpeg`
[INFO] [stdout]  --> src/decoder.rs:679:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use zune_jpeg::JpegDecoder;
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `zune_jpeg`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `zune_jpeg`, use `cargo add zune_jpeg` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 55) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `zune_jpeg`
[INFO] [stdout]  --> src/lib.rs:56:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use zune_jpeg::JpegDecoder;
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `zune_jpeg`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `zune_jpeg`, use `cargo add zune_jpeg` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 43) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `zune_core`
[INFO] [stdout]  --> src/lib.rs:44:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use zune_core::colorspace::ColorSpace;
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `zune_core`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `zune_core`, use `cargo add zune_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `zune_core`
[INFO] [stdout]  --> src/lib.rs:45:6
[INFO] [stdout]   |
[INFO] [stdout] 4 |  use zune_core::options::DecoderOptions;
[INFO] [stdout]   |      ^^^^^^^^^ use of unresolved module or unlinked crate `zune_core`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `zune_core`, use `cargo add zune_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `zune_jpeg`
[INFO] [stdout]  --> src/lib.rs:46:6
[INFO] [stdout]   |
[INFO] [stdout] 5 |  use zune_jpeg::JpegDecoder;
[INFO] [stdout]   |      ^^^^^^^^^ use of unresolved module or unlinked crate `zune_jpeg`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `zune_jpeg`, use `cargo add zune_jpeg` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/decoder.rs - decoder::JpegDecoder<T>::decode_headers (line 718)
[INFO] [stdout]     src/decoder.rs - decoder::JpegDecoder<T>::decode_into (line 678)
[INFO] [stdout]     src/decoder.rs - decoder::JpegDecoder<T>::get_options (line 274)
[INFO] [stdout]     src/decoder.rs - decoder::JpegDecoder<T>::set_options (line 316)
[INFO] [stdout]     src/lib.rs - (line 31)
[INFO] [stdout]     src/lib.rs - (line 43)
[INFO] [stdout]     src/lib.rs - (line 55)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 7 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "1d84af171486ff3fede5af7f8f941d65983bcffc3628f957fe0f4bc101701dc7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1d84af171486ff3fede5af7f8f941d65983bcffc3628f957fe0f4bc101701dc7", kill_on_drop: false }`
[INFO] [stdout] 1d84af171486ff3fede5af7f8f941d65983bcffc3628f957fe0f4bc101701dc7
