[INFO] updating cached repository Koboldthegreat/The_Hobyte [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Koboldthegreat/The_Hobyte [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Koboldthegreat/The_Hobyte" "work/ex/beta-1.38-1/sources/1.37.0/gh/Koboldthegreat/The_Hobyte"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/Koboldthegreat/The_Hobyte'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Koboldthegreat/The_Hobyte" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Koboldthegreat/The_Hobyte"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Koboldthegreat/The_Hobyte'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4024e185e50bfd9cb0b59f16d2e7d37cd6582cf1 [INFO] sha for GitHub repo Koboldthegreat/The_Hobyte: 4024e185e50bfd9cb0b59f16d2e7d37cd6582cf1 [INFO] validating manifest of Koboldthegreat/The_Hobyte 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 Koboldthegreat/The_Hobyte 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 Koboldthegreat/The_Hobyte [INFO] finished frobbing Koboldthegreat/The_Hobyte [INFO] frobbed toml for Koboldthegreat/The_Hobyte written to work/ex/beta-1.38-1/sources/1.37.0/gh/Koboldthegreat/The_Hobyte/Cargo.toml [INFO] started frobbing Koboldthegreat/The_Hobyte [INFO] finished frobbing Koboldthegreat/The_Hobyte [INFO] frobbed toml for Koboldthegreat/The_Hobyte written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Koboldthegreat/The_Hobyte/Cargo.toml [INFO] crate Koboldthegreat/The_Hobyte 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] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/Koboldthegreat/The_Hobyte/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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 Koboldthegreat/The_Hobyte against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/Koboldthegreat/The_Hobyte:/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.37.0" "build" "--frozen"` [INFO] [stdout] 03b86fc9d8af09fc720e53ded4f082a54d4fc7eea9df80e936e9d0da57456e79 [INFO] running `"docker" "start" "-a" "03b86fc9d8af09fc720e53ded4f082a54d4fc7eea9df80e936e9d0da57456e79"` [INFO] [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other binary targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a binary target: [INFO] [stderr] [INFO] [stderr] * /opt/crater/workdir/src/main.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autobins = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] warning: path `/opt/crater/workdir/src/main.rs` was erroneously implicitly accepted for binary `spinning-square`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] Compiling piston2d-opengl_graphics v0.68.0 [INFO] [stderr] Compiling getting-started-spinning-square v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `piston::event_loop::*` [INFO] [stderr] --> src/main.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use piston::event_loop::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Texture` [INFO] [stderr] --> src/main.rs:14:44 [INFO] [stderr] | [INFO] [stderr] 14 | use opengl_graphics::{ GlGraphics, OpenGL, Texture}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `GenericImage`, `ImageBuffer` [INFO] [stderr] --> src/main.rs:16:16 [INFO] [stderr] | [INFO] [stderr] 16 | use ImageLib::{GenericImage, ImageBuffer}; [INFO] [stderr] | ^^^^^^^^^^^^ ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::fs::File` [INFO] [stderr] --> src/main.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | use std::fs::File; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `opengl` found for type `piston::WindowSettings` in the current scope [INFO] [stderr] --> src/main.rs:223:10 [INFO] [stderr] | [INFO] [stderr] 223 | .opengl(opengl) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `get_pixel` found for type `ImageLib::DynamicImage` in the current scope [INFO] [stderr] --> src/main.rs:238:26 [INFO] [stderr] | [INFO] [stderr] 238 | print!("{:?}", level.get_pixel(1,1)); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 2 | use ImageLib::GenericImageView; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `height` found for type `ImageLib::DynamicImage` in the current scope [INFO] [stderr] --> src/main.rs:257:23 [INFO] [stderr] | [INFO] [stderr] 257 | for y in 0..level.height(){ [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 2 | use ImageLib::GenericImageView; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `width` found for type `ImageLib::DynamicImage` in the current scope [INFO] [stderr] --> src/main.rs:259:27 [INFO] [stderr] | [INFO] [stderr] 259 | for x in 0..level.width(){ [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 2 | use ImageLib::GenericImageView; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `get_pixel` found for type `ImageLib::DynamicImage` in the current scope [INFO] [stderr] --> src/main.rs:260:22 [INFO] [stderr] | [INFO] [stderr] 260 | if level.get_pixel(x, y).data == [0, 0, 0, 255]{ [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 2 | use ImageLib::GenericImageView; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `get_pixel` found for type `ImageLib::DynamicImage` in the current scope [INFO] [stderr] --> src/main.rs:265:27 [INFO] [stderr] | [INFO] [stderr] 265 | else if level.get_pixel(x, y).data == [255, 0, 0, 255]{ [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 2 | use ImageLib::GenericImageView; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `events` found for type `glutin_window::GlutinWindow` in the current scope [INFO] [stderr] --> src/main.rs:304:21 [INFO] [stderr] | [INFO] [stderr] 304 | for e in window.events(){ [INFO] [stderr] | ^^^^^^ private field, not a method [INFO] [stderr] [INFO] [stderr] error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields [INFO] [stderr] --> src/main.rs:314:13 [INFO] [stderr] | [INFO] [stderr] 314 | Event::Input(Input::Press(Button::Keyboard(key))) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `Press` found for type `piston::Input` in the current scope [INFO] [stderr] --> src/main.rs:314:33 [INFO] [stderr] | [INFO] [stderr] 314 | Event::Input(Input::Press(Button::Keyboard(key))) => { [INFO] [stderr] | ^^^^^ variant or associated item not found in `piston::Input` [INFO] [stderr] [INFO] [stderr] error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields [INFO] [stderr] --> src/main.rs:317:13 [INFO] [stderr] | [INFO] [stderr] 317 | Event::Input(Input::Release(Button::Keyboard(key))) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `Release` found for type `piston::Input` in the current scope [INFO] [stderr] --> src/main.rs:317:33 [INFO] [stderr] | [INFO] [stderr] 317 | Event::Input(Input::Release(Button::Keyboard(key))) => { [INFO] [stderr] | ^^^^^^^ variant or associated item not found in `piston::Input` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `Render` found for type `piston::Event` in the current scope [INFO] [stderr] --> src/main.rs:322:20 [INFO] [stderr] | [INFO] [stderr] 322 | Event::Render(args) => { [INFO] [stderr] | ^^^^^^ variant or associated item not found in `piston::Event` [INFO] [stderr] [INFO] [stderr] error: aborting due to 12 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0023, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0023`. [INFO] [stderr] error: Could not compile `getting-started-spinning-square`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "03b86fc9d8af09fc720e53ded4f082a54d4fc7eea9df80e936e9d0da57456e79"` [INFO] running `"docker" "rm" "-f" "03b86fc9d8af09fc720e53ded4f082a54d4fc7eea9df80e936e9d0da57456e79"` [INFO] [stdout] 03b86fc9d8af09fc720e53ded4f082a54d4fc7eea9df80e936e9d0da57456e79