[INFO] updating cached repository elbow-jason/redcentipede [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/elbow-jason/redcentipede [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/elbow-jason/redcentipede" "work/ex/beta-1.38-1/sources/1.37.0/gh/elbow-jason/redcentipede"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/elbow-jason/redcentipede'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/elbow-jason/redcentipede" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/elbow-jason/redcentipede"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/elbow-jason/redcentipede'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0704bf666d4161d84f59589964390e79d7456139 [INFO] sha for GitHub repo elbow-jason/redcentipede: 0704bf666d4161d84f59589964390e79d7456139 [INFO] validating manifest of elbow-jason/redcentipede on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of elbow-jason/redcentipede on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing elbow-jason/redcentipede [INFO] finished frobbing elbow-jason/redcentipede [INFO] frobbed toml for elbow-jason/redcentipede written to work/ex/beta-1.38-1/sources/1.37.0/gh/elbow-jason/redcentipede/Cargo.toml [INFO] started frobbing elbow-jason/redcentipede [INFO] finished frobbing elbow-jason/redcentipede [INFO] frobbed toml for elbow-jason/redcentipede written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/elbow-jason/redcentipede/Cargo.toml [INFO] crate elbow-jason/redcentipede already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing elbow-jason/redcentipede against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/elbow-jason/redcentipede:/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=warn" "-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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 0a81da39e14f2ccf0fd6cb8b25e936c381218263437d9337db4181cf8a193520 [INFO] running `"docker" "start" "-a" "0a81da39e14f2ccf0fd6cb8b25e936c381218263437d9337db4181cf8a193520"` [INFO] [stderr] Compiling redcentipede v0.0.1 (/opt/crater/workdir) [INFO] [stderr] error: expected one of `.`, `;`, `?`, `}`, or an operator, found `println` [INFO] [stderr] --> src/main.rs:26:5 [INFO] [stderr] | [INFO] [stderr] 25 | println!("\n") [INFO] [stderr] | - expected one of `.`, `;`, `?`, `}`, or an operator here [INFO] [stderr] 26 | println!("I am first_agent my (x, y) is ({}, {})", first_agent.location.x, first_agent.location.y); [INFO] [stderr] | ^^^^^^^ unexpected token [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/main.rs:36:12 [INFO] [stderr] | [INFO] [stderr] 36 | pub y: int, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/main.rs:37:12 [INFO] [stderr] | [INFO] [stderr] 37 | pub x: int, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/main.rs:42:15 [INFO] [stderr] | [INFO] [stderr] 42 | reserves: uint, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/main.rs:48:16 [INFO] [stderr] | [INFO] [stderr] 48 | pub value: int, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/main.rs:52:35 [INFO] [stderr] | [INFO] [stderr] 52 | fn travel(&mut self, delta_x: int, delta_y: int); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/main.rs:52:49 [INFO] [stderr] | [INFO] [stderr] 52 | fn travel(&mut self, delta_x: int, delta_y: int); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/main.rs:56:15 [INFO] [stderr] | [INFO] [stderr] 56 | fn new(x: int, y: int, resources: uint) -> Agent { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/main.rs:56:23 [INFO] [stderr] | [INFO] [stderr] 56 | fn new(x: int, y: int, resources: uint) -> Agent { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/main.rs:56:39 [INFO] [stderr] | [INFO] [stderr] 56 | fn new(x: int, y: int, resources: uint) -> Agent { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/main.rs:69:35 [INFO] [stderr] | [INFO] [stderr] 69 | fn travel(&mut self, delta_x: int, delta_y: int) { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/main.rs:69:49 [INFO] [stderr] | [INFO] [stderr] 69 | fn travel(&mut self, delta_x: int, delta_y: int) { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 12 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0412`. [INFO] [stderr] error: Could not compile `redcentipede`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "0a81da39e14f2ccf0fd6cb8b25e936c381218263437d9337db4181cf8a193520"` [INFO] running `"docker" "rm" "-f" "0a81da39e14f2ccf0fd6cb8b25e936c381218263437d9337db4181cf8a193520"` [INFO] [stdout] 0a81da39e14f2ccf0fd6cb8b25e936c381218263437d9337db4181cf8a193520