[INFO] updating cached repository crazymerlyn/kilo-rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/crazymerlyn/kilo-rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/crazymerlyn/kilo-rs" "work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/crazymerlyn/kilo-rs"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/crazymerlyn/kilo-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/crazymerlyn/kilo-rs" "work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/crazymerlyn/kilo-rs"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/crazymerlyn/kilo-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 320b83097c84c25c45f702907d9fb7369e5579fa [INFO] sha for GitHub repo crazymerlyn/kilo-rs: 320b83097c84c25c45f702907d9fb7369e5579fa [INFO] validating manifest of crazymerlyn/kilo-rs on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of crazymerlyn/kilo-rs on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing crazymerlyn/kilo-rs [INFO] finished frobbing crazymerlyn/kilo-rs [INFO] frobbed toml for crazymerlyn/kilo-rs written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/crazymerlyn/kilo-rs/Cargo.toml [INFO] started frobbing crazymerlyn/kilo-rs [INFO] finished frobbing crazymerlyn/kilo-rs [INFO] frobbed toml for crazymerlyn/kilo-rs written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/crazymerlyn/kilo-rs/Cargo.toml [INFO] crate crazymerlyn/kilo-rs already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking crazymerlyn/kilo-rs against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-5/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/crazymerlyn/kilo-rs:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 6b677e6e31cd12d441000e513e2c467e9cf4f8025645e1de54c35b3cec6da85e [INFO] running `"docker" "start" "-a" "6b677e6e31cd12d441000e513e2c467e9cf4f8025645e1de54c35b3cec6da85e"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking termios v0.2.2 [INFO] [stderr] Checking atty v0.1.2 [INFO] [stderr] Checking termsize v0.1.4 [INFO] [stderr] Checking kilo v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:518:13 [INFO] [stderr] | [INFO] [stderr] 518 | let mut row = &mut self.rows[self.cy]; [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:536:17 [INFO] [stderr] | [INFO] [stderr] 536 | let mut row = &mut self.rows[self.cy]; [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning[E0502]: cannot borrow `self.rows` as immutable because it is also borrowed as mutable [INFO] [stderr] --> src/main.rs:540:40 [INFO] [stderr] | [INFO] [stderr] 540 | self.rows[self.cy - 1] += &self.rows[self.cy].clone(); [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] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:518:13 [INFO] [stderr] | [INFO] [stderr] 518 | let mut row = &mut self.rows[self.cy]; [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:536:17 [INFO] [stderr] | [INFO] [stderr] 536 | let mut row = &mut self.rows[self.cy]; [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning[E0502]: cannot borrow `self.rows` as immutable because it is also borrowed as mutable [INFO] [stderr] --> src/main.rs:540:40 [INFO] [stderr] | [INFO] [stderr] 540 | self.rows[self.cy - 1] += &self.rows[self.cy].clone(); [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] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.22s [INFO] running `"docker" "inspect" "6b677e6e31cd12d441000e513e2c467e9cf4f8025645e1de54c35b3cec6da85e"` [INFO] running `"docker" "rm" "-f" "6b677e6e31cd12d441000e513e2c467e9cf4f8025645e1de54c35b3cec6da85e"` [INFO] [stdout] 6b677e6e31cd12d441000e513e2c467e9cf4f8025645e1de54c35b3cec6da85e