[INFO] crate show-image 0.6.2 is already in cache [INFO] testing show-image-0.6.2 against 1.44.0 for beta-1.45-1 [INFO] extracting crate show-image 0.6.2 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate show-image 0.6.2 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate show-image 0.6.2 [INFO] finished tweaking crates.io crate show-image 0.6.2 [INFO] tweaked toml for crates.io crate show-image 0.6.2 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate crates.io crate show-image 0.6.2 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f8a0bd4951c19245fa3d9ae6b0a064af6b994101b829d3c774e8d7271a634857 [INFO] running `"docker" "start" "-a" "f8a0bd4951c19245fa3d9ae6b0a064af6b994101b829d3c774e8d7271a634857"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling libc v0.2.68 [INFO] [stderr] Compiling serde v1.0.105 [INFO] [stderr] Compiling sdl2 v0.33.0 [INFO] [stderr] Compiling sdl2-sys v0.33.0 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling serde_derive v1.0.105 [INFO] [stderr] Compiling keyboard-types v0.5.0 [INFO] [stderr] Compiling show-image v0.6.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 52.72s [INFO] running `"docker" "inspect" "f8a0bd4951c19245fa3d9ae6b0a064af6b994101b829d3c774e8d7271a634857"` [INFO] running `"docker" "rm" "-f" "f8a0bd4951c19245fa3d9ae6b0a064af6b994101b829d3c774e8d7271a634857"` [INFO] [stdout] f8a0bd4951c19245fa3d9ae6b0a064af6b994101b829d3c774e8d7271a634857 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stdout] a69527c17bd144ca4f569f1ebbe85af626058f167172c683f37b9086c0d984c1 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "a69527c17bd144ca4f569f1ebbe85af626058f167172c683f37b9086c0d984c1"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro-hack v0.5.14 [INFO] [stderr] Compiling yansi v0.5.0 [INFO] [stderr] Compiling assert2-macros v0.1.0 [INFO] [stderr] Compiling assert2 v0.1.2 [INFO] [stderr] Compiling show-image v0.6.2 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `image` [INFO] [stderr] --> examples/show-image.rs:13:14 [INFO] [stderr] | [INFO] [stderr] 13 | let image = image::open(path) [INFO] [stderr] | ^^^^^ use of undeclared type or module `image` [INFO] [stderr] [INFO] [stderr] warning: unused import: `show_image::ImageData` [INFO] [stderr] --> examples/show-image.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use show_image::ImageData; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 1 warning emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error[E0432]: unresolved import `show_image::tch` [INFO] [stderr] --> examples/show-image-tch.rs:3:17 [INFO] [stderr] | [INFO] [stderr] 3 | use show_image::tch::TensorAsImage; [INFO] [stderr] | ^^^ could not find `tch` in `show_image` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tch` [INFO] [stderr] --> examples/show-image-tch.rs:14:15 [INFO] [stderr] | [INFO] [stderr] 14 | let tensor = tch::vision::imagenet::load_image(path) [INFO] [stderr] | ^^^ use of undeclared type or module `tch` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tch` [INFO] [stderr] --> examples/show-image-tch.rs:16:15 [INFO] [stderr] | [INFO] [stderr] 16 | let tensor = tch::vision::imagenet::unnormalize(&tensor).unwrap(); [INFO] [stderr] | ^^^ use of undeclared type or module `tch` [INFO] [stderr] [INFO] [stderr] error: could not compile `show-image`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `raqote` [INFO] [stderr] --> examples/show-raqote.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use raqote::DrawOptions; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `raqote` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `raqote` [INFO] [stderr] --> examples/show-raqote.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use raqote::DrawTarget; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `raqote` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `raqote` [INFO] [stderr] --> examples/show-raqote.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use raqote::PathBuilder; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `raqote` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `raqote` [INFO] [stderr] --> examples/show-raqote.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use raqote::SolidSource; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `raqote` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `raqote` [INFO] [stderr] --> examples/show-raqote.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use raqote::Source; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `raqote` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `raqote` [INFO] [stderr] --> examples/show-raqote.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use raqote::StrokeStyle; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `raqote` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `raqote` [INFO] [stderr] --> examples/show-raqote.rs:26:23 [INFO] [stderr] | [INFO] [stderr] 26 | image.set_transform(&raqote::Transform::create_scale(1920.0, 1080.0)); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `raqote` [INFO] [stderr] [INFO] [stderr] warning: unused import: `show_image::ImageData` [INFO] [stderr] --> examples/show-image-tch.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use show_image::ImageData; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors; 1 warning emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `show-image`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: unused import: `show_image::ImageData` [INFO] [stderr] --> examples/show-raqote.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use show_image::ImageData; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors; 1 warning emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `show-image`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `image` [INFO] [stderr] --> src/features/image.rs:5:20 [INFO] [stderr] | [INFO] [stderr] 5 | impl ImageData for image::DynamicImage { [INFO] [stderr] | ^^^^^ use of undeclared type or module `image` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `image` [INFO] [stderr] --> src/features/image.rs:8:4 [INFO] [stderr] | [INFO] [stderr] 8 | image::DynamicImage::ImageLuma8(x) => into_bytes(x), [INFO] [stderr] | ^^^^^ use of undeclared type or module `image` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `image` [INFO] [stderr] --> src/features/image.rs:9:4 [INFO] [stderr] | [INFO] [stderr] 9 | image::DynamicImage::ImageLumaA8(x) => into_bytes(x), [INFO] [stderr] | ^^^^^ use of undeclared type or module `image` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `image` [INFO] [stderr] --> src/features/image.rs:10:4 [INFO] [stderr] | [INFO] [stderr] 10 | image::DynamicImage::ImageLuma16(_) => panic!("unsupported pixel format: Luma16"), [INFO] [stderr] | ^^^^^ use of undeclared type or module `image` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `image` [INFO] [stderr] --> src/features/image.rs:11:4 [INFO] [stderr] | [INFO] [stderr] 11 | image::DynamicImage::ImageLumaA16(_) => panic!("unsupported pixel format: LumaA16"), [INFO] [stderr] | ^^^^^ use of undeclared type or module `image` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `image` [INFO] [stderr] --> src/features/image.rs:12:4 [INFO] [stderr] | [INFO] [stderr] 12 | image::DynamicImage::ImageRgb8(x) => into_bytes(x), [INFO] [stderr] | ^^^^^ use of undeclared type or module `image` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `image` [INFO] [stderr] --> src/features/image.rs:13:4 [INFO] [stderr] | [INFO] [stderr] 13 | image::DynamicImage::ImageRgba8(x) => into_bytes(x), [INFO] [stderr] | ^^^^^ use of undeclared type or module `image` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `image` [INFO] [stderr] --> src/features/image.rs:14:4 [INFO] [stderr] | [INFO] [stderr] 14 | image::DynamicImage::ImageRgb16(_) => panic!("unsupported pixel format: Rgb16"), [INFO] [stderr] | ^^^^^ use of undeclared type or module `image` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `image` [INFO] [stderr] --> src/features/image.rs:15:4 [INFO] [stderr] | [INFO] [stderr] 15 | image::DynamicImage::ImageRgba16(_) => panic!("unsupported pixel format: Rgba16"), [INFO] [stderr] | ^^^^^ use of undeclared type or module `image` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `image` [INFO] [stderr] --> src/features/image.rs:16:4 [INFO] [stderr] | [INFO] [stderr] 16 | image::DynamicImage::ImageBgr8(x) => into_bytes(x), [INFO] [stderr] | ^^^^^ use of undeclared type or module `image` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `image` [INFO] [stderr] --> src/features/image.rs:17:4 [INFO] [stderr] | [INFO] [stderr] 17 | image::DynamicImage::ImageBgra8(x) => into_bytes(x), [INFO] [stderr] | ^^^^^ use of undeclared type or module `image` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `image` [INFO] [stderr] --> src/features/image.rs:23:4 [INFO] [stderr] | [INFO] [stderr] 23 | image::DynamicImage::ImageLuma8(x) => info(x), [INFO] [stderr] | ^^^^^ use of undeclared type or module `image` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `image` [INFO] [stderr] --> src/features/image.rs:24:4 [INFO] [stderr] | [INFO] [stderr] 24 | image::DynamicImage::ImageLumaA8(x) => info(x), [INFO] [stderr] | ^^^^^ use of undeclared type or module `image` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `image` [INFO] [stderr] --> src/features/image.rs:25:4 [INFO] [stderr] | [INFO] [stderr] 25 | image::DynamicImage::ImageLuma16(_) => Err(String::from("unsupported pixel format: Luma16")), [INFO] [stderr] | ^^^^^ use of undeclared type or module `image` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `image` [INFO] [stderr] --> src/features/image.rs:26:4 [INFO] [stderr] | [INFO] [stderr] 26 | image::DynamicImage::ImageLumaA16(_) => Err(String::from("unsupported pixel format: LumaA16")), [INFO] [stderr] | ^^^^^ use of undeclared type or module `image` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `image` [INFO] [stderr] --> src/features/image.rs:27:4 [INFO] [stderr] | [INFO] [stderr] 27 | image::DynamicImage::ImageRgb8(x) => info(x), [INFO] [stderr] | ^^^^^ use of undeclared type or module `image` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `image` [INFO] [stderr] --> src/features/image.rs:28:4 [INFO] [stderr] | [INFO] [stderr] 28 | image::DynamicImage::ImageRgba8(x) => info(x), [INFO] [stderr] | ^^^^^ use of undeclared type or module `image` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `image` [INFO] [stderr] --> src/features/image.rs:29:4 [INFO] [stderr] | [INFO] [stderr] 29 | image::DynamicImage::ImageRgb16(_) => Err(String::from("unsupported pixel format: Rgb16")), [INFO] [stderr] | ^^^^^ use of undeclared type or module `image` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `image` [INFO] [stderr] --> src/features/image.rs:30:4 [INFO] [stderr] | [INFO] [stderr] 30 | image::DynamicImage::ImageRgba16(_) => Err(String::from("unsupported pixel format: Rgba16")), [INFO] [stderr] | ^^^^^ use of undeclared type or module `image` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `image` [INFO] [stderr] --> src/features/image.rs:31:4 [INFO] [stderr] | [INFO] [stderr] 31 | image::DynamicImage::ImageBgr8(x) => info(x), [INFO] [stderr] | ^^^^^ use of undeclared type or module `image` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `image` [INFO] [stderr] --> src/features/image.rs:32:4 [INFO] [stderr] | [INFO] [stderr] 32 | image::DynamicImage::ImageBgra8(x) => info(x), [INFO] [stderr] | ^^^^^ use of undeclared type or module `image` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `image` [INFO] [stderr] --> src/features/image.rs:37:24 [INFO] [stderr] | [INFO] [stderr] 37 | impl ImageData for &'_ image::DynamicImage { [INFO] [stderr] | ^^^^^ use of undeclared type or module `image` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `image` [INFO] [stderr] --> src/features/image.rs:40:4 [INFO] [stderr] | [INFO] [stderr] 40 | image::DynamicImage::ImageLuma8(x) => Box::from(as_bytes(x)), [INFO] [stderr] | ^^^^^ use of undeclared type or module `image` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `image` [INFO] [stderr] --> src/features/image.rs:41:4 [INFO] [stderr] | [INFO] [stderr] 41 | image::DynamicImage::ImageLumaA8(x) => Box::from(as_bytes(x)), [INFO] [stderr] | ^^^^^ use of undeclared type or module `image` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `image` [INFO] [stderr] --> src/features/image.rs:42:4 [INFO] [stderr] | [INFO] [stderr] 42 | image::DynamicImage::ImageLuma16(_) => panic!("unsupported pixel format: Luma16"), [INFO] [stderr] | ^^^^^ use of undeclared type or module `image` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `image` [INFO] [stderr] --> src/features/image.rs:43:4 [INFO] [stderr] | [INFO] [stderr] 43 | image::DynamicImage::ImageLumaA16(_) => panic!("unsupported pixel format: LumaA16"), [INFO] [stderr] | ^^^^^ use of undeclared type or module `image` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `image` [INFO] [stderr] --> src/features/image.rs:44:4 [INFO] [stderr] | [INFO] [stderr] 44 | image::DynamicImage::ImageRgb8(x) => Box::from(as_bytes(x)), [INFO] [stderr] | ^^^^^ use of undeclared type or module `image` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `image` [INFO] [stderr] --> src/features/image.rs:45:4 [INFO] [stderr] | [INFO] [stderr] 45 | image::DynamicImage::ImageRgba8(x) => Box::from(as_bytes(x)), [INFO] [stderr] | ^^^^^ use of undeclared type or module `image` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `image` [INFO] [stderr] --> src/features/image.rs:46:4 [INFO] [stderr] | [INFO] [stderr] 46 | image::DynamicImage::ImageRgb16(_) => panic!("unsupported pixel format: Rgb16"), [INFO] [stderr] | ^^^^^ use of undeclared type or module `image` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `image` [INFO] [stderr] --> src/features/image.rs:47:4 [INFO] [stderr] | [INFO] [stderr] 47 | image::DynamicImage::ImageRgba16(_) => panic!("unsupported pixel format: Rgba16"), [INFO] [stderr] | ^^^^^ use of undeclared type or module `image` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `image` [INFO] [stderr] --> src/features/image.rs:48:4 [INFO] [stderr] | [INFO] [stderr] 48 | image::DynamicImage::ImageBgr8(x) => Box::from(as_bytes(x)), [INFO] [stderr] | ^^^^^ use of undeclared type or module `image` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `image` [INFO] [stderr] --> src/features/image.rs:49:4 [INFO] [stderr] | [INFO] [stderr] 49 | image::DynamicImage::ImageBgra8(x) => Box::from(as_bytes(x)), [INFO] [stderr] | ^^^^^ use of undeclared type or module `image` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `image` [INFO] [stderr] --> src/features/image.rs:58:23 [INFO] [stderr] | [INFO] [stderr] 58 | impl
ImageData for image::ImageBuffer
>
[INFO] [stderr] | ^^^^^ use of undeclared type or module `image`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `image`
[INFO] [stderr] --> src/features/image.rs:60:5
[INFO] [stderr] |
[INFO] [stderr] 60 | P: image::Pixel ImageData for &'_ image::ImageBuffer >
[INFO] [stderr] | ^^^^^ use of undeclared type or module `image`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `image`
[INFO] [stderr] --> src/features/image.rs:73:5
[INFO] [stderr] |
[INFO] [stderr] 73 | P: image::Pixel >) -> Box<[u8]> {
[INFO] [stderr] | ^^^^^ use of undeclared type or module `image`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `image`
[INFO] [stderr] --> src/features/image.rs:85:65
[INFO] [stderr] |
[INFO] [stderr] 85 | fn into_bytes >) -> Box<[u8]> {
[INFO] [stderr] | ^^^^^ use of undeclared type or module `image`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `image`
[INFO] [stderr] --> src/features/image.rs:90:26
[INFO] [stderr] |
[INFO] [stderr] 90 | fn as_bytes >) -> &[u8] {
[INFO] [stderr] | ^^^^^ use of undeclared type or module `image`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `image`
[INFO] [stderr] --> src/features/image.rs:90:64
[INFO] [stderr] |
[INFO] [stderr] 90 | fn as_bytes >) -> &[u8] {
[INFO] [stderr] | ^^^^^ use of undeclared type or module `image`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `image`
[INFO] [stderr] --> src/features/image.rs:97:5
[INFO] [stderr] |
[INFO] [stderr] 97 | P: image::Pixel (image: &image::ImageBuffer ) -> Result