[INFO] crate show-image 0.6.2 is already in cache [INFO] testing show-image-0.6.2 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate show-image 0.6.2 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate show-image 0.6.2 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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-13/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" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+beta-2020-06-03" "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] 93bb4c7a52a2b205ba6ef3b79c18cf3a49a73247a40115be65102da87b0b1da1 [INFO] running `"docker" "start" "-a" "93bb4c7a52a2b205ba6ef3b79c18cf3a49a73247a40115be65102da87b0b1da1"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling sdl2 v0.33.0 [INFO] [stderr] Compiling sdl2-sys v0.33.0 [INFO] [stderr] Compiling serde_derive v1.0.105 [INFO] [stderr] Compiling serde 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 48.31s [INFO] running `"docker" "inspect" "93bb4c7a52a2b205ba6ef3b79c18cf3a49a73247a40115be65102da87b0b1da1"` [INFO] running `"docker" "rm" "-f" "93bb4c7a52a2b205ba6ef3b79c18cf3a49a73247a40115be65102da87b0b1da1"` [INFO] [stdout] 93bb4c7a52a2b205ba6ef3b79c18cf3a49a73247a40115be65102da87b0b1da1 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] db05c6a43083aa8b11de29b8d4ebf640f841cf8907d35a38b739103ce85bd016 [INFO] running `"docker" "start" "-a" "db05c6a43083aa8b11de29b8d4ebf640f841cf8907d35a38b739103ce85bd016"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [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: 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 `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[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] 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[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 + 'static, [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:71:27 [INFO] [stderr] | [INFO] [stderr] 71 | 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:73:5 [INFO] [stderr] | [INFO] [stderr] 73 | P: image::Pixel + 'static, [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:28 [INFO] [stderr] | [INFO] [stderr] 85 | fn into_bytes>(buffer: image::ImageBuffer>) -> 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>(buffer: image::ImageBuffer>) -> 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>(buffer: &image::ImageBuffer>) -> &[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>(buffer: &image::ImageBuffer>) -> &[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 + 'static, [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:95:23 [INFO] [stderr] | [INFO] [stderr] 95 | fn info(image: &image::ImageBuffer) -> Result [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:109:20 [INFO] [stderr] | [INFO] [stderr] 109 | fn pixel_format() -> Result { [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:111:3 [INFO] [stderr] | [INFO] [stderr] 111 | image::ColorType::Bgr8 => Ok(PixelFormat::Bgr8), [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:112:3 [INFO] [stderr] | [INFO] [stderr] 112 | image::ColorType::Bgra8 => Ok(PixelFormat::Bgra8), [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:113:3 [INFO] [stderr] | [INFO] [stderr] 113 | image::ColorType::Rgb8 => Ok(PixelFormat::Rgb8), [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:114:3 [INFO] [stderr] | [INFO] [stderr] 114 | image::ColorType::Rgba8 => Ok(PixelFormat::Rgba8), [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:115:3 [INFO] [stderr] | [INFO] [stderr] 115 | image::ColorType::L8 => Ok(PixelFormat::Mono8), [INFO] [stderr] | ^^^^^ use of undeclared type or module `image` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `raqote` [INFO] [stderr] --> src/features/raqote.rs:5:20 [INFO] [stderr] | [INFO] [stderr] 5 | impl ImageData for raqote::DrawTarget { [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] --> src/features/raqote.rs:23:24 [INFO] [stderr] | [INFO] [stderr] 23 | impl ImageData for &'_ raqote::DrawTarget { [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] --> src/features/raqote.rs:33:24 [INFO] [stderr] | [INFO] [stderr] 33 | impl<'a> ImageData for raqote::Image<'a> { [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] --> src/features/raqote.rs:50:28 [INFO] [stderr] | [INFO] [stderr] 50 | impl<'a> ImageData for &'_ raqote::Image<'a> { [INFO] [stderr] | ^^^^^^ use of undeclared type or module `raqote` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tch` [INFO] [stderr] --> src/features/tch.rs:38:14 [INFO] [stderr] | [INFO] [stderr] 38 | tensor: &'a tch::Tensor, [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] --> src/features/tch.rs:159:24 [INFO] [stderr] | [INFO] [stderr] 159 | impl TensorAsImage for tch::Tensor { [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] --> src/features/tch.rs:195:25 [INFO] [stderr] | [INFO] [stderr] 195 | fn tensor_info(tensor: &tch::Tensor, pixel_format: PixelFormat, planar: bool) -> Result<(bool, ImageInfo), String> { [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] --> src/features/tch.rs:225:31 [INFO] [stderr] | [INFO] [stderr] 225 | fn guess_tensor_info(tensor: &tch::Tensor, color_format: ColorFormat) -> Result<(bool, ImageInfo), String> { [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] --> src/features/tch.rs:258:14 [INFO] [stderr] | [INFO] [stderr] 258 | let data = tch::Tensor::of_slice(&(0..120).collect::>()); [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] --> src/features/tch.rs:287:14 [INFO] [stderr] | [INFO] [stderr] 287 | let data = tch::Tensor::of_slice(&(0..60).collect::>()); [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] --> src/features/tch.rs:321:14 [INFO] [stderr] | [INFO] [stderr] 321 | let data = tch::Tensor::of_slice(&(0..60).collect::>()); [INFO] [stderr] | ^^^ use of undeclared type or module `tch` [INFO] [stderr] [INFO] [stderr] error: aborting due to 59 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "db05c6a43083aa8b11de29b8d4ebf640f841cf8907d35a38b739103ce85bd016"` [INFO] running `"docker" "rm" "-f" "db05c6a43083aa8b11de29b8d4ebf640f841cf8907d35a38b739103ce85bd016"` [INFO] [stdout] db05c6a43083aa8b11de29b8d4ebf640f841cf8907d35a38b739103ce85bd016