[INFO] fetching crate vulkayes-core 0.1.0... [INFO] testing vulkayes-core-0.1.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate vulkayes-core 0.1.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate vulkayes-core 0.1.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate vulkayes-core 0.1.0 [INFO] finished tweaking crates.io crate vulkayes-core 0.1.0 [INFO] tweaked toml for crates.io crate vulkayes-core 0.1.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded redox_termios v0.1.2 [INFO] [stderr] Downloaded termion v1.5.6 [INFO] [stderr] Downloaded numtoa v0.1.0 [INFO] [stderr] Downloaded edwardium_logger v1.2.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 112ed83c6df5519ce4cb4c4f8c2cbd8f2c63602e1a718b8e57ed24d9ea990262 [INFO] running `Command { std: "docker" "start" "-a" "112ed83c6df5519ce4cb4c4f8c2cbd8f2c63602e1a718b8e57ed24d9ea990262", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "112ed83c6df5519ce4cb4c4f8c2cbd8f2c63602e1a718b8e57ed24d9ea990262", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "112ed83c6df5519ce4cb4c4f8c2cbd8f2c63602e1a718b8e57ed24d9ea990262", kill_on_drop: false }` [INFO] [stdout] 112ed83c6df5519ce4cb4c4f8c2cbd8f2c63602e1a718b8e57ed24d9ea990262 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] df245b9edbdcf457831a79e1455c50ff14bb95ef46527a37436fcb4865b12055 [INFO] running `Command { std: "docker" "start" "-a" "df245b9edbdcf457831a79e1455c50ff14bb95ef46527a37436fcb4865b12055", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling log v0.4.16 [INFO] [stderr] Compiling seq-macro v0.2.2 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling libloading v0.6.7 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling ash v0.31.0 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling vulkayes-core v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util/macros.rs:1188:4 [INFO] [stdout] | [INFO] [stdout] 1188 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/descriptor/layout/mod.rs:24:24 [INFO] [stdout] | [INFO] [stdout] 24 | let bindings = collect_iter_faster!( [INFO] [stdout] | ________________________- [INFO] [stdout] 25 | | bindings.enumerate().map(|(index, info)| { [INFO] [stdout] 26 | | let builder: vk::DescriptorSetLayoutBindingBuilder = info.into(); [INFO] [stdout] 27 | | builder.binding(index as u32).build() [INFO] [stdout] 28 | | }), [INFO] [stdout] 29 | | 8 [INFO] [stdout] 30 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [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 `collect_iter_faster` (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/util/macros.rs:1188:4 [INFO] [stdout] | [INFO] [stdout] 1188 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/descriptor/pool.rs:131:21 [INFO] [stdout] | [INFO] [stdout] 131 | let sizes = collect_iter_faster!( [INFO] [stdout] | _____________________- [INFO] [stdout] 132 | | pool_sizes.map(|i| Into::::into(i)), [INFO] [stdout] 133 | | 4 [INFO] [stdout] 134 | | ); [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 `collect_iter_faster` (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/util/macros.rs:1188:4 [INFO] [stdout] | [INFO] [stdout] 1188 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/descriptor/pool.rs:209:23 [INFO] [stdout] | [INFO] [stdout] 209 | let layouts = collect_iter_faster!(layouts.map(|l| *l.deref()), 8); [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 `collect_iter_faster` (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/util/macros.rs:1188:4 [INFO] [stdout] | [INFO] [stdout] 1188 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/framebuffer/mod.rs:23:27 [INFO] [stdout] | [INFO] [stdout] 23 | let attachments = collect_iter_faster!(attachments, 8); [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 `collect_iter_faster` (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/util/macros.rs:1188:4 [INFO] [stdout] | [INFO] [stdout] 1188 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/framebuffer/mod.rs:35:34 [INFO] [stdout] | [INFO] [stdout] 35 | let attachment_handles = collect_iter_faster!(attachments.iter().map(|a| a.handle()), 8); [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 `collect_iter_faster` (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/util/macros.rs:1188:4 [INFO] [stdout] | [INFO] [stdout] 1188 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/pipeline/layout.rs:43:46 [INFO] [stdout] | [INFO] [stdout] 43 | let descriptor_set_layouts: Vec<_> = collect_iter_faster!(descriptor_set_layouts, 8); [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 `collect_iter_faster` (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/util/macros.rs:1188:4 [INFO] [stdout] | [INFO] [stdout] 1188 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/pipeline/layout.rs:46:13 [INFO] [stdout] | [INFO] [stdout] 46 | collect_iter_faster!(descriptor_set_layouts.iter().map(|l| l.handle()), 8); [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 `collect_iter_faster` (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/util/macros.rs:1188:4 [INFO] [stdout] | [INFO] [stdout] 1188 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/pipeline/layout.rs:47:36 [INFO] [stdout] | [INFO] [stdout] 47 | let push_constant_ranges = collect_iter_faster!( [INFO] [stdout] | ____________________________________- [INFO] [stdout] 48 | | push_constant_ranges.map(|r| Into::::into(r)), [INFO] [stdout] 49 | | 4 [INFO] [stdout] 50 | | ); [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 `collect_iter_faster` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `pool_lock` [INFO] [stdout] --> src/command/buffer/recording/common.rs:24:2 [INFO] [stdout] | [INFO] [stdout] 24 | pub(super) pool_lock: VutexGuard<'a, vk::CommandPool>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `CommandBufferRecordingLockCommon` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/command/buffer/recording/common.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `pool_handle` [INFO] [stdout] --> src/command/buffer/recording/common.rs:46:16 [INFO] [stdout] | [INFO] [stdout] 46 | pub(super) fn pool_handle(&self) -> vk::CommandPool { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.01s [INFO] running `Command { std: "docker" "inspect" "df245b9edbdcf457831a79e1455c50ff14bb95ef46527a37436fcb4865b12055", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df245b9edbdcf457831a79e1455c50ff14bb95ef46527a37436fcb4865b12055", kill_on_drop: false }` [INFO] [stdout] df245b9edbdcf457831a79e1455c50ff14bb95ef46527a37436fcb4865b12055 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 061eb555afab29389681a649ea436b157d2e40a4489962cbcdfe3dbb8f24cd4c [INFO] running `Command { std: "docker" "start" "-a" "061eb555afab29389681a649ea436b157d2e40a4489962cbcdfe3dbb8f24cd4c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling numtoa v0.1.0 [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util/macros.rs:1188:4 [INFO] [stdout] | [INFO] [stdout] 1188 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/descriptor/layout/mod.rs:24:24 [INFO] [stdout] | [INFO] [stdout] 24 | let bindings = collect_iter_faster!( [INFO] [stdout] | ________________________- [INFO] [stdout] 25 | | bindings.enumerate().map(|(index, info)| { [INFO] [stdout] 26 | | let builder: vk::DescriptorSetLayoutBindingBuilder = info.into(); [INFO] [stdout] 27 | | builder.binding(index as u32).build() [INFO] [stdout] 28 | | }), [INFO] [stdout] 29 | | 8 [INFO] [stdout] 30 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [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 `collect_iter_faster` (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/util/macros.rs:1188:4 [INFO] [stdout] | [INFO] [stdout] 1188 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/descriptor/pool.rs:131:21 [INFO] [stdout] | [INFO] [stdout] 131 | let sizes = collect_iter_faster!( [INFO] [stdout] | _____________________- [INFO] [stdout] 132 | | pool_sizes.map(|i| Into::::into(i)), [INFO] [stdout] 133 | | 4 [INFO] [stdout] 134 | | ); [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 `collect_iter_faster` (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/util/macros.rs:1188:4 [INFO] [stdout] | [INFO] [stdout] 1188 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/descriptor/pool.rs:209:23 [INFO] [stdout] | [INFO] [stdout] 209 | let layouts = collect_iter_faster!(layouts.map(|l| *l.deref()), 8); [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 `collect_iter_faster` (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/util/macros.rs:1188:4 [INFO] [stdout] | [INFO] [stdout] 1188 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/framebuffer/mod.rs:23:27 [INFO] [stdout] | [INFO] [stdout] 23 | let attachments = collect_iter_faster!(attachments, 8); [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 `collect_iter_faster` (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/util/macros.rs:1188:4 [INFO] [stdout] | [INFO] [stdout] 1188 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/framebuffer/mod.rs:35:34 [INFO] [stdout] | [INFO] [stdout] 35 | let attachment_handles = collect_iter_faster!(attachments.iter().map(|a| a.handle()), 8); [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 `collect_iter_faster` (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/util/macros.rs:1188:4 [INFO] [stdout] | [INFO] [stdout] 1188 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/pipeline/layout.rs:43:46 [INFO] [stdout] | [INFO] [stdout] 43 | let descriptor_set_layouts: Vec<_> = collect_iter_faster!(descriptor_set_layouts, 8); [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 `collect_iter_faster` (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/util/macros.rs:1188:4 [INFO] [stdout] | [INFO] [stdout] 1188 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/pipeline/layout.rs:46:13 [INFO] [stdout] | [INFO] [stdout] 46 | collect_iter_faster!(descriptor_set_layouts.iter().map(|l| l.handle()), 8); [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 `collect_iter_faster` (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/util/macros.rs:1188:4 [INFO] [stdout] | [INFO] [stdout] 1188 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/pipeline/layout.rs:47:36 [INFO] [stdout] | [INFO] [stdout] 47 | let push_constant_ranges = collect_iter_faster!( [INFO] [stdout] | ____________________________________- [INFO] [stdout] 48 | | push_constant_ranges.map(|r| Into::::into(r)), [INFO] [stdout] 49 | | 4 [INFO] [stdout] 50 | | ); [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 `collect_iter_faster` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `pool_lock` [INFO] [stdout] --> src/command/buffer/recording/common.rs:24:2 [INFO] [stdout] | [INFO] [stdout] 24 | pub(super) pool_lock: VutexGuard<'a, vk::CommandPool>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `CommandBufferRecordingLockCommon` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/command/buffer/recording/common.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `pool_handle` [INFO] [stdout] --> src/command/buffer/recording/common.rs:46:16 [INFO] [stdout] | [INFO] [stdout] 46 | pub(super) fn pool_handle(&self) -> vk::CommandPool { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling termion v1.5.6 [INFO] [stderr] Compiling edwardium_logger v1.2.1 [INFO] [stderr] Compiling vulkayes-core v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util/macros.rs:1188:4 [INFO] [stdout] | [INFO] [stdout] 1188 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/descriptor/layout/mod.rs:24:24 [INFO] [stdout] | [INFO] [stdout] 24 | let bindings = collect_iter_faster!( [INFO] [stdout] | ________________________- [INFO] [stdout] 25 | | bindings.enumerate().map(|(index, info)| { [INFO] [stdout] 26 | | let builder: vk::DescriptorSetLayoutBindingBuilder = info.into(); [INFO] [stdout] 27 | | builder.binding(index as u32).build() [INFO] [stdout] 28 | | }), [INFO] [stdout] 29 | | 8 [INFO] [stdout] 30 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [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 `collect_iter_faster` (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/util/macros.rs:1188:4 [INFO] [stdout] | [INFO] [stdout] 1188 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/descriptor/pool.rs:131:21 [INFO] [stdout] | [INFO] [stdout] 131 | let sizes = collect_iter_faster!( [INFO] [stdout] | _____________________- [INFO] [stdout] 132 | | pool_sizes.map(|i| Into::::into(i)), [INFO] [stdout] 133 | | 4 [INFO] [stdout] 134 | | ); [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 `collect_iter_faster` (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/util/macros.rs:1188:4 [INFO] [stdout] | [INFO] [stdout] 1188 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/descriptor/pool.rs:209:23 [INFO] [stdout] | [INFO] [stdout] 209 | let layouts = collect_iter_faster!(layouts.map(|l| *l.deref()), 8); [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 `collect_iter_faster` (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/util/macros.rs:1188:4 [INFO] [stdout] | [INFO] [stdout] 1188 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/framebuffer/mod.rs:23:27 [INFO] [stdout] | [INFO] [stdout] 23 | let attachments = collect_iter_faster!(attachments, 8); [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 `collect_iter_faster` (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/util/macros.rs:1188:4 [INFO] [stdout] | [INFO] [stdout] 1188 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/framebuffer/mod.rs:35:34 [INFO] [stdout] | [INFO] [stdout] 35 | let attachment_handles = collect_iter_faster!(attachments.iter().map(|a| a.handle()), 8); [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 `collect_iter_faster` (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/util/macros.rs:1188:4 [INFO] [stdout] | [INFO] [stdout] 1188 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/pipeline/layout.rs:43:46 [INFO] [stdout] | [INFO] [stdout] 43 | let descriptor_set_layouts: Vec<_> = collect_iter_faster!(descriptor_set_layouts, 8); [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 `collect_iter_faster` (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/util/macros.rs:1188:4 [INFO] [stdout] | [INFO] [stdout] 1188 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/pipeline/layout.rs:46:13 [INFO] [stdout] | [INFO] [stdout] 46 | collect_iter_faster!(descriptor_set_layouts.iter().map(|l| l.handle()), 8); [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 `collect_iter_faster` (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/util/macros.rs:1188:4 [INFO] [stdout] | [INFO] [stdout] 1188 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/pipeline/layout.rs:47:36 [INFO] [stdout] | [INFO] [stdout] 47 | let push_constant_ranges = collect_iter_faster!( [INFO] [stdout] | ____________________________________- [INFO] [stdout] 48 | | push_constant_ranges.map(|r| Into::::into(r)), [INFO] [stdout] 49 | | 4 [INFO] [stdout] 50 | | ); [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 `collect_iter_faster` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lib.rs:84:25 [INFO] [stdout] | [INFO] [stdout] 84 | if LOGGER_INITIALIZED.compare_and_swap(false, true, std::sync::atomic::Ordering::SeqCst) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 2 arguments but 1 argument was supplied [INFO] [stdout] --> src/lib.rs:88:6 [INFO] [stdout] | [INFO] [stdout] 88 | [edwardium_logger::targets::stderr::StderrTarget::new( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stdout] 89 | log::Level::Trace [INFO] [stdout] | ----------------- supplied 1 argument [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/edwardium_logger-1.2.1/src/targets/stderr.rs:22:15 [INFO] [stdout] | [INFO] [stdout] 22 | pub const fn new(level: Level, ignore_patterns: IgnoreListPatterns<'static>) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `[StderrTarget; 1]: Target` is not satisfied [INFO] [stdout] --> src/lib.rs:87:17 [INFO] [stdout] | [INFO] [stdout] 87 | let logger = edwardium_logger::Logger::new( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Target` is not implemented for `[StderrTarget; 1]` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Targets` for `[StderrTarget; 1]` [INFO] [stdout] note: required by a bound in `Logger::::new` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/edwardium_logger-1.2.1/src/lib.rs:68:8 [INFO] [stdout] | [INFO] [stdout] 68 | Targ: target::Targets + Send + Sync + 'static, [INFO] [stdout] | ^^^^^^^^^^^^^^^ required by this bound in `Logger::::new` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `[StderrTarget; 1]: Target` is not satisfied [INFO] [stdout] --> src/lib.rs:87:17 [INFO] [stdout] | [INFO] [stdout] 87 | let logger = edwardium_logger::Logger::new( [INFO] [stdout] | __________________________^ [INFO] [stdout] 88 | | [edwardium_logger::targets::stderr::StderrTarget::new( [INFO] [stdout] 89 | | log::Level::Trace [INFO] [stdout] 90 | | )], [INFO] [stdout] 91 | | std::time::Instant::now() [INFO] [stdout] 92 | | ); [INFO] [stdout] | |_____________^ the trait `Target` is not implemented for `[StderrTarget; 1]` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Targets` for `[StderrTarget; 1]` [INFO] [stdout] note: required by a bound in `Logger` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/edwardium_logger-1.2.1/src/lib.rs:60:8 [INFO] [stdout] | [INFO] [stdout] 60 | Targ: target::Targets + Send + Sync + 'static, [INFO] [stdout] | ^^^^^^^^^^^^^^^ required by this bound in `Logger` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `init_boxed` exists for struct `Logger<[StderrTarget; 1], Instant>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/lib.rs:93:11 [INFO] [stdout] | [INFO] [stdout] 93 | logger.init_boxed().expect("Could not initialize logger"); [INFO] [stdout] | ^^^^^^^^^^ method cannot be called on `Logger<[StderrTarget; 1], Instant>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `[StderrTarget; 1]: Targets` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors; 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0061, E0277, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stderr] error: could not compile `vulkayes-core` due to 5 previous errors; 9 warnings emitted [INFO] running `Command { std: "docker" "inspect" "061eb555afab29389681a649ea436b157d2e40a4489962cbcdfe3dbb8f24cd4c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "061eb555afab29389681a649ea436b157d2e40a4489962cbcdfe3dbb8f24cd4c", kill_on_drop: false }` [INFO] [stdout] 061eb555afab29389681a649ea436b157d2e40a4489962cbcdfe3dbb8f24cd4c