[INFO] fetching crate luminance 0.33.0... [INFO] checking luminance-0.33.0 against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] extracting crate luminance 0.33.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate luminance 0.33.0 on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate luminance 0.33.0 [INFO] finished tweaking crates.io crate luminance 0.33.0 [INFO] tweaked toml for crates.io crate luminance 0.33.0 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate crates.io crate luminance 0.33.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded luminance-derive v0.1.1 [INFO] [stderr] Downloaded luminance-glfw v0.6.1 [INFO] [stderr] Downloaded luminance-windowing v0.3.1 [INFO] [stderr] Downloaded luminance-glutin v0.1.1 [INFO] [stderr] Downloaded luminance v0.32.0 [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=forbid" "-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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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] 6970901751d34a6889cd5b671cf8fe83b16c06bbb8f12fc225c10214250257fb [INFO] running `"docker" "start" "-a" "6970901751d34a6889cd5b671cf8fe83b16c06bbb8f12fc225c10214250257fb"` [INFO] [stderr] Compiling cc v1.0.42 [INFO] [stderr] Checking downcast-rs v1.0.4 [INFO] [stderr] Compiling proc-macro2 v1.0.2 [INFO] [stderr] Compiling x11-dl v2.18.4 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking gif v0.10.2 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking shared_library v0.1.9 [INFO] [stderr] Checking nix v0.14.1 [INFO] [stderr] Checking stb_truetype v0.3.0 [INFO] [stderr] Checking png v0.15.0 [INFO] [stderr] Checking tiff v0.3.1 [INFO] [stderr] Checking rayon-core v1.6.0 [INFO] [stderr] Compiling gl_generator v0.11.0 [INFO] [stderr] Compiling gl_generator v0.13.1 [INFO] [stderr] Checking osmesa-sys v0.1.2 [INFO] [stderr] Checking rayon v1.2.0 [INFO] [stderr] Checking stb_truetype v0.2.8 [INFO] [stderr] Checking rusttype v0.7.7 [INFO] [stderr] Compiling cmake v0.1.42 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Compiling gl v0.13.0 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling glfw-sys v3.3.0 [INFO] [stderr] Compiling glutin_egl_sys v0.1.3 [INFO] [stderr] Compiling glutin_glx_sys v0.1.5 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Checking dlib v0.4.1 [INFO] [stderr] Checking wayland-sys v0.21.13 [INFO] [stderr] Checking jpeg-decoder v0.1.16 [INFO] [stderr] Checking image v0.22.1 [INFO] [stderr] Checking glfw v0.31.0 [INFO] [stderr] Checking wayland-commons v0.21.13 [INFO] [stderr] Checking wayland-client v0.21.13 [INFO] [stderr] Compiling luminance-derive v0.1.1 [INFO] [stderr] Checking wayland-protocols v0.21.13 [INFO] [stderr] Checking luminance v0.32.0 [INFO] [stderr] Checking luminance v0.33.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking luminance-windowing v0.3.1 [INFO] [stderr] Checking luminance-glfw v0.6.1 [INFO] [stderr] Checking smithay-client-toolkit v0.4.6 [INFO] [stderr] Checking winit v0.19.3 [INFO] [stderr] Checking glutin v0.21.1 [INFO] [stderr] Checking luminance-glutin v0.1.1 [INFO] [stderr] error[E0599]: no method named `set_vertex_nb` found for type `luminance::tess::TessBuilder<'_, luminance_glfw::GlfwSurface>` in the current scope [INFO] [stderr] --> examples/05-attributeless.rs:35:6 [INFO] [stderr] | [INFO] [stderr] 35 | .set_vertex_nb(3) [INFO] [stderr] | ^^^^^^^^^^^^^ method not found in `luminance::tess::TessBuilder<'_, luminance_glfw::GlfwSurface>` [INFO] [stderr] | [INFO] [stderr] = note: the method `set_vertex_nb` exists but the following trait bounds were not satisfied: [INFO] [stderr] `luminance_glfw::GlfwSurface : luminance::context::GraphicsContext` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `pipeline_builder` found for type `luminance_glfw::GlfwSurface` in the current scope [INFO] [stderr] --> examples/05-attributeless.rs:56:8 [INFO] [stderr] | [INFO] [stderr] 56 | .pipeline_builder() [INFO] [stderr] | ^^^^^^^^^^^^^^^^ method not found in `luminance_glfw::GlfwSurface` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 11 | use luminance::context::GraphicsContext; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unused import: `luminance::context::GraphicsContext` [INFO] [stderr] --> examples/05-attributeless.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use luminance::context::GraphicsContext as _; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `luminance`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `add_vertices` found for type `luminance::tess::TessBuilder<'_, luminance_glfw::GlfwSurface>` in the current scope [INFO] [stderr] --> examples/10-vertex-instancing.rs:53:6 [INFO] [stderr] | [INFO] [stderr] 53 | .add_vertices(TRI_VERTICES) [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `luminance::tess::TessBuilder<'_, luminance_glfw::GlfwSurface>` [INFO] [stderr] | [INFO] [stderr] = note: the method `add_vertices` exists but the following trait bounds were not satisfied: [INFO] [stderr] `luminance_glfw::GlfwSurface : luminance::context::GraphicsContext` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `add_vertices` found for type `luminance::tess::TessBuilder<'_, luminance_glfw::GlfwSurface>` in the current scope [INFO] [stderr] --> examples/08-shader-uniforms-adapt.rs:98:6 [INFO] [stderr] | [INFO] [stderr] 98 | .add_vertices(TRI_VERTICES) [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `luminance::tess::TessBuilder<'_, luminance_glfw::GlfwSurface>` [INFO] [stderr] | [INFO] [stderr] = note: the method `add_vertices` exists but the following trait bounds were not satisfied: [INFO] [stderr] `luminance_glfw::GlfwSurface : luminance::context::GraphicsContext` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `pipeline_builder` found for type `luminance_glfw::GlfwSurface` in the current scope [INFO] [stderr] --> examples/10-vertex-instancing.rs:107:8 [INFO] [stderr] | [INFO] [stderr] 107 | .pipeline_builder() [INFO] [stderr] | ^^^^^^^^^^^^^^^^ method not found in `luminance_glfw::GlfwSurface` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 9 | use luminance::context::GraphicsContext; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `add_vertices` found for type `luminance::tess::TessBuilder<'_, luminance_glfw::GlfwSurface>` in the current scope [INFO] [stderr] --> examples/02-render-state.rs:76:6 [INFO] [stderr] | [INFO] [stderr] 76 | .add_vertices(&TRI_RED_BLUE_VERTICES[0..3]) [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `luminance::tess::TessBuilder<'_, luminance_glfw::GlfwSurface>` [INFO] [stderr] | [INFO] [stderr] = note: the method `add_vertices` exists but the following trait bounds were not satisfied: [INFO] [stderr] `luminance_glfw::GlfwSurface : luminance::context::GraphicsContext` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `add_vertices` found for type `luminance::tess::TessBuilder<'_, luminance_glfw::GlfwSurface>` in the current scope [INFO] [stderr] --> examples/02-render-state.rs:81:6 [INFO] [stderr] | [INFO] [stderr] 81 | .add_vertices(&TRI_RED_BLUE_VERTICES[3..6]) [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `luminance::tess::TessBuilder<'_, luminance_glfw::GlfwSurface>` [INFO] [stderr] | [INFO] [stderr] = note: the method `add_vertices` exists but the following trait bounds were not satisfied: [INFO] [stderr] `luminance_glfw::GlfwSurface : luminance::context::GraphicsContext` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `pipeline_builder` found for type `luminance_glfw::GlfwSurface` in the current scope [INFO] [stderr] --> examples/08-shader-uniforms-adapt.rs:153:8 [INFO] [stderr] | [INFO] [stderr] 153 | .pipeline_builder() [INFO] [stderr] | ^^^^^^^^^^^^^^^^ method not found in `luminance_glfw::GlfwSurface` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 19 | use luminance::context::GraphicsContext; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `pipeline_builder` found for type `luminance_glfw::GlfwSurface` in the current scope [INFO] [stderr] --> examples/02-render-state.rs:116:8 [INFO] [stderr] | [INFO] [stderr] 116 | .pipeline_builder() [INFO] [stderr] | ^^^^^^^^^^^^^^^^ method not found in `luminance_glfw::GlfwSurface` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 14 | use luminance::context::GraphicsContext; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `add_vertices` found for type `luminance::tess::TessBuilder<'_, luminance_glfw::GlfwSurface>` in the current scope [INFO] [stderr] --> examples/04-shader-uniforms.rs:60:6 [INFO] [stderr] | [INFO] [stderr] 60 | .add_vertices(TRI_VERTICES) [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `luminance::tess::TessBuilder<'_, luminance_glfw::GlfwSurface>` [INFO] [stderr] | [INFO] [stderr] = note: the method `add_vertices` exists but the following trait bounds were not satisfied: [INFO] [stderr] `luminance_glfw::GlfwSurface : luminance::context::GraphicsContext` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `add_vertices` found for type `luminance::tess::TessBuilder<'_, luminance_glfw::GlfwSurface>` in the current scope [INFO] [stderr] --> examples/07-offscreen.rs:64:6 [INFO] [stderr] | [INFO] [stderr] 64 | .add_vertices(TRI_VERTICES) [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `luminance::tess::TessBuilder<'_, luminance_glfw::GlfwSurface>` [INFO] [stderr] | [INFO] [stderr] = note: the method `add_vertices` exists but the following trait bounds were not satisfied: [INFO] [stderr] `luminance_glfw::GlfwSurface : luminance::context::GraphicsContext` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `set_vertex_nb` found for type `luminance::tess::TessBuilder<'_, luminance_glfw::GlfwSurface>` in the current scope [INFO] [stderr] --> examples/07-offscreen.rs:71:6 [INFO] [stderr] | [INFO] [stderr] 71 | .set_vertex_nb(4) [INFO] [stderr] | ^^^^^^^^^^^^^ method not found in `luminance::tess::TessBuilder<'_, luminance_glfw::GlfwSurface>` [INFO] [stderr] | [INFO] [stderr] = note: the method `set_vertex_nb` exists but the following trait bounds were not satisfied: [INFO] [stderr] `luminance_glfw::GlfwSurface : luminance::context::GraphicsContext` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `luminance_glfw::GlfwSurface: luminance::context::GraphicsContext` is not satisfied [INFO] [stderr] --> examples/07-offscreen.rs:81:49 [INFO] [stderr] | [INFO] [stderr] 81 | Framebuffer::::new(&mut surface, surf_size, 0).expect("framebuffer creation"); [INFO] [stderr] | ^^^^^^^^^^^^ the trait `luminance::context::GraphicsContext` is not implemented for `luminance_glfw::GlfwSurface` [INFO] [stderr] | [INFO] [stderr] = note: required by `luminance::framebuffer::Framebuffer::::new` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `pipeline_builder` found for type `luminance_glfw::GlfwSurface` in the current scope [INFO] [stderr] --> examples/04-shader-uniforms.rs:116:8 [INFO] [stderr] | [INFO] [stderr] 116 | .pipeline_builder() [INFO] [stderr] | ^^^^^^^^^^^^^^^^ method not found in `luminance_glfw::GlfwSurface` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 16 | use luminance::context::GraphicsContext; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `luminance_glfw::GlfwSurface: luminance::context::GraphicsContext` is not satisfied [INFO] [stderr] --> examples/07-offscreen.rs:106:26 [INFO] [stderr] | [INFO] [stderr] 106 | offscreen_buffer = Framebuffer::new(&mut surface, size, 0).expect("framebuffer recreation"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ the trait `luminance::context::GraphicsContext` is not implemented for `luminance_glfw::GlfwSurface` [INFO] [stderr] | [INFO] [stderr] = note: required by `luminance::framebuffer::Framebuffer::::new` [INFO] [stderr] [INFO] [stderr] warning: unused import: `luminance::context::GraphicsContext` [INFO] [stderr] --> examples/10-vertex-instancing.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use luminance::context::GraphicsContext; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error[E0599]: no method named `pipeline_builder` found for type `luminance_glfw::GlfwSurface` in the current scope [INFO] [stderr] --> examples/07-offscreen.rs:112:27 [INFO] [stderr] | [INFO] [stderr] 112 | let builder = surface.pipeline_builder(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ method not found in `luminance_glfw::GlfwSurface` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 10 | use luminance::context::GraphicsContext; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `add_vertices` found for type `luminance::tess::TessBuilder<'_, luminance_glfw::GlfwSurface>` in the current scope [INFO] [stderr] --> examples/09-dynamic-uniform-interface.rs:51:6 [INFO] [stderr] | [INFO] [stderr] 51 | .add_vertices(TRI_VERTICES) [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `luminance::tess::TessBuilder<'_, luminance_glfw::GlfwSurface>` [INFO] [stderr] | [INFO] [stderr] = note: the method `add_vertices` exists but the following trait bounds were not satisfied: [INFO] [stderr] `luminance_glfw::GlfwSurface : luminance::context::GraphicsContext` [INFO] [stderr] [INFO] [stderr] warning: unused import: `luminance::context::GraphicsContext` [INFO] [stderr] --> examples/08-shader-uniforms-adapt.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | use luminance::context::GraphicsContext as _; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] warning: unused import: `luminance::context::GraphicsContext` [INFO] [stderr] --> examples/02-render-state.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | use luminance::context::GraphicsContext as _; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] error[E0599]: no method named `add_vertices` found for type `luminance::tess::TessBuilder<'_, luminance_glfw::GlfwSurface>` in the current scope [INFO] [stderr] --> examples/01-hello-world.rs:152:6 [INFO] [stderr] | [INFO] [stderr] 152 | .add_vertices(TRI_VERTICES) [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `luminance::tess::TessBuilder<'_, luminance_glfw::GlfwSurface>` [INFO] [stderr] | [INFO] [stderr] = note: the method `add_vertices` exists but the following trait bounds were not satisfied: [INFO] [stderr] `luminance_glfw::GlfwSurface : luminance::context::GraphicsContext` [INFO] [stderr] [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error[E0599]: no method named `add_vertices` found for type `luminance::tess::TessBuilder<'_, luminance_glfw::GlfwSurface>` in the current scope [INFO] [stderr] --> examples/01-hello-world.rs:161:6 [INFO] [stderr] | [INFO] [stderr] 161 | .add_vertices(TRI_VERTICES) [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `luminance::tess::TessBuilder<'_, luminance_glfw::GlfwSurface>` [INFO] [stderr] | [INFO] [stderr] = note: the method `add_vertices` exists but the following trait bounds were not satisfied: [INFO] [stderr] `luminance_glfw::GlfwSurface : luminance::context::GraphicsContext` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `add_vertices` found for type `luminance::tess::TessBuilder<'_, luminance_glfw::GlfwSurface>` in the current scope [INFO] [stderr] --> examples/01-hello-world.rs:170:6 [INFO] [stderr] | [INFO] [stderr] 170 | .add_vertices(TRI_DEINT_POS_VERTICES) [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `luminance::tess::TessBuilder<'_, luminance_glfw::GlfwSurface>` [INFO] [stderr] | [INFO] [stderr] = note: the method `add_vertices` exists but the following trait bounds were not satisfied: [INFO] [stderr] `luminance_glfw::GlfwSurface : luminance::context::GraphicsContext` [INFO] [stderr] [INFO] [stderr] error: could not compile `luminance`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `pipeline_builder` found for type `luminance_glfw::GlfwSurface` in the current scope [INFO] [stderr] --> examples/09-dynamic-uniform-interface.rs:104:8 [INFO] [stderr] | [INFO] [stderr] 104 | .pipeline_builder() [INFO] [stderr] | ^^^^^^^^^^^^^^^^ method not found in `luminance_glfw::GlfwSurface` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 18 | use luminance::context::GraphicsContext; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `add_vertices` found for type `luminance::tess::TessBuilder<'_, luminance_glfw::GlfwSurface>` in the current scope [INFO] [stderr] --> examples/01-hello-world.rs:178:6 [INFO] [stderr] | [INFO] [stderr] 178 | .add_vertices(TRI_DEINT_POS_VERTICES) [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `luminance::tess::TessBuilder<'_, luminance_glfw::GlfwSurface>` [INFO] [stderr] | [INFO] [stderr] = note: the method `add_vertices` exists but the following trait bounds were not satisfied: [INFO] [stderr] `luminance_glfw::GlfwSurface : luminance::context::GraphicsContext` [INFO] [stderr] [INFO] [stderr] warning: unused import: `luminance::context::GraphicsContext` [INFO] [stderr] --> examples/04-shader-uniforms.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | use luminance::context::GraphicsContext as _; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `add_vertices` found for type `luminance::tess::TessBuilder<'_, luminance_glfw::GlfwSurface>` in the current scope [INFO] [stderr] --> examples/03-sliced-tess.rs:71:6 [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] | [INFO] [stderr] 71 | .add_vertices(TRI_RED_BLUE_VERTICES) [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `luminance::tess::TessBuilder<'_, luminance_glfw::GlfwSurface>` [INFO] [stderr] [INFO] [stderr] | [INFO] [stderr] = note: the method `add_vertices` exists but the following trait bounds were not satisfied: [INFO] [stderr] `luminance_glfw::GlfwSurface : luminance::context::GraphicsContext` [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] [INFO] [stderr] error: could not compile `luminance`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `luminance`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `pipeline_builder` found for type `luminance_glfw::GlfwSurface` in the current scope [INFO] [stderr] --> examples/01-hello-world.rs:218:8 [INFO] [stderr] | [INFO] [stderr] 218 | .pipeline_builder() [INFO] [stderr] | ^^^^^^^^^^^^^^^^ method not found in `luminance_glfw::GlfwSurface` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 11 | use luminance::context::GraphicsContext; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unused import: `luminance::context::GraphicsContext` [INFO] [stderr] --> examples/07-offscreen.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use luminance::context::GraphicsContext as _; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `TessSliceIndex` [INFO] [stderr] --> examples/07-offscreen.rs:17:42 [INFO] [stderr] | [INFO] [stderr] 17 | use luminance::tess::{Mode, TessBuilder, TessSliceIndex}; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] warning: unused import: `luminance::context::GraphicsContext` [INFO] [stderr] --> examples/01-hello-world.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use luminance::context::GraphicsContext as _; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error[E0599]: no method named `pipeline_builder` found for type `luminance_glfw::GlfwSurface` in the current scope [INFO] [stderr] --> examples/03-sliced-tess.rs:100:8 [INFO] [stderr] | [INFO] [stderr] 100 | .pipeline_builder() [INFO] [stderr] | ^^^^^^^^^^^^^^^^ method not found in `luminance_glfw::GlfwSurface` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 19 | use luminance::context::GraphicsContext; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: could not compile `luminance`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `luminance`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `luminance`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: unused import: `luminance::context::GraphicsContext` [INFO] [stderr] --> examples/09-dynamic-uniform-interface.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | use luminance::context::GraphicsContext as _; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] warning: unused import: `luminance::context::GraphicsContext` [INFO] [stderr] --> examples/03-sliced-tess.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | use luminance::context::GraphicsContext as _; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `TessSliceIndex` [INFO] [stderr] --> examples/03-sliced-tess.rs:24:42 [INFO] [stderr] | [INFO] [stderr] 24 | use luminance::tess::{Mode, TessBuilder, TessSliceIndex}; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `luminance`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `luminance`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `add_vertices` found for type `luminance::tess::TessBuilder<'_, luminance_glfw::GlfwSurface>` in the current scope [INFO] [stderr] --> examples/11-query-texture-texels.rs:67:6 [INFO] [stderr] | [INFO] [stderr] 67 | .add_vertices(TRI_VERTICES) [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `luminance::tess::TessBuilder<'_, luminance_glfw::GlfwSurface>` [INFO] [stderr] | [INFO] [stderr] = note: the method `add_vertices` exists but the following trait bounds were not satisfied: [INFO] [stderr] `luminance_glfw::GlfwSurface : luminance::context::GraphicsContext` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `luminance_glfw::GlfwSurface: luminance::context::GraphicsContext` is not satisfied [INFO] [stderr] --> examples/11-query-texture-texels.rs:77:60 [INFO] [stderr] | [INFO] [stderr] 77 | let fb = Framebuffer::::new(&mut surface, [960, 540], 0).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^ the trait `luminance::context::GraphicsContext` is not implemented for `luminance_glfw::GlfwSurface` [INFO] [stderr] | [INFO] [stderr] = note: required by `luminance::framebuffer::Framebuffer::::new` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `pipeline_builder` found for type `luminance_glfw::GlfwSurface` in the current scope [INFO] [stderr] --> examples/11-query-texture-texels.rs:93:8 [INFO] [stderr] | [INFO] [stderr] 93 | .pipeline_builder() [INFO] [stderr] | ^^^^^^^^^^^^^^^^ method not found in `luminance_glfw::GlfwSurface` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 10 | use luminance::context::GraphicsContext; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unused import: `luminance::context::GraphicsContext` [INFO] [stderr] --> examples/11-query-texture-texels.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use luminance::context::GraphicsContext as _; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `luminance`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `set_vertex_nb` found for type `luminance::tess::TessBuilder<'_, luminance_glfw::GlfwSurface>` in the current scope [INFO] [stderr] --> examples/06-texture.rs:67:6 [INFO] [stderr] | [INFO] [stderr] 67 | .set_vertex_nb(4) [INFO] [stderr] | ^^^^^^^^^^^^^ method not found in `luminance::tess::TessBuilder<'_, luminance_glfw::GlfwSurface>` [INFO] [stderr] | [INFO] [stderr] = note: the method `set_vertex_nb` exists but the following trait bounds were not satisfied: [INFO] [stderr] `luminance_glfw::GlfwSurface : luminance::context::GraphicsContext` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `pipeline_builder` found for type `luminance_glfw::GlfwSurface` in the current scope [INFO] [stderr] --> examples/06-texture.rs:93:8 [INFO] [stderr] | [INFO] [stderr] 93 | .pipeline_builder() [INFO] [stderr] | ^^^^^^^^^^^^^^^^ method not found in `luminance_glfw::GlfwSurface` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 14 | use luminance::context::GraphicsContext; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `luminance_glfw::GlfwSurface: luminance::context::GraphicsContext` is not satisfied [INFO] [stderr] --> examples/06-texture.rs:127:13 [INFO] [stderr] | [INFO] [stderr] 127 | let tex = Texture::new(surface, [width, height], 0, &Sampler::default()) [INFO] [stderr] | ^^^^^^^^^^^^ the trait `luminance::context::GraphicsContext` is not implemented for `luminance_glfw::GlfwSurface` [INFO] [stderr] | [INFO] [stderr] = note: required by `luminance::texture::Texture::::new` [INFO] [stderr] [INFO] [stderr] warning: unused import: `luminance::context::GraphicsContext` [INFO] [stderr] --> examples/06-texture.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | use luminance::context::GraphicsContext as _; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `luminance`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `add_vertices` found for type `luminance::tess::TessBuilder<'_, luminance_glutin::GlutinSurface>` in the current scope [INFO] [stderr] --> examples/01-hello-world-glutin.rs:152:6 [INFO] [stderr] | [INFO] [stderr] 152 | .add_vertices(TRI_VERTICES) [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `luminance::tess::TessBuilder<'_, luminance_glutin::GlutinSurface>` [INFO] [stderr] | [INFO] [stderr] = note: the method `add_vertices` exists but the following trait bounds were not satisfied: [INFO] [stderr] `luminance_glutin::GlutinSurface : luminance::context::GraphicsContext` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `add_vertices` found for type `luminance::tess::TessBuilder<'_, luminance_glutin::GlutinSurface>` in the current scope [INFO] [stderr] --> examples/01-hello-world-glutin.rs:161:6 [INFO] [stderr] | [INFO] [stderr] 161 | .add_vertices(TRI_VERTICES) [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `luminance::tess::TessBuilder<'_, luminance_glutin::GlutinSurface>` [INFO] [stderr] | [INFO] [stderr] = note: the method `add_vertices` exists but the following trait bounds were not satisfied: [INFO] [stderr] `luminance_glutin::GlutinSurface : luminance::context::GraphicsContext` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `add_vertices` found for type `luminance::tess::TessBuilder<'_, luminance_glutin::GlutinSurface>` in the current scope [INFO] [stderr] --> examples/01-hello-world-glutin.rs:170:6 [INFO] [stderr] | [INFO] [stderr] 170 | .add_vertices(TRI_DEINT_POS_VERTICES) [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `luminance::tess::TessBuilder<'_, luminance_glutin::GlutinSurface>` [INFO] [stderr] | [INFO] [stderr] = note: the method `add_vertices` exists but the following trait bounds were not satisfied: [INFO] [stderr] `luminance_glutin::GlutinSurface : luminance::context::GraphicsContext` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `add_vertices` found for type `luminance::tess::TessBuilder<'_, luminance_glutin::GlutinSurface>` in the current scope [INFO] [stderr] --> examples/01-hello-world-glutin.rs:178:6 [INFO] [stderr] | [INFO] [stderr] 178 | .add_vertices(TRI_DEINT_POS_VERTICES) [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `luminance::tess::TessBuilder<'_, luminance_glutin::GlutinSurface>` [INFO] [stderr] | [INFO] [stderr] = note: the method `add_vertices` exists but the following trait bounds were not satisfied: [INFO] [stderr] `luminance_glutin::GlutinSurface : luminance::context::GraphicsContext` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `pipeline_builder` found for type `luminance_glutin::GlutinSurface` in the current scope [INFO] [stderr] --> examples/01-hello-world-glutin.rs:241:8 [INFO] [stderr] | [INFO] [stderr] 241 | .pipeline_builder() [INFO] [stderr] | ^^^^^^^^^^^^^^^^ method not found in `luminance_glutin::GlutinSurface` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 11 | use luminance::context::GraphicsContext; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unused import: `luminance::context::GraphicsContext` [INFO] [stderr] --> examples/01-hello-world-glutin.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use luminance::context::GraphicsContext; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `luminance`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "6970901751d34a6889cd5b671cf8fe83b16c06bbb8f12fc225c10214250257fb"` [INFO] running `"docker" "rm" "-f" "6970901751d34a6889cd5b671cf8fe83b16c06bbb8f12fc225c10214250257fb"` [INFO] [stdout] 6970901751d34a6889cd5b671cf8fe83b16c06bbb8f12fc225c10214250257fb