[INFO] updating cached repository https://github.com/carbonfive/rusty-drummer
[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] 8215be3d7400f931a778edd26e57f9733dba9f37
[INFO] checking carbonfive/rusty-drummer against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcarbonfive%2Frusty-drummer" "/workspace/builds/worker-12/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/carbonfive/rusty-drummer on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/carbonfive/rusty-drummer
[INFO] finished tweaking git repo https://github.com/carbonfive/rusty-drummer
[INFO] tweaked toml for git repo https://github.com/carbonfive/rusty-drummer written to /workspace/builds/worker-12/source/Cargo.toml
[INFO] crate git repo https://github.com/carbonfive/rusty-drummer already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] error: the lock file /workspace/builds/worker-12/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 0f2bb3e939bfd4d7a0aedf76f739a0f3c01a51f58a8008a7062f8057be4d33fa
[INFO] running `"docker" "start" "-a" "0f2bb3e939bfd4d7a0aedf76f739a0f3c01a51f58a8008a7062f8057be4d33fa"`
[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-audio-sys v0.5.0
[INFO] [stderr]    Compiling csfml-graphics-sys v0.5.0
[INFO] [stderr]     Checking sfml v0.15.1
[INFO] [stderr]     Checking rust-audio v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved import `sfml::audio::rc`
[INFO] [stderr]  --> src/main.rs:5:32
[INFO] [stderr]   |
[INFO] [stderr] 5 | use sfml::audio::{SoundBuffer, rc};
[INFO] [stderr]   |                                ^^ no `rc` in `audio`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `sfml::window::Close`
[INFO] [stderr]  --> src/main.rs:6:55
[INFO] [stderr]   |
[INFO] [stderr] 6 | use sfml::window::{ContextSettings, VideoMode, event, Close};
[INFO] [stderr]   |                                                       ^^^^^ no `Close` in `window`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `sfml::window::event::MouseButtonPressed`
[INFO] [stderr]  --> src/main.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use sfml::window::event::MouseButtonPressed;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MouseButtonPressed` in `window::event`
[INFO] [stderr] 
[INFO] [stderr] error[E0603]: module `event` is private
[INFO] [stderr]   --> src/main.rs:6:48
[INFO] [stderr]    |
[INFO] [stderr] 6  | use sfml::window::{ContextSettings, VideoMode, event, Close};
[INFO] [stderr]    |                                                ^^^^^ private module
[INFO] [stderr]    |
[INFO] [stderr] note: the module `event` is defined here
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sfml-0.15.1/src/window/mod.rs:14:1
[INFO] [stderr]    |
[INFO] [stderr] 14 | mod event;
[INFO] [stderr]    | ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0603]: module `event` is private
[INFO] [stderr]   --> src/main.rs:7:19
[INFO] [stderr]    |
[INFO] [stderr] 7  | use sfml::window::event::MouseButtonPressed;
[INFO] [stderr]    |                   ^^^^^ private module
[INFO] [stderr]    |
[INFO] [stderr] note: the module `event` is defined here
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sfml-0.15.1/src/window/mod.rs:14:1
[INFO] [stderr]    |
[INFO] [stderr] 14 | mod event;
[INFO] [stderr]    | ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `sfml::audio::rc`
[INFO] [stderr]  --> src/main.rs:5:32
[INFO] [stderr]   |
[INFO] [stderr] 5 | use sfml::audio::{SoundBuffer, rc};
[INFO] [stderr]   |                                ^^ no `rc` in `audio`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `sfml::window::Close`
[INFO] [stderr]  --> src/main.rs:6:55
[INFO] [stderr]   |
[INFO] [stderr] 6 | use sfml::window::{ContextSettings, VideoMode, event, Close};
[INFO] [stderr]   |                                                       ^^^^^ no `Close` in `window`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `sfml::window::event::MouseButtonPressed`
[INFO] [stderr]  --> src/main.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use sfml::window::event::MouseButtonPressed;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MouseButtonPressed` in `window::event`
[INFO] [stderr] 
[INFO] [stderr] error[E0603]: module `event` is private
[INFO] [stderr]   --> src/main.rs:6:48
[INFO] [stderr]    |
[INFO] [stderr] 6  | use sfml::window::{ContextSettings, VideoMode, event, Close};
[INFO] [stderr]    |                                                ^^^^^ private module
[INFO] [stderr]    |
[INFO] [stderr] note: the module `event` is defined here
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sfml-0.15.1/src/window/mod.rs:14:1
[INFO] [stderr]    |
[INFO] [stderr] 14 | mod event;
[INFO] [stderr]    | ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0603]: module `event` is private
[INFO] [stderr]   --> src/main.rs:7:19
[INFO] [stderr]    |
[INFO] [stderr] 7  | use sfml::window::event::MouseButtonPressed;
[INFO] [stderr]    |                   ^^^^^ private module
[INFO] [stderr]    |
[INFO] [stderr] note: the module `event` is defined here
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sfml-0.15.1/src/window/mod.rs:14:1
[INFO] [stderr]    |
[INFO] [stderr] 14 | mod event;
[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:14:48
[INFO] [stderr]    |
[INFO] [stderr] 14 |     let mut window = RenderWindow::new(VideoMode::new_init(500, 400, 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 struct `sfml::graphics::RenderWindow` in the current scope
[INFO] [stderr]   --> src/main.rs:18:3
[INFO] [stderr]    |
[INFO] [stderr] 18 |     .expect("Cannot create a new Render Window.");
[INFO] [stderr]    |      ^^^^^^ method not found in `sfml::graphics::RenderWindow`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `set_position` found for struct `sfml::graphics::RectangleShape<'static>` in the current scope
[INFO] [stderr]   --> src/main.rs:28:11
[INFO] [stderr]    |
[INFO] [stderr] 28 |     one.rect.set_position(&Vector2f::new(10., 10.));
[INFO] [stderr]    |              ^^^^^^^^^^^^ method not found in `sfml::graphics::RectangleShape<'static>`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sfml-0.15.1/src/graphics/transformable.rs:11:8
[INFO] [stderr]    |
[INFO] [stderr] 11 |     fn set_position<P: Into<Vector2f>>(&mut self, position: P);
[INFO] [stderr]    |        ------------
[INFO] [stderr]    |        |
[INFO] [stderr]    |        the method is available for `std::boxed::Box<sfml::graphics::RectangleShape<'static>>` here
[INFO] [stderr]    |        the method is available for `std::sync::Arc<sfml::graphics::RectangleShape<'static>>` here
[INFO] [stderr]    |        the method is available for `std::rc::Rc<sfml::graphics::RectangleShape<'static>>` here
[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] 3  | use sfml::graphics::Transformable;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `set_position` found for struct `sfml::graphics::RectangleShape<'static>` in the current scope
[INFO] [stderr]   --> src/main.rs:32:16
[INFO] [stderr]    |
[INFO] [stderr] 32 |     kick_btn.rect.set_position(&Vector2f::new(10., 100.));
[INFO] [stderr]    |                   ^^^^^^^^^^^^ method not found in `sfml::graphics::RectangleShape<'static>`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sfml-0.15.1/src/graphics/transformable.rs:11:8
[INFO] [stderr]    |
[INFO] [stderr] 11 |     fn set_position<P: Into<Vector2f>>(&mut self, position: P);
[INFO] [stderr]    |        ------------
[INFO] [stderr]    |        |
[INFO] [stderr]    |        the method is available for `std::boxed::Box<sfml::graphics::RectangleShape<'static>>` here
[INFO] [stderr]    |        the method is available for `std::sync::Arc<sfml::graphics::RectangleShape<'static>>` here
[INFO] [stderr]    |        the method is available for `std::rc::Rc<sfml::graphics::RectangleShape<'static>>` here
[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] 3  | use sfml::graphics::Transformable;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `set_position` found for struct `sfml::graphics::RectangleShape<'static>` in the current scope
[INFO] [stderr]   --> src/main.rs:36:14
[INFO] [stderr]    |
[INFO] [stderr] 36 |     hh_btn.rect.set_position(&Vector2f::new(10., 190.));
[INFO] [stderr]    |                 ^^^^^^^^^^^^ method not found in `sfml::graphics::RectangleShape<'static>`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sfml-0.15.1/src/graphics/transformable.rs:11:8
[INFO] [stderr]    |
[INFO] [stderr] 11 |     fn set_position<P: Into<Vector2f>>(&mut self, position: P);
[INFO] [stderr]    |        ------------
[INFO] [stderr]    |        |
[INFO] [stderr]    |        the method is available for `std::boxed::Box<sfml::graphics::RectangleShape<'static>>` here
[INFO] [stderr]    |        the method is available for `std::sync::Arc<sfml::graphics::RectangleShape<'static>>` here
[INFO] [stderr]    |        the method is available for `std::rc::Rc<sfml::graphics::RectangleShape<'static>>` here
[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] 3  | use sfml::graphics::Transformable;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `set_position` found for struct `sfml::graphics::RectangleShape<'static>` in the current scope
[INFO] [stderr]   --> src/main.rs:40:16
[INFO] [stderr]    |
[INFO] [stderr] 40 |     clap_btn.rect.set_position(&Vector2f::new(10., 280.));
[INFO] [stderr]    |                   ^^^^^^^^^^^^ method not found in `sfml::graphics::RectangleShape<'static>`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sfml-0.15.1/src/graphics/transformable.rs:11:8
[INFO] [stderr]    |
[INFO] [stderr] 11 |     fn set_position<P: Into<Vector2f>>(&mut self, position: P);
[INFO] [stderr]    |        ------------
[INFO] [stderr]    |        |
[INFO] [stderr]    |        the method is available for `std::boxed::Box<sfml::graphics::RectangleShape<'static>>` here
[INFO] [stderr]    |        the method is available for `std::sync::Arc<sfml::graphics::RectangleShape<'static>>` here
[INFO] [stderr]    |        the method is available for `std::rc::Rc<sfml::graphics::RectangleShape<'static>>` here
[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] 3  | use sfml::graphics::Transformable;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `sfml::system::Clock` in the current scope
[INFO] [stderr]   --> src/main.rs:51:25
[INFO] [stderr]    |
[INFO] [stderr] 51 |     let mut clock = Clock::new();
[INFO] [stderr]    |                            ^^^ function or associated item not found in `sfml::system::Clock`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `sfml::audio::SoundBuffer` in the current scope
[INFO] [stderr]   --> src/main.rs:54:39
[INFO] [stderr]    |
[INFO] [stderr] 54 |     let kick_buffer = match SoundBuffer::new("Samples/kick-808.wav") {
[INFO] [stderr]    |                                          ^^^ function or associated item not found in `sfml::audio::SoundBuffer`
[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:14:48
[INFO] [stderr]    |
[INFO] [stderr] 14 |     let mut window = RenderWindow::new(VideoMode::new_init(500, 400, 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 struct `sfml::graphics::RenderWindow` in the current scope
[INFO] [stderr]   --> src/main.rs:18:3
[INFO] [stderr]    |
[INFO] [stderr] 18 |     .expect("Cannot create a new Render Window.");
[INFO] [stderr]    |      ^^^^^^ method not found in `sfml::graphics::RenderWindow`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `sfml::audio::SoundBuffer` in the current scope
[INFO] [stderr]   --> src/main.rs:66:37
[INFO] [stderr]    |
[INFO] [stderr] 66 |     let hh_buffer = match SoundBuffer::new("Samples/hihat-plain.wav") {
[INFO] [stderr]    |                                        ^^^ function or associated item not found in `sfml::audio::SoundBuffer`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `set_position` found for struct `sfml::graphics::RectangleShape<'static>` in the current scope
[INFO] [stderr]   --> src/main.rs:28:11
[INFO] [stderr]    |
[INFO] [stderr] 28 |     one.rect.set_position(&Vector2f::new(10., 10.));
[INFO] [stderr]    |              ^^^^^^^^^^^^ method not found in `sfml::graphics::RectangleShape<'static>`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sfml-0.15.1/src/graphics/transformable.rs:11:8
[INFO] [stderr]    |
[INFO] [stderr] 11 |     fn set_position<P: Into<Vector2f>>(&mut self, position: P);
[INFO] [stderr]    |        ------------
[INFO] [stderr]    |        |
[INFO] [stderr]    |        the method is available for `std::boxed::Box<sfml::graphics::RectangleShape<'static>>` here
[INFO] [stderr]    |        the method is available for `std::sync::Arc<sfml::graphics::RectangleShape<'static>>` here
[INFO] [stderr]    |        the method is available for `std::rc::Rc<sfml::graphics::RectangleShape<'static>>` here
[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] 3  | use sfml::graphics::Transformable;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `sfml::audio::SoundBuffer` in the current scope
[INFO] [stderr]   --> src/main.rs:89:39
[INFO] [stderr]    |
[INFO] [stderr] 89 |     let clap_buffer = match SoundBuffer::new("Samples/clap-808.wav") {
[INFO] [stderr]    |                                          ^^^ function or associated item not found in `sfml::audio::SoundBuffer`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `set_position` found for struct `sfml::graphics::RectangleShape<'static>` in the current scope
[INFO] [stderr]   --> src/main.rs:32:16
[INFO] [stderr]    |
[INFO] [stderr] 32 |     kick_btn.rect.set_position(&Vector2f::new(10., 100.));
[INFO] [stderr]    |                   ^^^^^^^^^^^^ method not found in `sfml::graphics::RectangleShape<'static>`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sfml-0.15.1/src/graphics/transformable.rs:11:8
[INFO] [stderr]    |
[INFO] [stderr] 11 |     fn set_position<P: Into<Vector2f>>(&mut self, position: P);
[INFO] [stderr]    |        ------------
[INFO] [stderr]    |        |
[INFO] [stderr]    |        the method is available for `std::boxed::Box<sfml::graphics::RectangleShape<'static>>` here
[INFO] [stderr]    |        the method is available for `std::sync::Arc<sfml::graphics::RectangleShape<'static>>` here
[INFO] [stderr]    |        the method is available for `std::rc::Rc<sfml::graphics::RectangleShape<'static>>` here
[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] 3  | use sfml::graphics::Transformable;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `set_position` found for struct `sfml::graphics::RectangleShape<'static>` in the current scope
[INFO] [stderr]   --> src/main.rs:36:14
[INFO] [stderr]    |
[INFO] [stderr] 36 |     hh_btn.rect.set_position(&Vector2f::new(10., 190.));
[INFO] [stderr]    |                 ^^^^^^^^^^^^ method not found in `sfml::graphics::RectangleShape<'static>`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sfml-0.15.1/src/graphics/transformable.rs:11:8
[INFO] [stderr]    |
[INFO] [stderr] 11 |     fn set_position<P: Into<Vector2f>>(&mut self, position: P);
[INFO] [stderr]    |        ------------
[INFO] [stderr]    |        |
[INFO] [stderr]    |        the method is available for `std::boxed::Box<sfml::graphics::RectangleShape<'static>>` here
[INFO] [stderr]    |        the method is available for `std::sync::Arc<sfml::graphics::RectangleShape<'static>>` here
[INFO] [stderr]    |        the method is available for `std::rc::Rc<sfml::graphics::RectangleShape<'static>>` here
[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] 3  | use sfml::graphics::Transformable;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `set_position` found for struct `sfml::graphics::RectangleShape<'static>` in the current scope
[INFO] [stderr]   --> src/main.rs:40:16
[INFO] [stderr]    |
[INFO] [stderr] 40 |     clap_btn.rect.set_position(&Vector2f::new(10., 280.));
[INFO] [stderr]    |                   ^^^^^^^^^^^^ method not found in `sfml::graphics::RectangleShape<'static>`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sfml-0.15.1/src/graphics/transformable.rs:11:8
[INFO] [stderr]    |
[INFO] [stderr] 11 |     fn set_position<P: Into<Vector2f>>(&mut self, position: P);
[INFO] [stderr]    |        ------------
[INFO] [stderr]    |        |
[INFO] [stderr]    |        the method is available for `std::boxed::Box<sfml::graphics::RectangleShape<'static>>` here
[INFO] [stderr]    |        the method is available for `std::sync::Arc<sfml::graphics::RectangleShape<'static>>` here
[INFO] [stderr]    |        the method is available for `std::rc::Rc<sfml::graphics::RectangleShape<'static>>` here
[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] 3  | use sfml::graphics::Transformable;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `sfml::system::Clock` in the current scope
[INFO] [stderr]   --> src/main.rs:51:25
[INFO] [stderr]    |
[INFO] [stderr] 51 |     let mut clock = Clock::new();
[INFO] [stderr]    |                            ^^^ function or associated item not found in `sfml::system::Clock`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `sfml::audio::SoundBuffer` in the current scope
[INFO] [stderr]   --> src/main.rs:54:39
[INFO] [stderr]    |
[INFO] [stderr] 54 |     let kick_buffer = match SoundBuffer::new("Samples/kick-808.wav") {
[INFO] [stderr]    |                                          ^^^ function or associated item not found in `sfml::audio::SoundBuffer`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `set_position` found for mutable reference `&mut sfml::graphics::RectangleShape<'_>` in the current scope
[INFO] [stderr]    --> src/main.rs:179:8
[INFO] [stderr]     |
[INFO] [stderr] 179 |             pad.set_position(&position);
[INFO] [stderr]     |                 ^^^^^^^^^^^^ method not found in `&mut sfml::graphics::RectangleShape<'_>`
[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] 3   | use sfml::graphics::Transformable;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new_rgb` found for struct `sfml::graphics::Color` in the current scope
[INFO] [stderr]    --> src/main.rs:181:28
[INFO] [stderr]     |
[INFO] [stderr] 181 |             let on_color   = Color::new_rgb(181,89,44);
[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` found for struct `sfml::audio::SoundBuffer` in the current scope
[INFO] [stderr]   --> src/main.rs:66:37
[INFO] [stderr]    |
[INFO] [stderr] 66 |     let hh_buffer = match SoundBuffer::new("Samples/hihat-plain.wav") {
[INFO] [stderr]    |                                        ^^^ function or associated item not found in `sfml::audio::SoundBuffer`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new_rgb` found for struct `sfml::graphics::Color` in the current scope
[INFO] [stderr]    --> src/main.rs:182:28
[INFO] [stderr]     |
[INFO] [stderr] 182 |             let step_color = Color::new_rgb(190,223,124);
[INFO] [stderr]     |                                     ^^^^^^^ function or associated item not found in `sfml::graphics::Color`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `set_fill_color` found for mutable reference `&mut sfml::graphics::RectangleShape<'_>` in the current scope
[INFO] [stderr]    --> src/main.rs:184:37
[INFO] [stderr]     |
[INFO] [stderr] 184 |             if is_playing && i == step { pad.set_fill_color(&step_color); }
[INFO] [stderr]     |                                              ^^^^^^^^^^^^^^ method not found in `&mut sfml::graphics::RectangleShape<'_>`
[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] 3   | use sfml::graphics::Shape;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `sfml::audio::SoundBuffer` in the current scope
[INFO] [stderr]   --> src/main.rs:89:39
[INFO] [stderr]    |
[INFO] [stderr] 89 |     let clap_buffer = match SoundBuffer::new("Samples/clap-808.wav") {
[INFO] [stderr]    |                                          ^^^ function or associated item not found in `sfml::audio::SoundBuffer`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `set_fill_color` found for mutable reference `&mut sfml::graphics::RectangleShape<'_>` in the current scope
[INFO] [stderr]    --> src/main.rs:188:29
[INFO] [stderr]     |
[INFO] [stderr] 188 |                         if kick_hits[i] { pad.set_fill_color(&on_color); }
[INFO] [stderr]     |                                               ^^^^^^^^^^^^^^ method not found in `&mut sfml::graphics::RectangleShape<'_>`
[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] 3   | use sfml::graphics::Shape;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `set_fill_color` found for mutable reference `&mut sfml::graphics::RectangleShape<'_>` in the current scope
[INFO] [stderr]    --> src/main.rs:191:28
[INFO] [stderr]     |
[INFO] [stderr] 191 |                         if hh_hits[i]     { pad.set_fill_color(&on_color); }
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ method not found in `&mut sfml::graphics::RectangleShape<'_>`
[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] 3   | use sfml::graphics::Shape;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `set_fill_color` found for mutable reference `&mut sfml::graphics::RectangleShape<'_>` in the current scope
[INFO] [stderr]    --> src/main.rs:194:29
[INFO] [stderr]     |
[INFO] [stderr] 194 |                         if clap_hits[i] { pad.set_fill_color(&on_color); }
[INFO] [stderr]     |                                               ^^^^^^^^^^^^^^ method not found in `&mut sfml::graphics::RectangleShape<'_>`
[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] 3   | use sfml::graphics::Shape;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new_rgb` found for struct `sfml::graphics::Color` in the current scope
[INFO] [stderr]    --> src/main.rs:205:25
[INFO] [stderr]     |
[INFO] [stderr] 205 |             window.clear(&Color::new_rgb(29, 115, 115));
[INFO] [stderr]     |                                  ^^^^^^^ function or associated item not found in `sfml::graphics::Color`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `get_global_bounds` found for reference `&sfml::graphics::RectangleShape<'_>` in the current scope
[INFO] [stderr]    --> src/main.rs:225:7
[INFO] [stderr]     |
[INFO] [stderr] 225 |     rect.get_global_bounds().contains(x as f32, y as f32)
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^ method not found in `&sfml::graphics::RectangleShape<'_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new_init` found for struct `sfml::graphics::RectangleShape<'_>` in the current scope
[INFO] [stderr]    --> src/main.rs:229:33
[INFO] [stderr]     |
[INFO] [stderr] 229 |     let mut rect = RectangleShape::new_init(size).expect("Error, cannot create button.");
[INFO] [stderr]     |                                    ^^^^^^^^ function or associated item not found in `sfml::graphics::RectangleShape<'_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new_rgb` found for struct `sfml::graphics::Color` in the current scope
[INFO] [stderr]    --> src/main.rs:231:30
[INFO] [stderr]     |
[INFO] [stderr] 231 |     rect.set_fill_color(&Color::new_rgb(134,179,44));
[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_rgb` found for struct `sfml::graphics::Color` in the current scope
[INFO] [stderr]    --> src/main.rs:232:33
[INFO] [stderr]     |
[INFO] [stderr] 232 |     rect.set_outline_color(&Color::new_rgb(0,70,70));
[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_init` found for struct `sfml::graphics::RectangleShape<'_>` in the current scope
[INFO] [stderr]   --> src/button.rs:14:34
[INFO] [stderr]    |
[INFO] [stderr] 14 |         let mut rect = RectangleShape::new_init(&size).expect("Error, cannot create button.");
[INFO] [stderr]    |                                        ^^^^^^^^ function or associated item not found in `sfml::graphics::RectangleShape<'_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new_rgb` found for struct `sfml::graphics::Color` in the current scope
[INFO] [stderr]   --> src/button.rs:16:31
[INFO] [stderr]    |
[INFO] [stderr] 16 |         rect.set_fill_color(&Color::new_rgb(134,179,44));
[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_rgb` found for struct `sfml::graphics::Color` in the current scope
[INFO] [stderr]   --> src/button.rs:17:34
[INFO] [stderr]    |
[INFO] [stderr] 17 |         rect.set_outline_color(&Color::new_rgb(0,70,70));
[INFO] [stderr]    |                                        ^^^^^^^ function or associated item not found in `sfml::graphics::Color`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `set_position` found for mutable reference `&mut sfml::graphics::RectangleShape<'_>` in the current scope
[INFO] [stderr]    --> src/main.rs:179:8
[INFO] [stderr]     |
[INFO] [stderr] 179 |             pad.set_position(&position);
[INFO] [stderr]     |                 ^^^^^^^^^^^^ method not found in `&mut sfml::graphics::RectangleShape<'_>`
[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] 3   | use sfml::graphics::Transformable;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `RenderTarget`
[INFO] [stderr]  --> src/main.rs:9:36
[INFO] [stderr]   |
[INFO] [stderr] 9 | use sfml::graphics::{RenderWindow, RenderTarget, RectangleShape, Color};
[INFO] [stderr]   |                                    ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new_rgb` found for struct `sfml::graphics::Color` in the current scope
[INFO] [stderr]    --> src/main.rs:181:28
[INFO] [stderr]     |
[INFO] [stderr] 181 |             let on_color   = Color::new_rgb(181,89,44);
[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_rgb` found for struct `sfml::graphics::Color` in the current scope
[INFO] [stderr]    --> src/main.rs:182:28
[INFO] [stderr]     |
[INFO] [stderr] 182 |             let step_color = Color::new_rgb(190,223,124);
[INFO] [stderr]     |                                     ^^^^^^^ function or associated item not found in `sfml::graphics::Color`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `set_fill_color` found for mutable reference `&mut sfml::graphics::RectangleShape<'_>` in the current scope
[INFO] [stderr]    --> src/main.rs:184:37
[INFO] [stderr]     |
[INFO] [stderr] 184 |             if is_playing && i == step { pad.set_fill_color(&step_color); }
[INFO] [stderr]     |                                              ^^^^^^^^^^^^^^ method not found in `&mut sfml::graphics::RectangleShape<'_>`
[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] 3   | use sfml::graphics::Shape;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 30 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0432, E0599, E0603.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[INFO] [stderr] error[E0599]: no method named `set_fill_color` found for mutable reference `&mut sfml::graphics::RectangleShape<'_>` in the current scope
[INFO] [stderr]    --> src/main.rs:188:29
[INFO] [stderr]     |
[INFO] [stderr] 188 |                         if kick_hits[i] { pad.set_fill_color(&on_color); }
[INFO] [stderr]     |                                               ^^^^^^^^^^^^^^ method not found in `&mut sfml::graphics::RectangleShape<'_>`
[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] 3   | use sfml::graphics::Shape;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `set_fill_color` found for mutable reference `&mut sfml::graphics::RectangleShape<'_>` in the current scope
[INFO] [stderr]    --> src/main.rs:191:28
[INFO] [stderr]     |
[INFO] [stderr] 191 |                         if hh_hits[i]     { pad.set_fill_color(&on_color); }
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^ method not found in `&mut sfml::graphics::RectangleShape<'_>`
[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] 3   | use sfml::graphics::Shape;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `set_fill_color` found for mutable reference `&mut sfml::graphics::RectangleShape<'_>` in the current scope
[INFO] [stderr]    --> src/main.rs:194:29
[INFO] [stderr]     |
[INFO] [stderr] 194 |                         if clap_hits[i] { pad.set_fill_color(&on_color); }
[INFO] [stderr]     |                                               ^^^^^^^^^^^^^^ method not found in `&mut sfml::graphics::RectangleShape<'_>`
[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] 3   | use sfml::graphics::Shape;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `rust-audio`.
[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[E0599]: no function or associated item named `new_rgb` found for struct `sfml::graphics::Color` in the current scope
[INFO] [stderr]    --> src/main.rs:205:25
[INFO] [stderr]     |
[INFO] [stderr] 205 |             window.clear(&Color::new_rgb(29, 115, 115));
[INFO] [stderr]     |                                  ^^^^^^^ function or associated item not found in `sfml::graphics::Color`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `get_global_bounds` found for reference `&sfml::graphics::RectangleShape<'_>` in the current scope
[INFO] [stderr]    --> src/main.rs:225:7
[INFO] [stderr]     |
[INFO] [stderr] 225 |     rect.get_global_bounds().contains(x as f32, y as f32)
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^ method not found in `&sfml::graphics::RectangleShape<'_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new_init` found for struct `sfml::graphics::RectangleShape<'_>` in the current scope
[INFO] [stderr]    --> src/main.rs:229:33
[INFO] [stderr]     |
[INFO] [stderr] 229 |     let mut rect = RectangleShape::new_init(size).expect("Error, cannot create button.");
[INFO] [stderr]     |                                    ^^^^^^^^ function or associated item not found in `sfml::graphics::RectangleShape<'_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new_rgb` found for struct `sfml::graphics::Color` in the current scope
[INFO] [stderr]    --> src/main.rs:231:30
[INFO] [stderr]     |
[INFO] [stderr] 231 |     rect.set_fill_color(&Color::new_rgb(134,179,44));
[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_rgb` found for struct `sfml::graphics::Color` in the current scope
[INFO] [stderr]    --> src/main.rs:232:33
[INFO] [stderr]     |
[INFO] [stderr] 232 |     rect.set_outline_color(&Color::new_rgb(0,70,70));
[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_init` found for struct `sfml::graphics::RectangleShape<'_>` in the current scope
[INFO] [stderr]   --> src/button.rs:14:34
[INFO] [stderr]    |
[INFO] [stderr] 14 |         let mut rect = RectangleShape::new_init(&size).expect("Error, cannot create button.");
[INFO] [stderr]    |                                        ^^^^^^^^ function or associated item not found in `sfml::graphics::RectangleShape<'_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new_rgb` found for struct `sfml::graphics::Color` in the current scope
[INFO] [stderr]   --> src/button.rs:16:31
[INFO] [stderr]    |
[INFO] [stderr] 16 |         rect.set_fill_color(&Color::new_rgb(134,179,44));
[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_rgb` found for struct `sfml::graphics::Color` in the current scope
[INFO] [stderr]   --> src/button.rs:17:34
[INFO] [stderr]    |
[INFO] [stderr] 17 |         rect.set_outline_color(&Color::new_rgb(0,70,70));
[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:9:36
[INFO] [stderr]   |
[INFO] [stderr] 9 | use sfml::graphics::{RenderWindow, RenderTarget, RectangleShape, Color};
[INFO] [stderr]   |                                    ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 30 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0432, E0599, E0603.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `rust-audio`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "0f2bb3e939bfd4d7a0aedf76f739a0f3c01a51f58a8008a7062f8057be4d33fa"`
[INFO] running `"docker" "rm" "-f" "0f2bb3e939bfd4d7a0aedf76f739a0f3c01a51f58a8008a7062f8057be4d33fa"`
[INFO] [stdout] 0f2bb3e939bfd4d7a0aedf76f739a0f3c01a51f58a8008a7062f8057be4d33fa
