[INFO] updating cached repository https://github.com/rileylyman/mountainous [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] fb70b6175c6471f2bbe683f549d9cb559a968766 [INFO] testing rileylyman/mountainous against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Frileylyman%2Fmountainous" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rileylyman/mountainous 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/rileylyman/mountainous [INFO] finished tweaking git repo https://github.com/rileylyman/mountainous [INFO] tweaked toml for git repo https://github.com/rileylyman/mountainous written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/rileylyman/mountainous 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] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/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] a95b17f72c5e4c75349509a1ade4f290eae5c1ea3de8b52ac253d6623878dfc6 [INFO] running `"docker" "start" "-a" "a95b17f72c5e4c75349509a1ade4f290eae5c1ea3de8b52ac253d6623878dfc6"` [INFO] [stderr] Compiling libloading v0.5.0 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling wayland-client v0.21.12 [INFO] [stderr] Compiling wayland-protocols v0.21.12 [INFO] [stderr] Compiling rusttype v0.7.5 [INFO] [stderr] Compiling x11-dl v2.18.3 [INFO] [stderr] Compiling simple_logger v1.0.1 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling backtrace v0.3.14 [INFO] [stderr] Compiling wayland-sys v0.21.12 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling wayland-commons v0.21.12 [INFO] [stderr] Compiling gfx-hal v0.1.0 [INFO] [stderr] Compiling smithay-client-toolkit v0.4.5 [INFO] [stderr] Compiling winit v0.18.1 [INFO] [stderr] Compiling lokathor v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: expected one of `::`, `:`, `;`, `=`, or `|`, found `.` [INFO] [stderr] --> src/hal_state.rs:21:17 [INFO] [stderr] | [INFO] [stderr] 21 | let self.current_frame = (self.current_frame + 1) % self.frames_in_flight; [INFO] [stderr] | ^ expected one of `::`, `:`, `;`, `=`, or `|` here [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UserInput` [INFO] [stderr] --> src/main.rs:33:22 [INFO] [stderr] | [INFO] [stderr] 33 | let inputs = UserInput::poll_events_loop(&mut winit_state.events_loop); [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `UserInput` [INFO] [stderr] [INFO] [stderr] warning: unused import: `arrayvec::ArrayVec` [INFO] [stderr] --> src/hal_state.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use arrayvec::ArrayVec; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `gfx_hal::pso::PipelineStage` [INFO] [stderr] --> src/hal_state.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use gfx_hal::pso::PipelineStage; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `gfx_hal::queue::Submission` [INFO] [stderr] --> src/hal_state.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use gfx_hal::queue::Submission; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `ClearColor`, `ClearValue` [INFO] [stderr] --> src/hal_state.rs:6:24 [INFO] [stderr] | [INFO] [stderr] 6 | use gfx_hal::command::{ClearValue, ClearColor}; [INFO] [stderr] | ^^^^^^^^^^ ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Event`, `WindowEvent` [INFO] [stderr] --> src/main.rs:24:13 [INFO] [stderr] | [INFO] [stderr] 24 | use winit::{Event, WindowEvent}; [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0106]: missing lifetime specifier [INFO] [stderr] --> src/main.rs:46:88 [INFO] [stderr] | [INFO] [stderr] 46 | pub fn do_the_render(hal_state: &mut HalState, local_state: &LocalState) -> Result<(), &str> { [INFO] [stderr] | ^ expected lifetime parameter [INFO] [stderr] | [INFO] [stderr] = help: this function's return type contains a borrowed value, but the signature does not say whether it is borrowed from `hal_state` or `local_state` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0106, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0106`. [INFO] [stderr] error: could not compile `lokathor`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a95b17f72c5e4c75349509a1ade4f290eae5c1ea3de8b52ac253d6623878dfc6"` [INFO] running `"docker" "rm" "-f" "a95b17f72c5e4c75349509a1ade4f290eae5c1ea3de8b52ac253d6623878dfc6"` [INFO] [stdout] a95b17f72c5e4c75349509a1ade4f290eae5c1ea3de8b52ac253d6623878dfc6