[INFO] updating cached repository https://github.com/DarkRyu550/bbman-rust-engine [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] ea3b0a1bbb9b10ddb2a9a3036445e5db1eea982f [INFO] checking DarkRyu550/bbman-rust-engine against beta-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDarkRyu550%2Fbbman-rust-engine" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/DarkRyu550/bbman-rust-engine 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/DarkRyu550/bbman-rust-engine [INFO] finished tweaking git repo https://github.com/DarkRyu550/bbman-rust-engine [INFO] tweaked toml for git repo https://github.com/DarkRyu550/bbman-rust-engine written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/DarkRyu550/bbman-rust-engine 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] [stderr] error: the lock file /workspace/builds/worker-8/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] 281c9fcd28c2c33dc0955fd23cb73e3ea7bb49081948d2f380ff3e627182b319 [INFO] running `"docker" "start" "-a" "281c9fcd28c2c33dc0955fd23cb73e3ea7bb49081948d2f380ff3e627182b319"` [INFO] [stderr] Compiling cgmath v0.17.0 [INFO] [stderr] Checking json v0.12.0 [INFO] [stderr] Compiling num-bigint v0.2.3 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling ogg-sys v0.0.9 [INFO] [stderr] Compiling vorbis-sys v0.0.8 [INFO] [stderr] Compiling vorbisfile-sys v0.0.8 [INFO] [stderr] Compiling vorbis-encoder v0.1.4 [INFO] [stderr] Checking rusttype v0.8.1 [INFO] [stderr] Checking tiff v0.3.1 [INFO] [stderr] Checking rusttype v0.7.9 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Checking smithay-client-toolkit v0.4.6 [INFO] [stderr] Checking vorbis v0.1.0 [INFO] [stderr] Checking image v0.22.3 [INFO] [stderr] Checking winit v0.19.4 [INFO] [stderr] Checking collision v0.20.1 [INFO] [stderr] Checking glutin v0.21.1 [INFO] [stderr] Checking glium v0.25.1 [INFO] [stderr] Checking bbman v0.0.2 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved imports `log::LogRecord`, `log::LogLevel`, `log::LogMetadata` [INFO] [stderr] --> src/logger.rs:1:16 [INFO] [stderr] | [INFO] [stderr] 1 | use log::{Log, LogRecord, LogLevel, LogMetadata, SetLoggerError}; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^ ^^^^^^^^^^^ no `LogMetadata` in the root [INFO] [stderr] | | | [INFO] [stderr] | | no `LogLevel` in the root [INFO] [stderr] | no `LogRecord` in the root [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 1 | use log::{Log, Record, LogLevel, LogMetadata, SetLoggerError}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 1 | use log::{Log, LogRecord, LogLevel, Metadata, SetLoggerError}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `glium::backend::glutin_backend` [INFO] [stderr] --> src/game.rs:69:21 [INFO] [stderr] | [INFO] [stderr] 69 | use glium::backend::glutin_backend::GlutinFacade; [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `glium::DisplayBuild` [INFO] [stderr] --> src/game.rs:90:7 [INFO] [stderr] | [INFO] [stderr] 90 | use glium::DisplayBuild; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no `DisplayBuild` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `glium::DisplayBuild` [INFO] [stderr] --> src/graphics.rs:319:7 [INFO] [stderr] | [INFO] [stderr] 319 | use glium::DisplayBuild; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no `DisplayBuild` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `glium::DisplayBuild` [INFO] [stderr] --> src/resource.rs:186:7 [INFO] [stderr] | [INFO] [stderr] 186 | use glium::DisplayBuild; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no `DisplayBuild` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `glium::DisplayBuild` [INFO] [stderr] --> src/world.rs:207:9 [INFO] [stderr] | [INFO] [stderr] 207 | use glium::DisplayBuild; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no `DisplayBuild` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `glium::DisplayBuild` [INFO] [stderr] --> src/lib.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | use glium::DisplayBuild; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no `DisplayBuild` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `glium::DisplayBuild` [INFO] [stderr] --> src/lib.rs:78:10 [INFO] [stderr] | [INFO] [stderr] 78 | use glium::DisplayBuild; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no `DisplayBuild` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `glium::DisplayBuild` [INFO] [stderr] --> src/lib.rs:135:10 [INFO] [stderr] | [INFO] [stderr] 135 | use glium::DisplayBuild; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no `DisplayBuild` in the root [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `get_primary_monitor` in crate `glutin` [INFO] [stderr] --> src/game.rs:95:59 [INFO] [stderr] | [INFO] [stderr] 95 | if video.fullscreen { win = win.with_fullscreen(glutin::get_primary_monitor()) } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in `glutin` [INFO] [stderr] [INFO] [stderr] error[E0046]: not all trait items implemented, missing: `flush` [INFO] [stderr] --> src/logger.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | impl Log for Logger{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ missing `flush` in implementation [INFO] [stderr] | [INFO] [stderr] = note: `flush` from trait: `fn(&Self)` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> src/lib.rs:63:11 [INFO] [stderr] | [INFO] [stderr] 63 | .with_dimensions(1280, 720) [INFO] [stderr] | ^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `log::LogRecord`, `log::LogLevel`, `log::LogMetadata` [INFO] [stderr] --> src/logger.rs:1:16 [INFO] [stderr] | [INFO] [stderr] 1 | use log::{Log, LogRecord, LogLevel, LogMetadata, SetLoggerError}; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^ ^^^^^^^^^^^ no `LogMetadata` in the root [INFO] [stderr] | | | [INFO] [stderr] | | no `LogLevel` in the root [INFO] [stderr] | no `LogRecord` in the root [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 1 | use log::{Log, Record, LogLevel, LogMetadata, SetLoggerError}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 1 | use log::{Log, LogRecord, LogLevel, Metadata, SetLoggerError}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `glium::backend::glutin_backend` [INFO] [stderr] --> src/game.rs:69:21 [INFO] [stderr] | [INFO] [stderr] 69 | use glium::backend::glutin_backend::GlutinFacade; [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `glium::DisplayBuild` [INFO] [stderr] --> src/game.rs:90:7 [INFO] [stderr] | [INFO] [stderr] 90 | use glium::DisplayBuild; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no `DisplayBuild` in the root [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `build_glium` found for type `glium::glutin::WindowBuilder` in the current scope [INFO] [stderr] --> src/lib.rs:65:11 [INFO] [stderr] | [INFO] [stderr] 65 | .build_glium().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^ method not found in `glium::glutin::WindowBuilder` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> src/lib.rs:81:11 [INFO] [stderr] | [INFO] [stderr] 81 | .with_dimensions(1280, 720) [INFO] [stderr] | ^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `get_primary_monitor` in crate `glutin` [INFO] [stderr] --> src/game.rs:95:59 [INFO] [stderr] | [INFO] [stderr] 95 | if video.fullscreen { win = win.with_fullscreen(glutin::get_primary_monitor()) } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in `glutin` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `build_glium` found for type `glium::glutin::WindowBuilder` in the current scope [INFO] [stderr] --> src/lib.rs:83:11 [INFO] [stderr] | [INFO] [stderr] 83 | .build_glium().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^ method not found in `glium::glutin::WindowBuilder` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> src/lib.rs:138:11 [INFO] [stderr] | [INFO] [stderr] 138 | .with_dimensions(1280, 720) [INFO] [stderr] | ^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `build_glium` found for type `glium::glutin::WindowBuilder` in the current scope [INFO] [stderr] --> src/lib.rs:140:11 [INFO] [stderr] | [INFO] [stderr] 140 | .build_glium().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^ method not found in `glium::glutin::WindowBuilder` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> src/graphics.rs:322:5 [INFO] [stderr] | [INFO] [stderr] 322 | .with_dimensions(1280, 720) [INFO] [stderr] | ^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `build_glium` found for type `glium::glutin::WindowBuilder` in the current scope [INFO] [stderr] --> src/graphics.rs:324:5 [INFO] [stderr] | [INFO] [stderr] 324 | .build_glium().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^ method not found in `glium::glutin::WindowBuilder` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> src/resource.rs:189:5 [INFO] [stderr] | [INFO] [stderr] 189 | .with_dimensions(1280, 720) [INFO] [stderr] | ^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `build_glium` found for type `glium::glutin::WindowBuilder` in the current scope [INFO] [stderr] --> src/resource.rs:191:5 [INFO] [stderr] | [INFO] [stderr] 191 | .build_glium().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^ method not found in `glium::glutin::WindowBuilder` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for type `cgmath::Rad<_>` in the current scope [INFO] [stderr] --> src/transform.rs:58:45 [INFO] [stderr] | [INFO] [stderr] 58 | let rotation = Matrix4::from_angle_x(Rad::new(self.rotation.x)) [INFO] [stderr] | ^^^ function or associated item not found in `cgmath::Rad<_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for type `cgmath::Rad<_>` in the current scope [INFO] [stderr] --> src/transform.rs:59:33 [INFO] [stderr] | [INFO] [stderr] 59 | * Matrix4::from_angle_y(Rad::new(self.rotation.y)) [INFO] [stderr] | ^^^ function or associated item not found in `cgmath::Rad<_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for type `cgmath::Rad<_>` in the current scope [INFO] [stderr] --> src/transform.rs:60:33 [INFO] [stderr] | [INFO] [stderr] 60 | * Matrix4::from_angle_z(Rad::new(self.rotation.z)); [INFO] [stderr] | ^^^ function or associated item not found in `cgmath::Rad<_>` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> src/world.rs:210:10 [INFO] [stderr] | [INFO] [stderr] 210 | .with_dimensions(1280, 720) [INFO] [stderr] | ^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `build_glium` found for type `glium::glutin::WindowBuilder` in the current scope [INFO] [stderr] --> src/world.rs:212:10 [INFO] [stderr] | [INFO] [stderr] 212 | .build_glium().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^ method not found in `glium::glutin::WindowBuilder` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `Closed` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/game.rs:39:18 [INFO] [stderr] | [INFO] [stderr] 39 | if let Event::Closed = event{ game.quit() } [INFO] [stderr] | ^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `with_vsync` found for type `glium::glutin::WindowBuilder` in the current scope [INFO] [stderr] --> src/game.rs:96:30 [INFO] [stderr] | [INFO] [stderr] 96 | if video.vsync { win = win.with_vsync() } [INFO] [stderr] | ^^^^^^^^^^ method not found in `glium::glutin::WindowBuilder` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `build_glium` found for type `glium::glutin::WindowBuilder` in the current scope [INFO] [stderr] --> src/game.rs:97:21 [INFO] [stderr] | [INFO] [stderr] 97 | let context = win.build_glium().expect("Could not create main game window!"); [INFO] [stderr] | ^^^^^^^^^^^ method not found in `glium::glutin::WindowBuilder` [INFO] [stderr] [INFO] [stderr] error: aborting due to 29 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0046, E0061, E0425, E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0046`. [INFO] [stderr] error[E0046]: not all trait items implemented, missing: `flush` [INFO] [stderr] --> src/logger.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | impl Log for Logger{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ missing `flush` in implementation [INFO] [stderr] | [INFO] [stderr] = note: `flush` from trait: `fn(&Self)` [INFO] [stderr] [INFO] [stderr] error: could not compile `bbman`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no function or associated item named `new` found for type `cgmath::Rad<_>` in the current scope [INFO] [stderr] --> src/transform.rs:58:45 [INFO] [stderr] | [INFO] [stderr] 58 | let rotation = Matrix4::from_angle_x(Rad::new(self.rotation.x)) [INFO] [stderr] | ^^^ function or associated item not found in `cgmath::Rad<_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for type `cgmath::Rad<_>` in the current scope [INFO] [stderr] --> src/transform.rs:59:33 [INFO] [stderr] | [INFO] [stderr] 59 | * Matrix4::from_angle_y(Rad::new(self.rotation.y)) [INFO] [stderr] | ^^^ function or associated item not found in `cgmath::Rad<_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for type `cgmath::Rad<_>` in the current scope [INFO] [stderr] --> src/transform.rs:60:33 [INFO] [stderr] | [INFO] [stderr] 60 | * Matrix4::from_angle_z(Rad::new(self.rotation.z)); [INFO] [stderr] | ^^^ function or associated item not found in `cgmath::Rad<_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `Closed` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/game.rs:39:18 [INFO] [stderr] | [INFO] [stderr] 39 | if let Event::Closed = event{ game.quit() } [INFO] [stderr] | ^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `with_vsync` found for type `glium::glutin::WindowBuilder` in the current scope [INFO] [stderr] --> src/game.rs:96:30 [INFO] [stderr] | [INFO] [stderr] 96 | if video.vsync { win = win.with_vsync() } [INFO] [stderr] | ^^^^^^^^^^ method not found in `glium::glutin::WindowBuilder` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `build_glium` found for type `glium::glutin::WindowBuilder` in the current scope [INFO] [stderr] --> src/game.rs:97:21 [INFO] [stderr] | [INFO] [stderr] 97 | let context = win.build_glium().expect("Could not create main game window!"); [INFO] [stderr] | ^^^^^^^^^^^ method not found in `glium::glutin::WindowBuilder` [INFO] [stderr] [INFO] [stderr] error: aborting due to 11 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0046, E0425, E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0046`. [INFO] [stderr] error: could not compile `bbman`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "281c9fcd28c2c33dc0955fd23cb73e3ea7bb49081948d2f380ff3e627182b319"` [INFO] running `"docker" "rm" "-f" "281c9fcd28c2c33dc0955fd23cb73e3ea7bb49081948d2f380ff3e627182b319"` [INFO] [stdout] 281c9fcd28c2c33dc0955fd23cb73e3ea7bb49081948d2f380ff3e627182b319