[INFO] updating cached repository NetDelve/spacegame [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/NetDelve/spacegame [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/NetDelve/spacegame" "work/ex/beta-1.37-6/sources/1.36.0/gh/NetDelve/spacegame"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/NetDelve/spacegame'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/NetDelve/spacegame" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/NetDelve/spacegame"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/NetDelve/spacegame'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9ed44f1675ee26623ba680b76189708632dea0bd [INFO] sha for GitHub repo NetDelve/spacegame: 9ed44f1675ee26623ba680b76189708632dea0bd [INFO] validating manifest of NetDelve/spacegame on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of NetDelve/spacegame on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing NetDelve/spacegame [INFO] finished frobbing NetDelve/spacegame [INFO] frobbed toml for NetDelve/spacegame written to work/ex/beta-1.37-6/sources/1.36.0/gh/NetDelve/spacegame/Cargo.toml [INFO] started frobbing NetDelve/spacegame [INFO] finished frobbing NetDelve/spacegame [INFO] frobbed toml for NetDelve/spacegame written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/NetDelve/spacegame/Cargo.toml [INFO] crate NetDelve/spacegame already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing NetDelve/spacegame against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/NetDelve/spacegame:/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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] ec8e928b7caa0e8211cc0c3ab5549261149ed1aab70413ddcca8f0b7d6d68865 [INFO] running `"docker" "start" "-a" "ec8e928b7caa0e8211cc0c3ab5549261149ed1aab70413ddcca8f0b7d6d68865"` [INFO] [stderr] Compiling alsa-sys v0.1.2 [INFO] [stderr] Compiling jpeg-decoder v0.1.15 [INFO] [stderr] Compiling twox-hash v1.1.1 [INFO] [stderr] Compiling bzip2-sys v0.1.6 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling rusttype v0.5.2 [INFO] [stderr] Compiling png v0.12.0 [INFO] [stderr] Compiling sdl2 v0.31.0 [INFO] [stderr] Compiling bzip2 v0.3.3 [INFO] [stderr] Compiling zip v0.3.3 [INFO] [stderr] Compiling cpal v0.8.2 [INFO] [stderr] Compiling gfx_glyph v0.10.2 [INFO] [stderr] Compiling image v0.19.0 [INFO] [stderr] Compiling rodio v0.7.0 [INFO] [stderr] Compiling gfx_window_sdl v0.8.0 [INFO] [stderr] Compiling ggez v0.4.3 [INFO] [stderr] Compiling spacegame v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error: expected one of `::` or `:`, found `,` [INFO] [stderr] --> src/map.rs:117:23 [INFO] [stderr] | [INFO] [stderr] 117 | pub fn load(&mut Self, x, y, size_x, size_y) { [INFO] [stderr] | ^ expected one of `::` or `:` here [INFO] [stderr] [INFO] [stderr] error: expected one of `::` or `:`, found `,` [INFO] [stderr] --> src/map.rs:121:26 [INFO] [stderr] | [INFO] [stderr] 121 | pub fn discard(&mut Self, x, y, size_x, size_y) { [INFO] [stderr] | ^ expected one of `::` or `:` here [INFO] [stderr] [INFO] [stderr] error: expected one of `::` or `:`, found `,` [INFO] [stderr] --> src/map.rs:134:28 [INFO] [stderr] | [INFO] [stderr] 134 | pub fn get_drawables(&Self, x, y, size_x, size_y) -> Vec<> { [INFO] [stderr] | ^ expected one of `::` or `:` here [INFO] [stderr] [INFO] [stderr] error: expected one of `::` or `:`, found `,` [INFO] [stderr] --> src/map.rs:148:25 [INFO] [stderr] | [INFO] [stderr] 148 | pub fn update(&mut Self, x, y, size_x, size_y) -> Vec<> { [INFO] [stderr] | ^ expected one of `::` or `:` here [INFO] [stderr] [INFO] [stderr] error: expected one of `:` or `@`, found `,` [INFO] [stderr] --> src/map.rs:155:20 [INFO] [stderr] | [INFO] [stderr] 155 | fn bounding_box (x1, y1, size_x1, size_y1, x2, y2, size_x2, size_y2) -> bool { [INFO] [stderr] | ^ expected one of `:` or `@` here [INFO] [stderr] [INFO] [stderr] error: expected one of `:` or `@`, found `,` [INFO] [stderr] --> src/map.rs:155:24 [INFO] [stderr] | [INFO] [stderr] 155 | fn bounding_box (x1, y1, size_x1, size_y1, x2, y2, size_x2, size_y2) -> bool { [INFO] [stderr] | ^ expected one of `:` or `@` here [INFO] [stderr] [INFO] [stderr] error: expected one of `:` or `@`, found `,` [INFO] [stderr] --> src/map.rs:155:33 [INFO] [stderr] | [INFO] [stderr] 155 | fn bounding_box (x1, y1, size_x1, size_y1, x2, y2, size_x2, size_y2) -> bool { [INFO] [stderr] | ^ expected one of `:` or `@` here [INFO] [stderr] [INFO] [stderr] error: expected one of `:` or `@`, found `,` [INFO] [stderr] --> src/map.rs:155:42 [INFO] [stderr] | [INFO] [stderr] 155 | fn bounding_box (x1, y1, size_x1, size_y1, x2, y2, size_x2, size_y2) -> bool { [INFO] [stderr] | ^ expected one of `:` or `@` here [INFO] [stderr] [INFO] [stderr] error: expected one of `:` or `@`, found `,` [INFO] [stderr] --> src/map.rs:155:46 [INFO] [stderr] | [INFO] [stderr] 155 | fn bounding_box (x1, y1, size_x1, size_y1, x2, y2, size_x2, size_y2) -> bool { [INFO] [stderr] | ^ expected one of `:` or `@` here [INFO] [stderr] [INFO] [stderr] error: expected one of `:` or `@`, found `,` [INFO] [stderr] --> src/map.rs:155:50 [INFO] [stderr] | [INFO] [stderr] 155 | fn bounding_box (x1, y1, size_x1, size_y1, x2, y2, size_x2, size_y2) -> bool { [INFO] [stderr] | ^ expected one of `:` or `@` here [INFO] [stderr] [INFO] [stderr] error: expected one of `:` or `@`, found `,` [INFO] [stderr] --> src/map.rs:155:59 [INFO] [stderr] | [INFO] [stderr] 155 | fn bounding_box (x1, y1, size_x1, size_y1, x2, y2, size_x2, size_y2) -> bool { [INFO] [stderr] | ^ expected one of `:` or `@` here [INFO] [stderr] [INFO] [stderr] error: expected one of `:` or `@`, found `)` [INFO] [stderr] --> src/map.rs:155:68 [INFO] [stderr] | [INFO] [stderr] 155 | fn bounding_box (x1, y1, size_x1, size_y1, x2, y2, size_x2, size_y2) -> bool { [INFO] [stderr] | ^ expected one of `:` or `@` here [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `render` [INFO] [stderr] --> src/map.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use render::TileMapRenderObject; [INFO] [stderr] | ^^^^^^ maybe a missing `extern crate render;`? [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `x` in this scope [INFO] [stderr] --> src/map.rs:57:6 [INFO] [stderr] | [INFO] [stderr] 57 | if x < self.layers.len() { // not sure if this is done in order, might cause issues [INFO] [stderr] | ^ help: you might have meant to use the available field: `self.x` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `x` in this scope [INFO] [stderr] --> src/map.rs:64:6 [INFO] [stderr] | [INFO] [stderr] 64 | if x < self.layers.len() { // not sure if this is done in order, might cause issues [INFO] [stderr] | ^ help: you might have meant to use the available field: `self.x` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `x1` in this scope [INFO] [stderr] --> src/map.rs:156:2 [INFO] [stderr] | [INFO] [stderr] 156 | x1 >= x2 && x1+size_x1 <= x2+size_x2 && y1 >= y2 && y1+size_y1 <= y2+size_y2 [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `x2` in this scope [INFO] [stderr] --> src/map.rs:156:8 [INFO] [stderr] | [INFO] [stderr] 156 | x1 >= x2 && x1+size_x1 <= x2+size_x2 && y1 >= y2 && y1+size_y1 <= y2+size_y2 [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `x1` in this scope [INFO] [stderr] --> src/map.rs:156:14 [INFO] [stderr] | [INFO] [stderr] 156 | x1 >= x2 && x1+size_x1 <= x2+size_x2 && y1 >= y2 && y1+size_y1 <= y2+size_y2 [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `size_x1` in this scope [INFO] [stderr] --> src/map.rs:156:17 [INFO] [stderr] | [INFO] [stderr] 156 | x1 >= x2 && x1+size_x1 <= x2+size_x2 && y1 >= y2 && y1+size_y1 <= y2+size_y2 [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `x2` in this scope [INFO] [stderr] --> src/map.rs:156:28 [INFO] [stderr] | [INFO] [stderr] 156 | x1 >= x2 && x1+size_x1 <= x2+size_x2 && y1 >= y2 && y1+size_y1 <= y2+size_y2 [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `size_x2` in this scope [INFO] [stderr] --> src/map.rs:156:31 [INFO] [stderr] | [INFO] [stderr] 156 | x1 >= x2 && x1+size_x1 <= x2+size_x2 && y1 >= y2 && y1+size_y1 <= y2+size_y2 [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `y1` in this scope [INFO] [stderr] --> src/map.rs:156:42 [INFO] [stderr] | [INFO] [stderr] 156 | x1 >= x2 && x1+size_x1 <= x2+size_x2 && y1 >= y2 && y1+size_y1 <= y2+size_y2 [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `y2` in this scope [INFO] [stderr] --> src/map.rs:156:48 [INFO] [stderr] | [INFO] [stderr] 156 | x1 >= x2 && x1+size_x1 <= x2+size_x2 && y1 >= y2 && y1+size_y1 <= y2+size_y2 [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `y1` in this scope [INFO] [stderr] --> src/map.rs:156:54 [INFO] [stderr] | [INFO] [stderr] 156 | x1 >= x2 && x1+size_x1 <= x2+size_x2 && y1 >= y2 && y1+size_y1 <= y2+size_y2 [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `size_y1` in this scope [INFO] [stderr] --> src/map.rs:156:57 [INFO] [stderr] | [INFO] [stderr] 156 | x1 >= x2 && x1+size_x1 <= x2+size_x2 && y1 >= y2 && y1+size_y1 <= y2+size_y2 [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `y2` in this scope [INFO] [stderr] --> src/map.rs:156:68 [INFO] [stderr] | [INFO] [stderr] 156 | x1 >= x2 && x1+size_x1 <= x2+size_x2 && y1 >= y2 && y1+size_y1 <= y2+size_y2 [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `size_y2` in this scope [INFO] [stderr] --> src/map.rs:156:71 [INFO] [stderr] | [INFO] [stderr] 156 | x1 >= x2 && x1+size_x1 <= x2+size_x2 && y1 >= y2 && y1+size_y1 <= y2+size_y2 [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 27 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: Could not compile `spacegame`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ec8e928b7caa0e8211cc0c3ab5549261149ed1aab70413ddcca8f0b7d6d68865"` [INFO] running `"docker" "rm" "-f" "ec8e928b7caa0e8211cc0c3ab5549261149ed1aab70413ddcca8f0b7d6d68865"` [INFO] [stdout] ec8e928b7caa0e8211cc0c3ab5549261149ed1aab70413ddcca8f0b7d6d68865