[INFO] updating cached repository https://github.com/risboo6909/life-rs [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] 16b2522520ee627a9e863e2db315ec0d56591c1f [INFO] testing risboo6909/life-rs against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Frisboo6909%2Flife-rs" "work/builds/worker-1/source"` [INFO] [stderr] Cloning into 'work/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/risboo6909/life-rs on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/risboo6909/life-rs [INFO] removed workspace from git repo https://github.com/risboo6909/life-rs [INFO] removed path dependency engine from git repo https://github.com/risboo6909/life-rs [INFO] removed path dependency ui from git repo https://github.com/risboo6909/life-rs [INFO] finished tweaking git repo https://github.com/risboo6909/life-rs [INFO] tweaked toml for git repo https://github.com/risboo6909/life-rs written to work/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/risboo6909/life-rs already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "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] warning: dependency (ui) 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 /big/crater/work/builds/worker-1/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" "+beta-2019-09-28" "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" "+beta-2019-09-28" "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] warning: dependency (ui) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 31dde684ba7b7d25b0f0332d89a932e998418dd4c6867df7fb120c1259aca174 [INFO] running `"docker" "start" "-a" "31dde684ba7b7d25b0f0332d89a932e998418dd4c6867df7fb120c1259aca174"` [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] warning: dependency (ui) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling piston-shaders_graphics2d v0.1.0 [INFO] [stderr] Compiling ui v0.1.0 [INFO] [stderr] Compiling pistoncore-input v0.15.0 [INFO] [stderr] Compiling term_size v0.3.1 [INFO] [stderr] Compiling gfx_core v0.5.1 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling gfx_gl v0.3.1 [INFO] [stderr] Compiling png v0.5.2 [INFO] [stderr] Compiling engine v0.0.0 [INFO] [stderr] Compiling clap v2.24.2 [INFO] [stderr] Compiling pistoncore-window v0.24.0 [INFO] [stderr] Compiling pistoncore-event_loop v0.27.0 [INFO] [stderr] Compiling pistoncore-glutin_window v0.33.0 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling piston v0.27.0 [INFO] [stderr] Compiling image v0.10.4 [INFO] [stderr] Compiling piston2d-opengl_graphics v0.36.2 [INFO] [stderr] Compiling gfx v0.13.0 [INFO] [stderr] Compiling gfx_device_gl v0.12.0 [INFO] [stderr] Compiling piston-gfx_texture v0.19.0 [INFO] [stderr] Compiling piston2d-gfx_graphics v0.34.1 [INFO] [stderr] Compiling piston_window v0.60.0 [INFO] [stderr] Compiling life-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `engine::loader` [INFO] [stderr] --> src/main.rs:21:13 [INFO] [stderr] | [INFO] [stderr] 21 | use engine::loader::from_file as load_from_file; [INFO] [stderr] | ^^^^^^ could not find `loader` in `engine` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `engine::Coord` [INFO] [stderr] --> src/main.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | use engine::Coord; [INFO] [stderr] | ^^^^^^^^^^^^^ no `Coord` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `GraphicsWindow` in `ui` [INFO] [stderr] --> src/main.rs:44:45 [INFO] [stderr] | [INFO] [stderr] 44 | ui_manager: ui::new(Rc::new(ui::GraphicsWindow::new(screen_width, screen_height, window)), [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `GraphicsWindow` in `ui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Engine` in `engine` [INFO] [stderr] --> src/main.rs:45:62 [INFO] [stderr] | [INFO] [stderr] 45 | ... Rc::new(RefCell::new(engine::Engine::new(None, board_cols, board_rows))), [INFO] [stderr] | ^^^^^^ could not find `Engine` in `engine` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `UI` in crate `ui` [INFO] [stderr] --> src/main.rs:26:21 [INFO] [stderr] | [INFO] [stderr] 26 | ui_manager: ui::UI<'a>, [INFO] [stderr] | ^^ not found in `ui` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `OPENGL` in crate `ui` [INFO] [stderr] --> src/main.rs:37:22 [INFO] [stderr] | [INFO] [stderr] 37 | ).opengl(ui::OPENGL) [INFO] [stderr] | ^^^^^^ not found in `ui` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `new` in crate `ui` [INFO] [stderr] --> src/main.rs:44:29 [INFO] [stderr] | [INFO] [stderr] 44 | ui_manager: ui::new(Rc::new(ui::GraphicsWindow::new(screen_width, screen_height, window)), [INFO] [stderr] | ^^^ not found in `ui` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Resources` in crate `ui` [INFO] [stderr] --> src/main.rs:46:58 [INFO] [stderr] | [INFO] [stderr] 46 | ... Rc::new(RefCell::new(ui::Resources { [INFO] [stderr] | ^^^^^^^^^ not found in `ui` [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 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 `life-rs`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "31dde684ba7b7d25b0f0332d89a932e998418dd4c6867df7fb120c1259aca174"` [INFO] running `"docker" "rm" "-f" "31dde684ba7b7d25b0f0332d89a932e998418dd4c6867df7fb120c1259aca174"` [INFO] [stdout] 31dde684ba7b7d25b0f0332d89a932e998418dd4c6867df7fb120c1259aca174