[INFO] fetching crate show-image 0.6.4... [INFO] checking show-image-0.6.4 against master#0d37dca25a51fb900a402c94c8818ad1c2789e30 for pr-77526 [INFO] extracting crate show-image 0.6.4 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate show-image 0.6.4 on toolchain 0d37dca25a51fb900a402c94c8818ad1c2789e30 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0d37dca25a51fb900a402c94c8818ad1c2789e30" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate show-image 0.6.4 [INFO] finished tweaking crates.io crate show-image 0.6.4 [INFO] tweaked toml for crates.io crate show-image 0.6.4 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate crates.io crate show-image 0.6.4 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0d37dca25a51fb900a402c94c8818ad1c2789e30" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+0d37dca25a51fb900a402c94c8818ad1c2789e30" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 62d931761a5e30c04b1da9f1c967b2d63d767daf48b81dc5d001959191ab4657 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "62d931761a5e30c04b1da9f1c967b2d63d767daf48b81dc5d001959191ab4657", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "62d931761a5e30c04b1da9f1c967b2d63d767daf48b81dc5d001959191ab4657", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "62d931761a5e30c04b1da9f1c967b2d63d767daf48b81dc5d001959191ab4657", kill_on_drop: false }` [INFO] [stdout] 62d931761a5e30c04b1da9f1c967b2d63d767daf48b81dc5d001959191ab4657 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=forbid" "-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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+0d37dca25a51fb900a402c94c8818ad1c2789e30" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f2172c0f03a7314301b33c2755f0ac688947a889eb0941851c839da49286705e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f2172c0f03a7314301b33c2755f0ac688947a889eb0941851c839da49286705e", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling serde_derive v1.0.114 [INFO] [stderr] Compiling serde v1.0.114 [INFO] [stderr] Compiling sdl2 v0.33.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling assert2-macros v0.1.0 [INFO] [stderr] Compiling sdl2-sys v0.33.0 [INFO] [stderr] Compiling proc-macro2 v1.0.19 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling syn v1.0.35 [INFO] [stderr] Checking assert2 v0.1.2 [INFO] [stderr] Checking keyboard-types v0.5.0 [INFO] [stderr] Checking show-image v0.6.4 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `image` [INFO] [stdout] --> src/features/image.rs:5:20 [INFO] [stdout] | [INFO] [stdout] 5 | impl ImageData for image::DynamicImage { [INFO] [stdout] | ^^^^^ use of undeclared crate or module `image` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `image` [INFO] [stdout] --> src/features/image.rs:8:4 [INFO] [stdout] | [INFO] [stdout] 8 | image::DynamicImage::ImageLuma8(x) => into_bytes(x), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `image` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `image` [INFO] [stdout] --> src/features/image.rs:9:4 [INFO] [stdout] | [INFO] [stdout] 9 | image::DynamicImage::ImageLumaA8(x) => into_bytes(x), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `image` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `image` [INFO] [stdout] --> src/features/image.rs:10:4 [INFO] [stdout] | [INFO] [stdout] 10 | image::DynamicImage::ImageLuma16(_) => panic!("unsupported pixel format: Luma16"), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `image` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `image` [INFO] [stdout] --> src/features/image.rs:11:4 [INFO] [stdout] | [INFO] [stdout] 11 | image::DynamicImage::ImageLumaA16(_) => panic!("unsupported pixel format: LumaA16"), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `image` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `image` [INFO] [stdout] --> src/features/image.rs:12:4 [INFO] [stdout] | [INFO] [stdout] 12 | image::DynamicImage::ImageRgb8(x) => into_bytes(x), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `image` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `image` [INFO] [stdout] --> src/features/image.rs:13:4 [INFO] [stdout] | [INFO] [stdout] 13 | image::DynamicImage::ImageRgba8(x) => into_bytes(x), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `image` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `image` [INFO] [stdout] --> src/features/image.rs:14:4 [INFO] [stdout] | [INFO] [stdout] 14 | image::DynamicImage::ImageRgb16(_) => panic!("unsupported pixel format: Rgb16"), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `image` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `image` [INFO] [stdout] --> src/features/image.rs:15:4 [INFO] [stdout] | [INFO] [stdout] 15 | image::DynamicImage::ImageRgba16(_) => panic!("unsupported pixel format: Rgba16"), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `image` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `image` [INFO] [stdout] --> src/features/image.rs:16:4 [INFO] [stdout] | [INFO] [stdout] 16 | image::DynamicImage::ImageBgr8(x) => into_bytes(x), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `image` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `image` [INFO] [stdout] --> src/features/image.rs:17:4 [INFO] [stdout] | [INFO] [stdout] 17 | image::DynamicImage::ImageBgra8(x) => into_bytes(x), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `image` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `image` [INFO] [stdout] --> src/features/image.rs:23:4 [INFO] [stdout] | [INFO] [stdout] 23 | image::DynamicImage::ImageLuma8(x) => info(x), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `image` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `image` [INFO] [stdout] --> src/features/image.rs:24:4 [INFO] [stdout] | [INFO] [stdout] 24 | image::DynamicImage::ImageLumaA8(x) => info(x), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `image` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `image` [INFO] [stdout] --> src/features/image.rs:25:4 [INFO] [stdout] | [INFO] [stdout] 25 | image::DynamicImage::ImageLuma16(_) => Err(String::from("unsupported pixel format: Luma16")), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `image` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `image` [INFO] [stdout] --> src/features/image.rs:26:4 [INFO] [stdout] | [INFO] [stdout] 26 | image::DynamicImage::ImageLumaA16(_) => Err(String::from("unsupported pixel format: LumaA16")), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `image` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `image` [INFO] [stdout] --> src/features/image.rs:27:4 [INFO] [stdout] | [INFO] [stdout] 27 | image::DynamicImage::ImageRgb8(x) => info(x), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `image` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `image` [INFO] [stdout] --> src/features/image.rs:28:4 [INFO] [stdout] | [INFO] [stdout] 28 | image::DynamicImage::ImageRgba8(x) => info(x), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `image` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `image` [INFO] [stdout] --> src/features/image.rs:29:4 [INFO] [stdout] | [INFO] [stdout] 29 | image::DynamicImage::ImageRgb16(_) => Err(String::from("unsupported pixel format: Rgb16")), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `image` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `image` [INFO] [stdout] --> src/features/image.rs:30:4 [INFO] [stdout] | [INFO] [stdout] 30 | image::DynamicImage::ImageRgba16(_) => Err(String::from("unsupported pixel format: Rgba16")), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `image` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `image` [INFO] [stdout] --> src/features/image.rs:31:4 [INFO] [stdout] | [INFO] [stdout] 31 | image::DynamicImage::ImageBgr8(x) => info(x), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `image` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `image` [INFO] [stdout] --> src/features/image.rs:32:4 [INFO] [stdout] | [INFO] [stdout] 32 | image::DynamicImage::ImageBgra8(x) => info(x), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `image` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `image` [INFO] [stdout] --> src/features/image.rs:37:24 [INFO] [stdout] | [INFO] [stdout] 37 | impl ImageData for &'_ image::DynamicImage { [INFO] [stdout] | ^^^^^ use of undeclared crate or module `image` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `image` [INFO] [stdout] --> src/features/image.rs:40:4 [INFO] [stdout] | [INFO] [stdout] 40 | image::DynamicImage::ImageLuma8(x) => Box::from(as_bytes(x)), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `image` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `image` [INFO] [stdout] --> src/features/image.rs:41:4 [INFO] [stdout] | [INFO] [stdout] 41 | image::DynamicImage::ImageLumaA8(x) => Box::from(as_bytes(x)), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `image` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `image` [INFO] [stdout] --> src/features/image.rs:42:4 [INFO] [stdout] | [INFO] [stdout] 42 | image::DynamicImage::ImageLuma16(_) => panic!("unsupported pixel format: Luma16"), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `image` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `image` [INFO] [stdout] --> src/features/image.rs:43:4 [INFO] [stdout] | [INFO] [stdout] 43 | image::DynamicImage::ImageLumaA16(_) => panic!("unsupported pixel format: LumaA16"), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `image` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `image` [INFO] [stdout] --> src/features/image.rs:44:4 [INFO] [stdout] | [INFO] [stdout] 44 | image::DynamicImage::ImageRgb8(x) => Box::from(as_bytes(x)), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `image` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `image` [INFO] [stdout] --> src/features/image.rs:45:4 [INFO] [stdout] | [INFO] [stdout] 45 | image::DynamicImage::ImageRgba8(x) => Box::from(as_bytes(x)), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `image` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `image` [INFO] [stdout] --> src/features/image.rs:46:4 [INFO] [stdout] | [INFO] [stdout] 46 | image::DynamicImage::ImageRgb16(_) => panic!("unsupported pixel format: Rgb16"), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `image` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `image` [INFO] [stdout] --> src/features/image.rs:47:4 [INFO] [stdout] | [INFO] [stdout] 47 | image::DynamicImage::ImageRgba16(_) => panic!("unsupported pixel format: Rgba16"), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `image` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `image` [INFO] [stdout] --> src/features/image.rs:48:4 [INFO] [stdout] | [INFO] [stdout] 48 | image::DynamicImage::ImageBgr8(x) => Box::from(as_bytes(x)), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `image` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `image` [INFO] [stdout] --> src/features/image.rs:49:4 [INFO] [stdout] | [INFO] [stdout] 49 | image::DynamicImage::ImageBgra8(x) => Box::from(as_bytes(x)), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `image` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `image` [INFO] [stdout] --> src/features/image.rs:58:23 [INFO] [stdout] | [INFO] [stdout] 58 | impl
ImageData for image::ImageBuffer
>
[INFO] [stdout] | ^^^^^ use of undeclared crate or module `image`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `image`
[INFO] [stdout] --> src/features/image.rs:60:5
[INFO] [stdout] |
[INFO] [stdout] 60 | P: image::Pixel ImageData for &'_ image::ImageBuffer >
[INFO] [stdout] | ^^^^^ use of undeclared crate or module `image`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `image`
[INFO] [stdout] --> src/features/image.rs:73:5
[INFO] [stdout] |
[INFO] [stdout] 73 | P: image::Pixel >) -> Box<[u8]> {
[INFO] [stdout] | ^^^^^ use of undeclared crate or module `image`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `image`
[INFO] [stdout] --> src/features/image.rs:85:65
[INFO] [stdout] |
[INFO] [stdout] 85 | fn into_bytes >) -> Box<[u8]> {
[INFO] [stdout] | ^^^^^ use of undeclared crate or module `image`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `image`
[INFO] [stdout] --> src/features/image.rs:90:26
[INFO] [stdout] |
[INFO] [stdout] 90 | fn as_bytes >) -> &[u8] {
[INFO] [stdout] | ^^^^^ use of undeclared crate or module `image`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `image`
[INFO] [stdout] --> src/features/image.rs:90:64
[INFO] [stdout] |
[INFO] [stdout] 90 | fn as_bytes >) -> &[u8] {
[INFO] [stdout] | ^^^^^ use of undeclared crate or module `image`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `image`
[INFO] [stdout] --> src/features/image.rs:97:5
[INFO] [stdout] |
[INFO] [stdout] 97 | P: image::Pixel (image: &image::ImageBuffer ) -> Result