[INFO] updating cached repository https://github.com/ElArtista/Charge [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] 667fadb24e5cd7befef227bff39321d61079c4b3 [INFO] checking ElArtista/Charge against try#5e633973aa9255a88b65a39484627bb54e6044b3 for pr-66063 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FElArtista%2FCharge" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ElArtista/Charge 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/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 /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/ElArtista/Charge already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+5e633973aa9255a88b65a39484627bb54e6044b3" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-1/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+5e633973aa9255a88b65a39484627bb54e6044b3" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+5e633973aa9255a88b65a39484627bb54e6044b3" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] f9ad3d731a102d93df518ef00dfa095bc74a9331e00b6dbd1bf1ddf86066c694 [INFO] running `"docker" "start" "-a" "f9ad3d731a102d93df518ef00dfa095bc74a9331e00b6dbd1bf1ddf86066c694"` [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] Checking tobj v0.1.11 [INFO] [stderr] Checking raw-window-handle v0.3.1 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Checking nalgebra v0.16.14 [INFO] [stderr] Checking glutin_glx_sys v0.1.5 [INFO] [stderr] Checking image v0.20.1 [INFO] [stderr] Checking winit v0.19.5 [INFO] [stderr] Compiling gl v0.14.0 [INFO] [stderr] Checking glutin v0.21.1 [INFO] [stderr] Checking nalgebra-glm v0.1.3 [INFO] [stderr] Checking 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] | [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] 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] | [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] 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] warning: build failed, waiting for other jobs to finish... [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" "f9ad3d731a102d93df518ef00dfa095bc74a9331e00b6dbd1bf1ddf86066c694"` [INFO] running `"docker" "rm" "-f" "f9ad3d731a102d93df518ef00dfa095bc74a9331e00b6dbd1bf1ddf86066c694"` [INFO] [stdout] f9ad3d731a102d93df518ef00dfa095bc74a9331e00b6dbd1bf1ddf86066c694