[INFO] updating cached repository https://github.com/floriama/agents [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] 4cbecde2dbb408266b94c1ac73aa7c2d405936f3 [INFO] testing floriama/agents against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffloriama%2Fagents" "/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/floriama/agents on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/floriama/agents [INFO] finished tweaking git repo https://github.com/floriama/agents [INFO] tweaked toml for git repo https://github.com/floriama/agents written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/floriama/agents already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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=warn" "-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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b09d6ca4a26829572ab7b72646173d3d04344aa3c1538be6bd4dbe501e32c82a [INFO] running `"docker" "start" "-a" "b09d6ca4a26829572ab7b72646173d3d04344aa3c1538be6bd4dbe501e32c82a"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling bitflags v1.0.1 [INFO] [stderr] Compiling libc v0.2.36 [INFO] [stderr] Compiling lazy_static v1.0.0 [INFO] [stderr] Compiling libloading v0.4.3 [INFO] [stderr] Compiling cfg-if v0.1.2 [INFO] [stderr] Compiling token_store v0.1.2 [INFO] [stderr] Compiling khronos_api v2.1.0 [INFO] [stderr] Compiling pkg-config v0.3.9 [INFO] [stderr] Compiling cc v1.0.4 [INFO] [stderr] Compiling unicode-width v0.1.4 [INFO] [stderr] Compiling rustc-demangle v0.1.5 [INFO] [stderr] Compiling strsim v0.7.0 [INFO] [stderr] Compiling smallvec v0.6.0 [INFO] [stderr] Compiling ansi_term v0.10.2 [INFO] [stderr] Compiling vec_map v0.8.0 [INFO] [stderr] Compiling log v0.4.1 [INFO] [stderr] Compiling textwrap v0.9.0 [INFO] [stderr] Compiling xml-rs v0.7.0 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling x11-dl v2.17.2 [INFO] [stderr] Compiling dlib v0.4.0 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling memmap v0.6.2 [INFO] [stderr] Compiling shared_library v0.1.8 [INFO] [stderr] Compiling atty v0.2.6 [INFO] [stderr] Compiling wayland-sys v0.12.5 [INFO] [stderr] Compiling clap v2.30.0 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling wayland-scanner v0.12.5 [INFO] [stderr] Compiling gl_generator v0.8.0 [INFO] [stderr] Compiling rand v0.3.22 [INFO] [stderr] Compiling tempfile v2.2.0 [INFO] [stderr] Compiling wayland-client v0.12.5 [INFO] [stderr] Compiling wayland-protocols v0.12.5 [INFO] [stderr] Compiling glutin v0.12.2 [INFO] [stderr] Compiling glium v0.20.0 [INFO] [stderr] Compiling wayland-kbd v0.13.1 [INFO] [stderr] Compiling wayland-window v0.13.2 [INFO] [stderr] Compiling winit v0.10.0 [INFO] [stderr] Compiling backtrace v0.3.5 [INFO] [stderr] Compiling agents v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/graphics.rs:147:1 [INFO] [stderr] | [INFO] [stderr] 147 | implement_vertex!(Vertex, position); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0502]: cannot borrow `self.graph` as immutable because it is also borrowed as mutable [INFO] [stderr] --> src/network.rs:215:63 [INFO] [stderr] | [INFO] [stderr] 215 | self.graph.node_payload_mut(i_idx).physics.pos += self.graph.node_payload(i_idx).physics.vel.scale(dt); [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; 1 warning emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0502`. [INFO] [stderr] error: could not compile `agents`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "b09d6ca4a26829572ab7b72646173d3d04344aa3c1538be6bd4dbe501e32c82a"` [INFO] running `"docker" "rm" "-f" "b09d6ca4a26829572ab7b72646173d3d04344aa3c1538be6bd4dbe501e32c82a"` [INFO] [stdout] b09d6ca4a26829572ab7b72646173d3d04344aa3c1538be6bd4dbe501e32c82a