[INFO] updating cached repository https://github.com/LaylConway/shift-inc [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] 4c930686ded427cd198ea9dc2d457ea54d1647f2 [INFO] testing LaylConway/shift-inc against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FLaylConway%2Fshift-inc" "work/builds/worker-1/source"` [INFO] [stderr] Cloning into 'work/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/LaylConway/shift-inc 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/LaylConway/shift-inc [INFO] finished tweaking git repo https://github.com/LaylConway/shift-inc [INFO] tweaked toml for git repo https://github.com/LaylConway/shift-inc written to work/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/LaylConway/shift-inc 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] Blocking waiting for file lock on package cache [INFO] [stderr] error: the lock file /big/crater/work/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 `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Updating git repository `https://github.com/carbidegames/tungsten.git` [INFO] [stderr] Updating git repository `https://github.com/carbidegames/tungsten-glium2d.git` [INFO] [stderr] Updating git repository `https://github.com/tomaka/glium.git` [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-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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] 2e65fd853a5d150316765757a35624d4d6e2015df2363099f78a25750c783028 [INFO] running `"docker" "start" "-a" "2e65fd853a5d150316765757a35624d4d6e2015df2363099f78a25750c783028"` [INFO] [stderr] Compiling takeable-option v0.5.0 [INFO] [stderr] Compiling base64 v0.1.1 [INFO] [stderr] Compiling gif v0.8.0 [INFO] [stderr] Compiling dynamic v0.2.1 [INFO] [stderr] Compiling glium v0.26.0-alpha3 (https://github.com/tomaka/glium.git#125be358) [INFO] [stderr] Compiling png v0.4.3 [INFO] [stderr] Compiling smithay-client-toolkit v0.6.4 [INFO] [stderr] Compiling cgmath v0.7.0 [INFO] [stderr] Compiling cgmath v0.8.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.16 [INFO] [stderr] Compiling tungsten v0.1.0 [INFO] [stderr] Compiling tungsten v0.1.0 (https://github.com/carbidegames/tungsten.git#aa1a5293) [INFO] [stderr] Compiling tiled v0.1.5 [INFO] [stderr] Compiling image v0.8.0 [INFO] [stderr] Compiling winit v0.20.0-alpha3 [INFO] [stderr] Compiling glutin v0.22.0-alpha3 [INFO] [stderr] Compiling tungsten-glium2d v0.1.0 (https://github.com/carbidegames/tungsten-glium2d.git#cca3cdb8) [INFO] [stderr] error[E0432]: unresolved import `glium::glutin::Event` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/tungsten-glium2d-a1a0afe6d0949c98/cca3cdb/src/frontend.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use glium::glutin::Event; [INFO] [stderr] | ^^^^^^^^^^^^^^^----- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `event` [INFO] [stderr] | no `Event` in `glutin` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `glium::backend::glutin_backend` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/tungsten-glium2d-a1a0afe6d0949c98/cca3cdb/src/runtime.rs:6:21 [INFO] [stderr] | [INFO] [stderr] 6 | use glium::backend::glutin_backend::GlutinFacade; [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `glium::glutin::Event`, `glium::glutin::WindowBuilder` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/tungsten-glium2d-a1a0afe6d0949c98/cca3cdb/src/runtime.rs:8:21 [INFO] [stderr] | [INFO] [stderr] 8 | use glium::glutin::{Event, WindowBuilder}; [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^ no `WindowBuilder` in `glutin` [INFO] [stderr] | | [INFO] [stderr] | no `Event` in `glutin` [INFO] [stderr] | help: a similar name exists in the module: `event` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `glium::DisplayBuild` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/tungsten-glium2d-a1a0afe6d0949c98/cca3cdb/src/runtime.rs:13:20 [INFO] [stderr] | [INFO] [stderr] 13 | use glium::{Frame, DisplayBuild, Surface, VertexBuffer, Program, Blend}; [INFO] [stderr] | ^^^^^^^^^^^^ no `DisplayBuild` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `glium::glutin::VirtualKeyCode` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/tungsten-glium2d-a1a0afe6d0949c98/cca3cdb/src/lib.rs:12:9 [INFO] [stderr] | [INFO] [stderr] 12 | pub use glium::glutin::VirtualKeyCode as Key; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `VirtualKeyCode` in `glutin` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `glium::glutin::ElementState` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/tungsten-glium2d-a1a0afe6d0949c98/cca3cdb/src/lib.rs:13:9 [INFO] [stderr] | [INFO] [stderr] 13 | pub use glium::glutin::ElementState as ElementState; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ElementState` in `glutin` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `glium::glutin::MouseButton` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/tungsten-glium2d-a1a0afe6d0949c98/cca3cdb/src/lib.rs:14:9 [INFO] [stderr] | [INFO] [stderr] 14 | pub use glium::glutin::MouseButton as MouseButton; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MouseButton` in `glutin` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/tungsten-glium2d-a1a0afe6d0949c98/cca3cdb/src/runtime.rs:122:21 [INFO] [stderr] | [INFO] [stderr] 122 | image.0.clone(), image.1 [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected &[_], found struct `std::vec::Vec` [INFO] [stderr] | help: consider borrowing here: `&image.0` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&[_]` [INFO] [stderr] found type `std::vec::Vec` [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: Could not compile `tungsten-glium2d`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "2e65fd853a5d150316765757a35624d4d6e2015df2363099f78a25750c783028"` [INFO] running `"docker" "rm" "-f" "2e65fd853a5d150316765757a35624d4d6e2015df2363099f78a25750c783028"` [INFO] [stdout] 2e65fd853a5d150316765757a35624d4d6e2015df2363099f78a25750c783028