[INFO] updating cached repository https://github.com/mcr431/vulkan_rendering [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] [stderr] From https://github.com/mcr431/vulkan_rendering [INFO] [stderr] 482ff4e..694b11f master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 694b11f180a9cbb48a24f84fedcd3ce6796dd1d1 [INFO] checking mcr431/vulkan_rendering against try#13f916f63bc6575d5ff1f989237dfabe88981368 for pr-69880 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmcr431%2Fvulkan_rendering" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mcr431/vulkan_rendering on toolchain 13f916f63bc6575d5ff1f989237dfabe88981368 [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/mcr431/vulkan_rendering [INFO] removed path dependency gfx-backend-empty from git repo https://github.com/mcr431/vulkan_rendering [INFO] removed path dependency gfx-backend-gl from git repo https://github.com/mcr431/vulkan_rendering [INFO] removed path dependency gfx-backend-vulkan from git repo https://github.com/mcr431/vulkan_rendering [INFO] removed path dependency gfx-hal from git repo https://github.com/mcr431/vulkan_rendering [INFO] removed path dependency gfx-backend-metal from git repo https://github.com/mcr431/vulkan_rendering [INFO] removed path dependency gfx-backend-dx12 from git repo https://github.com/mcr431/vulkan_rendering [INFO] finished tweaking git repo https://github.com/mcr431/vulkan_rendering [INFO] tweaked toml for git repo https://github.com/mcr431/vulkan_rendering written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/mcr431/vulkan_rendering already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-7/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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" "+13f916f63bc6575d5ff1f989237dfabe88981368" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 762a36c3df78910b852575f1e329bc9a2bdf802ccec7aa07e29861cdf0de21b3 [INFO] running `"docker" "start" "-a" "762a36c3df78910b852575f1e329bc9a2bdf802ccec7aa07e29861cdf0de21b3"` [INFO] [stderr] Compiling names v0.11.0 [INFO] [stderr] Checking instant v0.1.2 [INFO] [stderr] Compiling block-buffer v0.3.3 [INFO] [stderr] Checking gfx-hal v0.4.1 [INFO] [stderr] Checking cgmath v0.17.0 [INFO] [stderr] Checking calloop v0.4.4 [INFO] [stderr] Checking serde v1.0.104 [INFO] [stderr] Checking tiff v0.2.2 [INFO] [stderr] Compiling sha2 v0.7.1 [INFO] [stderr] Checking image v0.21.3 [INFO] [stderr] Checking wayland-client v0.23.6 [INFO] [stderr] Compiling glsl-to-spirv v0.1.7 [INFO] [stderr] Checking wayland-protocols v0.23.6 [INFO] [stderr] Checking erased-serde v0.3.10 [INFO] [stderr] Checking smithay-client-toolkit v0.6.6 [INFO] [stderr] Checking gfx-backend-empty v0.4.0 [INFO] [stderr] Checking slog v2.5.2 [INFO] [stderr] Checking winit v0.20.0 [INFO] [stderr] Checking slog-scope v4.3.0 [INFO] [stderr] Checking slog-stdlog v3.0.5 [INFO] [stderr] Checking legion v0.1.1 [INFO] [stderr] Checking rendering_engine v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0615]: attempted to take value of method `window` on type `&renderer::renderer::BackendState` [INFO] [stderr] --> src/renderer/renderer.rs:134:15 [INFO] [stderr] | [INFO] [stderr] 134 | &self.window [INFO] [stderr] | ^^^^^^ help: use parentheses to call the method: `window()` [INFO] [stderr] [INFO] [stderr] error[E0615]: attempted to take value of method `window` on type `&renderer::renderer::BackendState` [INFO] [stderr] --> src/renderer/renderer.rs:134:15 [INFO] [stderr] | [INFO] [stderr] 134 | &self.window [INFO] [stderr] | ^^^^^^ help: use parentheses to call the method: `window()` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0615`. [INFO] [stderr] error: could not compile `rendering_engine`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0615`. [INFO] [stderr] error: could not compile `rendering_engine`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "762a36c3df78910b852575f1e329bc9a2bdf802ccec7aa07e29861cdf0de21b3"` [INFO] running `"docker" "rm" "-f" "762a36c3df78910b852575f1e329bc9a2bdf802ccec7aa07e29861cdf0de21b3"` [INFO] [stdout] 762a36c3df78910b852575f1e329bc9a2bdf802ccec7aa07e29861cdf0de21b3