[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] checking floriama/agents against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffloriama%2Fagents" "/workspace/builds/worker-0/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/floriama/agents on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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-0/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] d5a8c781dfd7bdf37c6e2c146c7a2f71c67c6f12e98485050269a8b8ac2e0e2c
[INFO] running `"docker" "start" "-a" "d5a8c781dfd7bdf37c6e2c146c7a2f71c67c6f12e98485050269a8b8ac2e0e2c"`
[INFO] [stderr]     Checking libc v0.2.36
[INFO] [stderr]    Compiling bitflags v1.0.1
[INFO] [stderr]    Compiling libloading v0.4.3
[INFO] [stderr]     Checking token_store v0.1.2
[INFO] [stderr]    Compiling khronos_api v2.1.0
[INFO] [stderr]    Compiling cc v1.0.4
[INFO] [stderr]     Checking rustc-demangle v0.1.5
[INFO] [stderr]     Checking smallvec v0.6.0
[INFO] [stderr]    Compiling log v0.4.1
[INFO] [stderr]    Compiling x11-dl v2.17.2
[INFO] [stderr]    Compiling xml-rs v0.7.0
[INFO] [stderr]    Compiling log v0.3.9
[INFO] [stderr]     Checking dlib v0.4.0
[INFO] [stderr]     Checking wayland-sys v0.12.5
[INFO] [stderr]     Checking rand v0.4.2
[INFO] [stderr]     Checking memmap v0.6.2
[INFO] [stderr]     Checking shared_library v0.1.8
[INFO] [stderr]     Checking atty v0.2.6
[INFO] [stderr]     Checking clap v2.30.0
[INFO] [stderr]     Checking 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]     Checking rand v0.3.22
[INFO] [stderr]     Checking 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]     Checking wayland-kbd v0.13.1
[INFO] [stderr]     Checking wayland-window v0.13.2
[INFO] [stderr]     Checking winit v0.10.0
[INFO] [stderr]     Checking backtrace v0.3.5
[INFO] [stderr]     Checking 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] 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
[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] [stderr] warning: build failed, waiting for other jobs to finish...
[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
[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" "d5a8c781dfd7bdf37c6e2c146c7a2f71c67c6f12e98485050269a8b8ac2e0e2c"`
[INFO] running `"docker" "rm" "-f" "d5a8c781dfd7bdf37c6e2c146c7a2f71c67c6f12e98485050269a8b8ac2e0e2c"`
[INFO] [stdout] d5a8c781dfd7bdf37c6e2c146c7a2f71c67c6f12e98485050269a8b8ac2e0e2c
