[INFO] updating cached repository https://github.com/tomc1998/rogun [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] 0fdbf41b0775dc34fa28ddbc4e0afc3e202c12e2 [INFO] testing tomc1998/rogun against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomc1998%2Frogun" "work/builds/worker-6/source"` [INFO] [stderr] Cloning into 'work/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tomc1998/rogun 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/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 work/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/tomc1998/rogun 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] Updating crates.io index [INFO] [stderr] error: the lock file /big/crater/work/builds/worker-6/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] [stderr] Blocking waiting for file lock on package cache [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-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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] b3395e80c0cbf93c612254a85e6bc7221c76777701d633d2d21ff842b57794b4 [INFO] running `"docker" "start" "-a" "b3395e80c0cbf93c612254a85e6bc7221c76777701d633d2d21ff842b57794b4"` [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 arrayvec v0.5.0 [INFO] [stderr] Compiling takeable-option v0.4.0 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling stb_truetype v0.3.0 [INFO] [stderr] Compiling wayland-scanner v0.21.13 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling gl_generator v0.11.0 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling rusttype v0.8.1 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling wayland-sys v0.21.13 [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling wayland-commons v0.21.13 [INFO] [stderr] Compiling glutin_glx_sys v0.1.5 [INFO] [stderr] Compiling glutin_egl_sys v0.1.3 [INFO] [stderr] Compiling glium v0.25.1 [INFO] [stderr] Compiling wayland-client v0.21.13 [INFO] [stderr] Compiling wayland-protocols v0.21.13 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling engine v0.0.0 [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 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[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 `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 `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 `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 `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 `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 `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 `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 `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 `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] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use std::intrinsics::init; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unused import: `engine::entity::component_core::*` [INFO] [stderr] --> src/main.rs:5:7 [INFO] [stderr] | [INFO] [stderr] 5 | use engine::entity::component_core::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `engine::entity::component_render::*` [INFO] [stderr] --> src/main.rs:6:7 [INFO] [stderr] | [INFO] [stderr] 6 | use engine::entity::component_render::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `engine::entity::component_control::*` [INFO] [stderr] --> src/main.rs:7:7 [INFO] [stderr] | [INFO] [stderr] 7 | use engine::entity::component_control::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `engine::entity::component_collision::*` [INFO] [stderr] --> src/main.rs:8:7 [INFO] [stderr] | [INFO] [stderr] 8 | use engine::entity::component_collision::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `engine::entity::*` [INFO] [stderr] --> src/main.rs:9:7 [INFO] [stderr] | [INFO] [stderr] 9 | use engine::entity::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `engine::common::vec::*` [INFO] [stderr] --> src/main.rs:10:7 [INFO] [stderr] | [INFO] [stderr] 10 | use engine::common::vec::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `engine::common::color::*` [INFO] [stderr] --> src/main.rs:11:7 [INFO] [stderr] | [INFO] [stderr] 11 | use engine::common::color::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `engine::tile::*` [INFO] [stderr] --> src/main.rs:12:7 [INFO] [stderr] | [INFO] [stderr] 12 | use engine::tile::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 27 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" "b3395e80c0cbf93c612254a85e6bc7221c76777701d633d2d21ff842b57794b4"` [INFO] running `"docker" "rm" "-f" "b3395e80c0cbf93c612254a85e6bc7221c76777701d633d2d21ff842b57794b4"` [INFO] [stdout] b3395e80c0cbf93c612254a85e6bc7221c76777701d633d2d21ff842b57794b4