[INFO] updating cached repository https://github.com/djcsdy/gfx-playground [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/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] a0fb89a407702fd5a617eb3c2eec5cbb8b30b40e [INFO] checking djcsdy/gfx-playground against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdjcsdy%2Fgfx-playground" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/djcsdy/gfx-playground on toolchain e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/djcsdy/gfx-playground [INFO] finished tweaking git repo https://github.com/djcsdy/gfx-playground [INFO] tweaked toml for git repo https://github.com/djcsdy/gfx-playground written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/djcsdy/gfx-playground already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/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=forbid" "-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" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] c1408e415cdeaee1da63d8f4f1f63ef5894ed0c109411c65e6021108f24d14eb [INFO] running `"docker" "start" "-a" "c1408e415cdeaee1da63d8f4f1f63ef5894ed0c109411c65e6021108f24d14eb"` [INFO] [stderr] Compiling libloading v0.5.0 [INFO] [stderr] Compiling cmake v0.1.38 [INFO] [stderr] Compiling wayland-scanner v0.21.12 [INFO] [stderr] Compiling num-derive v0.2.4 [INFO] [stderr] Checking tempfile v3.0.7 [INFO] [stderr] Checking env_logger v0.5.13 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking gfx-hal v0.1.0 (https://github.com/gfx-rs/gfx.git?rev=b5163cc#b5163cc2) [INFO] [stderr] Compiling glsl-to-spirv v0.1.7 [INFO] [stderr] Checking dlib v0.4.1 [INFO] [stderr] Checking wayland-sys v0.21.12 [INFO] [stderr] Checking wayland-commons v0.21.12 [INFO] [stderr] Compiling wayland-client v0.21.12 [INFO] [stderr] Compiling wayland-protocols v0.21.12 [INFO] [stderr] Checking image v0.19.0 [INFO] [stderr] Checking smithay-client-toolkit v0.4.5 [INFO] [stderr] error[E0713]: borrow may still be in use when destructor runs [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/gfx-e86e7f3ebdbc4218/b5163cc/src/hal/src/command/render_pass.rs:272:36 [INFO] [stderr] | [INFO] [stderr] 229 | impl<'a, B: Backend> RenderPassInlineEncoder<'a, B> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] ... [INFO] [stderr] 272 | RenderPassSecondaryEncoder(self.0.cmb) [INFO] [stderr] | ---------------------------^^^^^^^^^^- returning this value requires that `*self.0.cmb` is borrowed for `'a` [INFO] [stderr] 273 | } [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] error[E0713]: borrow may still be in use when destructor runs [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/gfx-e86e7f3ebdbc4218/b5163cc/src/hal/src/command/render_pass.rs:347:62 [INFO] [stderr] | [INFO] [stderr] 303 | impl<'a, B: Backend> RenderPassSecondaryEncoder<'a, B> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] ... [INFO] [stderr] 347 | RenderPassInlineEncoder(RenderSubpassCommon::new(self.0)) [INFO] [stderr] | -------------------------------------------------^^^^^^-- returning this value requires that `*self.0` is borrowed for `'a` [INFO] [stderr] 348 | } [INFO] [stderr] 349 | } [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] Checking winit v0.18.1 [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0713`. [INFO] [stderr] error: Could not compile `gfx-hal`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "c1408e415cdeaee1da63d8f4f1f63ef5894ed0c109411c65e6021108f24d14eb"` [INFO] running `"docker" "rm" "-f" "c1408e415cdeaee1da63d8f4f1f63ef5894ed0c109411c65e6021108f24d14eb"` [INFO] [stdout] c1408e415cdeaee1da63d8f4f1f63ef5894ed0c109411c65e6021108f24d14eb