[INFO] fetching crate makepad-zune-jpeg 0.3.17... [INFO] testing makepad-zune-jpeg-0.3.17 against 1.90.0 for beta-1.91-3 [INFO] extracting crate makepad-zune-jpeg 0.3.17 into /workspace/builds/worker-2-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-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate makepad-zune-jpeg 0.3.17 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.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.90.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.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7018118400d821503aaad8f9114102fc7e2c3c604dca65d1295251e875cee89d [INFO] running `Command { std: "docker" "start" "-a" "7018118400d821503aaad8f9114102fc7e2c3c604dca65d1295251e875cee89d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7018118400d821503aaad8f9114102fc7e2c3c604dca65d1295251e875cee89d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7018118400d821503aaad8f9114102fc7e2c3c604dca65d1295251e875cee89d", kill_on_drop: false }` [INFO] [stdout] 7018118400d821503aaad8f9114102fc7e2c3c604dca65d1295251e875cee89d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 17d05c799732a4c0ed39f33eaedef10733bbc6a9a40a2c07b8d9a85eb7b68d5b [INFO] running `Command { std: "docker" "start" "-a" "17d05c799732a4c0ed39f33eaedef10733bbc6a9a40a2c07b8d9a85eb7b68d5b", 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.26s [INFO] running `Command { std: "docker" "inspect" "17d05c799732a4c0ed39f33eaedef10733bbc6a9a40a2c07b8d9a85eb7b68d5b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "17d05c799732a4c0ed39f33eaedef10733bbc6a9a40a2c07b8d9a85eb7b68d5b", kill_on_drop: false }` [INFO] [stdout] 17d05c799732a4c0ed39f33eaedef10733bbc6a9a40a2c07b8d9a85eb7b68d5b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ccf09875f7f9822cd5babbfba70fc2017d41b040dd60a26ea36ea8a46d1e5ea7 [INFO] running `Command { std: "docker" "start" "-a" "ccf09875f7f9822cd5babbfba70fc2017d41b040dd60a26ea36ea8a46d1e5ea7", 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 0.75s [INFO] running `Command { std: "docker" "inspect" "ccf09875f7f9822cd5babbfba70fc2017d41b040dd60a26ea36ea8a46d1e5ea7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ccf09875f7f9822cd5babbfba70fc2017d41b040dd60a26ea36ea8a46d1e5ea7", kill_on_drop: false }` [INFO] [stdout] ccf09875f7f9822cd5babbfba70fc2017d41b040dd60a26ea36ea8a46d1e5ea7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 02bcdb75191175ac0a8934c2e827efd00516896eeb96ea4f7462f4c2855b40f5 [INFO] running `Command { std: "docker" "start" "-a" "02bcdb75191175ac0a8934c2e827efd00516896eeb96ea4f7462f4c2855b40f5", 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.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/makepad_zune_jpeg-fb1e07f4a28f027a) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test idct::tests::do_idct_test1 ... 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_test2 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [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::decode_into (line 678) - compile ... FAILED [INFO] [stdout] test src/lib.rs - (line 55) - compile ... FAILED [INFO] [stdout] test src/decoder.rs - decoder::JpegDecoder::get_options (line 274) - compile ... FAILED [INFO] [stdout] test src/decoder.rs - decoder::JpegDecoder::set_options (line 316) - compile ... FAILED [INFO] [stdout] test src/lib.rs - (line 43) - compile ... FAILED [INFO] [stdout] test src/decoder.rs - decoder::JpegDecoder::decode_headers (line 718) - 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::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/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::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/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] ---- 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] [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.22s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "02bcdb75191175ac0a8934c2e827efd00516896eeb96ea4f7462f4c2855b40f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "02bcdb75191175ac0a8934c2e827efd00516896eeb96ea4f7462f4c2855b40f5", kill_on_drop: false }` [INFO] [stdout] 02bcdb75191175ac0a8934c2e827efd00516896eeb96ea4f7462f4c2855b40f5