[INFO] fetching crate luminance 0.37.1... [INFO] checking luminance-0.37.1 against try#5e633973aa9255a88b65a39484627bb54e6044b3 for pr-66063 [INFO] extracting crate luminance 0.37.1 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate luminance 0.37.1 on toolchain 5e633973aa9255a88b65a39484627bb54e6044b3 [INFO] running `"/workspace/cargo-home/bin/cargo" "+5e633973aa9255a88b65a39484627bb54e6044b3" "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-0/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" "+5e633973aa9255a88b65a39484627bb54e6044b3" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+5e633973aa9255a88b65a39484627bb54e6044b3" "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] 7a370b1029bbf80d96ab505eb4db21a37aabc3295665a8f80173c6a9b59a347f [INFO] running `"docker" "start" "-a" "7a370b1029bbf80d96ab505eb4db21a37aabc3295665a8f80173c6a9b59a347f"` [INFO] [stderr] Checking arrayvec v0.5.0 [INFO] [stderr] Compiling cmake v0.1.42 [INFO] [stderr] Compiling x11-dl v2.18.4 [INFO] [stderr] Checking shared_library v0.1.9 [INFO] [stderr] Checking nix v0.14.1 [INFO] [stderr] Checking dlib v0.4.1 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Checking luminance v0.37.0 [INFO] [stderr] Checking luminance v0.37.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking wayland-sys v0.21.13 [INFO] [stderr] Checking osmesa-sys v0.1.2 [INFO] [stderr] Checking rusttype v0.8.1 [INFO] [stderr] Checking image v0.22.2 [INFO] [stderr] Compiling glfw-sys v3.3.0 [INFO] [stderr] Checking rusttype v0.7.9 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Checking luminance-windowing v0.8.0 [INFO] [stderr] Checking glutin_glx_sys v0.1.5 [INFO] [stderr] Checking glfw v0.31.0 [INFO] [stderr] Compiling luminance-derive v0.5.0 [INFO] [stderr] Checking wayland-commons v0.21.13 [INFO] [stderr] Checking wayland-client v0.21.13 [INFO] [stderr] Checking luminance-glfw v0.11.0 [INFO] [stderr] Checking wayland-protocols v0.21.13 [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.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: 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/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[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 `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[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[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: 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/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: 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] 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] 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/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/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: 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: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: 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 `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 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/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: build failed [INFO] running `"docker" "inspect" "7a370b1029bbf80d96ab505eb4db21a37aabc3295665a8f80173c6a9b59a347f"` [INFO] running `"docker" "rm" "-f" "7a370b1029bbf80d96ab505eb4db21a37aabc3295665a8f80173c6a9b59a347f"` [INFO] [stdout] 7a370b1029bbf80d96ab505eb4db21a37aabc3295665a8f80173c6a9b59a347f