[INFO] fetching crate flags 0.1.5... [INFO] checking flags-0.1.5 against try#3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f for pr-87248 [INFO] extracting crate flags 0.1.5 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate flags 0.1.5 on toolchain 3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate flags 0.1.5 [INFO] finished tweaking crates.io crate flags 0.1.5 [INFO] tweaked toml for crates.io crate flags 0.1.5 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b02a246148569372173c92ea58c4578d7a10cab36fbbf6db1732d433781ef4ee [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b02a246148569372173c92ea58c4578d7a10cab36fbbf6db1732d433781ef4ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b02a246148569372173c92ea58c4578d7a10cab36fbbf6db1732d433781ef4ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b02a246148569372173c92ea58c4578d7a10cab36fbbf6db1732d433781ef4ee", kill_on_drop: false }` [INFO] [stdout] b02a246148569372173c92ea58c4578d7a10cab36fbbf6db1732d433781ef4ee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4efbd1861de3512219ca0b80657887f69fc05ec13ebae59bfe9bfd0f7e0fe3db [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "4efbd1861de3512219ca0b80657887f69fc05ec13ebae59bfe9bfd0f7e0fe3db", kill_on_drop: false }` [INFO] [stderr] Checking flags v0.1.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: `#[inline]` is ignored on constants [INFO] [stdout] --> src/lib.rs:493:25 [INFO] [stdout] | [INFO] [stdout] 493 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 787 | / bitflags! { [INFO] [stdout] 788 | | #[doc = "> The first principle is that you must not fool yourself — and"] [INFO] [stdout] 789 | | #[doc = "> you are the easiest person to fool."] [INFO] [stdout] 790 | | #[doc = "> "] [INFO] [stdout] ... | [INFO] [stdout] 801 | | } [INFO] [stdout] 802 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` 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: see issue #65833 for more information [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on constants [INFO] [stdout] --> src/lib.rs:493:25 [INFO] [stdout] | [INFO] [stdout] 493 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 787 | / bitflags! { [INFO] [stdout] 788 | | #[doc = "> The first principle is that you must not fool yourself — and"] [INFO] [stdout] 789 | | #[doc = "> you are the easiest person to fool."] [INFO] [stdout] 790 | | #[doc = "> "] [INFO] [stdout] ... | [INFO] [stdout] 801 | | } [INFO] [stdout] 802 | | } [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: see issue #65833 for more information [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on constants [INFO] [stdout] --> src/lib.rs:493:25 [INFO] [stdout] | [INFO] [stdout] 493 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 804 | / bitflags! { [INFO] [stdout] 805 | | struct _CfgFlags: u32 { [INFO] [stdout] 806 | | #[cfg(windows)] [INFO] [stdout] 807 | | const _CFG_A = 0b01; [INFO] [stdout] ... | [INFO] [stdout] 812 | | } [INFO] [stdout] 813 | | } [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: see issue #65833 for more information [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on constants [INFO] [stdout] --> src/lib.rs:493:25 [INFO] [stdout] | [INFO] [stdout] 493 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 815 | / bitflags! { [INFO] [stdout] 816 | | struct AnotherSetOfFlags: i8 { [INFO] [stdout] 817 | | const ANOTHER_FLAG = -1_i8; [INFO] [stdout] 818 | | } [INFO] [stdout] 819 | | } [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: see issue #65833 for more information [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on constants [INFO] [stdout] --> src/lib.rs:493:25 [INFO] [stdout] | [INFO] [stdout] 493 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 821 | / bitflags! { [INFO] [stdout] 822 | | struct LongFlags: u32 { [INFO] [stdout] 823 | | const LONG_A = 0b1111111111111111; [INFO] [stdout] 824 | | } [INFO] [stdout] 825 | | } [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: see issue #65833 for more information [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on constants [INFO] [stdout] --> src/lib.rs:493:25 [INFO] [stdout] | [INFO] [stdout] 493 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1137 | / bitflags! { [INFO] [stdout] 1138 | | struct Flags: u8 { [INFO] [stdout] 1139 | | const A = 1; [INFO] [stdout] 1140 | | #[cfg(any())] // false [INFO] [stdout] 1141 | | const B = 2; [INFO] [stdout] 1142 | | } [INFO] [stdout] 1143 | | } [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: see issue #65833 for more information [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on constants [INFO] [stdout] --> src/lib.rs:493:25 [INFO] [stdout] | [INFO] [stdout] 493 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1150 | / bitflags! { [INFO] [stdout] 1151 | | pub struct TestFlags: u32 { [INFO] [stdout] 1152 | | #[deprecated(note = "Use something else.")] [INFO] [stdout] 1153 | | const ONE = 1; [INFO] [stdout] 1154 | | } [INFO] [stdout] 1155 | | } [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: see issue #65833 for more information [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on constants [INFO] [stdout] --> src/lib.rs:774:11 [INFO] [stdout] | [INFO] [stdout] 774 | $(#[$filtered])* [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 787 | / bitflags! { [INFO] [stdout] 788 | | #[doc = "> The first principle is that you must not fool yourself — and"] [INFO] [stdout] 789 | | #[doc = "> you are the easiest person to fool."] [INFO] [stdout] 790 | | #[doc = "> "] [INFO] [stdout] ... | [INFO] [stdout] 801 | | } [INFO] [stdout] 802 | | } [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: see issue #65833 for more information [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on constants [INFO] [stdout] --> src/lib.rs:774:11 [INFO] [stdout] | [INFO] [stdout] 774 | $(#[$filtered])* [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 787 | / bitflags! { [INFO] [stdout] 788 | | #[doc = "> The first principle is that you must not fool yourself — and"] [INFO] [stdout] 789 | | #[doc = "> you are the easiest person to fool."] [INFO] [stdout] 790 | | #[doc = "> "] [INFO] [stdout] ... | [INFO] [stdout] 801 | | } [INFO] [stdout] 802 | | } [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: see issue #65833 for more information [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on constants [INFO] [stdout] --> src/lib.rs:774:11 [INFO] [stdout] | [INFO] [stdout] 774 | $(#[$filtered])* [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 787 | / bitflags! { [INFO] [stdout] 788 | | #[doc = "> The first principle is that you must not fool yourself — and"] [INFO] [stdout] 789 | | #[doc = "> you are the easiest person to fool."] [INFO] [stdout] 790 | | #[doc = "> "] [INFO] [stdout] ... | [INFO] [stdout] 801 | | } [INFO] [stdout] 802 | | } [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: see issue #65833 for more information [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on constants [INFO] [stdout] --> src/lib.rs:774:11 [INFO] [stdout] | [INFO] [stdout] 774 | $(#[$filtered])* [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 787 | / bitflags! { [INFO] [stdout] 788 | | #[doc = "> The first principle is that you must not fool yourself — and"] [INFO] [stdout] 789 | | #[doc = "> you are the easiest person to fool."] [INFO] [stdout] 790 | | #[doc = "> "] [INFO] [stdout] ... | [INFO] [stdout] 801 | | } [INFO] [stdout] 802 | | } [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: see issue #65833 for more information [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on constants [INFO] [stdout] --> src/lib.rs:774:11 [INFO] [stdout] | [INFO] [stdout] 774 | $(#[$filtered])* [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 804 | / bitflags! { [INFO] [stdout] 805 | | struct _CfgFlags: u32 { [INFO] [stdout] 806 | | #[cfg(windows)] [INFO] [stdout] 807 | | const _CFG_A = 0b01; [INFO] [stdout] ... | [INFO] [stdout] 812 | | } [INFO] [stdout] 813 | | } [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: see issue #65833 for more information [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on constants [INFO] [stdout] --> src/lib.rs:774:11 [INFO] [stdout] | [INFO] [stdout] 774 | $(#[$filtered])* [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 815 | / bitflags! { [INFO] [stdout] 816 | | struct AnotherSetOfFlags: i8 { [INFO] [stdout] 817 | | const ANOTHER_FLAG = -1_i8; [INFO] [stdout] 818 | | } [INFO] [stdout] 819 | | } [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: see issue #65833 for more information [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on constants [INFO] [stdout] --> src/lib.rs:774:11 [INFO] [stdout] | [INFO] [stdout] 774 | $(#[$filtered])* [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 821 | / bitflags! { [INFO] [stdout] 822 | | struct LongFlags: u32 { [INFO] [stdout] 823 | | const LONG_A = 0b1111111111111111; [INFO] [stdout] 824 | | } [INFO] [stdout] 825 | | } [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: see issue #65833 for more information [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on constants [INFO] [stdout] --> src/lib.rs:774:11 [INFO] [stdout] | [INFO] [stdout] 774 | $(#[$filtered])* [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1137 | / bitflags! { [INFO] [stdout] 1138 | | struct Flags: u8 { [INFO] [stdout] 1139 | | const A = 1; [INFO] [stdout] 1140 | | #[cfg(any())] // false [INFO] [stdout] 1141 | | const B = 2; [INFO] [stdout] 1142 | | } [INFO] [stdout] 1143 | | } [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: see issue #65833 for more information [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on constants [INFO] [stdout] --> src/lib.rs:774:11 [INFO] [stdout] | [INFO] [stdout] 774 | $(#[$filtered])* [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1150 | / bitflags! { [INFO] [stdout] 1151 | | pub struct TestFlags: u32 { [INFO] [stdout] 1152 | | #[deprecated(note = "Use something else.")] [INFO] [stdout] 1153 | | const ONE = 1; [INFO] [stdout] 1154 | | } [INFO] [stdout] 1155 | | } [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: see issue #65833 for more information [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on constants [INFO] [stdout] --> src/lib.rs:493:25 [INFO] [stdout] | [INFO] [stdout] 493 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1100 | / bitflags! { [INFO] [stdout] 1101 | | pub struct PublicFlags: i8 { [INFO] [stdout] 1102 | | const X = 0; [INFO] [stdout] 1103 | | } [INFO] [stdout] 1104 | | } [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: see issue #65833 for more information [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on constants [INFO] [stdout] --> src/lib.rs:493:25 [INFO] [stdout] | [INFO] [stdout] 493 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1105 | / bitflags! { [INFO] [stdout] 1106 | | struct PrivateFlags: i8 { [INFO] [stdout] 1107 | | const Y = 0; [INFO] [stdout] 1108 | | } [INFO] [stdout] 1109 | | } [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: see issue #65833 for more information [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on constants [INFO] [stdout] --> src/lib.rs:774:11 [INFO] [stdout] | [INFO] [stdout] 774 | $(#[$filtered])* [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1100 | / bitflags! { [INFO] [stdout] 1101 | | pub struct PublicFlags: i8 { [INFO] [stdout] 1102 | | const X = 0; [INFO] [stdout] 1103 | | } [INFO] [stdout] 1104 | | } [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: see issue #65833 for more information [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on constants [INFO] [stdout] --> src/lib.rs:774:11 [INFO] [stdout] | [INFO] [stdout] 774 | $(#[$filtered])* [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1105 | / bitflags! { [INFO] [stdout] 1106 | | struct PrivateFlags: i8 { [INFO] [stdout] 1107 | | const Y = 0; [INFO] [stdout] 1108 | | } [INFO] [stdout] 1109 | | } [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: see issue #65833 for more information [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on constants [INFO] [stdout] --> src/lib.rs:493:25 [INFO] [stdout] | [INFO] [stdout] 493 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1123 | / bitflags! { [INFO] [stdout] 1124 | | /// baz [INFO] [stdout] 1125 | | struct Flags: foo::Bar { [INFO] [stdout] 1126 | | const A = 0b00000001; [INFO] [stdout] ... | [INFO] [stdout] 1131 | | } [INFO] [stdout] 1132 | | } [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: see issue #65833 for more information [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on constants [INFO] [stdout] --> src/lib.rs:774:11 [INFO] [stdout] | [INFO] [stdout] 774 | $(#[$filtered])* [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1123 | / bitflags! { [INFO] [stdout] 1124 | | /// baz [INFO] [stdout] 1125 | | struct Flags: foo::Bar { [INFO] [stdout] 1126 | | const A = 0b00000001; [INFO] [stdout] ... | [INFO] [stdout] 1131 | | } [INFO] [stdout] 1132 | | } [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: see issue #65833 for more information [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on constants [INFO] [stdout] --> src/lib.rs:493:25 [INFO] [stdout] | [INFO] [stdout] 493 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1161 | / bitflags! { [INFO] [stdout] 1162 | | pub (crate) struct Test: u8 { [INFO] [stdout] 1163 | | const FOO = 1; [INFO] [stdout] 1164 | | } [INFO] [stdout] 1165 | | } [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: see issue #65833 for more information [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on constants [INFO] [stdout] --> src/lib.rs:774:11 [INFO] [stdout] | [INFO] [stdout] 774 | $(#[$filtered])* [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1161 | / bitflags! { [INFO] [stdout] 1162 | | pub (crate) struct Test: u8 { [INFO] [stdout] 1163 | | const FOO = 1; [INFO] [stdout] 1164 | | } [INFO] [stdout] 1165 | | } [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: see issue #65833 for more information [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on constants [INFO] [stdout] --> src/lib.rs:493:25 [INFO] [stdout] | [INFO] [stdout] 493 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1175 | / bitflags! { [INFO] [stdout] 1176 | | // `pub (in super)` means only the module `module` will [INFO] [stdout] 1177 | | // be able to access this. [INFO] [stdout] 1178 | | pub (in super) struct Test: u8 { [INFO] [stdout] 1179 | | const FOO = 1; [INFO] [stdout] 1180 | | } [INFO] [stdout] 1181 | | } [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: see issue #65833 for more information [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on constants [INFO] [stdout] --> src/lib.rs:774:11 [INFO] [stdout] | [INFO] [stdout] 774 | $(#[$filtered])* [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1175 | / bitflags! { [INFO] [stdout] 1176 | | // `pub (in super)` means only the module `module` will [INFO] [stdout] 1177 | | // be able to access this. [INFO] [stdout] 1178 | | pub (in super) struct Test: u8 { [INFO] [stdout] 1179 | | const FOO = 1; [INFO] [stdout] 1180 | | } [INFO] [stdout] 1181 | | } [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: see issue #65833 for more information [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 26 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.86s [INFO] running `Command { std: "docker" "inspect" "4efbd1861de3512219ca0b80657887f69fc05ec13ebae59bfe9bfd0f7e0fe3db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4efbd1861de3512219ca0b80657887f69fc05ec13ebae59bfe9bfd0f7e0fe3db", kill_on_drop: false }` [INFO] [stdout] 4efbd1861de3512219ca0b80657887f69fc05ec13ebae59bfe9bfd0f7e0fe3db