[INFO] crate mallumo-gls 0.43.0 is already in cache [INFO] checking mallumo-gls-0.43.0 against nightly-2019-10-27 for pr-65897 [INFO] extracting crate mallumo-gls 0.43.0 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate mallumo-gls 0.43.0 on toolchain nightly-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate mallumo-gls 0.43.0 [INFO] finished tweaking crates.io crate mallumo-gls 0.43.0 [INFO] tweaked toml for crates.io crate mallumo-gls 0.43.0 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+nightly-2019-10-27" "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] 8c1827b0d35e5d8939ba0b1ca3cb6173f54c30d657aa89de61656088f13dbc28 [INFO] running `"docker" "start" "-a" "8c1827b0d35e5d8939ba0b1ca3cb6173f54c30d657aa89de61656088f13dbc28"` [INFO] [stderr] Compiling glutin v0.11.0 [INFO] [stderr] Compiling mallumo-gls v0.43.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking winit v0.9.0 [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> examples/triangle.rs:41:38 [INFO] [stderr] | [INFO] [stderr] 41 | let mut renderer = Renderer::new(&gl_window).chain_err(|| "Unable to create window")?; [INFO] [stderr] | ^^^^^^^^^^ expected struct `glutin::Context`, found struct `glutin::GlWindow` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&glutin::Context` [INFO] [stderr] found type `&glutin::GlWindow` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `make_current` found for type `mallumo_gls::Renderer` in the current scope [INFO] [stderr] --> examples/triangle.rs:43:10 [INFO] [stderr] | [INFO] [stderr] 43 | .make_current() [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `mallumo_gls::Renderer` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `mut_default_framebuffer` found for type `mallumo_gls::Renderer` in the current scope [INFO] [stderr] --> examples/triangle.rs:57:14 [INFO] [stderr] | [INFO] [stderr] 57 | renderer.mut_default_framebuffer().set_viewport(Viewport { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: there is a method with a similar name: `get_default_framebuffer` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> examples/triangle.rs:60:16 [INFO] [stderr] | [INFO] [stderr] 60 | width: width, [INFO] [stderr] | ^^^^^ expected usize, found u32 [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> examples/triangle.rs:61:17 [INFO] [stderr] | [INFO] [stderr] 61 | height: height, [INFO] [stderr] | ^^^^^^ expected usize, found u32 [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `draw_arrays` found for type `mallumo_gls::Renderer` in the current scope [INFO] [stderr] --> examples/triangle.rs:74:18 [INFO] [stderr] | [INFO] [stderr] 74 | renderer.draw_arrays( [INFO] [stderr] | ^^^^^^^^^^^ method not found in `mallumo_gls::Renderer` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `swap_buffers` found for type `mallumo_gls::Renderer` in the current scope [INFO] [stderr] --> examples/triangle.rs:82:18 [INFO] [stderr] | [INFO] [stderr] 82 | renderer.swap_buffers(); [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `mallumo_gls::Renderer` [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `mallumo-gls`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> examples/window.rs:41:38 [INFO] [stderr] | [INFO] [stderr] 41 | let mut renderer = Renderer::new(&gl_window).chain_err(|| "Unable to create window")?; [INFO] [stderr] | ^^^^^^^^^^ expected struct `glutin::Context`, found struct `glutin::GlWindow` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&glutin::Context` [INFO] [stderr] found type `&glutin::GlWindow` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `make_current` found for type `mallumo_gls::Renderer` in the current scope [INFO] [stderr] --> examples/window.rs:43:10 [INFO] [stderr] | [INFO] [stderr] 43 | .make_current() [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `mallumo_gls::Renderer` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `mut_default_framebuffer` found for type `mallumo_gls::Renderer` in the current scope [INFO] [stderr] --> examples/window.rs:46:14 [INFO] [stderr] | [INFO] [stderr] 46 | renderer.mut_default_framebuffer().set_viewport(Viewport { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: there is a method with a similar name: `get_default_framebuffer` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> examples/window.rs:49:16 [INFO] [stderr] | [INFO] [stderr] 49 | width: width, [INFO] [stderr] | ^^^^^ expected usize, found u32 [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> examples/window.rs:50:17 [INFO] [stderr] | [INFO] [stderr] 50 | height: height, [INFO] [stderr] | ^^^^^^ expected usize, found u32 [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `mut_default_framebuffer` found for type `mallumo_gls::Renderer` in the current scope [INFO] [stderr] --> examples/window.rs:53:10 [INFO] [stderr] | [INFO] [stderr] 53 | .mut_default_framebuffer() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: there is a method with a similar name: `get_default_framebuffer` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `swap_buffers` found for type `mallumo_gls::Renderer` in the current scope [INFO] [stderr] --> examples/window.rs:74:18 [INFO] [stderr] | [INFO] [stderr] 74 | renderer.swap_buffers(); [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `mallumo_gls::Renderer` [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `mallumo-gls`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "8c1827b0d35e5d8939ba0b1ca3cb6173f54c30d657aa89de61656088f13dbc28"` [INFO] running `"docker" "rm" "-f" "8c1827b0d35e5d8939ba0b1ca3cb6173f54c30d657aa89de61656088f13dbc28"` [INFO] [stdout] 8c1827b0d35e5d8939ba0b1ca3cb6173f54c30d657aa89de61656088f13dbc28