[INFO] updating cached repository https://github.com/Connicpu/ecs-game [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] 9feb1f0459b324808dfa6edae8239b050cb183ed [INFO] checking Connicpu/ecs-game against nightly-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FConnicpu%2Fecs-game" "/workspace/builds/worker-10/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Connicpu/ecs-game on toolchain nightly-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Connicpu/ecs-game [INFO] finished tweaking git repo https://github.com/Connicpu/ecs-game [INFO] tweaked toml for git repo https://github.com/Connicpu/ecs-game written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/Connicpu/ecs-game already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-10/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" "+nightly-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+nightly-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] c8b06c4cc143f06f2e8a338c46ef1cfa2f96d08bc656ee7179bfcd73fcb17b3b [INFO] running `"docker" "start" "-a" "c8b06c4cc143f06f2e8a338c46ef1cfa2f96d08bc656ee7179bfcd73fcb17b3b"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking vec_map v0.4.0 [INFO] [stderr] Checking rusttype v0.8.1 [INFO] [stderr] Checking tiff v0.3.1 [INFO] [stderr] Checking ecs v0.23.1 [INFO] [stderr] Checking rusttype v0.7.9 [INFO] [stderr] Checking image v0.22.3 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Checking smithay-client-toolkit v0.4.6 [INFO] [stderr] Checking winit v0.19.4 [INFO] [stderr] Checking glutin v0.21.1 [INFO] [stderr] Checking glium v0.25.1 [INFO] [stderr] Checking ecs-game v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: no rules expected the token `time` [INFO] [stderr] --> src/systems/mod.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 18 | time: time::Time = time::Time, [INFO] [stderr] | ^^^^ no rules expected this token in macro call [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `cgmath::rad` [INFO] [stderr] --> src/components/sprite.rs:4:72 [INFO] [stderr] | [INFO] [stderr] 4 | use cgmath::{Point2, Vector2, Vector3, Matrix4, Quaternion, Rotation3, rad}; [INFO] [stderr] | ^^^ [INFO] [stderr] | | [INFO] [stderr] | no `rad` in the root [INFO] [stderr] | help: a similar name exists in the module: `Rad` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `glium::backend::glutin_backend` [INFO] [stderr] --> src/components/sprite.rs:7:21 [INFO] [stderr] | [INFO] [stderr] 7 | use glium::backend::glutin_backend::GlutinFacade; [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stderr] [INFO] [stderr] error: no rules expected the token `time` [INFO] [stderr] --> src/systems/mod.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 18 | time: time::Time = time::Time, [INFO] [stderr] | ^^^^ no rules expected this token in macro call [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `cgmath::rad` [INFO] [stderr] --> src/components/sprite.rs:4:72 [INFO] [stderr] | [INFO] [stderr] 4 | use cgmath::{Point2, Vector2, Vector3, Matrix4, Quaternion, Rotation3, rad}; [INFO] [stderr] | ^^^ [INFO] [stderr] | | [INFO] [stderr] | no `rad` in the root [INFO] [stderr] | help: a similar name exists in the module: `Rad` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `glium::backend::glutin_backend` [INFO] [stderr] --> src/components/sprite.rs:7:21 [INFO] [stderr] | [INFO] [stderr] 7 | use glium::backend::glutin_backend::GlutinFacade; [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `glium::backend::glutin_backend` [INFO] [stderr] --> src/systems/mod.rs:4:21 [INFO] [stderr] | [INFO] [stderr] 4 | use glium::backend::glutin_backend::GlutinFacade; [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `cgmath::Point` [INFO] [stderr] --> src/systems/gameplay/camera_follow.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use cgmath::Point; [INFO] [stderr] | ^^^^^^^^----- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `point` [INFO] [stderr] | no `Point` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `glium::DisplayBuild` [INFO] [stderr] --> src/main.rs:23:9 [INFO] [stderr] | [INFO] [stderr] 23 | use glium::DisplayBuild; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no `DisplayBuild` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `glium::backend::glutin_backend` [INFO] [stderr] --> src/systems/mod.rs:4:21 [INFO] [stderr] | [INFO] [stderr] 4 | use glium::backend::glutin_backend::GlutinFacade; [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `cgmath::Point` [INFO] [stderr] --> src/systems/gameplay/camera_follow.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use cgmath::Point; [INFO] [stderr] | ^^^^^^^^----- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `point` [INFO] [stderr] | no `Point` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `glium::DisplayBuild` [INFO] [stderr] --> src/main.rs:23:9 [INFO] [stderr] | [INFO] [stderr] 23 | use glium::DisplayBuild; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no `DisplayBuild` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `CharsError` in `io` [INFO] [stderr] --> src/world/tilemap.rs:192:17 [INFO] [stderr] | [INFO] [stderr] 192 | io::CharsError::NotUtf8 => Error::NotUtf8, [INFO] [stderr] | ^^^^^^^^^^ could not find `CharsError` in `io` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `CharsError` in `io` [INFO] [stderr] --> src/world/tilemap.rs:192:17 [INFO] [stderr] | [INFO] [stderr] 192 | io::CharsError::NotUtf8 => Error::NotUtf8, [INFO] [stderr] | ^^^^^^^^^^ could not find `CharsError` in `io` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `CharsError` in `io` [INFO] [stderr] --> src/world/tilemap.rs:193:17 [INFO] [stderr] | [INFO] [stderr] 193 | io::CharsError::Other(e) => From::from(e), [INFO] [stderr] | ^^^^^^^^^^ could not find `CharsError` in `io` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `CharsError` in module `io` [INFO] [stderr] --> src/world/tilemap.rs:189:15 [INFO] [stderr] | [INFO] [stderr] 189 | impl From for Error { [INFO] [stderr] | ^^^^^^^^^^ not found in `io` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `CharsError` in `io` [INFO] [stderr] --> src/world/tilemap.rs:193:17 [INFO] [stderr] | [INFO] [stderr] 193 | io::CharsError::Other(e) => From::from(e), [INFO] [stderr] | ^^^^^^^^^^ could not find `CharsError` in `io` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `CharsError` in module `io` [INFO] [stderr] --> src/world/tilemap.rs:190:20 [INFO] [stderr] | [INFO] [stderr] 190 | fn from(e: io::CharsError) -> Error { [INFO] [stderr] | ^^^^^^^^^^ not found in `io` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `GameSystems` in module `systems` [INFO] [stderr] --> src/main.rs:19:42 [INFO] [stderr] | [INFO] [stderr] 19 | pub type GameWorld = ecs::World; [INFO] [stderr] | ^^^^^^^^^^^ not found in `systems` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `CharsError` in module `io` [INFO] [stderr] --> src/world/tilemap.rs:189:15 [INFO] [stderr] | [INFO] [stderr] 189 | impl From for Error { [INFO] [stderr] | ^^^^^^^^^^ not found in `io` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `CharsError` in module `io` [INFO] [stderr] --> src/world/tilemap.rs:190:20 [INFO] [stderr] | [INFO] [stderr] 190 | fn from(e: io::CharsError) -> Error { [INFO] [stderr] | ^^^^^^^^^^ not found in `io` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `GameSystems` in module `systems` [INFO] [stderr] --> src/main.rs:19:42 [INFO] [stderr] | [INFO] [stderr] 19 | pub type GameWorld = ecs::World; [INFO] [stderr] | ^^^^^^^^^^^ not found in `systems` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> src/main.rs:29:10 [INFO] [stderr] | [INFO] [stderr] 29 | .with_min_dimensions(800, 480) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> src/main.rs:30:10 [INFO] [stderr] | [INFO] [stderr] 30 | .with_dimensions(1280, 720) [INFO] [stderr] | ^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> src/main.rs:29:10 [INFO] [stderr] | [INFO] [stderr] 29 | .with_min_dimensions(800, 480) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> src/main.rs:30:10 [INFO] [stderr] | [INFO] [stderr] 30 | .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/main.rs:32:10 [INFO] [stderr] | [INFO] [stderr] 32 | .build_glium() [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/main.rs:32:10 [INFO] [stderr] | [INFO] [stderr] 32 | .build_glium() [INFO] [stderr] | ^^^^^^^^^^^ method not found in `glium::glutin::WindowBuilder` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `chars` found for type `R` in the current scope [INFO] [stderr] --> src/world/tilemap.rs:135:25 [INFO] [stderr] | [INFO] [stderr] 135 | for c in reader.chars() { [INFO] [stderr] | ^^^^^ method not found in `R` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `to_vec` found for type `cgmath::Point2` in the current scope [INFO] [stderr] --> src/systems/gameplay/camera_follow.rs:13:60 [INFO] [stderr] | [INFO] [stderr] 13 | let pos = data.components.position[e].position.to_vec(); [INFO] [stderr] | ^^^^^^ method not found in `cgmath::Point2` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use cgmath::EuclideanSpace;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `chars` found for type `R` in the current scope [INFO] [stderr] --> src/world/tilemap.rs:135:25 [INFO] [stderr] | [INFO] [stderr] 135 | for c in reader.chars() { [INFO] [stderr] | ^^^^^ method not found in `R` [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/systems/input.rs:13:24 [INFO] [stderr] | [INFO] [stderr] 13 | Event::Closed => { [INFO] [stderr] | ^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error: aborting due to 17 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0412, E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `ecs-game`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `to_vec` found for type `cgmath::Point2` in the current scope [INFO] [stderr] --> src/systems/gameplay/camera_follow.rs:13:60 [INFO] [stderr] | [INFO] [stderr] 13 | let pos = data.components.position[e].position.to_vec(); [INFO] [stderr] | ^^^^^^ method not found in `cgmath::Point2` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use cgmath::EuclideanSpace;` [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/systems/input.rs:13:24 [INFO] [stderr] | [INFO] [stderr] 13 | Event::Closed => { [INFO] [stderr] | ^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error: aborting due to 17 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0412, E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `ecs-game`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "c8b06c4cc143f06f2e8a338c46ef1cfa2f96d08bc656ee7179bfcd73fcb17b3b"` [INFO] running `"docker" "rm" "-f" "c8b06c4cc143f06f2e8a338c46ef1cfa2f96d08bc656ee7179bfcd73fcb17b3b"` [INFO] [stdout] c8b06c4cc143f06f2e8a338c46ef1cfa2f96d08bc656ee7179bfcd73fcb17b3b