[INFO] updating cached repository janno-p/vrally [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/janno-p/vrally [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/janno-p/vrally" "work/ex/beta-1.38-1/sources/1.37.0/gh/janno-p/vrally"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/janno-p/vrally'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/janno-p/vrally" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/janno-p/vrally"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/janno-p/vrally'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 928d3176e7221c61aa1505d680a84603a7ffb14c [INFO] sha for GitHub repo janno-p/vrally: 928d3176e7221c61aa1505d680a84603a7ffb14c [INFO] validating manifest of janno-p/vrally 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 janno-p/vrally 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 janno-p/vrally [INFO] finished frobbing janno-p/vrally [INFO] frobbed toml for janno-p/vrally written to work/ex/beta-1.38-1/sources/1.37.0/gh/janno-p/vrally/Cargo.toml [INFO] started frobbing janno-p/vrally [INFO] finished frobbing janno-p/vrally [INFO] frobbed toml for janno-p/vrally written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/janno-p/vrally/Cargo.toml [INFO] crate janno-p/vrally 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/janno-p/vrally/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 janno-p/vrally 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/janno-p/vrally:/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] 4ddacb4e98bc0288c727b3358c21a4892e2e23628078ac306bc0c67298f38e79 [INFO] running `"docker" "start" "-a" "4ddacb4e98bc0288c727b3358c21a4892e2e23628078ac306bc0c67298f38e79"` [INFO] [stderr] Compiling sfml-build v0.2.0 [INFO] [stderr] Compiling csfml-system-sys v0.4.0 [INFO] [stderr] Compiling csfml-window-sys v0.4.0 [INFO] [stderr] Compiling csfml-audio-sys v0.4.0 [INFO] [stderr] Compiling csfml-graphics-sys v0.4.0 [INFO] [stderr] Compiling sfml v0.14.0 [INFO] [stderr] Compiling vrally v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0432]: unresolved import `sfml::window::window_style` [INFO] [stderr] --> src/main.rs:7:21 [INFO] [stderr] | [INFO] [stderr] 7 | window_style }; [INFO] [stderr] | ^^^^^^^^^^^^ no `window_style` in `window` [INFO] [stderr] [INFO] [stderr] error[E0603]: module `event` is private [INFO] [stderr] --> src/main.rs:6:21 [INFO] [stderr] | [INFO] [stderr] 6 | event, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0049]: method `draw` has 1 type parameter but its trait declaration has 0 type parameters [INFO] [stderr] --> src/scene/start_scene.rs:18:13 [INFO] [stderr] | [INFO] [stderr] 18 | fn draw(&self, _: &mut RT, _: &mut RenderStates) { [INFO] [stderr] | ^^ found 1 type parameter, expected 0 [INFO] [stderr] [INFO] [stderr] error[E0049]: method `draw` has 1 type parameter but its trait declaration has 0 type parameters [INFO] [stderr] --> src/scene/start_scene.rs:86:13 [INFO] [stderr] | [INFO] [stderr] 86 | fn draw(&self, target: &mut RT, _: &mut RenderStates) { [INFO] [stderr] | ^^ found 1 type parameter, expected 0 [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new_init` found for type `sfml::window::VideoMode` in the current scope [INFO] [stderr] --> src/main.rs:20:51 [INFO] [stderr] | [INFO] [stderr] 20 | let mut window = RenderWindow::new(VideoMode::new_init(800, 600, 32), [INFO] [stderr] | ^^^^^^^^ function or associated item not found in `sfml::window::VideoMode` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `expect` found for type `sfml::graphics::RenderWindow` in the current scope [INFO] [stderr] --> src/main.rs:23:69 [INFO] [stderr] | [INFO] [stderr] 23 | &ContextSettings::default()).expect("Cannot create a new Render Window."); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 0 parameters were supplied [INFO] [stderr] --> src/main.rs:25:22 [INFO] [stderr] | [INFO] [stderr] 25 | let mut circle = CircleShape::new().expect("Error, cannot create ball"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ expected 2 parameters [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `expect` found for type `sfml::graphics::CircleShape<'_>` in the current scope [INFO] [stderr] --> src/main.rs:25:41 [INFO] [stderr] | [INFO] [stderr] 25 | let mut circle = CircleShape::new().expect("Error, cannot create ball"); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `red` found for type `sfml::graphics::Color` in the current scope [INFO] [stderr] --> src/main.rs:27:35 [INFO] [stderr] | [INFO] [stderr] 27 | circle.set_fill_color(&Color::red()); [INFO] [stderr] | ^^^ function or associated item not found in `sfml::graphics::Color` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new_from_file` found for type `sfml::graphics::Texture` in the current scope [INFO] [stderr] --> src/main.rs:31:38 [INFO] [stderr] | [INFO] [stderr] 31 | background_texture: Texture::new_from_file("data/Images/background.jpg").expect("Cannot create texture!") [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `sfml::graphics::Texture` [INFO] [stderr] | help: there is a method with a similar name: `from_file` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `events` found for type `sfml::graphics::RenderWindow` in the current scope [INFO] [stderr] --> src/main.rs:37:29 [INFO] [stderr] | [INFO] [stderr] 37 | for event in window.events() { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new_rgb` found for type `sfml::graphics::Color` in the current scope [INFO] [stderr] --> src/main.rs:45:30 [INFO] [stderr] | [INFO] [stderr] 45 | window.clear(&Color::new_rgb(0, 200, 200)); [INFO] [stderr] | ^^^^^^^ function or associated item not found in `sfml::graphics::Color` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `get_size` found for type `&sfml::graphics::RenderWindow` in the current scope [INFO] [stderr] --> src/scene/start_scene.rs:55:27 [INFO] [stderr] | [INFO] [stderr] 55 | let size = target.get_size(); [INFO] [stderr] | ^^^^^^^^ help: there is a method with a similar name: `set_size` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new_with_texture` found for type `sfml::graphics::Sprite<'_>` in the current scope [INFO] [stderr] --> src/scene/start_scene.rs:56:45 [INFO] [stderr] | [INFO] [stderr] 56 | let mut background_sprite = Sprite::new_with_texture(&resources.background_texture).expect("Cannot create sprite!"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `sfml::graphics::Sprite<'_>` [INFO] [stderr] | help: there is a method with a similar name: `with_texture` [INFO] [stderr] [INFO] [stderr] warning: unused import: `Shape` [INFO] [stderr] --> src/main.rs:13:23 [INFO] [stderr] | [INFO] [stderr] 13 | Shape, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Transformable` [INFO] [stderr] --> src/main.rs:15:23 [INFO] [stderr] | [INFO] [stderr] 15 | Transformable }; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Transformable` [INFO] [stderr] --> src/scene/start_scene.rs:8:23 [INFO] [stderr] | [INFO] [stderr] 8 | Transformable }; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 14 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0049, E0061, E0432, E0599, E0603. [INFO] [stderr] For more information about an error, try `rustc --explain E0049`. [INFO] [stderr] error: Could not compile `vrally`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "4ddacb4e98bc0288c727b3358c21a4892e2e23628078ac306bc0c67298f38e79"` [INFO] running `"docker" "rm" "-f" "4ddacb4e98bc0288c727b3358c21a4892e2e23628078ac306bc0c67298f38e79"` [INFO] [stdout] 4ddacb4e98bc0288c727b3358c21a4892e2e23628078ac306bc0c67298f38e79