[INFO] fetching crate luminance 0.37.1... [INFO] checking luminance-0.37.1 against beta-2019-10-27 for pr-65897 [INFO] extracting crate luminance 0.37.1 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate luminance 0.37.1 on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate luminance 0.37.1 [INFO] finished tweaking crates.io crate luminance 0.37.1 [INFO] tweaked toml for crates.io crate luminance 0.37.1 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate crates.io crate luminance 0.37.1 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+beta-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] c87ba57f170fac89caaa9ee16c3a44ee6a7d1be5b7a84c228ff6d46e96022622 [INFO] running `"docker" "start" "-a" "c87ba57f170fac89caaa9ee16c3a44ee6a7d1be5b7a84c228ff6d46e96022622"` [INFO] [stderr] Checking arrayvec v0.5.0 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling cmake v0.1.42 [INFO] [stderr] Compiling gl_generator v0.13.1 [INFO] [stderr] Checking nix v0.14.1 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking shared_library v0.1.9 [INFO] [stderr] Checking x11-dl v2.18.4 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Checking line_drawing v0.7.0 [INFO] [stderr] Checking num-integer v0.1.41 [INFO] [stderr] Checking png v0.15.0 [INFO] [stderr] Checking crossbeam-epoch v0.7.2 [INFO] [stderr] Checking osmesa-sys v0.1.2 [INFO] [stderr] Compiling glfw-sys v3.3.0 [INFO] [stderr] Checking rusttype v0.8.1 [INFO] [stderr] Checking crossbeam-deque v0.7.1 [INFO] [stderr] Checking num-rational v0.2.2 [INFO] [stderr] Checking num-iter v0.1.39 [INFO] [stderr] Checking dlib v0.4.1 [INFO] [stderr] Checking rayon-core v1.6.0 [INFO] [stderr] Checking wayland-sys v0.21.13 [INFO] [stderr] Checking rusttype v0.7.9 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Compiling gl v0.13.0 [INFO] [stderr] Checking rayon v1.2.0 [INFO] [stderr] Checking glutin_glx_sys v0.1.5 [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.5.0 [INFO] [stderr] Checking jpeg-decoder v0.1.16 [INFO] [stderr] Checking wayland-protocols v0.21.13 [INFO] [stderr] Checking image v0.22.2 [INFO] [stderr] Checking luminance v0.37.0 [INFO] [stderr] Checking luminance v0.37.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking smithay-client-toolkit v0.4.6 [INFO] [stderr] Checking luminance-windowing v0.8.0 [INFO] [stderr] Checking luminance-glfw v0.11.0 [INFO] [stderr] Checking winit v0.19.3 [INFO] [stderr] Checking glutin v0.21.1 [INFO] [stderr] Checking luminance-glutin v0.6.0 [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:50:6 [INFO] [stderr] | [INFO] [stderr] 50 | .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/09-dynamic-uniform-interface.rs:109:8 [INFO] [stderr] | [INFO] [stderr] 109 | .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/07-offscreen.rs:66:6 [INFO] [stderr] | [INFO] [stderr] 66 | .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:73:6 [INFO] [stderr] | [INFO] [stderr] 73 | .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:83:49 [INFO] [stderr] | [INFO] [stderr] 83 | Framebuffer::::new(&mut surface, 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 `set_vertex_nb` found for type `luminance::tess::TessBuilder<'_, luminance_glfw::GlfwSurface>` in the current scope [INFO] [stderr] --> examples/05-attributeless.rs:36:6 [INFO] [stderr] | [INFO] [stderr] 36 | .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[E0277]: the trait bound `luminance_glfw::GlfwSurface: luminance::context::GraphicsContext` is not satisfied [INFO] [stderr] --> examples/07-offscreen.rs:109:26 [INFO] [stderr] | [INFO] [stderr] 109 | 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] error[E0599]: no method named `pipeline_builder` found for type `luminance_glfw::GlfwSurface` in the current scope [INFO] [stderr] --> examples/07-offscreen.rs:115:31 [INFO] [stderr] | [INFO] [stderr] 115 | let mut 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: 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 `pipeline_builder` found for type `luminance_glfw::GlfwSurface` in the current scope [INFO] [stderr] --> examples/05-attributeless.rs:63:8 [INFO] [stderr] | [INFO] [stderr] 63 | .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] 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 `add_vertices` found for type `luminance::tess::TessBuilder<'_, luminance_glfw::GlfwSurface>` in the current scope [INFO] [stderr] --> examples/01-hello-world.rs:153:6 [INFO] [stderr] | [INFO] [stderr] 153 | .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: 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] 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:162:6 [INFO] [stderr] | [INFO] [stderr] 162 | .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:171:6 [INFO] [stderr] | [INFO] [stderr] 171 | .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[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/01-hello-world.rs:179:6 [INFO] [stderr] | [INFO] [stderr] 179 | .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[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/01-hello-world.rs:225:8 [INFO] [stderr] | [INFO] [stderr] 225 | .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] 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/02-render-state.rs:123:8 [INFO] [stderr] | [INFO] [stderr] 123 | .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: 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/08-shader-uniforms-adapt.rs:97:6 [INFO] [stderr] | [INFO] [stderr] 97 | .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/03-sliced-tess.rs:72:6 [INFO] [stderr] | [INFO] [stderr] 72 | .add_vertices(TRI_RED_BLUE_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/03-sliced-tess.rs:108:8 [INFO] [stderr] | [INFO] [stderr] 108 | .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/08-shader-uniforms-adapt.rs:158:8 [INFO] [stderr] | [INFO] [stderr] 158 | .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: 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/04-shader-uniforms.rs:61:6 [INFO] [stderr] | [INFO] [stderr] 61 | .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/04-shader-uniforms.rs:124:8 [INFO] [stderr] | [INFO] [stderr] 124 | .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: could not compile `luminance`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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: 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 `add_vertices` found for type `luminance::tess::TessBuilder<'_, luminance_glfw::GlfwSurface>` in the current scope [INFO] [stderr] --> examples/10-vertex-instancing.rs:52:6 [INFO] [stderr] | [INFO] [stderr] 52 | .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: 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: 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/10-vertex-instancing.rs:112:8 [INFO] [stderr] | [INFO] [stderr] 112 | .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: could not compile `luminance`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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 `set_vertex_nb` found for type `luminance::tess::TessBuilder<'_, luminance_glfw::GlfwSurface>` in the current scope [INFO] [stderr] --> examples/06-texture.rs:66:6 [INFO] [stderr] | [INFO] [stderr] 66 | .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:98:8 [INFO] [stderr] | [INFO] [stderr] 98 | .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:132:13 [INFO] [stderr] | [INFO] [stderr] 132 | 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] 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_glfw::GlfwSurface>` in the current scope [INFO] [stderr] --> examples/11-query-texture-texels.rs:69:6 [INFO] [stderr] | [INFO] [stderr] 69 | .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:79:60 [INFO] [stderr] | [INFO] [stderr] 79 | 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:95:8 [INFO] [stderr] | [INFO] [stderr] 95 | .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: 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:153:6 [INFO] [stderr] | [INFO] [stderr] 153 | .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:162:6 [INFO] [stderr] | [INFO] [stderr] 162 | .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:171:6 [INFO] [stderr] | [INFO] [stderr] 171 | .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:179:6 [INFO] [stderr] | [INFO] [stderr] 179 | .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:242:8 [INFO] [stderr] | [INFO] [stderr] 242 | .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] 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" "c87ba57f170fac89caaa9ee16c3a44ee6a7d1be5b7a84c228ff6d46e96022622"` [INFO] running `"docker" "rm" "-f" "c87ba57f170fac89caaa9ee16c3a44ee6a7d1be5b7a84c228ff6d46e96022622"` [INFO] [stdout] c87ba57f170fac89caaa9ee16c3a44ee6a7d1be5b7a84c228ff6d46e96022622