[INFO] updating cached repository https://github.com/nathanieltan/murder_lord [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/big/crater/work/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] 9ed7262610870e55284e1f389df0a5c2a17d1581 [INFO] checking nathanieltan/murder_lord against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnathanieltan%2Fmurder_lord" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nathanieltan/murder_lord on toolchain e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/nathanieltan/murder_lord [INFO] finished tweaking git repo https://github.com/nathanieltan/murder_lord [INFO] tweaked toml for git repo https://github.com/nathanieltan/murder_lord written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/nathanieltan/murder_lord already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 3d4729e4da0ed3bf05fc0b354cdde496fdc7bd56cf557cb6e1068611f1cf6660 [INFO] running `"docker" "start" "-a" "3d4729e4da0ed3bf05fc0b354cdde496fdc7bd56cf557cb6e1068611f1cf6660"` [INFO] [stderr] Compiling rand v0.3.16 [INFO] [stderr] Compiling itertools v0.5.10 [INFO] [stderr] Compiling linenoise-rust v0.2.0 [INFO] [stderr] Checking piston-ai_behavior v0.20.0 [INFO] [stderr] Checking rayon-core v1.2.1 [INFO] [stderr] Checking tempfile v2.1.6 [INFO] [stderr] Checking uuid v0.1.18 [INFO] [stderr] Compiling phf_generator v0.7.21 [INFO] [stderr] Checking piston2d-sprite v0.36.0 [INFO] [stderr] Checking rayon v0.8.2 [INFO] [stderr] Compiling phf_codegen v0.7.21 [INFO] [stderr] Compiling derivative v1.0.0 [INFO] [stderr] Compiling target_build_utils v0.3.1 [INFO] [stderr] Checking texture v0.1.0 [INFO] [stderr] Checking jpeg-decoder v0.1.13 [INFO] [stderr] Checking image v0.14.0 [INFO] [stderr] Checking gfx_core v0.7.1 [INFO] [stderr] Checking piston2d-opengl_graphics v0.45.0 [INFO] [stderr] Compiling libloading v0.3.4 [INFO] [stderr] Checking dlib v0.3.1 [INFO] [stderr] Checking wayland-sys v0.9.9 [INFO] [stderr] Checking wayland-client v0.9.9 [INFO] [stderr] Checking wayland-kbd v0.9.1 [INFO] [stderr] Checking wayland-window v0.6.1 [INFO] [stderr] Checking winit v0.7.5 [INFO] [stderr] Checking glutin v0.9.2 [INFO] [stderr] Checking pistoncore-glutin_window v0.38.0 [INFO] [stderr] Checking gfx v0.16.1 [INFO] [stderr] Checking gfx_device_gl v0.14.1 [INFO] [stderr] Checking piston-gfx_texture v0.25.0 [INFO] [stderr] Checking piston2d-gfx_graphics v0.42.0 [INFO] [stderr] Checking piston_window v0.68.0 [INFO] [stderr] Checking murder_lord v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Window` [INFO] [stderr] --> src/main.rs:35:22 [INFO] [stderr] | [INFO] [stderr] 35 | let mut window = Window::new( [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Window` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `WindowSettings` [INFO] [stderr] --> src/main.rs:37:13 [INFO] [stderr] | [INFO] [stderr] 37 | WindowSettings::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `WindowSettings` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Flip` [INFO] [stderr] --> src/main.rs:49:67 [INFO] [stderr] | [INFO] [stderr] 49 | let tex = Texture::from_path(&mut window.factory, "test.jpg", Flip::None,&TextureSettings::new()).unwrap(); [INFO] [stderr] | ^^^^ use of undeclared type or module `Flip` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TextureSettings` [INFO] [stderr] --> src/main.rs:49:79 [INFO] [stderr] | [INFO] [stderr] 49 | let tex = Texture::from_path(&mut window.factory, "test.jpg", Flip::None,&TextureSettings::new()).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `TextureSettings` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Flip` [INFO] [stderr] --> src/main.rs:50:68 [INFO] [stderr] | [INFO] [stderr] 50 | let tex2 = Texture::from_path(&mut window.factory, "test.jpg", Flip::None,&TextureSettings::new()).unwrap(); [INFO] [stderr] | ^^^^ use of undeclared type or module `Flip` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TextureSettings` [INFO] [stderr] --> src/main.rs:50:80 [INFO] [stderr] | [INFO] [stderr] 50 | let tex2 = Texture::from_path(&mut window.factory, "test.jpg", Flip::None,&TextureSettings::new()).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `TextureSettings` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Rectangle` [INFO] [stderr] --> src/main.rs:70:17 [INFO] [stderr] | [INFO] [stderr] 70 | Rectangle::new([0.8, 0.8, 1.0, 1.0]).draw(board_rect, &c.draw_state, c.transform, g); [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Rectangle` [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::path::Path` [INFO] [stderr] --> src/main.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use std::path::Path; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Player` [INFO] [stderr] --> src/fight.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use Player; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Enemy` [INFO] [stderr] --> src/fight.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use Enemy; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `FightView` [INFO] [stderr] --> src/fight_controller.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use FightView; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Line` [INFO] [stderr] --> src/fight_view.rs:48:24 [INFO] [stderr] | [INFO] [stderr] 48 | use graphics::{Line, Rectangle}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::rc::Rc` [INFO] [stderr] --> src/characters.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use std::rc::Rc; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::option::*` [INFO] [stderr] --> src/characters.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use std::option::*; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 4 parameters were supplied [INFO] [stderr] --> src/main.rs:49:15 [INFO] [stderr] | [INFO] [stderr] 49 | let tex = Texture::from_path(&mut window.factory, "test.jpg", Flip::None,&TextureSettings::new()).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 4 parameters were supplied [INFO] [stderr] --> src/main.rs:50:16 [INFO] [stderr] | [INFO] [stderr] 50 | let tex2 = Texture::from_path(&mut window.factory, "test.jpg", Flip::None,&TextureSettings::new()).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `image` on type `characters::Player` [INFO] [stderr] --> src/main.rs:71:24 [INFO] [stderr] | [INFO] [stderr] 71 | player.image.draw(&player.texture, &graphics::DrawState::default(), c.transform, g); [INFO] [stderr] | ^^^^^ unknown field [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `texture` on type `characters::Player` [INFO] [stderr] --> src/main.rs:71:43 [INFO] [stderr] | [INFO] [stderr] 71 | player.image.draw(&player.texture, &graphics::DrawState::default(), c.transform, g); [INFO] [stderr] | ^^^^^^^ unknown field [INFO] [stderr] [INFO] [stderr] warning: unused import: `piston::input` [INFO] [stderr] --> src/main.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use piston::input::*; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 11 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0433, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: Could not compile `murder_lord`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Window` [INFO] [stderr] --> src/main.rs:35:22 [INFO] [stderr] | [INFO] [stderr] 35 | let mut window = Window::new( [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Window` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `WindowSettings` [INFO] [stderr] --> src/main.rs:37:13 [INFO] [stderr] | [INFO] [stderr] 37 | WindowSettings::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `WindowSettings` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Flip` [INFO] [stderr] --> src/main.rs:49:67 [INFO] [stderr] | [INFO] [stderr] 49 | let tex = Texture::from_path(&mut window.factory, "test.jpg", Flip::None,&TextureSettings::new()).unwrap(); [INFO] [stderr] | ^^^^ use of undeclared type or module `Flip` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TextureSettings` [INFO] [stderr] --> src/main.rs:49:79 [INFO] [stderr] | [INFO] [stderr] 49 | let tex = Texture::from_path(&mut window.factory, "test.jpg", Flip::None,&TextureSettings::new()).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `TextureSettings` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Flip` [INFO] [stderr] --> src/main.rs:50:68 [INFO] [stderr] | [INFO] [stderr] 50 | let tex2 = Texture::from_path(&mut window.factory, "test.jpg", Flip::None,&TextureSettings::new()).unwrap(); [INFO] [stderr] | ^^^^ use of undeclared type or module `Flip` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TextureSettings` [INFO] [stderr] --> src/main.rs:50:80 [INFO] [stderr] | [INFO] [stderr] 50 | let tex2 = Texture::from_path(&mut window.factory, "test.jpg", Flip::None,&TextureSettings::new()).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `TextureSettings` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Rectangle` [INFO] [stderr] --> src/main.rs:70:17 [INFO] [stderr] | [INFO] [stderr] 70 | Rectangle::new([0.8, 0.8, 1.0, 1.0]).draw(board_rect, &c.draw_state, c.transform, g); [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Rectangle` [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::path::Path` [INFO] [stderr] --> src/main.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use std::path::Path; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Player` [INFO] [stderr] --> src/fight.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use Player; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Enemy` [INFO] [stderr] --> src/fight.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use Enemy; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `FightView` [INFO] [stderr] --> src/fight_controller.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use FightView; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Line` [INFO] [stderr] --> src/fight_view.rs:48:24 [INFO] [stderr] | [INFO] [stderr] 48 | use graphics::{Line, Rectangle}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::rc::Rc` [INFO] [stderr] --> src/characters.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use std::rc::Rc; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::option::*` [INFO] [stderr] --> src/characters.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use std::option::*; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 4 parameters were supplied [INFO] [stderr] --> src/main.rs:49:15 [INFO] [stderr] | [INFO] [stderr] 49 | let tex = Texture::from_path(&mut window.factory, "test.jpg", Flip::None,&TextureSettings::new()).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 4 parameters were supplied [INFO] [stderr] --> src/main.rs:50:16 [INFO] [stderr] | [INFO] [stderr] 50 | let tex2 = Texture::from_path(&mut window.factory, "test.jpg", Flip::None,&TextureSettings::new()).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `image` on type `characters::Player` [INFO] [stderr] --> src/main.rs:71:24 [INFO] [stderr] | [INFO] [stderr] 71 | player.image.draw(&player.texture, &graphics::DrawState::default(), c.transform, g); [INFO] [stderr] | ^^^^^ unknown field [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `texture` on type `characters::Player` [INFO] [stderr] --> src/main.rs:71:43 [INFO] [stderr] | [INFO] [stderr] 71 | player.image.draw(&player.texture, &graphics::DrawState::default(), c.transform, g); [INFO] [stderr] | ^^^^^^^ unknown field [INFO] [stderr] [INFO] [stderr] warning: unused import: `piston::input` [INFO] [stderr] --> src/main.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use piston::input::*; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 11 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0433, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: Could not compile `murder_lord`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "3d4729e4da0ed3bf05fc0b354cdde496fdc7bd56cf557cb6e1068611f1cf6660"` [INFO] running `"docker" "rm" "-f" "3d4729e4da0ed3bf05fc0b354cdde496fdc7bd56cf557cb6e1068611f1cf6660"` [INFO] [stdout] 3d4729e4da0ed3bf05fc0b354cdde496fdc7bd56cf557cb6e1068611f1cf6660