[INFO] updating cached repository https://github.com/samdroid-apps/ayerspl-game [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] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e4b40e190c5d1d35aa7f57e7ca7f5d8928aed032 [INFO] checking samdroid-apps/ayerspl-game against master#b61e69433951e31f7bd746e22f516a48ad41623b for prs-64470-and-65389 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsamdroid-apps%2Fayerspl-game" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/samdroid-apps/ayerspl-game on toolchain b61e69433951e31f7bd746e22f516a48ad41623b [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/samdroid-apps/ayerspl-game [INFO] finished tweaking git repo https://github.com/samdroid-apps/ayerspl-game [INFO] tweaked toml for git repo https://github.com/samdroid-apps/ayerspl-game written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/samdroid-apps/ayerspl-game already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "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-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+b61e69433951e31f7bd746e22f516a48ad41623b" "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] 1c6299c57fed515a19603f198b3859d522a5cb644181ef94d6e9caddf3c00f33 [INFO] running `"docker" "start" "-a" "1c6299c57fed515a19603f198b3859d522a5cb644181ef94d6e9caddf3c00f33"` [INFO] [stderr] Compiling same-file v1.0.3 [INFO] [stderr] Checking mint v0.2.0 [INFO] [stderr] Checking spin v0.4.9 [INFO] [stderr] Compiling miniz-sys v0.1.10 [INFO] [stderr] Checking mint v0.4.9 [INFO] [stderr] Compiling gl_generator v0.9.0 [INFO] [stderr] Compiling gl_generator v0.8.0 [INFO] [stderr] Checking gfx_core v0.8.2 [INFO] [stderr] Checking enum_primitive v0.1.1 [INFO] [stderr] Compiling palette v0.4.1 [INFO] [stderr] Checking cpal v0.4.6 [INFO] [stderr] Checking froggy v0.4.4 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Checking png v0.11.0 [INFO] [stderr] Checking rusttype v0.3.0 [INFO] [stderr] Checking genmesh v0.5.0 [INFO] [stderr] Compiling walkdir v2.2.5 [INFO] [stderr] Checking cgmath v0.15.0 [INFO] [stderr] Checking rodio v0.5.2 [INFO] [stderr] Checking obj v0.8.2 [INFO] [stderr] Compiling gfx_gl v0.5.0 [INFO] [stderr] Checking jpeg-decoder v0.1.15 [INFO] [stderr] Compiling glutin v0.12.2 [INFO] [stderr] Compiling flate2 v1.0.2 [INFO] [stderr] Checking winit v0.10.0 [INFO] [stderr] Compiling includedir_codegen v0.3.0 [INFO] [stderr] Checking image v0.18.0 [INFO] [stderr] Checking includedir v0.3.0 [INFO] [stderr] Compiling three v0.3.1 [INFO] [stderr] Compiling palette_derive v0.4.1 [INFO] [stderr] Checking gfx v0.17.1 [INFO] [stderr] Checking gfx_device_gl v0.15.3 [INFO] [stderr] Checking gfx_window_glutin v0.20.0 [INFO] [stderr] Checking gfx_glyph v0.8.2 [INFO] [stderr] error[E0502]: cannot borrow `mapping` as mutable because it is also borrowed as immutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/three-0.3.1/src/factory/mod.rs:738:13 [INFO] [stderr] | [INFO] [stderr] 738 | mapping[i] = Vertex { [INFO] [stderr] | -^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | _____________mutable borrow occurs here [INFO] [stderr] | | [INFO] [stderr] 739 | | pos: [pos.x, pos.y, pos.z, 1.0], [INFO] [stderr] 740 | | .. mapping[i] [INFO] [stderr] | | ------- immutable borrow occurs here [INFO] [stderr] 741 | | }; [INFO] [stderr] | |_____________- immutable borrow later used here [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0502`. [INFO] [stderr] error: could not compile `three`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "1c6299c57fed515a19603f198b3859d522a5cb644181ef94d6e9caddf3c00f33"` [INFO] running `"docker" "rm" "-f" "1c6299c57fed515a19603f198b3859d522a5cb644181ef94d6e9caddf3c00f33"` [INFO] [stdout] 1c6299c57fed515a19603f198b3859d522a5cb644181ef94d6e9caddf3c00f33