[INFO] fetching crate rgb 0.8.25... [INFO] checking rgb-0.8.25 against master#f5f33ec0e0455eefa72fc5567eb1280a4d5ee206 for pr-83312 [INFO] extracting crate rgb 0.8.25 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate rgb 0.8.25 on toolchain f5f33ec0e0455eefa72fc5567eb1280a4d5ee206 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f5f33ec0e0455eefa72fc5567eb1280a4d5ee206" "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-9/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" "+f5f33ec0e0455eefa72fc5567eb1280a4d5ee206" "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-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" "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:4f92631de1aa59f8320307485d3b3c869a5c90ab1d76ce2cffab9807b8c9a1fb" "/opt/rustwide/cargo-home/bin/cargo" "+f5f33ec0e0455eefa72fc5567eb1280a4d5ee206" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1e92adfe319829242bcf543c10967b4285524f488920777a01911fec350589b1 [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" "1e92adfe319829242bcf543c10967b4285524f488920777a01911fec350589b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1e92adfe319829242bcf543c10967b4285524f488920777a01911fec350589b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1e92adfe319829242bcf543c10967b4285524f488920777a01911fec350589b1", kill_on_drop: false }` [INFO] [stdout] 1e92adfe319829242bcf543c10967b4285524f488920777a01911fec350589b1 [INFO] running `Command { std: "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" "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:4f92631de1aa59f8320307485d3b3c869a5c90ab1d76ce2cffab9807b8c9a1fb" "/opt/rustwide/cargo-home/bin/cargo" "+f5f33ec0e0455eefa72fc5567eb1280a4d5ee206" "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] 9bc5186cbe127a4285cebfb7d823859c3cfc2d71db1a18eaec0d3fc2706c4dfa [INFO] running `Command { std: "docker" "start" "-a" "9bc5186cbe127a4285cebfb7d823859c3cfc2d71db1a18eaec0d3fc2706c4dfa", kill_on_drop: false }` [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling serde v1.0.112 [INFO] [stderr] Compiling serde_json v1.0.55 [INFO] [stderr] Checking bytemuck v1.3.1 [INFO] [stderr] Checking itoa v0.4.5 [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" "9bc5186cbe127a4285cebfb7d823859c3cfc2d71db1a18eaec0d3fc2706c4dfa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9bc5186cbe127a4285cebfb7d823859c3cfc2d71db1a18eaec0d3fc2706c4dfa", kill_on_drop: false }` [INFO] [stdout] 9bc5186cbe127a4285cebfb7d823859c3cfc2d71db1a18eaec0d3fc2706c4dfa