[INFO] updating cached repository rileylyman/mountainous [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/rileylyman/mountainous [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/rileylyman/mountainous" "work/ex/beta-1.38-1/sources/1.37.0/gh/rileylyman/mountainous"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/rileylyman/mountainous'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/rileylyman/mountainous" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/rileylyman/mountainous"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/rileylyman/mountainous'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] fb70b6175c6471f2bbe683f549d9cb559a968766 [INFO] sha for GitHub repo rileylyman/mountainous: fb70b6175c6471f2bbe683f549d9cb559a968766 [INFO] validating manifest of rileylyman/mountainous on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of rileylyman/mountainous on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing rileylyman/mountainous [INFO] finished frobbing rileylyman/mountainous [INFO] frobbed toml for rileylyman/mountainous written to work/ex/beta-1.38-1/sources/1.37.0/gh/rileylyman/mountainous/Cargo.toml [INFO] started frobbing rileylyman/mountainous [INFO] finished frobbing rileylyman/mountainous [INFO] frobbed toml for rileylyman/mountainous written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/rileylyman/mountainous/Cargo.toml [INFO] crate rileylyman/mountainous already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing rileylyman/mountainous against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/rileylyman/mountainous:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] c4aadd8b31e046e4469c1951ad6d8fce2de8a2fcfcfc8a2e26e6ba39283b7e96 [INFO] running `"docker" "start" "-a" "c4aadd8b31e046e4469c1951ad6d8fce2de8a2fcfcfc8a2e26e6ba39283b7e96"` [INFO] [stderr] Compiling cc v1.0.34 [INFO] [stderr] Compiling syn v0.15.30 [INFO] [stderr] Compiling downcast-rs v1.0.3 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling wayland-scanner v0.21.12 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling rusttype v0.7.5 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling libloading v0.5.0 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling simple_logger v1.0.1 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling wayland-client v0.21.12 [INFO] [stderr] Compiling wayland-protocols v0.21.12 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling wayland-sys v0.21.12 [INFO] [stderr] Compiling backtrace v0.3.14 [INFO] [stderr] Compiling wayland-commons v0.21.12 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling failure v0.1.5 [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] warning[E0713]: borrow may still be in use when destructor runs [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-hal-0.1.0/src/command/render_pass.rs:232:36 [INFO] [stderr] | [INFO] [stderr] 189 | impl<'a, B: Backend> RenderPassInlineEncoder<'a, B> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] ... [INFO] [stderr] 232 | RenderPassSecondaryEncoder(self.0.cmb) [INFO] [stderr] | ---------------------------^^^^^^^^^^- returning this value requires that `*self.0.cmb` is borrowed for `'a` [INFO] [stderr] 233 | } [INFO] [stderr] | - here, drop of `self` needs exclusive access to `*self.0.cmb`, because the type `command::render_pass::RenderPassInlineEncoder<'_, B>` implements the `Drop` trait [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] warning[E0713]: borrow may still be in use when destructor runs [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-hal-0.1.0/src/command/render_pass.rs:308:62 [INFO] [stderr] | [INFO] [stderr] 262 | impl<'a, B: Backend> RenderPassSecondaryEncoder<'a, B> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] ... [INFO] [stderr] 308 | RenderPassInlineEncoder(RenderSubpassCommon::new(self.0)) [INFO] [stderr] | -------------------------------------------------^^^^^^-- returning this value requires that `*self.0` is borrowed for `'a` [INFO] [stderr] 309 | } [INFO] [stderr] 310 | } [INFO] [stderr] | - here, drop of `self` needs exclusive access to `*self.0`, because the type `command::render_pass::RenderPassSecondaryEncoder<'_, B>` implements the `Drop` trait [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Compiling lokathor v0.1.0 (/opt/crater/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" "c4aadd8b31e046e4469c1951ad6d8fce2de8a2fcfcfc8a2e26e6ba39283b7e96"` [INFO] running `"docker" "rm" "-f" "c4aadd8b31e046e4469c1951ad6d8fce2de8a2fcfcfc8a2e26e6ba39283b7e96"` [INFO] [stdout] c4aadd8b31e046e4469c1951ad6d8fce2de8a2fcfcfc8a2e26e6ba39283b7e96