[INFO] crate azul_glium 0.22.0 is already in cache [INFO] extracting crate azul_glium 0.22.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/azul_glium/0.22.0 [INFO] extracting crate azul_glium 0.22.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/azul_glium/0.22.0 [INFO] validating manifest of azul_glium-0.22.0 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of azul_glium-0.22.0 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing azul_glium-0.22.0 [INFO] finished frobbing azul_glium-0.22.0 [INFO] frobbed toml for azul_glium-0.22.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/azul_glium/0.22.0/Cargo.toml [INFO] started frobbing azul_glium-0.22.0 [INFO] finished frobbing azul_glium-0.22.0 [INFO] frobbed toml for azul_glium-0.22.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/azul_glium/0.22.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing azul_glium-0.22.0 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/azul_glium/0.22.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 36ff487b4c454a509c9a278eb7738e5c7665398743f5d5d231fd459784e5d199 [INFO] running `"docker" "start" "-a" "36ff487b4c454a509c9a278eb7738e5c7665398743f5d5d231fd459784e5d199"` [INFO] [stderr] Compiling azul_glium v0.22.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/program/mod.rs:58:1 [INFO] [stderr] | [INFO] [stderr] 58 | / /// Some shader compilers have race-condition issues, so we lock this mutex [INFO] [stderr] 59 | | /// in the GL thread every time we compile a shader or link a program. [INFO] [stderr] | |______________________________________________________________________^ [INFO] [stderr] 60 | // TODO: replace by a StaticMutex [INFO] [stderr] 61 | / lazy_static! { [INFO] [stderr] 62 | | static ref COMPILER_GLOBAL_LOCK: Mutex<()> = Mutex::new(()); [INFO] [stderr] 63 | | } [INFO] [stderr] | |_- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_doc_comments)] on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/backend/glutin/mod.rs:197:32 [INFO] [stderr] | [INFO] [stderr] 197 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [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/debug.rs:23:30 [INFO] [stderr] | [INFO] [stderr] 23 | pub type DebugCallback = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(Source, MessageType, Severity, u32, bool, &str)` [INFO] [stderr] [INFO] [stderr] warning: the item `mem` is imported redundantly [INFO] [stderr] --> src/debug.rs:164:13 [INFO] [stderr] | [INFO] [stderr] 13 | use std::mem; [INFO] [stderr] | -------- the item `mem` is already imported here [INFO] [stderr] ... [INFO] [stderr] 164 | use std::mem; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: the item `mem` is imported redundantly [INFO] [stderr] --> src/debug.rs:191:13 [INFO] [stderr] | [INFO] [stderr] 13 | use std::mem; [INFO] [stderr] | -------- the item `mem` is already imported here [INFO] [stderr] ... [INFO] [stderr] 191 | use std::mem; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/index/buffer.rs:50:32 [INFO] [stderr] | [INFO] [stderr] 50 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/program/mod.rs:158:32 [INFO] [stderr] | [INFO] [stderr] 158 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/uniforms/mod.rs:232:32 [INFO] [stderr] | [INFO] [stderr] 232 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/vertex/buffer.rs:51:32 [INFO] [stderr] | [INFO] [stderr] 51 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/texture/buffer_texture.rs:142:32 [INFO] [stderr] | [INFO] [stderr] 142 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/context/mod.rs:66:26 [INFO] [stderr] | [INFO] [stderr] 66 | backend: RefCell>, [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Backend` [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/image_format.rs:1808:28 [INFO] [stderr] | [INFO] [stderr] 1808 | Some(1 ... 3) => gl::SRGB8, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/image_format.rs:1845:36 [INFO] [stderr] | [INFO] [stderr] 1845 | Some(1 ... 3) => gl::COMPRESSED_SRGB, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/azul_glium-7711ee9503e3c18c/out/gl_bindings.rs:4177:47 [INFO] [stderr] | [INFO] [stderr] 4177 | fn do_metaloadfn(loadfn: &mut FnMut(&'static str) -> *const __gl_imports::raw::c_void, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&'static str) -> *const __gl_imports::raw::c_void` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:1009:32 [INFO] [stderr] | [INFO] [stderr] 1009 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: type annotations needed [INFO] [stderr] --> src/texture/any.rs:289:30 [INFO] [stderr] | [INFO] [stderr] 289 | if !data_raw.is_null() { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(tyvar_behind_raw_pointer)] on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stderr] = note: for more information, see issue #46906 [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/framebuffer/render_buffer.rs:435:17 [INFO] [stderr] | [INFO] [stderr] 435 | let mut ctxt = self.context.make_current(); [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/texture/any.rs:654:17 [INFO] [stderr] | [INFO] [stderr] 654 | let mut ctxt = self.context.make_current(); [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/context/mod.rs:527:9 [INFO] [stderr] | [INFO] [stderr] 527 | / ops::read(&mut ctxt, ops::Source::DefaultFramebuffer(gl::FRONT_LEFT), &rect, [INFO] [stderr] 528 | | &mut data, false); [INFO] [stderr] | |____________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 39.06s [INFO] running `"docker" "inspect" "36ff487b4c454a509c9a278eb7738e5c7665398743f5d5d231fd459784e5d199"` [INFO] running `"docker" "rm" "-f" "36ff487b4c454a509c9a278eb7738e5c7665398743f5d5d231fd459784e5d199"` [INFO] [stdout] 36ff487b4c454a509c9a278eb7738e5c7665398743f5d5d231fd459784e5d199 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/azul_glium/0.22.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] b2b35940e934fc6f7def62df32859715ccf3e36674a63f24f44025f3546598bc [INFO] running `"docker" "start" "-a" "b2b35940e934fc6f7def62df32859715ccf3e36674a63f24f44025f3546598bc"` [INFO] [stderr] Compiling mint v0.2.0 [INFO] [stderr] Compiling cgmath v0.14.1 [INFO] [stderr] Compiling image v0.18.0 [INFO] [stderr] Compiling genmesh v0.5.0 [INFO] [stderr] Compiling obj v0.8.2 [INFO] [stderr] Compiling azul_glium v0.22.0 (/opt/crater/workdir) [INFO] [stderr] error[E0463]: can't find crate for `glium` [INFO] [stderr] --> tests/vertex_source.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | extern crate glium; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] error[E0463]: can't find crate for `glium` [INFO] [stderr] --> examples/blitting.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | extern crate glium; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ can't find crate [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 E0463`. [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: Could not compile `azul_glium`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `azul_glium`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0463]: can't find crate for `glium` [INFO] [stderr] --> examples/tutorial-01.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | extern crate glium; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: Could not compile `azul_glium`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0463]: can't find crate for `glium` [INFO] [stderr] --> examples/triangle.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | extern crate glium; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: Could not compile `azul_glium`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0463]: can't find crate for `glium` [INFO] [stderr] --> tests/texture_sample.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | extern crate glium; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error[E0463]: can't find crate for `glium` [INFO] [stderr] --> tests/blit.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | extern crate glium; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: Could not compile `azul_glium`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `azul_glium`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0463]: can't find crate for `glium` [INFO] [stderr] --> examples/screenshot.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | extern crate glium; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: Could not compile `azul_glium`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0463]: can't find crate for `glium` [INFO] [stderr] --> examples/screenshot-asynchronous.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | extern crate glium; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: Could not compile `azul_glium`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "b2b35940e934fc6f7def62df32859715ccf3e36674a63f24f44025f3546598bc"` [INFO] running `"docker" "rm" "-f" "b2b35940e934fc6f7def62df32859715ccf3e36674a63f24f44025f3546598bc"` [INFO] [stdout] b2b35940e934fc6f7def62df32859715ccf3e36674a63f24f44025f3546598bc