[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] testing Cobrand/toyunda-player-rs-old against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCobrand%2Ftoyunda-player-rs-old" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Cobrand/toyunda-player-rs-old on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-5/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" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-5/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" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] eee83eaef8f00554f13025f7c40ea79d47b0bf7b3fe2afb851ba0eaf7f65582f [INFO] running `"docker" "start" "-a" "eee83eaef8f00554f13025f7c40ea79d47b0bf7b3fe2afb851ba0eaf7f65582f"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling bitflags v0.3.3 [INFO] [stderr] Compiling sdl2-sys v0.8.1 [INFO] [stderr] Compiling env_logger v0.3.5 [INFO] [stderr] Compiling xml-rs v0.2.2 [INFO] [stderr] Compiling sdl2 v0.18.0 [INFO] [stderr] Compiling sdl2 v0.16.1 [INFO] [stderr] Compiling gl_generator v0.4.2 [INFO] [stderr] Compiling gl v0.5.2 [INFO] [stderr] Compiling sdl2_ttf v0.16.2 [INFO] [stderr] Compiling 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] error[E0277]: the trait bound `sdl2::pixels::Color: std::convert::From` 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` is not implemented for `sdl2::pixels::Color` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `sdl2::pixels::Color` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `sdl2::pixels::Color: std::convert::From` 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` is not implemented for `sdl2::pixels::Color` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` 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` 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` is not implemented for `sdl2::surface::Surface<'_>` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] as std::convert::AsRef> [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::AsRef` 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; 9 warnings emitted [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] running `"docker" "inspect" "eee83eaef8f00554f13025f7c40ea79d47b0bf7b3fe2afb851ba0eaf7f65582f"` [INFO] running `"docker" "rm" "-f" "eee83eaef8f00554f13025f7c40ea79d47b0bf7b3fe2afb851ba0eaf7f65582f"` [INFO] [stdout] eee83eaef8f00554f13025f7c40ea79d47b0bf7b3fe2afb851ba0eaf7f65582f