[INFO] crate azul_glium 0.22.0 is already in cache [INFO] extracting crate azul_glium 0.22.0 into work/ex/pr-59199/sources/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7/reg/azul_glium/0.22.0 [INFO] extracting crate azul_glium 0.22.0 into work/ex/pr-59199/sources/try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b/reg/azul_glium/0.22.0 [INFO] validating manifest of azul_glium-0.22.0 on toolchain master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of azul_glium-0.22.0 on toolchain try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b-alt" "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/pr-59199/sources/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7/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/pr-59199/sources/try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b/reg/azul_glium/0.22.0/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking azul_glium-0.22.0 against try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b for pr-59199 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-59199/worker-7/try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-59199/sources/try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b/reg/azul_glium/0.22.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/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=forbid" "-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" "+68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] e4aa03cb6366566ba585b92e58f177058b964a67e399bce396feed71a9506cd5 [INFO] running `"docker" "start" "-a" "e4aa03cb6366566ba585b92e58f177058b964a67e399bce396feed71a9506cd5"` [INFO] [stderr] Compiling azul_glium v0.22.0 (/opt/crater/workdir) [INFO] [stderr] Checking genmesh v0.5.0 [INFO] [stderr] Checking obj v0.8.2 [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: 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: 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: 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: 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] 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] error[E0463]: can't find crate for `glium` [INFO] [stderr] --> tests/ssbo.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/tessellation.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/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/attrs.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[E0463]: can't find crate for `glium` [INFO] [stderr] --> tests/uniform_buffer.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[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] [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[E0463]: can't find crate for `glium` [INFO] [stderr] --> examples/manual-creation.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | 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: 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: 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] 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/tutorial-03.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/draw_parameters.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_write.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_draw.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/shaders.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | 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[E0463]: can't find crate for `glium` [INFO] [stderr] --> tests/display.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: 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/displacement_mapping.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | 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" "e4aa03cb6366566ba585b92e58f177058b964a67e399bce396feed71a9506cd5"` [INFO] running `"docker" "rm" "-f" "e4aa03cb6366566ba585b92e58f177058b964a67e399bce396feed71a9506cd5"` [INFO] [stdout] e4aa03cb6366566ba585b92e58f177058b964a67e399bce396feed71a9506cd5