[INFO] updating cached repository https://github.com/Connicpu/ecs-game [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/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] 9feb1f0459b324808dfa6edae8239b050cb183ed [INFO] testing Connicpu/ecs-game against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FConnicpu%2Fecs-game" "work/builds/worker-8/source"` [INFO] [stderr] Cloning into 'work/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Connicpu/ecs-game on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "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 work/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/Connicpu/ecs-game already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /big/crater/work/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 `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/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=warn" "-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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] f0584d11c2f64a59f6d89a92d0f37ab66e6cb1af6cd3ef63bce3fc3d39bea49e [INFO] running `"docker" "start" "-a" "f0584d11c2f64a59f6d89a92d0f37ab66e6cb1af6cd3ef63bce3fc3d39bea49e"` [INFO] [stderr] Compiling vec_map v0.4.0 [INFO] [stderr] Compiling rusttype v0.8.1 [INFO] [stderr] Compiling image v0.22.3 [INFO] [stderr] Compiling ecs v0.23.1 [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling smithay-client-toolkit v0.4.6 [INFO] [stderr] Compiling winit v0.19.3 [INFO] [stderr] Compiling glutin v0.21.1 [INFO] [stderr] Compiling glium v0.25.1 [INFO] [stderr] Compiling 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[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: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[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[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> src/main.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(io)] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `ecs::system::entity::EntitySystem` [INFO] [stderr] --> src/systems/mod.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use ecs::system::entity::EntitySystem; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `components::GameComponents` [INFO] [stderr] --> src/systems/mod.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use components::GameComponents; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `std::convert::From<[type error]>` for type `world::tilemap::Error`: [INFO] [stderr] --> src/world/tilemap.rs:198:1 [INFO] [stderr] | [INFO] [stderr] 189 | impl From for Error { [INFO] [stderr] | ----------------------------------- first implementation here [INFO] [stderr] ... [INFO] [stderr] 198 | impl From for Error { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `world::tilemap::Error` [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `std::convert::From<[type error]>` for type `world::tilemap::Error`: [INFO] [stderr] --> src/world/tilemap.rs:204:1 [INFO] [stderr] | [INFO] [stderr] 189 | impl From for Error { [INFO] [stderr] | ----------------------------------- first implementation here [INFO] [stderr] ... [INFO] [stderr] 204 | impl From for Error { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `world::tilemap::Error` [INFO] [stderr] [INFO] [stderr] error: aborting due to 14 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0119, E0412, E0432, E0433, E0554. [INFO] [stderr] For more information about an error, try `rustc --explain E0119`. [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" "f0584d11c2f64a59f6d89a92d0f37ab66e6cb1af6cd3ef63bce3fc3d39bea49e"` [INFO] running `"docker" "rm" "-f" "f0584d11c2f64a59f6d89a92d0f37ab66e6cb1af6cd3ef63bce3fc3d39bea49e"` [INFO] [stdout] f0584d11c2f64a59f6d89a92d0f37ab66e6cb1af6cd3ef63bce3fc3d39bea49e