[INFO] fetching crate flags 0.1.5... [INFO] checking flags-0.1.5 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate flags 0.1.5 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate flags 0.1.5 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", 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-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2f0996cb8ade6aeffdafcc058a795333369160d04abfad682ba69560c068ab2f [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" "2f0996cb8ade6aeffdafcc058a795333369160d04abfad682ba69560c068ab2f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2f0996cb8ade6aeffdafcc058a795333369160d04abfad682ba69560c068ab2f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f0996cb8ade6aeffdafcc058a795333369160d04abfad682ba69560c068ab2f", kill_on_drop: false }` [INFO] [stdout] 2f0996cb8ade6aeffdafcc058a795333369160d04abfad682ba69560c068ab2f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7b7a30c9436958cde5e7d81f8ab1038f71bdcd84c1b8fc43ab3e6d68d7ec386e [INFO] running `Command { std: "docker" "start" "-a" "7b7a30c9436958cde5e7d81f8ab1038f71bdcd84c1b8fc43ab3e6d68d7ec386e", 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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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.84s [INFO] running `Command { std: "docker" "inspect" "7b7a30c9436958cde5e7d81f8ab1038f71bdcd84c1b8fc43ab3e6d68d7ec386e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7b7a30c9436958cde5e7d81f8ab1038f71bdcd84c1b8fc43ab3e6d68d7ec386e", kill_on_drop: false }` [INFO] [stdout] 7b7a30c9436958cde5e7d81f8ab1038f71bdcd84c1b8fc43ab3e6d68d7ec386e