[INFO] updating cached repository https://github.com/afaur/sfml-tiny-taco
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 92b4b6ff26ee6359a19c57f2919838ef1e9192c7
[INFO] checking afaur/sfml-tiny-taco against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fafaur%2Fsfml-tiny-taco" "/workspace/builds/worker-8/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/afaur/sfml-tiny-taco on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/afaur/sfml-tiny-taco
[INFO] removed path dependency sfml from git repo https://github.com/afaur/sfml-tiny-taco
[INFO] finished tweaking git repo https://github.com/afaur/sfml-tiny-taco
[INFO] tweaked toml for git repo https://github.com/afaur/sfml-tiny-taco written to /workspace/builds/worker-8/source/Cargo.toml
[INFO] crate git repo https://github.com/afaur/sfml-tiny-taco already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] warning: dependency (sfml) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr] error: the lock file /workspace/builds/worker-8/source/Cargo.lock needs to be updated but --locked was passed to prevent this
[INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag.
[INFO] the lockfile is outdated, regenerating it
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] warning: dependency (sfml) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] a9e9f07a874c28b20c9834b0947c79a346f1f08747a13fffce4b2fef64e376b0
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "a9e9f07a874c28b20c9834b0947c79a346f1f08747a13fffce4b2fef64e376b0"`
[INFO] [stderr] warning: dependency (sfml) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions
[INFO] [stderr]    Compiling sfml-build v0.3.0
[INFO] [stderr]    Compiling csfml-system-sys v0.5.0
[INFO] [stderr]    Compiling csfml-window-sys v0.5.0
[INFO] [stderr]    Compiling csfml-graphics-sys v0.5.0
[INFO] [stderr]    Compiling csfml-audio-sys v0.5.0
[INFO] [stderr]     Checking sfml v0.15.1
[INFO] [stderr]     Checking sfml-tiny-taco v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved import `sfml::window::window_style`
[INFO] [stderr]  --> src/main.rs:7:43
[INFO] [stderr]   |
[INFO] [stderr] 7 | use sfml::window::{Key, VideoMode, Event, window_style};
[INFO] [stderr]   |                                           ^^^^^^^^^^^^ no `window_style` in `window`
[INFO] [stderr] 
[INFO] [stderr] warning: unused `#[macro_use]` import
[INFO] [stderr]  --> src/main.rs:2:1
[INFO] [stderr]   |
[INFO] [stderr] 2 | #[macro_use]
[INFO] [stderr]   | ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `sfml::graphics::Transformable`
[INFO] [stderr]  --> src/main.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 8 | use sfml::graphics::Transformable;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new_init` found for struct `sfml::window::VideoMode` in the current scope
[INFO] [stderr]   --> src/main.rs:15:20
[INFO] [stderr]    |
[INFO] [stderr] 15 |         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 `unwrap` found for struct `sfml::graphics::RenderWindow` in the current scope
[INFO] [stderr]   --> src/main.rs:19:7
[INFO] [stderr]    |
[INFO] [stderr] 19 |     ).unwrap();
[INFO] [stderr]    |       ^^^^^^ method not found in `sfml::graphics::RenderWindow`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new_from_file` found for struct `sfml::graphics::Font` in the current scope
[INFO] [stderr]   --> src/main.rs:25:27
[INFO] [stderr]    |
[INFO] [stderr] 25 |     let taco_font = Font::new_from_file("resources/sansation.ttf").unwrap();
[INFO] [stderr]    |                           ^^^^^^^^^^^^^
[INFO] [stderr]    |                           |
[INFO] [stderr]    |                           function or associated item not found in `sfml::graphics::Font`
[INFO] [stderr]    |                           help: there is an associated function with a similar name: `from_file`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new_init` found for struct `sfml::graphics::Text<'_>` in the current scope
[INFO] [stderr]   --> src/main.rs:26:27
[INFO] [stderr]    |
[INFO] [stderr] 26 |     let taco_text = Text::new_init("Tiny Taco Team", &taco_font, 50).unwrap();
[INFO] [stderr]    |                           ^^^^^^^^ function or associated item not found in `sfml::graphics::Text<'_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new_from_file` found for struct `sfml::graphics::Texture` in the current scope
[INFO] [stderr]   --> src/main.rs:29:33
[INFO] [stderr]    |
[INFO] [stderr] 29 |     let taco_texture = Texture::new_from_file("resources/taco.png").unwrap();
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^
[INFO] [stderr]    |                                 |
[INFO] [stderr]    |                                 function or associated item not found in `sfml::graphics::Texture`
[INFO] [stderr]    |                                 help: there is an associated function with a similar name: `from_file`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `unwrap` found for struct `sfml::graphics::Sprite<'_>` in the current scope
[INFO] [stderr]   --> src/main.rs:32:41
[INFO] [stderr]    |
[INFO] [stderr] 32 |     let mut taco_sprite = Sprite::new().unwrap();
[INFO] [stderr]    |                                         ^^^^^^ method not found in `sfml::graphics::Sprite<'_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `black` found for struct `sfml::graphics::Color` in the current scope
[INFO] [stderr]   --> src/main.rs:50:30
[INFO] [stderr]    |
[INFO] [stderr] 50 |         window.clear(&Color::black());
[INFO] [stderr]    |                              ^^^^^ function or associated item not found in `sfml::graphics::Color`
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `RenderTarget`
[INFO] [stderr]  --> src/main.rs:6:58
[INFO] [stderr]   |
[INFO] [stderr] 6 | use sfml::graphics::{Sprite, Texture, Font, Text, Color, RenderTarget, RenderWindow};
[INFO] [stderr]   |                                                          ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 8 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0432, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `sfml-tiny-taco`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0432]: unresolved import `sfml::window::window_style`
[INFO] [stderr]  --> src/main.rs:7:43
[INFO] [stderr]   |
[INFO] [stderr] 7 | use sfml::window::{Key, VideoMode, Event, window_style};
[INFO] [stderr]   |                                           ^^^^^^^^^^^^ no `window_style` in `window`
[INFO] [stderr] 
[INFO] [stderr] warning: unused `#[macro_use]` import
[INFO] [stderr]  --> src/main.rs:2:1
[INFO] [stderr]   |
[INFO] [stderr] 2 | #[macro_use]
[INFO] [stderr]   | ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `sfml::graphics::Transformable`
[INFO] [stderr]  --> src/main.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 8 | use sfml::graphics::Transformable;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new_init` found for struct `sfml::window::VideoMode` in the current scope
[INFO] [stderr]   --> src/main.rs:15:20
[INFO] [stderr]    |
[INFO] [stderr] 15 |         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 `unwrap` found for struct `sfml::graphics::RenderWindow` in the current scope
[INFO] [stderr]   --> src/main.rs:19:7
[INFO] [stderr]    |
[INFO] [stderr] 19 |     ).unwrap();
[INFO] [stderr]    |       ^^^^^^ method not found in `sfml::graphics::RenderWindow`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new_from_file` found for struct `sfml::graphics::Font` in the current scope
[INFO] [stderr]   --> src/main.rs:25:27
[INFO] [stderr]    |
[INFO] [stderr] 25 |     let taco_font = Font::new_from_file("resources/sansation.ttf").unwrap();
[INFO] [stderr]    |                           ^^^^^^^^^^^^^
[INFO] [stderr]    |                           |
[INFO] [stderr]    |                           function or associated item not found in `sfml::graphics::Font`
[INFO] [stderr]    |                           help: there is an associated function with a similar name: `from_file`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new_init` found for struct `sfml::graphics::Text<'_>` in the current scope
[INFO] [stderr]   --> src/main.rs:26:27
[INFO] [stderr]    |
[INFO] [stderr] 26 |     let taco_text = Text::new_init("Tiny Taco Team", &taco_font, 50).unwrap();
[INFO] [stderr]    |                           ^^^^^^^^ function or associated item not found in `sfml::graphics::Text<'_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new_from_file` found for struct `sfml::graphics::Texture` in the current scope
[INFO] [stderr]   --> src/main.rs:29:33
[INFO] [stderr]    |
[INFO] [stderr] 29 |     let taco_texture = Texture::new_from_file("resources/taco.png").unwrap();
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^
[INFO] [stderr]    |                                 |
[INFO] [stderr]    |                                 function or associated item not found in `sfml::graphics::Texture`
[INFO] [stderr]    |                                 help: there is an associated function with a similar name: `from_file`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `unwrap` found for struct `sfml::graphics::Sprite<'_>` in the current scope
[INFO] [stderr]   --> src/main.rs:32:41
[INFO] [stderr]    |
[INFO] [stderr] 32 |     let mut taco_sprite = Sprite::new().unwrap();
[INFO] [stderr]    |                                         ^^^^^^ method not found in `sfml::graphics::Sprite<'_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `black` found for struct `sfml::graphics::Color` in the current scope
[INFO] [stderr]   --> src/main.rs:50:30
[INFO] [stderr]    |
[INFO] [stderr] 50 |         window.clear(&Color::black());
[INFO] [stderr]    |                              ^^^^^ function or associated item not found in `sfml::graphics::Color`
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `RenderTarget`
[INFO] [stderr]  --> src/main.rs:6:58
[INFO] [stderr]   |
[INFO] [stderr] 6 | use sfml::graphics::{Sprite, Texture, Font, Text, Color, RenderTarget, RenderWindow};
[INFO] [stderr]   |                                                          ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 8 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0432, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `sfml-tiny-taco`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "a9e9f07a874c28b20c9834b0947c79a346f1f08747a13fffce4b2fef64e376b0"`
[INFO] running `"docker" "rm" "-f" "a9e9f07a874c28b20c9834b0947c79a346f1f08747a13fffce4b2fef64e376b0"`
[INFO] [stdout] a9e9f07a874c28b20c9834b0947c79a346f1f08747a13fffce4b2fef64e376b0
