[INFO] updating cached repository foxbot/snake [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/foxbot/snake [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/foxbot/snake" "work/ex/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/gh/foxbot/snake"` [INFO] [stderr] Cloning into 'work/ex/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/gh/foxbot/snake'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/foxbot/snake" "work/ex/pr-63565/sources/try#75eff020d0923c035c2fe220db4a0465cd847048/gh/foxbot/snake"` [INFO] [stderr] Cloning into 'work/ex/pr-63565/sources/try#75eff020d0923c035c2fe220db4a0465cd847048/gh/foxbot/snake'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5c1314ca020f12bca80c83da9ca28713f1504f06 [INFO] sha for GitHub repo foxbot/snake: 5c1314ca020f12bca80c83da9ca28713f1504f06 [INFO] validating manifest of foxbot/snake on toolchain master#c43d03a19f326f4a323569328cc501e86eb6d22e [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of foxbot/snake on toolchain try#75eff020d0923c035c2fe220db4a0465cd847048 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+75eff020d0923c035c2fe220db4a0465cd847048-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing foxbot/snake [INFO] finished frobbing foxbot/snake [INFO] frobbed toml for foxbot/snake written to work/ex/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/gh/foxbot/snake/Cargo.toml [INFO] started frobbing foxbot/snake [INFO] finished frobbing foxbot/snake [INFO] frobbed toml for foxbot/snake written to work/ex/pr-63565/sources/try#75eff020d0923c035c2fe220db4a0465cd847048/gh/foxbot/snake/Cargo.toml [INFO] crate foxbot/snake already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+75eff020d0923c035c2fe220db4a0465cd847048-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking foxbot/snake against master#c43d03a19f326f4a323569328cc501e86eb6d22e for pr-63565 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63565/worker-5/master#c43d03a19f326f4a323569328cc501e86eb6d22e:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/gh/foxbot/snake:/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" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] bb6b6ce2fd0ff46ffa93d9daa8bd71bb079521abd864d0609304303ccfca846d [INFO] running `"docker" "start" "-a" "bb6b6ce2fd0ff46ffa93d9daa8bd71bb079521abd864d0609304303ccfca846d"` [INFO] [stderr] Checking cfg-if v0.1.1 [INFO] [stderr] Checking libc v0.2.23 [INFO] [stderr] Checking rand v0.3.15 [INFO] [stderr] Checking nix v0.8.1 [INFO] [stderr] Checking snake v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `std::string` [INFO] [stderr] --> src/console.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use std::string; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `get_mut` found for type `std::sync::Arc` in the current scope [INFO] [stderr] --> src/main.rs:66:25 [INFO] [stderr] | [INFO] [stderr] 66 | let input_thr = input.get_mut(); [INFO] [stderr] | ------^^^^^^^ [INFO] [stderr] | | | [INFO] [stderr] | | this is an associated function, not a method [INFO] [stderr] | help: use associated function syntax instead: `std::sync::Arc::get_mut` [INFO] [stderr] | [INFO] [stderr] = note: found the following associated functions; to be used as methods, functions must have a `self` parameter [INFO] [stderr] = note: the candidate is defined in an impl for the type `std::sync::Arc<_>` [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following trait defines an item `get_mut`, perhaps you need to implement it: [INFO] [stderr] candidate #1: `std::slice::SliceIndex` [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::string` [INFO] [stderr] --> src/console.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use std::string; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: Could not compile `snake`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `get_mut` found for type `std::sync::Arc` in the current scope [INFO] [stderr] --> src/main.rs:66:25 [INFO] [stderr] | [INFO] [stderr] 66 | let input_thr = input.get_mut(); [INFO] [stderr] | ------^^^^^^^ [INFO] [stderr] | | | [INFO] [stderr] | | this is an associated function, not a method [INFO] [stderr] | help: use associated function syntax instead: `std::sync::Arc::get_mut` [INFO] [stderr] | [INFO] [stderr] = note: found the following associated functions; to be used as methods, functions must have a `self` parameter [INFO] [stderr] = note: the candidate is defined in an impl for the type `std::sync::Arc<_>` [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following traits define an item `get_mut`, perhaps you need to implement one of them: [INFO] [stderr] candidate #1: `std::slice::SliceIndex` [INFO] [stderr] candidate #2: `term::Terminal` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: Could not compile `snake`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "bb6b6ce2fd0ff46ffa93d9daa8bd71bb079521abd864d0609304303ccfca846d"` [INFO] running `"docker" "rm" "-f" "bb6b6ce2fd0ff46ffa93d9daa8bd71bb079521abd864d0609304303ccfca846d"` [INFO] [stdout] bb6b6ce2fd0ff46ffa93d9daa8bd71bb079521abd864d0609304303ccfca846d