[INFO] updating cached repository https://github.com/Cobrand/toyunda-player-rs-old
[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] 85fe011e2249a58c7d3777bc030f20bd1843d225
[INFO] checking Cobrand/toyunda-player-rs-old against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCobrand%2Ftoyunda-player-rs-old" "/workspace/builds/worker-0/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/Cobrand/toyunda-player-rs-old 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/Cobrand/toyunda-player-rs-old
[INFO] finished tweaking git repo https://github.com/Cobrand/toyunda-player-rs-old
[INFO] tweaked toml for git repo https://github.com/Cobrand/toyunda-player-rs-old written to /workspace/builds/worker-0/source/Cargo.toml
[INFO] crate git repo https://github.com/Cobrand/toyunda-player-rs-old 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-0/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] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] 7ae7f2310b9285fdb2a9ed6e3c6c73304986680611164dcb661c682d72d36069
[INFO] running `"docker" "start" "-a" "7ae7f2310b9285fdb2a9ed6e3c6c73304986680611164dcb661c682d72d36069"`
[INFO] [stderr]    Compiling bitflags v0.3.3
[INFO] [stderr]    Compiling sdl2-sys v0.8.1
[INFO] [stderr]    Compiling khronos_api v1.0.1
[INFO] [stderr]    Compiling log v0.4.8
[INFO] [stderr]     Checking memchr v0.1.11
[INFO] [stderr]     Checking log v0.3.9
[INFO] [stderr]     Checking num-traits v0.1.43
[INFO] [stderr]     Checking thread-id v2.0.0
[INFO] [stderr]    Compiling xml-rs v0.2.2
[INFO] [stderr]     Checking thread_local v0.2.7
[INFO] [stderr]     Checking enum_primitive v0.1.1
[INFO] [stderr]     Checking aho-corasick v0.5.3
[INFO] [stderr]     Checking regex v0.1.80
[INFO] [stderr]     Checking sdl2 v0.18.0
[INFO] [stderr]     Checking sdl2 v0.16.1
[INFO] [stderr]    Compiling gl_generator v0.4.2
[INFO] [stderr]    Compiling gl v0.5.2
[INFO] [stderr]     Checking docopt v0.6.86
[INFO] [stderr]     Checking env_logger v0.3.5
[INFO] [stderr]     Checking sdl2_ttf v0.16.2
[INFO] [stderr]     Checking toyunda-player-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unused import: `gl::types::*`
[INFO] [stderr]   --> src/main.rs:17:5
[INFO] [stderr]    |
[INFO] [stderr] 17 | use gl::types::* ;
[INFO] [stderr]    |     ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::ops::Deref`
[INFO] [stderr]   --> src/main.rs:28:5
[INFO] [stderr]    |
[INFO] [stderr] 28 | use std::ops::Deref;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `while` condition
[INFO] [stderr]   --> src/displayer.rs:71:26
[INFO] [stderr]    |
[INFO] [stderr] 71 |         'fontlist: while (font_size < font_size_max) {
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `if` condition
[INFO] [stderr]    --> src/displayer.rs:128:28
[INFO] [stderr]     |
[INFO] [stderr] 128 |                           if (font_set_max.font_size - font_size >
[INFO] [stderr]     |  ____________________________^
[INFO] [stderr] 129 | |                             font_size - font_set_min.font_size) {
[INFO] [stderr]     | |_______________________________________________________________^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 128 |                         if font_set_max.font_size - font_size >
[INFO] [stderr] 129 |                             font_size - font_set_min.font_size {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around function argument
[INFO] [stderr]    --> src/displayer.rs:181:37
[INFO] [stderr]     |
[INFO] [stderr] 181 | ...                   (width - outline_width),
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around function argument
[INFO] [stderr]    --> src/displayer.rs:182:37
[INFO] [stderr]     |
[INFO] [stderr] 182 | ...                   (height - outline_width))));
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `if` condition
[INFO] [stderr]    --> src/mpv.rs:178:16
[INFO] [stderr]     |
[INFO] [stderr] 178 |             if (!ret.is_null()) {
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `if` condition
[INFO] [stderr]   --> src/main.rs:91:12
[INFO] [stderr]    |
[INFO] [stderr] 91 |         if (item.name == "opengl"){
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `gl::types::*`
[INFO] [stderr]   --> src/main.rs:17:5
[INFO] [stderr]    |
[INFO] [stderr] 17 | use gl::types::* ;
[INFO] [stderr]    |     ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::ops::Deref`
[INFO] [stderr]   --> src/main.rs:28:5
[INFO] [stderr]    |
[INFO] [stderr] 28 | use std::ops::Deref;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `while` condition
[INFO] [stderr]   --> src/displayer.rs:71:26
[INFO] [stderr]    |
[INFO] [stderr] 71 |         'fontlist: while (font_size < font_size_max) {
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `if` condition
[INFO] [stderr]    --> src/displayer.rs:128:28
[INFO] [stderr]     |
[INFO] [stderr] 128 |                           if (font_set_max.font_size - font_size >
[INFO] [stderr]     |  ____________________________^
[INFO] [stderr] 129 | |                             font_size - font_set_min.font_size) {
[INFO] [stderr]     | |_______________________________________________________________^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 128 |                         if font_set_max.font_size - font_size >
[INFO] [stderr] 129 |                             font_size - font_set_min.font_size {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around function argument
[INFO] [stderr]    --> src/displayer.rs:181:37
[INFO] [stderr]     |
[INFO] [stderr] 181 | ...                   (width - outline_width),
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around function argument
[INFO] [stderr]    --> src/displayer.rs:182:37
[INFO] [stderr]     |
[INFO] [stderr] 182 | ...                   (height - outline_width))));
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `if` condition
[INFO] [stderr]    --> src/mpv.rs:178:16
[INFO] [stderr]     |
[INFO] [stderr] 178 |             if (!ret.is_null()) {
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `if` condition
[INFO] [stderr]   --> src/main.rs:91:12
[INFO] [stderr]    |
[INFO] [stderr] 91 |         if (item.name == "opengl"){
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `sdl2::pixels::Color: std::convert::From<sdl2::pixels::Color>` is not satisfied
[INFO] [stderr]    --> src/displayer.rs:169:28
[INFO] [stderr]     |
[INFO] [stderr] 169 |                           .blended(Color::RGB(180, 180, 180))
[INFO] [stderr]     |                            ^^^^^^^ the trait `std::convert::From<sdl2::pixels::Color>` is not implemented for `sdl2::pixels::Color`
[INFO] [stderr]     |
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::convert::Into<sdl2::pixels::Color>` for `sdl2::pixels::Color`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `sdl2::pixels::Color: std::convert::From<sdl2::pixels::Color>` is not satisfied
[INFO] [stderr]    --> src/displayer.rs:172:48
[INFO] [stderr]     |
[INFO] [stderr] 172 | ...                   .blended(Color::RGB(0, 0, 0))
[INFO] [stderr]     |                        ^^^^^^^ the trait `std::convert::From<sdl2::pixels::Color>` is not implemented for `sdl2::pixels::Color`
[INFO] [stderr]     |
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::convert::Into<sdl2::pixels::Color>` for `sdl2::pixels::Color`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `sdl2::pixels::Color: std::convert::From<sdl2::pixels::Color>` is not satisfied
[INFO] [stderr]    --> src/displayer.rs:169:28
[INFO] [stderr]     |
[INFO] [stderr] 169 |                           .blended(Color::RGB(180, 180, 180))
[INFO] [stderr]     |                            ^^^^^^^ the trait `std::convert::From<sdl2::pixels::Color>` is not implemented for `sdl2::pixels::Color`
[INFO] [stderr]     |
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::convert::Into<sdl2::pixels::Color>` for `sdl2::pixels::Color`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `sdl2::pixels::Color: std::convert::From<sdl2::pixels::Color>` is not satisfied
[INFO] [stderr]    --> src/displayer.rs:172:48
[INFO] [stderr]     |
[INFO] [stderr] 172 | ...                   .blended(Color::RGB(0, 0, 0))
[INFO] [stderr]     |                        ^^^^^^^ the trait `std::convert::From<sdl2::pixels::Color>` is not implemented for `sdl2::pixels::Color`
[INFO] [stderr]     |
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::convert::Into<sdl2::pixels::Color>` for `sdl2::pixels::Color`
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/displayer.rs:179:27
[INFO] [stderr]     |
[INFO] [stderr] 179 |                        Some(Rect::new(outline_width as i32,
[INFO] [stderr]     |  ___________________________^
[INFO] [stderr] 180 | |                                     outline_width as i32,
[INFO] [stderr] 181 | |                                     (width - outline_width),
[INFO] [stderr] 182 | |                                     (height - outline_width))));
[INFO] [stderr]     | |_____________________________________________________________^ expected struct `sdl2::rect::Rect`, found a different struct `sdl2::rect::Rect`
[INFO] [stderr]     |
[INFO] [stderr]     = note: perhaps two different versions of crate `sdl2` are being used?
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `sdl2::surface::Surface<'_>: std::convert::AsRef<sdl2::surface::SurfaceRef>` is not satisfied
[INFO] [stderr]    --> src/displayer.rs:183:69
[INFO] [stderr]     |
[INFO] [stderr] 183 |         let mut texture = self.renderer.create_texture_from_surface(&surface_outline).unwrap();
[INFO] [stderr]     |                                                                     ^^^^^^^^^^^^^^^^ the trait `std::convert::AsRef<sdl2::surface::SurfaceRef>` is not implemented for `sdl2::surface::Surface<'_>`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the following implementations were found:
[INFO] [stderr]               <sdl2::surface::Surface<'a> as std::convert::AsRef<sdl2::surface::SurfaceRef>>
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::convert::AsRef<sdl2::surface::SurfaceRef>` for `&sdl2::surface::Surface<'_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/displayer.rs:179:27
[INFO] [stderr]     |
[INFO] [stderr] 179 |                        Some(Rect::new(outline_width as i32,
[INFO] [stderr]     |  ___________________________^
[INFO] [stderr] 180 | |                                     outline_width as i32,
[INFO] [stderr] 181 | |                                     (width - outline_width),
[INFO] [stderr] 182 | |                                     (height - outline_width))));
[INFO] [stderr]     | |_____________________________________________________________^ expected struct `sdl2::rect::Rect`, found a different struct `sdl2::rect::Rect`
[INFO] [stderr]     |
[INFO] [stderr]     = note: perhaps two different versions of crate `sdl2` are being used?
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/mpv.rs:26:37
[INFO] [stderr]    |
[INFO] [stderr] 26 |         write!(f, "{} ({:?})", self.description(), self)
[INFO] [stderr]    |                                     ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `sdl2::surface::Surface<'_>: std::convert::AsRef<sdl2::surface::SurfaceRef>` is not satisfied
[INFO] [stderr]    --> src/displayer.rs:183:69
[INFO] [stderr]     |
[INFO] [stderr] 183 |         let mut texture = self.renderer.create_texture_from_surface(&surface_outline).unwrap();
[INFO] [stderr]     |                                                                     ^^^^^^^^^^^^^^^^ the trait `std::convert::AsRef<sdl2::surface::SurfaceRef>` is not implemented for `sdl2::surface::Surface<'_>`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the following implementations were found:
[INFO] [stderr]               <sdl2::surface::Surface<'a> as std::convert::AsRef<sdl2::surface::SurfaceRef>>
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::convert::AsRef<sdl2::surface::SurfaceRef>` for `&sdl2::surface::Surface<'_>`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/mpv.rs:26:37
[INFO] [stderr]    |
[INFO] [stderr] 26 |         write!(f, "{} ({:?})", self.description(), self)
[INFO] [stderr]    |                                     ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 4 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0277, E0308.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] error: aborting due to 4 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0277, E0308.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `toyunda-player-rs`.
[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: could not compile `toyunda-player-rs`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "7ae7f2310b9285fdb2a9ed6e3c6c73304986680611164dcb661c682d72d36069"`
[INFO] running `"docker" "rm" "-f" "7ae7f2310b9285fdb2a9ed6e3c6c73304986680611164dcb661c682d72d36069"`
[INFO] [stdout] 7ae7f2310b9285fdb2a9ed6e3c6c73304986680611164dcb661c682d72d36069
