[INFO] cloning repository https://github.com/Limeth/vulkanscratch [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Limeth/vulkanscratch" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLimeth%2Fvulkanscratch", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLimeth%2Fvulkanscratch'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 12c8681d3db82df42c39e8f933d6535b6acac874 [INFO] checking Limeth/vulkanscratch against master#af4a5a13a15fa0c60e06321077ef452f769b42fd for pr-122960-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLimeth%2Fvulkanscratch" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Limeth/vulkanscratch on toolchain af4a5a13a15fa0c60e06321077ef452f769b42fd [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Limeth/vulkanscratch [INFO] finished tweaking git repo https://github.com/Limeth/vulkanscratch [INFO] tweaked toml for git repo https://github.com/Limeth/vulkanscratch written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/Limeth/vulkanscratch already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/vulkano-rs/vulkano` [INFO] [stderr] Updating git submodule `https://github.com/KhronosGroup/glslang` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded smallvec v0.5.0 [INFO] [stderr] Downloaded tempdir v0.3.6 [INFO] [stderr] Downloaded crossbeam v0.3.2 [INFO] [stderr] Downloaded shared_library v0.1.8 [INFO] [stderr] Downloaded cmake v0.1.29 [INFO] [stderr] Downloaded remove_dir_all v0.3.0 [INFO] [stderr] Downloaded half v1.0.2 [INFO] [stderr] Downloaded secp256k1 v0.8.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9d756d3230a6ad369f34fc7d35fda3a065dad8bd11e1c0d9c5b362f0eff69961 [INFO] running `Command { std: "docker" "start" "-a" "9d756d3230a6ad369f34fc7d35fda3a065dad8bd11e1c0d9c5b362f0eff69961", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9d756d3230a6ad369f34fc7d35fda3a065dad8bd11e1c0d9c5b362f0eff69961", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d756d3230a6ad369f34fc7d35fda3a065dad8bd11e1c0d9c5b362f0eff69961", kill_on_drop: false }` [INFO] [stdout] 9d756d3230a6ad369f34fc7d35fda3a065dad8bd11e1c0d9c5b362f0eff69961 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3e7f5f59b907e2f502f3e6ef6d68ba4d58173ec63514a7ee00663500429faaca [INFO] running `Command { std: "docker" "start" "-a" "3e7f5f59b907e2f502f3e6ef6d68ba4d58173ec63514a7ee00663500429faaca", kill_on_drop: false }` [INFO] [stderr] Checking libc v0.2.36 [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Compiling cc v1.0.4 [INFO] [stderr] Compiling winapi v0.2.8 [INFO] [stderr] Checking lazy_static v0.2.11 [INFO] [stderr] Compiling rayon-core v1.3.0 [INFO] [stderr] Checking scopeguard v0.3.3 [INFO] [stderr] Checking either v1.4.0 [INFO] [stderr] Compiling gcc v0.3.54 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Checking coco v0.1.1 [INFO] [stderr] Compiling vulkano v0.7.2 (https://github.com/vulkano-rs/vulkano#05dcbabb) [INFO] [stderr] Compiling cmake v0.1.29 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling remove_dir_all v0.3.0 [INFO] [stderr] Checking num_cpus v1.8.0 [INFO] [stderr] Checking lazy_static v1.0.0 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Checking half v1.0.2 [INFO] [stderr] Checking crossbeam v0.3.2 [INFO] [stderr] Checking shared_library v0.1.8 [INFO] [stderr] Checking smallvec v0.5.0 [INFO] [stderr] Checking vk-sys v0.3.2 (https://github.com/vulkano-rs/vulkano#05dcbabb) [INFO] [stderr] Compiling secp256k1 v0.8.1 [INFO] [stderr] Compiling glsl-to-spirv v0.1.3 (https://github.com/vulkano-rs/vulkano#05dcbabb) [INFO] [stderr] Checking rand v0.3.22 [INFO] [stderr] Compiling tempdir v0.3.6 [INFO] [stderr] Checking rayon v0.7.1 [INFO] [stderr] Compiling vulkano-shaders v0.7.2 (https://github.com/vulkano-rs/vulkano#05dcbabb) [INFO] [stderr] Compiling vulkano-shader-derive v0.7.2 (https://github.com/vulkano-rs/vulkano#05dcbabb) [INFO] [stderr] Checking vulkanscratch v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0659]: `path` is ambiguous [INFO] [stdout] --> src/main.rs:270:7 [INFO] [stdout] | [INFO] [stdout] 270 | #[path = "shader/shader.comp"] [INFO] [stdout] | ^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of a name conflict with a builtin attribute [INFO] [stdout] = note: `path` could refer to a built-in attribute [INFO] [stdout] note: `path` could also refer to the derive helper attribute defined here [INFO] [stdout] --> src/main.rs:268:14 [INFO] [stdout] | [INFO] [stdout] 268 | #[derive(VulkanoShader)] [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `From` is imported redundantly [INFO] [stdout] --> src/context.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::convert::From; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:124:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `From` is already defined here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::default::Default` [INFO] [stdout] --> src/context.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use std::default::Default; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `secp256k1_context` should have an upper camel case name [INFO] [stdout] --> src/context.rs:132:10 [INFO] [stdout] | [INFO] [stdout] 132 | pub type secp256k1_context = secp256k1_context_struct; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Secp256k1Context` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `vulkano::command_buffer::CommandBuffer` [INFO] [stdout] --> src/main.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | use vulkano::command_buffer::CommandBuffer; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `vulkano::command_buffer::submit::SubmitCommandBufferBuilder` [INFO] [stdout] --> src/main.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use vulkano::command_buffer::submit::SubmitCommandBufferBuilder; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rand::Rng` [INFO] [stdout] --> src/main.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | use rand::Rng; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:52:60 [INFO] [stdout] | [INFO] [stdout] 52 | ...uffer").0; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 66 | ... = declare_context_buffer_part_prec_quarter!(queue, get_ecmult_gen_context_part_prec_quarter_first, ContextBufferPartPrecQuarterFirst); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = note: this warning originates in the macro `declare_context_buffer_part_prec_quarter` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:52:60 [INFO] [stdout] | [INFO] [stdout] 52 | ...ffer").0; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 67 | ... = declare_context_buffer_part_prec_quarter!(queue, get_ecmult_gen_context_part_prec_quarter_second, ContextBufferPartPrecQuarterSecond); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `declare_context_buffer_part_prec_quarter` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:52:60 [INFO] [stdout] | [INFO] [stdout] 52 | ...uffer").0; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 68 | ... = declare_context_buffer_part_prec_quarter!(queue, get_ecmult_gen_context_part_prec_quarter_third, ContextBufferPartPrecQuarterThird); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `declare_context_buffer_part_prec_quarter` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:52:60 [INFO] [stdout] | [INFO] [stdout] 52 | ...ffer").0; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 69 | ... = declare_context_buffer_part_prec_quarter!(queue, get_ecmult_gen_context_part_prec_quarter_fourth, ContextBufferPartPrecQuarterFourth); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `declare_context_buffer_part_prec_quarter` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/main.rs:204:20 [INFO] [stdout] | [INFO] [stdout] 204 | if (*expected_result != actual_result.is_ok()) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 204 - if (*expected_result != actual_result.is_ok()) { [INFO] [stdout] 204 + if *expected_result != actual_result.is_ok() { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `path` is ambiguous [INFO] [stdout] --> src/main.rs:270:7 [INFO] [stdout] | [INFO] [stdout] 270 | #[path = "shader/shader.comp"] [INFO] [stdout] | ^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of a name conflict with a builtin attribute [INFO] [stdout] = note: `path` could refer to a built-in attribute [INFO] [stdout] note: `path` could also refer to the derive helper attribute defined here [INFO] [stdout] --> src/main.rs:268:14 [INFO] [stdout] | [INFO] [stdout] 268 | #[derive(VulkanoShader)] [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `From` is imported redundantly [INFO] [stdout] --> src/context.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::convert::From; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:124:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `From` is already defined here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::default::Default` [INFO] [stdout] --> src/context.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use std::default::Default; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `secp256k1_context` should have an upper camel case name [INFO] [stdout] --> src/context.rs:132:10 [INFO] [stdout] | [INFO] [stdout] 132 | pub type secp256k1_context = secp256k1_context_struct; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Secp256k1Context` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `vulkano::command_buffer::CommandBuffer` [INFO] [stdout] --> src/main.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | use vulkano::command_buffer::CommandBuffer; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `vulkano::command_buffer::submit::SubmitCommandBufferBuilder` [INFO] [stdout] --> src/main.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use vulkano::command_buffer::submit::SubmitCommandBufferBuilder; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rand::Rng` [INFO] [stdout] --> src/main.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | use rand::Rng; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:52:60 [INFO] [stdout] | [INFO] [stdout] 52 | ...uffer").0; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 66 | ... = declare_context_buffer_part_prec_quarter!(queue, get_ecmult_gen_context_part_prec_quarter_first, ContextBufferPartPrecQuarterFirst); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = note: this warning originates in the macro `declare_context_buffer_part_prec_quarter` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:52:60 [INFO] [stdout] | [INFO] [stdout] 52 | ...ffer").0; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 67 | ... = declare_context_buffer_part_prec_quarter!(queue, get_ecmult_gen_context_part_prec_quarter_second, ContextBufferPartPrecQuarterSecond); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `declare_context_buffer_part_prec_quarter` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:52:60 [INFO] [stdout] | [INFO] [stdout] 52 | ...uffer").0; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 68 | ... = declare_context_buffer_part_prec_quarter!(queue, get_ecmult_gen_context_part_prec_quarter_third, ContextBufferPartPrecQuarterThird); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `declare_context_buffer_part_prec_quarter` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:52:60 [INFO] [stdout] | [INFO] [stdout] 52 | ...ffer").0; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 69 | ... = declare_context_buffer_part_prec_quarter!(queue, get_ecmult_gen_context_part_prec_quarter_fourth, ContextBufferPartPrecQuarterFourth); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `declare_context_buffer_part_prec_quarter` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/main.rs:204:20 [INFO] [stdout] | [INFO] [stdout] 204 | if (*expected_result != actual_result.is_ok()) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 204 - if (*expected_result != actual_result.is_ok()) { [INFO] [stdout] 204 + if *expected_result != actual_result.is_ok() { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/context.rs:165:45 [INFO] [stdout] | [INFO] [stdout] 165 | let mut result = [[mem::uninitialized::(); 16]; 16]; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[path]` only has an effect on modules [INFO] [stdout] --> src/main.rs:270:5 [INFO] [stdout] | [INFO] [stdout] 270 | #[path = "shader/shader.comp"] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/context.rs:165:45 [INFO] [stdout] | [INFO] [stdout] 165 | let mut result = [[mem::uninitialized::(); 16]; 16]; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[path]` only has an effect on modules [INFO] [stdout] --> src/main.rs:270:5 [INFO] [stdout] | [INFO] [stdout] 270 | #[path = "shader/shader.comp"] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/context.rs:202:26 [INFO] [stdout] | [INFO] [stdout] 196 | unsafe { [INFO] [stdout] | ------ because it's nested under this `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 202 | _dummy0: unsafe { mem::zeroed() }, [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rng` [INFO] [stdout] --> src/main.rs:77:17 [INFO] [stdout] | [INFO] [stdout] 77 | let mut rng = OsRng::new().expect("Could not create a safe system random number generator."); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rng` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/main.rs:77:13 [INFO] [stdout] | [INFO] [stdout] 77 | let mut rng = OsRng::new().expect("Could not create a safe system random number generator."); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/context.rs:202:26 [INFO] [stdout] | [INFO] [stdout] 196 | unsafe { [INFO] [stdout] | ------ because it's nested under this `unsafe` block [INFO] [stdout] ... [INFO] [stdout] 202 | _dummy0: unsafe { mem::zeroed() }, [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rng` [INFO] [stdout] --> src/main.rs:77:17 [INFO] [stdout] | [INFO] [stdout] 77 | let mut rng = OsRng::new().expect("Could not create a safe system random number generator."); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rng` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/main.rs:77:13 [INFO] [stdout] | [INFO] [stdout] 77 | let mut rng = OsRng::new().expect("Could not create a safe system random number generator."); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error; 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0659`. [INFO] [stdout] [INFO] [stderr] error: could not compile `vulkanscratch` (bin "vulkanscratch") due to 2 previous errors; 20 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 1 previous error; 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0659`. [INFO] [stdout] [INFO] [stderr] error: could not compile `vulkanscratch` (bin "vulkanscratch" test) due to 2 previous errors; 20 warnings emitted [INFO] running `Command { std: "docker" "inspect" "3e7f5f59b907e2f502f3e6ef6d68ba4d58173ec63514a7ee00663500429faaca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e7f5f59b907e2f502f3e6ef6d68ba4d58173ec63514a7ee00663500429faaca", kill_on_drop: false }` [INFO] [stdout] 3e7f5f59b907e2f502f3e6ef6d68ba4d58173ec63514a7ee00663500429faaca [INFO] checking Limeth/vulkanscratch against try#36dbcaee1a55543dfc181be52a69d99ff46ff62f for pr-122960-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLimeth%2Fvulkanscratch" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Limeth/vulkanscratch on toolchain 36dbcaee1a55543dfc181be52a69d99ff46ff62f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Limeth/vulkanscratch [INFO] finished tweaking git repo https://github.com/Limeth/vulkanscratch [INFO] tweaked toml for git repo https://github.com/Limeth/vulkanscratch written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/Limeth/vulkanscratch already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 455d62ff5673376a14aeccf310194efb680150ff02fa91e18a0a124bfb056345 [INFO] running `Command { std: "docker" "start" "-a" "455d62ff5673376a14aeccf310194efb680150ff02fa91e18a0a124bfb056345", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "455d62ff5673376a14aeccf310194efb680150ff02fa91e18a0a124bfb056345", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "455d62ff5673376a14aeccf310194efb680150ff02fa91e18a0a124bfb056345", kill_on_drop: false }` [INFO] [stdout] 455d62ff5673376a14aeccf310194efb680150ff02fa91e18a0a124bfb056345 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8d05e6cd48805e9a00b9814baaa469ae594446e52a31df39bbdd8dac1951105d [INFO] running `Command { std: "docker" "start" "-a" "8d05e6cd48805e9a00b9814baaa469ae594446e52a31df39bbdd8dac1951105d", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] no edition found in manifest, probably 2015, skipping [INFO] running `Command { std: "docker" "inspect" "8d05e6cd48805e9a00b9814baaa469ae594446e52a31df39bbdd8dac1951105d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d05e6cd48805e9a00b9814baaa469ae594446e52a31df39bbdd8dac1951105d", kill_on_drop: false }` [INFO] [stdout] 8d05e6cd48805e9a00b9814baaa469ae594446e52a31df39bbdd8dac1951105d