[INFO] crate nuki-backend-gles 0.1.1 is already in cache [INFO] checking nuki-backend-gles-0.1.1 against try#d7b51666469c792a8a3f40849607739bae1e705e for pr-71665 [INFO] extracting crate nuki-backend-gles 0.1.1 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate nuki-backend-gles 0.1.1 on toolchain d7b51666469c792a8a3f40849607739bae1e705e [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate nuki-backend-gles 0.1.1 [INFO] finished tweaking crates.io crate nuki-backend-gles 0.1.1 [INFO] tweaked toml for crates.io crate nuki-backend-gles 0.1.1 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+d7b51666469c792a8a3f40849607739bae1e705e" "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] 3ef33b8e1d57b938b7f15b7d84f67aa3e265a3f50b961dfa604545225a5dda52 [INFO] running `"docker" "start" "-a" "3ef33b8e1d57b938b7f15b7d84f67aa3e265a3f50b961dfa604545225a5dda52"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling cc v1.0.52 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Compiling nuki-sys v4.1.5 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Compiling gls v0.1.2 [INFO] [stderr] Checking generic-array v0.13.2 [INFO] [stderr] Checking alga v0.9.3 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking rand_distr v0.2.2 [INFO] [stderr] Checking nalgebra v0.19.0 [INFO] [stderr] Checking nuki v0.1.0 [INFO] [stderr] Checking nuki-backend-gles v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0106]: missing lifetime specifier [INFO] [stderr] --> src/lib.rs:20:25 [INFO] [stderr] | [INFO] [stderr] 20 | font_texs: Vec, [INFO] [stderr] | ^^^^^^^ expected named lifetime parameter [INFO] [stderr] | [INFO] [stderr] help: consider introducing a named lifetime parameter [INFO] [stderr] | [INFO] [stderr] 16 | struct RenderState<'a> { [INFO] [stderr] 17 | vbo: gls::Buffer, [INFO] [stderr] 18 | ebo: gls::Buffer, [INFO] [stderr] 19 | prog: gls::Program, [INFO] [stderr] 20 | font_texs: Vec>, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0106]: missing lifetime specifier [INFO] [stderr] --> src/lib.rs:20:25 [INFO] [stderr] | [INFO] [stderr] 20 | font_texs: Vec, [INFO] [stderr] | ^^^^^^^ expected named lifetime parameter [INFO] [stderr] | [INFO] [stderr] help: consider introducing a named lifetime parameter [INFO] [stderr] | [INFO] [stderr] 16 | struct RenderState<'a> { [INFO] [stderr] 17 | vbo: gls::Buffer, [INFO] [stderr] 18 | ebo: gls::Buffer, [INFO] [stderr] 19 | prog: gls::Program, [INFO] [stderr] 20 | font_texs: Vec>, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `gls::texture::Texture<'static>: std::clone::Clone` is not satisfied [INFO] [stderr] --> src/lib.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | font_texs: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected an implementor of trait `std::clone::Clone` [INFO] [stderr] | help: consider borrowing here: `&font_texs: Vec` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::clone::Clone` for `std::vec::Vec>` [INFO] [stderr] = note: required by `std::clone::Clone::clone` [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `gls::texture::Texture<'static>: std::clone::Clone` is not satisfied [INFO] [stderr] --> src/lib.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | font_texs: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected an implementor of trait `std::clone::Clone` [INFO] [stderr] | help: consider borrowing here: `&font_texs: Vec` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::clone::Clone` for `std::vec::Vec>` [INFO] [stderr] = note: required by `std::clone::Clone::clone` [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0106, E0277. [INFO] [stderr] For more information about an error, try `rustc --explain E0106`. [INFO] [stderr] error: could not compile `nuki-backend-gles`. [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: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0106, E0277. [INFO] [stderr] For more information about an error, try `rustc --explain E0106`. [INFO] [stderr] error: could not compile `nuki-backend-gles`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "3ef33b8e1d57b938b7f15b7d84f67aa3e265a3f50b961dfa604545225a5dda52"` [INFO] running `"docker" "rm" "-f" "3ef33b8e1d57b938b7f15b7d84f67aa3e265a3f50b961dfa604545225a5dda52"` [INFO] [stdout] 3ef33b8e1d57b938b7f15b7d84f67aa3e265a3f50b961dfa604545225a5dda52