[INFO] fetching crate makepad-zune-jpeg 0.3.17... [INFO] testing makepad-zune-jpeg-0.3.17 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate makepad-zune-jpeg 0.3.17 into /workspace/builds/worker-2-tc2/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-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate makepad-zune-jpeg 0.3.17 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 20d1ac1ea61751da17237aa910b441b67deec589b04cb40ca9ec76297af45b26 [INFO] running `Command { std: "docker" "start" "-a" "20d1ac1ea61751da17237aa910b441b67deec589b04cb40ca9ec76297af45b26", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "20d1ac1ea61751da17237aa910b441b67deec589b04cb40ca9ec76297af45b26", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "20d1ac1ea61751da17237aa910b441b67deec589b04cb40ca9ec76297af45b26", kill_on_drop: false }` [INFO] [stdout] 20d1ac1ea61751da17237aa910b441b67deec589b04cb40ca9ec76297af45b26 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ded6c4abbd901f55de58198d5f4ab349378429d24c5e6073e2afe228aa5ec70f [INFO] running `Command { std: "docker" "start" "-a" "ded6c4abbd901f55de58198d5f4ab349378429d24c5e6073e2afe228aa5ec70f", 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 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 for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s [INFO] running `Command { std: "docker" "inspect" "ded6c4abbd901f55de58198d5f4ab349378429d24c5e6073e2afe228aa5ec70f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ded6c4abbd901f55de58198d5f4ab349378429d24c5e6073e2afe228aa5ec70f", kill_on_drop: false }` [INFO] [stdout] ded6c4abbd901f55de58198d5f4ab349378429d24c5e6073e2afe228aa5ec70f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7c9d1c8ce4a6111c2273084a85283a1488605648a212f85213d3897255a1f8d4 [INFO] running `Command { std: "docker" "start" "-a" "7c9d1c8ce4a6111c2273084a85283a1488605648a212f85213d3897255a1f8d4", kill_on_drop: false }` [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 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 for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [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 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 for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.04s [INFO] running `Command { std: "docker" "inspect" "7c9d1c8ce4a6111c2273084a85283a1488605648a212f85213d3897255a1f8d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7c9d1c8ce4a6111c2273084a85283a1488605648a212f85213d3897255a1f8d4", kill_on_drop: false }` [INFO] [stdout] 7c9d1c8ce4a6111c2273084a85283a1488605648a212f85213d3897255a1f8d4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3a620b71d9a3e678568e0bd05777f89b92d4044389651f55c69b9c1dc78a5a4b [INFO] running `Command { std: "docker" "start" "-a" "3a620b71d9a3e678568e0bd05777f89b92d4044389651f55c69b9c1dc78a5a4b", 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 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 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.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/makepad_zune_jpeg-b5e1a9b4edfa16fb) [INFO] [stdout] [INFO] [stdout] running 4 tests [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] test idct::tests::do_idct_test1 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s [INFO] [stdout] [INFO] [stderr] Doc-tests makepad_zune_jpeg [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test src/lib.rs - (line 31) - compile ... FAILED [INFO] [stdout] test src/decoder.rs - decoder::JpegDecoder::get_options (line 274) - compile ... FAILED [INFO] [stdout] test src/decoder.rs - decoder::JpegDecoder::decode_headers (line 718) - compile ... FAILED [INFO] [stdout] test src/lib.rs - (line 55) - compile ... FAILED [INFO] [stdout] test src/decoder.rs - decoder::JpegDecoder::set_options (line 316) - compile ... FAILED [INFO] [stdout] test src/decoder.rs - decoder::JpegDecoder::decode_into (line 678) - compile ... FAILED [INFO] [stdout] test src/lib.rs - (line 43) - compile ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [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::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::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 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/decoder.rs - decoder::JpegDecoder::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::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 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::decode_headers (line 718) [INFO] [stdout] src/decoder.rs - decoder::JpegDecoder::decode_into (line 678) [INFO] [stdout] src/decoder.rs - decoder::JpegDecoder::get_options (line 274) [INFO] [stdout] src/decoder.rs - decoder::JpegDecoder::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.21s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "3a620b71d9a3e678568e0bd05777f89b92d4044389651f55c69b9c1dc78a5a4b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a620b71d9a3e678568e0bd05777f89b92d4044389651f55c69b9c1dc78a5a4b", kill_on_drop: false }` [INFO] [stdout] 3a620b71d9a3e678568e0bd05777f89b92d4044389651f55c69b9c1dc78a5a4b