[INFO] fetching crate rgb 0.8.25... [INFO] checking rgb-0.8.25 against master#f82664191d0e8764b7435b9d72eb0e366b8b1464 for pr-83354 [INFO] extracting crate rgb 0.8.25 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate rgb 0.8.25 on toolchain f82664191d0e8764b7435b9d72eb0e366b8b1464 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f82664191d0e8764b7435b9d72eb0e366b8b1464" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rgb 0.8.25 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate rgb 0.8.25 [INFO] tweaked toml for crates.io crate rgb 0.8.25 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate crates.io crate rgb 0.8.25 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f82664191d0e8764b7435b9d72eb0e366b8b1464" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+f82664191d0e8764b7435b9d72eb0e366b8b1464" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6a510505ff410864fbfa0a8b732e3b4ff9221a93b217c0e17175b80a0ad582e2 [INFO] running `Command { std: "docker" "start" "-a" "6a510505ff410864fbfa0a8b732e3b4ff9221a93b217c0e17175b80a0ad582e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6a510505ff410864fbfa0a8b732e3b4ff9221a93b217c0e17175b80a0ad582e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6a510505ff410864fbfa0a8b732e3b4ff9221a93b217c0e17175b80a0ad582e2", kill_on_drop: false }` [INFO] [stdout] 6a510505ff410864fbfa0a8b732e3b4ff9221a93b217c0e17175b80a0ad582e2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+f82664191d0e8764b7435b9d72eb0e366b8b1464" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 25b3a6a512ee468fb8a827df007fb60e7d56a26727ba90437574cb1b11f01e2a [INFO] running `Command { std: "docker" "start" "-a" "25b3a6a512ee468fb8a827df007fb60e7d56a26727ba90437574cb1b11f01e2a", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.112 [INFO] [stderr] Compiling serde_json v1.0.55 [INFO] [stderr] Checking itoa v0.4.5 [INFO] [stderr] Checking bytemuck v1.3.1 [INFO] [stderr] Checking rgb v0.8.25 (/opt/rustwide/workdir) [INFO] [stdout] error[E0658]: use of unstable library feature 'array_methods' [INFO] [stdout] --> src/lib.rs:193:21 [INFO] [stdout] | [INFO] [stdout] 193 | assert_eq!(rgb2.as_mut_slice().as_rgb_mut(), &mut [rgb]); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #76118 for more information [INFO] [stdout] = help: add `#![feature(array_methods)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: can't compare `RGB>` with `RGB` [INFO] [stdout] --> src/lib.rs:193:5 [INFO] [stdout] | [INFO] [stdout] 193 | assert_eq!(rgb2.as_mut_slice().as_rgb_mut(), &mut [rgb]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `RGB> == RGB` [INFO] [stdout] | [INFO] [stdout] = help: the trait `PartialEq>` is not implemented for `RGB>` [INFO] [stdout] = note: required because of the requirements on the impl of `PartialEq<[RGB; 1]>` for `[RGB>]` [INFO] [stdout] = note: 1 redundant requirements hidden [INFO] [stdout] = note: required because of the requirements on the impl of `PartialEq<&mut [RGB; 1]>` for `&mut [RGB>]` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'array_methods' [INFO] [stdout] --> src/lib.rs:194:33 [INFO] [stdout] | [INFO] [stdout] 194 | assert_eq!(&mut [rgb], rgb2.as_mut_slice().as_pixels_mut()); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #76118 for more information [INFO] [stdout] = help: add `#![feature(array_methods)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `[RGB]: internal::convert::AsPixels>` is not satisfied [INFO] [stdout] --> src/lib.rs:194:48 [INFO] [stdout] | [INFO] [stdout] 194 | assert_eq!(&mut [rgb], rgb2.as_mut_slice().as_pixels_mut()); [INFO] [stdout] | ^^^^^^^^^^^^^ the trait `internal::convert::AsPixels>` is not implemented for `[RGB]` [INFO] [stdout] | [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] <[T] as internal::convert::AsPixels>> [INFO] [stdout] <[T] as internal::convert::AsPixels>> [INFO] [stdout] <[T] as internal::convert::AsPixels>> [INFO] [stdout] <[T] as internal::convert::AsPixels>> [INFO] [stdout] and 2 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'array_methods' [INFO] [stdout] --> src/lib.rs:222:22 [INFO] [stdout] | [INFO] [stdout] 222 | assert_eq!(rgba2.as_mut_slice().as_rgba_mut(), &mut [rgba]); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #76118 for more information [INFO] [stdout] = help: add `#![feature(array_methods)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: can't compare `RGBA>` with `RGBA` [INFO] [stdout] --> src/lib.rs:222:5 [INFO] [stdout] | [INFO] [stdout] 222 | assert_eq!(rgba2.as_mut_slice().as_rgba_mut(), &mut [rgba]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `RGBA> == RGBA` [INFO] [stdout] | [INFO] [stdout] = help: the trait `PartialEq>` is not implemented for `RGBA>` [INFO] [stdout] = note: required because of the requirements on the impl of `PartialEq<[RGBA; 1]>` for `[RGBA>]` [INFO] [stdout] = note: 1 redundant requirements hidden [INFO] [stdout] = note: required because of the requirements on the impl of `PartialEq<&mut [RGBA; 1]>` for `&mut [RGBA>]` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rgb` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "25b3a6a512ee468fb8a827df007fb60e7d56a26727ba90437574cb1b11f01e2a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "25b3a6a512ee468fb8a827df007fb60e7d56a26727ba90437574cb1b11f01e2a", kill_on_drop: false }` [INFO] [stdout] 25b3a6a512ee468fb8a827df007fb60e7d56a26727ba90437574cb1b11f01e2a