[INFO] fetching crate show-image 0.6.4... [INFO] checking show-image-0.6.4 against beta for pr-78714 [INFO] extracting crate show-image 0.6.4 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate show-image 0.6.4 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "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-14/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" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fa8d3cc163b8a0e3f209f190c1011f26e04123d391e23768446a88b84b38f88b [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" "fa8d3cc163b8a0e3f209f190c1011f26e04123d391e23768446a88b84b38f88b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fa8d3cc163b8a0e3f209f190c1011f26e04123d391e23768446a88b84b38f88b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa8d3cc163b8a0e3f209f190c1011f26e04123d391e23768446a88b84b38f88b", kill_on_drop: false }` [INFO] [stdout] fa8d3cc163b8a0e3f209f190c1011f26e04123d391e23768446a88b84b38f88b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 40dbf9b652321d84fbc8dffb00f9fe49b9e44b98bfff187a40f12d4b41f4a4f5 [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" "40dbf9b652321d84fbc8dffb00f9fe49b9e44b98bfff187a40f12d4b41f4a4f5", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.35 [INFO] [stderr] Compiling sdl2 v0.33.0 [INFO] [stderr] Compiling sdl2-sys v0.33.0 [INFO] [stderr] Compiling assert2-macros v0.1.0 [INFO] [stderr] Compiling serde_derive v1.0.114 [INFO] [stderr] Checking assert2 v0.1.2 [INFO] [stderr] Checking serde v1.0.114 [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