[INFO] crate rocket-game 0.1.1 is already in cache [INFO] checking rocket-game-0.1.1 against master#0d2817a439c2ad9fe343f6347eb6d90947893363 for pr-67531 [INFO] extracting crate rocket-game 0.1.1 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate rocket-game 0.1.1 on toolchain 0d2817a439c2ad9fe343f6347eb6d90947893363 [INFO] running `"/workspace/cargo-home/bin/cargo" "+0d2817a439c2ad9fe343f6347eb6d90947893363" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate rocket-game 0.1.1 [INFO] finished tweaking crates.io crate rocket-game 0.1.1 [INFO] tweaked toml for crates.io crate rocket-game 0.1.1 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+0d2817a439c2ad9fe343f6347eb6d90947893363" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+0d2817a439c2ad9fe343f6347eb6d90947893363" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+0d2817a439c2ad9fe343f6347eb6d90947893363" "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] 0b95c6e8393ea5e7e629c7303776d48a57544d92be1a5072372ce3bfc944dd4c [INFO] running `"docker" "start" "-a" "0b95c6e8393ea5e7e629c7303776d48a57544d92be1a5072372ce3bfc944dd4c"` [INFO] [stderr] Compiling lzw v0.10.0 [INFO] [stderr] Compiling color_quant v1.0.1 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling spiral v0.1.9 [INFO] [stderr] Compiling inflate v0.4.5 [INFO] [stderr] Compiling inflate v0.3.4 [INFO] [stderr] Compiling deflate v0.7.20 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Checking nalgebra v0.14.4 [INFO] [stderr] Compiling jpeg-decoder v0.1.18 [INFO] [stderr] Checking image v0.19.0 [INFO] [stderr] Compiling tiff v0.3.1 [INFO] [stderr] Compiling gif v0.10.3 [INFO] [stderr] Compiling gif v0.9.2 [INFO] [stderr] Compiling png v0.15.2 [INFO] [stderr] Compiling png v0.11.0 [INFO] [stderr] Compiling image v0.18.0 [INFO] [stderr] Compiling image v0.22.3 [INFO] [stderr] Compiling distance-field v0.1.7 [INFO] [stderr] Compiling rocket-game v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0599]: no method named `distance_field` found for type `image::DynamicImage` in the current scope [INFO] [stderr] --> build.rs:16:34 [INFO] [stderr] | [INFO] [stderr] 16 | let outbuf = img.grayscale().distance_field(distance_field::Options { [INFO] [stderr] | ^^^^^^^^^^^^^^ method not found in `image::DynamicImage` [INFO] [stderr] [INFO] [stderr] warning: unused import: `distance_field::DistanceFieldExt` [INFO] [stderr] --> build.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use distance_field::DistanceFieldExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `rocket-game`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0502]: cannot borrow `*self` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.14.4/src/core/cg.rs:292:44 [INFO] [stderr] | [INFO] [stderr] 292 | self[(j, i)] += shift[j] * self[(D::dim() - 1, i)]; [INFO] [stderr] | ---------------------------^^^^------------------- [INFO] [stderr] | | | [INFO] [stderr] | | immutable borrow occurs here [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | mutable 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 `nalgebra`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "0b95c6e8393ea5e7e629c7303776d48a57544d92be1a5072372ce3bfc944dd4c"` [INFO] running `"docker" "rm" "-f" "0b95c6e8393ea5e7e629c7303776d48a57544d92be1a5072372ce3bfc944dd4c"` [INFO] [stdout] 0b95c6e8393ea5e7e629c7303776d48a57544d92be1a5072372ce3bfc944dd4c