[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] testing Connicpu/ecs-game against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FConnicpu%2Fecs-game" "/workspace/builds/worker-11/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Connicpu/ecs-game on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.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 /workspace/builds/worker-11/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" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-11/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=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.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f11a1df190d7ffbdad8e8e0915f904c8a9e14997832d70b518d5e76e9a0f897a [INFO] running `"docker" "start" "-a" "f11a1df190d7ffbdad8e8e0915f904c8a9e14997832d70b518d5e76e9a0f897a"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling cgmath v0.17.0 [INFO] [stderr] Compiling vec_map v0.4.0 [INFO] [stderr] Compiling takeable-option v0.5.0 [INFO] [stderr] Compiling glium v0.27.0 [INFO] [stderr] Compiling rusttype v0.8.3 [INFO] [stderr] Compiling mio-extras v2.0.6 [INFO] [stderr] Compiling glutin_glx_sys v0.1.6 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling ecs v0.23.1 [INFO] [stderr] Compiling calloop v0.4.4 [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling wayland-client v0.23.6 [INFO] [stderr] Compiling time-macros v0.1.0 [INFO] [stderr] Compiling time v0.2.16 [INFO] [stderr] Compiling wayland-protocols v0.23.6 [INFO] [stderr] Compiling smithay-client-toolkit v0.6.6 [INFO] [stderr] Compiling winit v0.22.2 [INFO] [stderr] Compiling glutin v0.24.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::glutin::Event` [INFO] [stderr] --> src/systems/input.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use glium::glutin::Event; [INFO] [stderr] | ^^^^^^^^^^^^^^^----- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `event` [INFO] [stderr] | no `Event` in `glutin` [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[E0433]: failed to resolve: could not find `WindowBuilder` in `glutin` [INFO] [stderr] --> src/main.rs:28:34 [INFO] [stderr] | [INFO] [stderr] 28 | let display = glium::glutin::WindowBuilder::new() [INFO] [stderr] | ^^^^^^^^^^^^^ could not find `WindowBuilder` in `glutin` [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: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/world/tilemap.rs:61:44 [INFO] [stderr] | [INFO] [stderr] 61 | let (width, height, input_tiles) = try!(Tilemap::parse_text_map_input(reader)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/world/tilemap.rs:68:22 [INFO] [stderr] | [INFO] [stderr] 68 | let result = try!(Tilemap::parse_text_map_input(reader)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/world/tilemap.rs:73:22 [INFO] [stderr] | [INFO] [stderr] 73 | let result = try!(<(u32, u32, Vec) as Decodable>::decode(decoder)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/world/tilemap.rs:93:56 [INFO] [stderr] | [INFO] [stderr] 93 | InputTile::Item(id) => Tile::Breakable(try!(Item::parse(id))) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/world/tilemap.rs:105:26 [INFO] [stderr] | [INFO] [stderr] 105 | let entity = try!(EntityType::parse(id)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/world/tilemap.rs:113:23 [INFO] [stderr] | [INFO] [stderr] 113 | tile_map: try!(tile_map), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/world/tilemap.rs:114:21 [INFO] [stderr] | [INFO] [stderr] 114 | spawns: try!(spawns), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/world/tilemap.rs:122:9 [INFO] [stderr] | [INFO] [stderr] 122 | try!(reader.read_line(&mut line)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/world/tilemap.rs:127:28 [INFO] [stderr] | [INFO] [stderr] 127 | let height_s = try!(split.next().ok_or(Error::BadMapData)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/world/tilemap.rs:128:27 [INFO] [stderr] | [INFO] [stderr] 128 | let width_s = try!(split.next().ok_or(Error::BadMapData)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/world/tilemap.rs:129:21 [INFO] [stderr] | [INFO] [stderr] 129 | width = try!(u32::from_str(width_s).map_err(|_| Error::BadMapData)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/world/tilemap.rs:130:22 [INFO] [stderr] | [INFO] [stderr] 130 | height = try!(u32::from_str(height_s).map_err(|_| Error::BadMapData)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/world/tilemap.rs:136:21 [INFO] [stderr] | [INFO] [stderr] 136 | let c = try!(c); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/components/sprite.rs:25:19 [INFO] [stderr] | [INFO] [stderr] 25 | let tex = try!(Sprite::load_spriteset(image_paths, display)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/components/sprite.rs:45:25 [INFO] [stderr] | [INFO] [stderr] 45 | let image = try!(image::open(image_path)).to_rgba(); [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] warning: use of deprecated item 'time::precise_time_s': Use `OffsetDateTime::now() - OffsetDateTime::unix_epoch()` to get a `Duration` since a known epoch. [INFO] [stderr] --> src/systems/time.rs:12:24 [INFO] [stderr] | [INFO] [stderr] 12 | let new_time = time::precise_time_s(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `chars` found for type parameter `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 struct `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] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cgmath-0.17.0/src/structure.rs:362:8 [INFO] [stderr] | [INFO] [stderr] 362 | fn to_vec(self) -> Self::Diff; [INFO] [stderr] | ------ [INFO] [stderr] | | [INFO] [stderr] | the method is available for `std::boxed::Box>` here [INFO] [stderr] | the method is available for `std::sync::Arc>` here [INFO] [stderr] | the method is available for `std::rc::Rc>` here [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] warning: unused import: `glium::Surface` [INFO] [stderr] --> src/systems/graphics/draw.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use glium::Surface; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 16 previous errors; 19 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0432, E0433, E0554, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [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" "f11a1df190d7ffbdad8e8e0915f904c8a9e14997832d70b518d5e76e9a0f897a"` [INFO] running `"docker" "rm" "-f" "f11a1df190d7ffbdad8e8e0915f904c8a9e14997832d70b518d5e76e9a0f897a"` [INFO] [stdout] f11a1df190d7ffbdad8e8e0915f904c8a9e14997832d70b518d5e76e9a0f897a