[INFO] cloning repository https://github.com/rparrett/roborun [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rparrett/roborun" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frparrett%2Froborun", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frparrett%2Froborun'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4cbdd7b7c790dff89b4e1ce03967e1db7fd3aca1 [INFO] checking rparrett/roborun against master#0d37dca25a51fb900a402c94c8818ad1c2789e30 for pr-77526 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frparrett%2Froborun" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rparrett/roborun on toolchain 0d37dca25a51fb900a402c94c8818ad1c2789e30 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0d37dca25a51fb900a402c94c8818ad1c2789e30" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/rparrett/roborun [INFO] finished tweaking git repo https://github.com/rparrett/roborun [INFO] tweaked toml for git repo https://github.com/rparrett/roborun written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/rparrett/roborun already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0d37dca25a51fb900a402c94c8818ad1c2789e30" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+0d37dca25a51fb900a402c94c8818ad1c2789e30" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1cde3f3a3b3adaba99e732307cab6945d9e1b72df624a98475f09ebce1e6819a [INFO] running `Command { std: "docker" "start" "-a" "1cde3f3a3b3adaba99e732307cab6945d9e1b72df624a98475f09ebce1e6819a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1cde3f3a3b3adaba99e732307cab6945d9e1b72df624a98475f09ebce1e6819a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1cde3f3a3b3adaba99e732307cab6945d9e1b72df624a98475f09ebce1e6819a", kill_on_drop: false }` [INFO] [stdout] 1cde3f3a3b3adaba99e732307cab6945d9e1b72df624a98475f09ebce1e6819a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+0d37dca25a51fb900a402c94c8818ad1c2789e30" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 059cdb0be6b3593f4cf320f279f352972a1b5259f1e93bb6536f9ea07825a867 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "059cdb0be6b3593f4cf320f279f352972a1b5259f1e93bb6536f9ea07825a867", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.48 [INFO] [stderr] Compiling serde v1.0.87 [INFO] [stderr] Compiling ryu v0.2.7 [INFO] [stderr] Compiling num-complex v0.2.1 [INFO] [stderr] Checking either v1.5.0 [INFO] [stderr] Checking rawpointer v0.1.0 [INFO] [stderr] Checking libm v0.1.2 [INFO] [stderr] Checking ordermap v0.3.5 [INFO] [stderr] Checking fixedbitset v0.1.9 [INFO] [stderr] Compiling stdweb-internal-runtime v0.1.3 [INFO] [stderr] Checking safe-transmute v0.10.1 [INFO] [stderr] Compiling sha1 v0.6.0 [INFO] [stderr] Checking itoa v0.4.3 [INFO] [stderr] Compiling base-x v0.2.4 [INFO] [stderr] Checking discard v1.0.4 [INFO] [stderr] Checking rand_jitter v0.1.2 [INFO] [stderr] Checking crossbeam-utils v0.6.5 [INFO] [stderr] Checking log v0.4.6 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling x11-dl v2.18.3 [INFO] [stderr] Checking matrixmultiply v0.2.2 [INFO] [stderr] Compiling proc-macro2 v0.4.27 [INFO] [stderr] Checking itertools v0.8.0 [INFO] [stderr] Checking arrayvec v0.4.10 [INFO] [stderr] Checking smallvec v0.6.8 [INFO] [stderr] Checking approx v0.3.1 [INFO] [stderr] Compiling stdweb v0.4.13 [INFO] [stderr] Checking rustc-hash v1.0.1 [INFO] [stderr] Checking stb_truetype v0.2.6 [INFO] [stderr] Checking deflate v0.7.19 [INFO] [stderr] Compiling gl_generator v0.10.0 [INFO] [stderr] Checking rand_pcg v0.1.1 [INFO] [stderr] Checking wayland-sys v0.21.11 [INFO] [stderr] Checking petgraph v0.4.13 [INFO] [stderr] Checking crossbeam-epoch v0.7.1 [INFO] [stderr] Checking crossbeam-epoch v0.3.1 [INFO] [stderr] Checking png v0.14.0 [INFO] [stderr] Checking crossbeam-deque v0.2.0 [INFO] [stderr] Checking crossbeam-deque v0.7.1 [INFO] [stderr] Compiling quote v0.6.11 [INFO] [stderr] Compiling syn v0.15.26 [INFO] [stderr] Compiling wayland-scanner v0.21.11 [INFO] [stderr] Checking alga v0.8.1 [INFO] [stderr] Checking num_cpus v1.9.0 [INFO] [stderr] Checking rand_os v0.1.2 [INFO] [stderr] Checking nix v0.12.0 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking shared_library v0.1.9 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Checking rusttype v0.7.4 [INFO] [stderr] Checking rayon-core v1.4.1 [INFO] [stderr] Checking osmesa-sys v0.1.2 [INFO] [stderr] Compiling gl v0.11.0 [INFO] [stderr] Compiling glutin v0.19.0 [INFO] [stderr] Checking rayon v1.0.3 [INFO] [stderr] Checking andrew v0.1.6 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Checking nalgebra v0.17.0 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Compiling wayland-client v0.21.11 [INFO] [stderr] Compiling wayland-protocols v0.21.11 [INFO] [stderr] Checking jpeg-decoder v0.1.15 [INFO] [stderr] Checking wayland-commons v0.21.11 [INFO] [stderr] Compiling serde_derive v1.0.87 [INFO] [stderr] Compiling num-derive v0.2.4 [INFO] [stderr] Checking tiff v0.2.2 [INFO] [stderr] Checking image v0.21.0 [INFO] [stderr] Checking smithay-client-toolkit v0.4.4 [INFO] [stderr] Checking winit v0.18.1 [INFO] [stdout] error[E0502]: cannot borrow `*self` as immutable because it is also borrowed as mutable [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.17.0/src/base/cg.rs:297:44 [INFO] [stdout] | [INFO] [stdout] 297 | self[(j, i)] += shift[j] * self[(D::dim() - 1, i)]; [INFO] [stdout] | ---------------------------^^^^------------------- [INFO] [stdout] | | | [INFO] [stdout] | | immutable borrow occurs here [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | mutable borrow later used here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0502]: cannot borrow `b` as immutable because it is also borrowed as mutable [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.17.0/src/sparse/cs_matrix_solve.rs:81:29 [INFO] [stdout] | [INFO] [stdout] 81 | b[i] -= b[j] * val; [INFO] [stdout] | --------^--------- [INFO] [stdout] | | | [INFO] [stdout] | | immutable borrow occurs here [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | mutable borrow later used here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0502]: cannot borrow `b` as immutable because it is also borrowed as mutable [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.17.0/src/sparse/cs_matrix_solve.rs:122:39 [INFO] [stdout] | [INFO] [stdout] 122 | b[j] -= val * b[i]; [INFO] [stdout] | --------------^--- [INFO] [stdout] | | | [INFO] [stdout] | | immutable borrow occurs here [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | mutable borrow later used here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0502]: cannot borrow `workspace` as immutable because it is also borrowed as mutable [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.17.0/src/sparse/cs_matrix_solve.rs:181:33 [INFO] [stdout] | [INFO] [stdout] 181 | workspace[i] -= workspace[j] * val; [INFO] [stdout] | ----------------^^^^^^^^^--------- [INFO] [stdout] | | | [INFO] [stdout] | | immutable borrow occurs here [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | mutable borrow later used here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0502`. [INFO] [stdout] [INFO] [stderr] error: could not compile `nalgebra` [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: build failed [INFO] running `Command { std: "docker" "inspect" "059cdb0be6b3593f4cf320f279f352972a1b5259f1e93bb6536f9ea07825a867", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "059cdb0be6b3593f4cf320f279f352972a1b5259f1e93bb6536f9ea07825a867", kill_on_drop: false }` [INFO] [stdout] 059cdb0be6b3593f4cf320f279f352972a1b5259f1e93bb6536f9ea07825a867