[INFO] fetching crate luminance-gl 0.19.1... [INFO] testing luminance-gl-0.19.1 against beta-2023-10-04 for beta-1.74-1 [INFO] extracting crate luminance-gl 0.19.1 into /workspace/builds/worker-0-tc2/source [INFO] validating manifest of crates.io crate luminance-gl 0.19.1 on toolchain beta-2023-10-04 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2023-10-04" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate luminance-gl 0.19.1 [INFO] finished tweaking crates.io crate luminance-gl 0.19.1 [INFO] tweaked toml for crates.io crate luminance-gl 0.19.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2023-10-04" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2023-10-04" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-10-04" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 82e511887c50a6550e6c5146692553b5f5aee2a99e8ade24a6b58c74c82191d0 [INFO] running `Command { std: "docker" "start" "-a" "82e511887c50a6550e6c5146692553b5f5aee2a99e8ade24a6b58c74c82191d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "82e511887c50a6550e6c5146692553b5f5aee2a99e8ade24a6b58c74c82191d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "82e511887c50a6550e6c5146692553b5f5aee2a99e8ade24a6b58c74c82191d0", kill_on_drop: false }` [INFO] [stdout] 82e511887c50a6550e6c5146692553b5f5aee2a99e8ade24a6b58c74c82191d0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-10-04" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 82968c5b046b9286259b4ef3cea09b8e3a82d0f5aa487df7542f480b7c19df4d [INFO] running `Command { std: "docker" "start" "-a" "82968c5b046b9286259b4ef3cea09b8e3a82d0f5aa487df7542f480b7c19df4d", kill_on_drop: false }` [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling xml-rs v0.8.19 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling gl v0.14.0 [INFO] [stderr] Compiling luminance-derive v0.10.0 [INFO] [stderr] Compiling luminance v0.47.0 [INFO] [stderr] Compiling luminance-std140 v0.2.1 [INFO] [stderr] Compiling luminance-gl v0.19.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0599]: no method named `ask_uniform_block` found for mutable reference `&mut ::UniformBuilderRepr` in the current scope [INFO] [stdout] --> src/gl33/shader.rs:231:57 [INFO] [stdout] | [INFO] [stdout] 231 | UniformType::ShaderDataBinding => uniform_builder.ask_uniform_block(name)?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ method not found in `&mut ::UniformBuilderRepr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `ask_uniform` found for mutable reference `&mut ::UniformBuilderRepr` in the current scope [INFO] [stdout] --> src/gl33/shader.rs:232:28 [INFO] [stdout] | [INFO] [stdout] 232 | _ => uniform_builder.ask_uniform(name, Self::ty(), Self::SIZE)?, [INFO] [stdout] | ----------------^^^^^^^^^^^------------------------------ [INFO] [stdout] | | | [INFO] [stdout] | | this is an associated function, not a method [INFO] [stdout] | help: use associated function syntax instead: `::UniformBuilderRepr::ask_uniform(name, Self::ty(), Self::SIZE)` [INFO] [stdout] | [INFO] [stdout] = note: found the following associated functions; to be used as methods, functions must have a `self` parameter [INFO] [stdout] note: the candidate is defined in the trait `Shader` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/luminance-0.47.0/src/backend/shader.rs:124:3 [INFO] [stdout] | [INFO] [stdout] 124 | / unsafe fn ask_uniform( [INFO] [stdout] 125 | | uniform_builder: &mut Self::UniformBuilderRepr, [INFO] [stdout] 126 | | name: &str, [INFO] [stdout] 127 | | ) -> Result, UniformWarning> [INFO] [stdout] 128 | | where [INFO] [stdout] 129 | | Self: for<'u> Uniformable<'u, T>; [INFO] [stdout] | |_____________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `luminance-gl` (lib) due to 3 previous errors [INFO] running `Command { std: "docker" "inspect" "82968c5b046b9286259b4ef3cea09b8e3a82d0f5aa487df7542f480b7c19df4d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "82968c5b046b9286259b4ef3cea09b8e3a82d0f5aa487df7542f480b7c19df4d", kill_on_drop: false }` [INFO] [stdout] 82968c5b046b9286259b4ef3cea09b8e3a82d0f5aa487df7542f480b7c19df4d