[INFO] updating cached repository https://github.com/fwcd/RustyGUI [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] f766bdd2ad820ec834d81af79df021cd07ada160 [INFO] checking fwcd/RustyGUI against try#5e633973aa9255a88b65a39484627bb54e6044b3 for pr-65897-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffwcd%2FRustyGUI" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fwcd/RustyGUI on toolchain 5e633973aa9255a88b65a39484627bb54e6044b3 [INFO] running `"/workspace/cargo-home/bin/cargo" "+5e633973aa9255a88b65a39484627bb54e6044b3" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/fwcd/RustyGUI [INFO] finished tweaking git repo https://github.com/fwcd/RustyGUI [INFO] tweaked toml for git repo https://github.com/fwcd/RustyGUI written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/fwcd/RustyGUI already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+5e633973aa9255a88b65a39484627bb54e6044b3" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=allow" "-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" "+5e633973aa9255a88b65a39484627bb54e6044b3" "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] fa17788b39c4738ff40352e9ee62505d3f1381e1fafd4784aa45594d50bd57e2 [INFO] running `"docker" "start" "-a" "fa17788b39c4738ff40352e9ee62505d3f1381e1fafd4784aa45594d50bd57e2"` [INFO] [stderr] Compiling rustygui v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking c_vec v1.3.1 [INFO] [stderr] Checking simple_logger v0.5.0 [INFO] [stderr] Checking sdl2 v0.31.0 [INFO] [stderr] error[E0597]: `texture_creator` does not live long enough [INFO] [stderr] --> src/gui/sdl2/sdl2_graphics.rs:93:68 [INFO] [stderr] | [INFO] [stderr] 73 | impl <'g> Graphics for SDL2Graphics<'g> { [INFO] [stderr] | -- lifetime `'g` defined here [INFO] [stderr] ... [INFO] [stderr] 93 | let texture = Self::string_to_texture(&self.ttf, self.font_path, &texture_creator, text, params, self.canvas.draw_color()); [INFO] [stderr] | ---------------------------------------------------^^^^^^^^^^^^^^^^----------------------------------------- [INFO] [stderr] | | | [INFO] [stderr] | | borrowed value does not live long enough [INFO] [stderr] | argument requires that `texture_creator` is borrowed for `'g` [INFO] [stderr] 94 | Self::texture_size(&texture) [INFO] [stderr] 95 | } [INFO] [stderr] | - `texture_creator` dropped here while still borrowed [INFO] [stderr] [INFO] [stderr] error[E0597]: `texture_creator` does not live long enough [INFO] [stderr] --> src/gui/sdl2/sdl2_graphics.rs:109:68 [INFO] [stderr] | [INFO] [stderr] 73 | impl <'g> Graphics for SDL2Graphics<'g> { [INFO] [stderr] | -- lifetime `'g` defined here [INFO] [stderr] ... [INFO] [stderr] 109 | let texture = Self::string_to_texture(&self.ttf, self.font_path, &texture_creator, text, params, sdl2_color_of(params.color().unwrap_or(APIColor::black()))); [INFO] [stderr] | ---------------------------------------------------^^^^^^^^^^^^^^^^--------------------------------------------------------------------------- [INFO] [stderr] | | | [INFO] [stderr] | | borrowed value does not live long enough [INFO] [stderr] | argument requires that `texture_creator` is borrowed for `'g` [INFO] [stderr] ... [INFO] [stderr] 114 | } [INFO] [stderr] | - `texture_creator` dropped here while still borrowed [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0597`. [INFO] [stderr] error: could not compile `rustygui`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0597]: `texture_creator` does not live long enough [INFO] [stderr] --> src/gui/sdl2/sdl2_graphics.rs:93:68 [INFO] [stderr] | [INFO] [stderr] 73 | impl <'g> Graphics for SDL2Graphics<'g> { [INFO] [stderr] | -- lifetime `'g` defined here [INFO] [stderr] ... [INFO] [stderr] 93 | let texture = Self::string_to_texture(&self.ttf, self.font_path, &texture_creator, text, params, self.canvas.draw_color()); [INFO] [stderr] | ---------------------------------------------------^^^^^^^^^^^^^^^^----------------------------------------- [INFO] [stderr] | | | [INFO] [stderr] | | borrowed value does not live long enough [INFO] [stderr] | argument requires that `texture_creator` is borrowed for `'g` [INFO] [stderr] 94 | Self::texture_size(&texture) [INFO] [stderr] 95 | } [INFO] [stderr] | - `texture_creator` dropped here while still borrowed [INFO] [stderr] [INFO] [stderr] error[E0597]: `texture_creator` does not live long enough [INFO] [stderr] --> src/gui/sdl2/sdl2_graphics.rs:109:68 [INFO] [stderr] | [INFO] [stderr] 73 | impl <'g> Graphics for SDL2Graphics<'g> { [INFO] [stderr] | -- lifetime `'g` defined here [INFO] [stderr] ... [INFO] [stderr] 109 | let texture = Self::string_to_texture(&self.ttf, self.font_path, &texture_creator, text, params, sdl2_color_of(params.color().unwrap_or(APIColor::black()))); [INFO] [stderr] | ---------------------------------------------------^^^^^^^^^^^^^^^^--------------------------------------------------------------------------- [INFO] [stderr] | | | [INFO] [stderr] | | borrowed value does not live long enough [INFO] [stderr] | argument requires that `texture_creator` is borrowed for `'g` [INFO] [stderr] ... [INFO] [stderr] 114 | } [INFO] [stderr] | - `texture_creator` dropped here while still borrowed [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0597`. [INFO] [stderr] error: could not compile `rustygui`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "fa17788b39c4738ff40352e9ee62505d3f1381e1fafd4784aa45594d50bd57e2"` [INFO] running `"docker" "rm" "-f" "fa17788b39c4738ff40352e9ee62505d3f1381e1fafd4784aa45594d50bd57e2"` [INFO] [stdout] fa17788b39c4738ff40352e9ee62505d3f1381e1fafd4784aa45594d50bd57e2