[INFO] cloning repository https://github.com/egonik-unlp/rust_MD
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/egonik-unlp/rust_MD" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fegonik-unlp%2Frust_MD", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fegonik-unlp%2Frust_MD'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1d1042acaf791980d5143c9e43d663d0ce83b02f
[INFO] checking egonik-unlp/rust_MD against e3607d549209cc9fdfe7e907123b4185210e2c2b for pr-158915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fegonik-unlp%2Frust_MD" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/egonik-unlp/rust_MD
[INFO] finished tweaking git repo https://github.com/egonik-unlp/rust_MD
[INFO] tweaked toml for git repo https://github.com/egonik-unlp/rust_MD written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/egonik-unlp/rust_MD on toolchain e3607d549209cc9fdfe7e907123b4185210e2c2b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/egonik-unlp/rust_MD already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `rust_MD` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-4-tc2/source/target/.../rust_MD
[INFO] [stderr]    |                                                  ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `rust-md`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:6:8
[INFO] [stderr]    |
[INFO] [stderr]  6 - name = "rust_MD"
[INFO] [stderr]  6 + name = "rust-md"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `rust-md`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:7:19
[INFO] [stderr]    |
[INFO] [stderr]  7 ~ version = "0.1.0"
[INFO] [stderr]  8 + [[bin]]
[INFO] [stderr]  9 + name = "rust-md"
[INFO] [stderr] 10 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `rust_MD` (manifest) generated 1 warning
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e3ef3e7b4fd3a6993cebaf7b7da3ceb14ae6d33caf7aa986c6ec29864df72faf
[INFO] running `Command { std: "docker" "start" "e3ef3e7b4fd3a6993cebaf7b7da3ceb14ae6d33caf7aa986c6ec29864df72faf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e3ef3e7b4fd3a6993cebaf7b7da3ceb14ae6d33caf7aa986c6ec29864df72faf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e3ef3e7b4fd3a6993cebaf7b7da3ceb14ae6d33caf7aa986c6ec29864df72faf" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e3ef3e7b4fd3a6993cebaf7b7da3ceb14ae6d33caf7aa986c6ec29864df72faf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e3ef3e7b4fd3a6993cebaf7b7da3ceb14ae6d33caf7aa986c6ec29864df72faf" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: binary `rust_MD` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../rust_MD
[INFO] [stderr]    |                          ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `rust-md`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:6:8
[INFO] [stderr]    |
[INFO] [stderr]  6 - name = "rust_MD"
[INFO] [stderr]  6 + name = "rust-md"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `rust-md`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:7:19
[INFO] [stderr]    |
[INFO] [stderr]  7 ~ version = "0.1.0"
[INFO] [stderr]  8 + [[bin]]
[INFO] [stderr]  9 + name = "rust-md"
[INFO] [stderr] 10 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `rust_MD` (manifest) generated 1 warning
[INFO] [stderr]    Compiling libc v0.2.139
[INFO] [stderr]     Checking getrandom v0.2.8
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking rust_MD v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/main.rs:29:13
[INFO] [stdout]    |
[INFO] [stdout] 29 |         let mut rng = rand::thread_rng(); 
[INFO] [stdout]    |             ----^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0502]: cannot borrow `*w` as mutable because it is also borrowed as immutable
[INFO] [stdout]   --> src/main.rs:44:29
[INFO] [stdout]    |
[INFO] [stdout] 43 |     fn new( w : &mut World, mass : u32, temp : u32) -> Particle {
[INFO] [stdout]    |                 - let's call the lifetime of this reference `'1`
[INFO] [stdout] 44 |         Particle{ w: w , x: w.igen(), y: w.igen(), energy: Boltzmann * temp as f32  , mass: mass, vel: w.fgen() }
[INFO] [stdout]    |         --------------------^^^^^^^^-----------------------------------------------------------------------------
[INFO] [stdout]    |         |            |      |
[INFO] [stdout]    |         |            |      mutable borrow occurs here
[INFO] [stdout]    |         |            immutable borrow occurs here
[INFO] [stdout]    |         returning this value requires that `*w` is borrowed for `'1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0502]: cannot borrow `*w` as mutable because it is also borrowed as immutable
[INFO] [stdout]   --> src/main.rs:44:42
[INFO] [stdout]    |
[INFO] [stdout] 43 |     fn new( w : &mut World, mass : u32, temp : u32) -> Particle {
[INFO] [stdout]    |                 - let's call the lifetime of this reference `'1`
[INFO] [stdout] 44 |         Particle{ w: w , x: w.igen(), y: w.igen(), energy: Boltzmann * temp as f32  , mass: mass, vel: w.fgen() }
[INFO] [stdout]    |         ---------------------------------^^^^^^^^----------------------------------------------------------------
[INFO] [stdout]    |         |            |                   |
[INFO] [stdout]    |         |            |                   mutable borrow occurs here
[INFO] [stdout]    |         |            immutable borrow occurs here
[INFO] [stdout]    |         returning this value requires that `*w` is borrowed for `'1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0502]: cannot borrow `*w` as mutable because it is also borrowed as immutable
[INFO] [stdout]   --> src/main.rs:44:104
[INFO] [stdout]    |
[INFO] [stdout] 43 |     fn new( w : &mut World, mass : u32, temp : u32) -> Particle {
[INFO] [stdout]    |                 - let's call the lifetime of this reference `'1`
[INFO] [stdout] 44 |         Particle{ w: w , x: w.igen(), y: w.igen(), energy: Boltzmann * temp as f32  , mass: mass, vel: w.fgen() }
[INFO] [stdout]    |         -----------------------------------------------------------------------------------------------^^^^^^^^--
[INFO] [stdout]    |         |            |                                                                                 |
[INFO] [stdout]    |         |            |                                                                                 mutable borrow occurs here
[INFO] [stdout]    |         |            immutable borrow occurs here
[INFO] [stdout]    |         returning this value requires that `*w` is borrowed for `'1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0596]: cannot borrow `*self.w` as mutable, as it is behind a `&` reference
[INFO] [stdout]   --> src/main.rs:52:19
[INFO] [stdout]    |
[INFO] [stdout] 52 |         self.x += self.w.igen();
[INFO] [stdout]    |                   ^^^^^^ cannot borrow as mutable
[INFO] [stdout]    |
[INFO] [stdout] help: consider changing this to be mutable
[INFO] [stdout]    |
[INFO] [stdout] 14 |     w : &'a mut World
[INFO] [stdout]    |             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0596]: cannot borrow `*self.w` as mutable, as it is behind a `&` reference
[INFO] [stdout]   --> src/main.rs:53:19
[INFO] [stdout]    |
[INFO] [stdout] 53 |         self.y += self.w.igen();
[INFO] [stdout]    |                   ^^^^^^ cannot borrow as mutable
[INFO] [stdout]    |
[INFO] [stdout] help: consider changing this to be mutable
[INFO] [stdout]    |
[INFO] [stdout] 14 |     w : &'a mut World
[INFO] [stdout]    |             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0502, E0596.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0502`.
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/main.rs:29:13
[INFO] [stdout]    |
[INFO] [stdout] 29 |         let mut rng = rand::thread_rng(); 
[INFO] [stdout]    |             ----^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rust_MD` (bin "rust_MD") due to 5 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0502]: cannot borrow `*w` as mutable because it is also borrowed as immutable
[INFO] [stdout]   --> src/main.rs:44:29
[INFO] [stdout]    |
[INFO] [stdout] 43 |     fn new( w : &mut World, mass : u32, temp : u32) -> Particle {
[INFO] [stdout]    |                 - let's call the lifetime of this reference `'1`
[INFO] [stdout] 44 |         Particle{ w: w , x: w.igen(), y: w.igen(), energy: Boltzmann * temp as f32  , mass: mass, vel: w.fgen() }
[INFO] [stdout]    |         --------------------^^^^^^^^-----------------------------------------------------------------------------
[INFO] [stdout]    |         |            |      |
[INFO] [stdout]    |         |            |      mutable borrow occurs here
[INFO] [stdout]    |         |            immutable borrow occurs here
[INFO] [stdout]    |         returning this value requires that `*w` is borrowed for `'1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0502]: cannot borrow `*w` as mutable because it is also borrowed as immutable
[INFO] [stdout]   --> src/main.rs:44:42
[INFO] [stdout]    |
[INFO] [stdout] 43 |     fn new( w : &mut World, mass : u32, temp : u32) -> Particle {
[INFO] [stdout]    |                 - let's call the lifetime of this reference `'1`
[INFO] [stdout] 44 |         Particle{ w: w , x: w.igen(), y: w.igen(), energy: Boltzmann * temp as f32  , mass: mass, vel: w.fgen() }
[INFO] [stdout]    |         ---------------------------------^^^^^^^^----------------------------------------------------------------
[INFO] [stdout]    |         |            |                   |
[INFO] [stdout]    |         |            |                   mutable borrow occurs here
[INFO] [stdout]    |         |            immutable borrow occurs here
[INFO] [stdout]    |         returning this value requires that `*w` is borrowed for `'1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0502]: cannot borrow `*w` as mutable because it is also borrowed as immutable
[INFO] [stdout]   --> src/main.rs:44:104
[INFO] [stdout]    |
[INFO] [stdout] 43 |     fn new( w : &mut World, mass : u32, temp : u32) -> Particle {
[INFO] [stdout]    |                 - let's call the lifetime of this reference `'1`
[INFO] [stdout] 44 |         Particle{ w: w , x: w.igen(), y: w.igen(), energy: Boltzmann * temp as f32  , mass: mass, vel: w.fgen() }
[INFO] [stdout]    |         -----------------------------------------------------------------------------------------------^^^^^^^^--
[INFO] [stdout]    |         |            |                                                                                 |
[INFO] [stdout]    |         |            |                                                                                 mutable borrow occurs here
[INFO] [stdout]    |         |            immutable borrow occurs here
[INFO] [stdout]    |         returning this value requires that `*w` is borrowed for `'1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0596]: cannot borrow `*self.w` as mutable, as it is behind a `&` reference
[INFO] [stdout]   --> src/main.rs:52:19
[INFO] [stdout]    |
[INFO] [stdout] 52 |         self.x += self.w.igen();
[INFO] [stdout]    |                   ^^^^^^ cannot borrow as mutable
[INFO] [stdout]    |
[INFO] [stdout] help: consider changing this to be mutable
[INFO] [stdout]    |
[INFO] [stdout] 14 |     w : &'a mut World
[INFO] [stdout]    |             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0596]: cannot borrow `*self.w` as mutable, as it is behind a `&` reference
[INFO] [stdout]   --> src/main.rs:53:19
[INFO] [stdout]    |
[INFO] [stdout] 53 |         self.y += self.w.igen();
[INFO] [stdout]    |                   ^^^^^^ cannot borrow as mutable
[INFO] [stdout]    |
[INFO] [stdout] help: consider changing this to be mutable
[INFO] [stdout]    |
[INFO] [stdout] 14 |     w : &'a mut World
[INFO] [stdout]    |             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0502, E0596.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0502`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rust_MD` (bin "rust_MD" test) due to 5 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "e3ef3e7b4fd3a6993cebaf7b7da3ceb14ae6d33caf7aa986c6ec29864df72faf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e3ef3e7b4fd3a6993cebaf7b7da3ceb14ae6d33caf7aa986c6ec29864df72faf", kill_on_drop: false }`
[INFO] [stdout] e3ef3e7b4fd3a6993cebaf7b7da3ceb14ae6d33caf7aa986c6ec29864df72faf
