[INFO] updating cached repository https://github.com/TheNeikos/rustyrogue [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 502f907f0e7d8a460b15eddb78b8840933775e2f [INFO] checking TheNeikos/rustyrogue against beta-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheNeikos%2Frustyrogue" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/TheNeikos/rustyrogue on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/TheNeikos/rustyrogue [INFO] finished tweaking git repo https://github.com/TheNeikos/rustyrogue [INFO] tweaked toml for git repo https://github.com/TheNeikos/rustyrogue written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/TheNeikos/rustyrogue already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-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" "+beta-2019-10-27" "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] 9f1b19189708914780de51d69c8896f3467521f9f96940871c489a1522b1e3ce [INFO] running `"docker" "start" "-a" "9f1b19189708914780de51d69c8896f3467521f9f96940871c489a1522b1e3ce"` [INFO] [stderr] Compiling libc v0.2.23 [INFO] [stderr] Compiling rayon-core v1.2.0 [INFO] [stderr] Checking num_cpus v1.5.1 [INFO] [stderr] Checking shared_library v0.1.5 [INFO] [stderr] Checking enum_primitive v0.1.1 [INFO] [stderr] Checking num-rational v0.1.38 [INFO] [stderr] Checking gfx_core v0.7.1 [INFO] [stderr] Compiling gl v0.6.2 [INFO] [stderr] Compiling gfx_gl v0.3.1 [INFO] [stderr] Checking png v0.7.0 [INFO] [stderr] Checking fs2 v0.2.5 [INFO] [stderr] Checking tempfile v2.1.5 [INFO] [stderr] Checking x11-dl v2.14.0 [INFO] [stderr] Checking memmap v0.4.0 [INFO] [stderr] Checking osmesa-sys v0.1.2 [INFO] [stderr] Compiling rand v0.3.15 [INFO] [stderr] Checking rayon v0.8.1 [INFO] [stderr] Compiling phf_generator v0.7.21 [INFO] [stderr] Compiling phf_codegen v0.7.21 [INFO] [stderr] Compiling target_build_utils v0.3.1 [INFO] [stderr] Checking jpeg-decoder v0.1.13 [INFO] [stderr] Checking image v0.13.0 [INFO] [stderr] Compiling libloading v0.3.4 [INFO] [stderr] Checking dlib v0.3.1 [INFO] [stderr] Checking wayland-sys v0.8.7 [INFO] [stderr] Checking wayland-client v0.8.7 [INFO] [stderr] Checking wayland-kbd v0.8.0 [INFO] [stderr] Checking wayland-window v0.5.0 [INFO] [stderr] Checking winit v0.6.4 [INFO] [stderr] Checking glutin v0.8.1 [INFO] [stderr] Checking gfx v0.16.0 [INFO] [stderr] Checking gfx_device_gl v0.14.1 [INFO] [stderr] Checking pistoncore-glutin_window v0.37.0 [INFO] [stderr] Checking piston-gfx_texture v0.24.0 [INFO] [stderr] Checking piston2d-gfx_graphics v0.40.0 [INFO] [stderr] Checking piston_window v0.66.0 [INFO] [stderr] Checking rustyrogue v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0271]: type mismatch resolving `::Texture == piston_window::Texture` [INFO] [stderr] --> src/tile.rs:39:9 [INFO] [stderr] | [INFO] [stderr] 39 | / image::draw_many( [INFO] [stderr] 40 | | &[(self.get_full_rect(x, y), self.get_draw_rect(x, y))], [INFO] [stderr] 41 | | [1.0, 1.0, 1.0, 1.0], [INFO] [stderr] 42 | | &self.tex, [INFO] [stderr] ... | [INFO] [stderr] 45 | | g [INFO] [stderr] 46 | | ); [INFO] [stderr] | |_________^ expected associated type, found struct `piston_window::Texture` [INFO] [stderr] | [INFO] [stderr] = note: expected type `::Texture` [INFO] [stderr] found type `piston_window::Texture` [INFO] [stderr] = note: consider constraining the associated type `::Texture` to `piston_window::Texture` or calling a method that returns `::Texture` [INFO] [stderr] = note: for more information, visit https://doc.rust-lang.org/book/ch19-03-advanced-traits.html [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0271`. [INFO] [stderr] error: could not compile `rustyrogue`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0271]: type mismatch resolving `::Texture == piston_window::Texture` [INFO] [stderr] --> src/tile.rs:39:9 [INFO] [stderr] | [INFO] [stderr] 39 | / image::draw_many( [INFO] [stderr] 40 | | &[(self.get_full_rect(x, y), self.get_draw_rect(x, y))], [INFO] [stderr] 41 | | [1.0, 1.0, 1.0, 1.0], [INFO] [stderr] 42 | | &self.tex, [INFO] [stderr] ... | [INFO] [stderr] 45 | | g [INFO] [stderr] 46 | | ); [INFO] [stderr] | |_________^ expected associated type, found struct `piston_window::Texture` [INFO] [stderr] | [INFO] [stderr] = note: expected type `::Texture` [INFO] [stderr] found type `piston_window::Texture` [INFO] [stderr] = note: consider constraining the associated type `::Texture` to `piston_window::Texture` or calling a method that returns `::Texture` [INFO] [stderr] = note: for more information, visit https://doc.rust-lang.org/book/ch19-03-advanced-traits.html [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0271`. [INFO] [stderr] error: could not compile `rustyrogue`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "9f1b19189708914780de51d69c8896f3467521f9f96940871c489a1522b1e3ce"` [INFO] running `"docker" "rm" "-f" "9f1b19189708914780de51d69c8896f3467521f9f96940871c489a1522b1e3ce"` [INFO] [stdout] 9f1b19189708914780de51d69c8896f3467521f9f96940871c489a1522b1e3ce