[INFO] updating cached repository https://github.com/tomc1998/rogun [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] 0fdbf41b0775dc34fa28ddbc4e0afc3e202c12e2 [INFO] testing tomc1998/rogun against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomc1998%2Frogun" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tomc1998/rogun 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/tomc1998/rogun [INFO] removed path dependency engine from git repo https://github.com/tomc1998/rogun [INFO] finished tweaking git repo https://github.com/tomc1998/rogun [INFO] tweaked toml for git repo https://github.com/tomc1998/rogun written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/tomc1998/rogun 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] warning: dependency (engine) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-4/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] [stderr] warning: dependency (engine) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] dbda83eabf160f18a0ac3cf24d5888ba3e1b3ca0b96a043d9ac45573db23e8d5 [INFO] running `"docker" "start" "-a" "dbda83eabf160f18a0ac3cf24d5888ba3e1b3ca0b96a043d9ac45573db23e8d5"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: dependency (engine) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling gl_generator v0.13.1 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling wayland-scanner v0.23.6 [INFO] [stderr] Compiling mio-extras v2.0.6 [INFO] [stderr] Compiling wayland-commons v0.23.6 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling calloop v0.4.4 [INFO] [stderr] Compiling glutin_egl_sys v0.1.4 [INFO] [stderr] Compiling glutin_glx_sys v0.1.6 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling glium v0.27.0 [INFO] [stderr] Compiling engine v0.0.0 [INFO] [stderr] Compiling wayland-client v0.23.6 [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 rogun v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: could not find `entity` in `engine` [INFO] [stderr] --> src/main.rs:5:15 [INFO] [stderr] | [INFO] [stderr] 5 | use engine::entity::component_core::*; [INFO] [stderr] | ^^^^^^ could not find `entity` in `engine` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `entity` in `engine` [INFO] [stderr] --> src/main.rs:6:15 [INFO] [stderr] | [INFO] [stderr] 6 | use engine::entity::component_render::*; [INFO] [stderr] | ^^^^^^ could not find `entity` in `engine` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `entity` in `engine` [INFO] [stderr] --> src/main.rs:7:15 [INFO] [stderr] | [INFO] [stderr] 7 | use engine::entity::component_control::*; [INFO] [stderr] | ^^^^^^ could not find `entity` in `engine` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `entity` in `engine` [INFO] [stderr] --> src/main.rs:8:15 [INFO] [stderr] | [INFO] [stderr] 8 | use engine::entity::component_collision::*; [INFO] [stderr] | ^^^^^^ could not find `entity` in `engine` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `common` in `engine` [INFO] [stderr] --> src/main.rs:10:15 [INFO] [stderr] | [INFO] [stderr] 10 | use engine::common::vec::*; [INFO] [stderr] | ^^^^^^ could not find `common` in `engine` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `common` in `engine` [INFO] [stderr] --> src/main.rs:11:15 [INFO] [stderr] | [INFO] [stderr] 11 | use engine::common::color::*; [INFO] [stderr] | ^^^^^^ could not find `common` in `engine` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `engine::entity` [INFO] [stderr] --> src/main.rs:9:15 [INFO] [stderr] | [INFO] [stderr] 9 | use engine::entity::*; [INFO] [stderr] | ^^^^^^ could not find `entity` in `engine` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `engine::tile` [INFO] [stderr] --> src/main.rs:12:15 [INFO] [stderr] | [INFO] [stderr] 12 | use engine::tile::*; [INFO] [stderr] | ^^^^ could not find `tile` in `engine` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `glium::glutin::VirtualKeyCode` [INFO] [stderr] --> src/main.rs:13:7 [INFO] [stderr] | [INFO] [stderr] 13 | use glium::glutin::VirtualKeyCode; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `VirtualKeyCode` in `glutin` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Tile` [INFO] [stderr] --> src/main.rs:17:20 [INFO] [stderr] | [INFO] [stderr] 17 | let mut tile = Tile::new(1); [INFO] [stderr] | ^^^^ use of undeclared type or module `Tile` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `RGBf32` [INFO] [stderr] --> src/main.rs:18:18 [INFO] [stderr] | [INFO] [stderr] 18 | tile.color = RGBf32::new(0.0, 1.0, 0.0); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `RGBf32` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `RGBf32` [INFO] [stderr] --> src/main.rs:32:12 [INFO] [stderr] | [INFO] [stderr] 32 | color: RGBf32::new(1.0, 0.0, 0.0), [INFO] [stderr] | ^^^^^^ use of undeclared type or module `RGBf32` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TileMap16` [INFO] [stderr] --> src/main.rs:51:17 [INFO] [stderr] | [INFO] [stderr] 51 | let mut map = TileMap16::new(); [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `TileMap16` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LibState` in crate `engine` [INFO] [stderr] --> src/main.rs:4:39 [INFO] [stderr] | [INFO] [stderr] 4 | fn setup_g_state(engine: &mut engine::LibState) { [INFO] [stderr] | ^^^^^^^^ not found in `engine` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `CompAABB` in this scope [INFO] [stderr] --> src/main.rs:24:35 [INFO] [stderr] | [INFO] [stderr] 24 | g_state.comp_aabb.add_component(CompAABB { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `EntityID` in this scope [INFO] [stderr] --> src/main.rs:25:16 [INFO] [stderr] | [INFO] [stderr] 25 | entity_id: EntityID(0), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Vec2f32` in this scope [INFO] [stderr] --> src/main.rs:26:10 [INFO] [stderr] | [INFO] [stderr] 26 | pos: Vec2f32(0.0, 0.0), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Vec2f32` in this scope [INFO] [stderr] --> src/main.rs:27:11 [INFO] [stderr] | [INFO] [stderr] 27 | size: Vec2f32(100.0, 100.0), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `CompDebugDraw` in this scope [INFO] [stderr] --> src/main.rs:30:41 [INFO] [stderr] | [INFO] [stderr] 30 | g_state.comp_debug_draw.add_component(CompDebugDraw { [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `EntityID` in this scope [INFO] [stderr] --> src/main.rs:31:16 [INFO] [stderr] | [INFO] [stderr] 31 | entity_id: EntityID(0), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `CompBody` in this scope [INFO] [stderr] --> src/main.rs:35:35 [INFO] [stderr] | [INFO] [stderr] 35 | g_state.comp_body.add_component(CompBody { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `EntityID` in this scope [INFO] [stderr] --> src/main.rs:36:16 [INFO] [stderr] | [INFO] [stderr] 36 | entity_id: EntityID(0), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Vec2f32` in this scope [INFO] [stderr] --> src/main.rs:37:10 [INFO] [stderr] | [INFO] [stderr] 37 | vel: Vec2f32(0.0, 0.0), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Vec2f32` in this scope [INFO] [stderr] --> src/main.rs:38:10 [INFO] [stderr] | [INFO] [stderr] 38 | acc: Vec2f32(0.0, 0.0), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Vec2f32` in this scope [INFO] [stderr] --> src/main.rs:39:12 [INFO] [stderr] | [INFO] [stderr] 39 | force: Vec2f32(0.0, 0.0), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `CompLRController` in this scope [INFO] [stderr] --> src/main.rs:44:44 [INFO] [stderr] | [INFO] [stderr] 44 | g_state.comp_lr_controller.add_component(CompLRController { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `EntityID` in this scope [INFO] [stderr] --> src/main.rs:45:16 [INFO] [stderr] | [INFO] [stderr] 45 | entity_id: EntityID(0), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `init` in crate `engine` [INFO] [stderr] --> src/main.rs:60:28 [INFO] [stderr] | [INFO] [stderr] 60 | let mut engine = engine::init().unwrap(); [INFO] [stderr] | ^^^^ not found in `engine` [INFO] [stderr] [INFO] [stderr] error: aborting due to 28 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0422, E0425, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `rogun`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "dbda83eabf160f18a0ac3cf24d5888ba3e1b3ca0b96a043d9ac45573db23e8d5"` [INFO] running `"docker" "rm" "-f" "dbda83eabf160f18a0ac3cf24d5888ba3e1b3ca0b96a043d9ac45573db23e8d5"` [INFO] [stdout] dbda83eabf160f18a0ac3cf24d5888ba3e1b3ca0b96a043d9ac45573db23e8d5