[INFO] crate piston2d-gfx_graphics 0.68.0 is already in cache
[INFO] checking piston2d-gfx_graphics-0.68.0 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate piston2d-gfx_graphics 0.68.0 into /workspace/builds/worker-0/source
[INFO] validating manifest of crates.io crate piston2d-gfx_graphics 0.68.0 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate piston2d-gfx_graphics 0.68.0
[INFO] finished tweaking crates.io crate piston2d-gfx_graphics 0.68.0
[INFO] tweaked toml for crates.io crate piston2d-gfx_graphics 0.68.0 written to /workspace/builds/worker-0/source/Cargo.toml
[INFO] crate crates.io crate piston2d-gfx_graphics 0.68.0 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=forbid" "-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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 34b12cdc12a0809190c1dab206a1287b21ce686157556a286ba8a50aa5b9a3b1
[INFO] running `"docker" "start" "-a" "34b12cdc12a0809190c1dab206a1287b21ce686157556a286ba8a50aa5b9a3b1"`
[INFO] [stderr]     Checking bytemuck v1.2.0
[INFO] [stderr]     Checking piston-texture v0.8.0
[INFO] [stderr]     Checking interpolation v0.2.0
[INFO] [stderr]     Checking read_color v1.0.0
[INFO] [stderr]     Checking vecmath v1.0.0
[INFO] [stderr]    Compiling x11-dl v2.18.4
[INFO] [stderr]     Checking stb_truetype v0.3.1
[INFO] [stderr]     Checking tiff v0.4.0
[INFO] [stderr]     Checking shared_library v0.1.9
[INFO] [stderr]    Compiling gl_generator v0.11.0
[INFO] [stderr]     Checking parking_lot_core v0.6.2
[INFO] [stderr]     Checking png v0.15.3
[INFO] [stderr]    Compiling wayland-client v0.21.13
[INFO] [stderr]    Compiling wayland-protocols v0.21.13
[INFO] [stderr]     Checking gfx_core v0.9.2
[INFO] [stderr]     Checking num-rational v0.2.3
[INFO] [stderr]     Checking crossbeam-epoch v0.8.0
[INFO] [stderr]     Checking wayland-commons v0.21.13
[INFO] [stderr]     Checking pistoncore-event_loop v0.49.0
[INFO] [stderr]     Checking osmesa-sys v0.1.2
[INFO] [stderr]     Checking parking_lot v0.9.0
[INFO] [stderr]     Checking rusttype v0.8.2
[INFO] [stderr]     Checking piston v0.49.0
[INFO] [stderr]     Checking crossbeam-deque v0.7.2
[INFO] [stderr]     Checking rusttype v0.7.9
[INFO] [stderr]     Checking piston2d-graphics v0.36.0
[INFO] [stderr]     Checking rayon-core v1.7.0
[INFO] [stderr]     Checking andrew v0.2.1
[INFO] [stderr]    Compiling glutin_glx_sys v0.1.5
[INFO] [stderr]    Compiling gfx_gl v0.6.0
[INFO] [stderr]     Checking rayon v1.3.0
[INFO] [stderr]     Checking jpeg-decoder v0.1.18
[INFO] [stderr]     Checking image v0.23.0
[INFO] [stderr]     Checking smithay-client-toolkit v0.4.6
[INFO] [stderr]     Checking gfx v0.18.2
[INFO] [stderr]     Checking gfx_device_gl v0.16.2
[INFO] [stderr]     Checking winit v0.19.5
[INFO] [stderr]     Checking piston-gfx_texture v0.41.0
[INFO] [stderr]     Checking glutin v0.21.2
[INFO] [stderr]     Checking piston2d-gfx_graphics v0.68.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking pistoncore-glutin_window v0.63.0
[INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added.
[INFO] [stderr]    --> examples/texture_wrap.rs:101:66
[INFO] [stderr]     |
[INFO] [stderr] 101 |                     for (ixv, &ixp) in (0..6).zip(indices_points.into_iter()) {
[INFO] [stderr]     |                                                                  ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(array_into_iter)]` on by default
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #66145 <https://github.com/rust-lang/rust/issues/66145>
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 1m 05s
[INFO] running `"docker" "inspect" "34b12cdc12a0809190c1dab206a1287b21ce686157556a286ba8a50aa5b9a3b1"`
[INFO] running `"docker" "rm" "-f" "34b12cdc12a0809190c1dab206a1287b21ce686157556a286ba8a50aa5b9a3b1"`
[INFO] [stdout] 34b12cdc12a0809190c1dab206a1287b21ce686157556a286ba8a50aa5b9a3b1
