[INFO] updating cached repository https://github.com/ElArtista/Charge [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] 667fadb24e5cd7befef227bff39321d61079c4b3 [INFO] testing ElArtista/Charge against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FElArtista%2FCharge" "work/builds/worker-10/source"` [INFO] [stderr] Cloning into 'work/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ElArtista/Charge on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/ElArtista/Charge [INFO] removed path dependency gl from git repo https://github.com/ElArtista/Charge [INFO] finished tweaking git repo https://github.com/ElArtista/Charge [INFO] tweaked toml for git repo https://github.com/ElArtista/Charge written to work/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/ElArtista/Charge already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /big/crater/work/builds/worker-10/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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.38.0" "build" "--frozen"` [INFO] [stdout] 0533bd0a2fc3e2978840f5559d5a71dc952acce4bf99ebc496414f2d311021f4 [INFO] running `"docker" "start" "-a" "0533bd0a2fc3e2978840f5559d5a71dc952acce4bf99ebc496414f2d311021f4"` [INFO] [stderr] warning: dependency (gl) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling tobj v0.1.11 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling generic-array v0.11.1 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling png v0.12.0 [INFO] [stderr] Compiling rusttype v0.8.1 [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] Compiling alga v0.7.2 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling smithay-client-toolkit v0.4.6 [INFO] [stderr] Compiling tiff v0.2.2 [INFO] [stderr] Compiling nalgebra v0.16.14 [INFO] [stderr] Compiling image v0.20.1 [INFO] [stderr] Compiling winit v0.19.3 [INFO] [stderr] Compiling glutin v0.21.1 [INFO] [stderr] Compiling nalgebra-glm v0.1.3 [INFO] [stderr] Compiling charge v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved imports `glutin::GlContext`, `glutin::GlWindow` [INFO] [stderr] --> src/game.rs:4:67 [INFO] [stderr] | [INFO] [stderr] 4 | dpi::*, Api, ContextBuilder, ElementState, Event, EventsLoop, GlContext, GlProfile, GlRequest, [INFO] [stderr] | ^^^^^^^^^ no `GlContext` in the root [INFO] [stderr] 5 | GlWindow, VirtualKeyCode, WindowBuilder, WindowEvent, [INFO] [stderr] | ^^^^^^^^ no `GlWindow` in the root [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 4 | dpi::*, Api, ContextBuilder, ElementState, Event, EventsLoop, Context, GlProfile, GlRequest, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 5 | Window, VirtualKeyCode, WindowBuilder, WindowEvent, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/assets/mod.rs:17:52 [INFO] [stderr] | [INFO] [stderr] 17 | pub fn load>(path: P) -> Result, String> { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn BufRead` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/mainloop.rs:11:20 [INFO] [stderr] | [INFO] [stderr] 11 | update_cb: Box bool>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut T, f32) -> bool` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/mainloop.rs:12:20 [INFO] [stderr] | [INFO] [stderr] 12 | render_cb: Box, [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, f32)` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/mainloop.rs:13:25 [INFO] [stderr] | [INFO] [stderr] 13 | perf_cb: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut T, f32, f32, f32)` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/mainloop.rs:24:24 [INFO] [stderr] | [INFO] [stderr] 24 | update_cb: Box bool>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut T, f32) -> bool` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/mainloop.rs:25:24 [INFO] [stderr] | [INFO] [stderr] 25 | render_cb: Box, [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T, f32)` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/mainloop.rs:26:29 [INFO] [stderr] | [INFO] [stderr] 26 | perf_cb: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut T, f32, f32, f32)` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `charge`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "0533bd0a2fc3e2978840f5559d5a71dc952acce4bf99ebc496414f2d311021f4"` [INFO] running `"docker" "rm" "-f" "0533bd0a2fc3e2978840f5559d5a71dc952acce4bf99ebc496414f2d311021f4"` [INFO] [stdout] 0533bd0a2fc3e2978840f5559d5a71dc952acce4bf99ebc496414f2d311021f4