[INFO] fetching crate flags 0.1.5... [INFO] checking flags-0.1.5 against try#c659ee110de67e82444e4b6c8407c1a9af9c2cf6 for pr-145608-1 [INFO] extracting crate flags 0.1.5 into /workspace/builds/worker-6-tc2/source [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-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate flags 0.1.5 on toolchain c659ee110de67e82444e4b6c8407c1a9af9c2cf6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 557e1bf07e933f06cddaf0bf782aef1e8b6b379acd717ae3c1a0867fc1d1903f [INFO] running `Command { std: "docker" "start" "-a" "557e1bf07e933f06cddaf0bf782aef1e8b6b379acd717ae3c1a0867fc1d1903f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "557e1bf07e933f06cddaf0bf782aef1e8b6b379acd717ae3c1a0867fc1d1903f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "557e1bf07e933f06cddaf0bf782aef1e8b6b379acd717ae3c1a0867fc1d1903f", kill_on_drop: false }` [INFO] [stdout] 557e1bf07e933f06cddaf0bf782aef1e8b6b379acd717ae3c1a0867fc1d1903f [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7c9cc927459d7b4ba29758aebc53691797a2e627492f9ab9f35d52b9bb36fe6c [INFO] running `Command { std: "docker" "start" "-a" "7c9cc927459d7b4ba29758aebc53691797a2e627492f9ab9f35d52b9bb36fe6c", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Checking flags v0.1.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `foo` [INFO] [stdout] --> src/lib.rs:1127:23 [INFO] [stdout] | [INFO] [stdout] 1127 | #[cfg(foo)] [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(foo)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(foo)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `foo` [INFO] [stdout] --> src/lib.rs:1129:23 [INFO] [stdout] | [INFO] [stdout] 1129 | #[cfg(foo)] [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(foo)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(foo)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` attribute cannot be used on associated consts [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] 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] = help: `#[inline]` can only be applied to functions [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` which comes from the expansion of the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` attribute cannot be used on associated consts [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] 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] = help: `#[inline]` can only be applied to functions [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` which comes from the expansion of the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` attribute cannot be used on associated consts [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] 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] = help: `#[inline]` can only be applied to functions [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` which comes from the expansion of the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` attribute cannot be used on associated consts [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] 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] = help: `#[inline]` can only be applied to functions [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` which comes from the expansion of the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` attribute cannot be used on associated consts [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] 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] = help: `#[inline]` can only be applied to functions [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` which comes from the expansion of the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` attribute cannot be used on associated consts [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] 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] = help: `#[inline]` can only be applied to functions [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` which comes from the expansion of the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` attribute cannot be used on associated consts [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] 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] = help: `#[inline]` can only be applied to functions [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` which comes from the expansion of the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` attribute cannot be used on associated consts [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] = help: `#[inline]` can only be applied to functions [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` which comes from the expansion of the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` attribute cannot be used on associated consts [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] = help: `#[inline]` can only be applied to functions [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` which comes from the expansion of the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` attribute cannot be used on associated consts [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] = help: `#[inline]` can only be applied to functions [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` which comes from the expansion of the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` attribute cannot be used on associated consts [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] = help: `#[inline]` can only be applied to functions [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` which comes from the expansion of the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` attribute cannot be used on associated consts [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] = help: `#[inline]` can only be applied to functions [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` which comes from the expansion of the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` attribute cannot be used on associated consts [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] = help: `#[inline]` can only be applied to functions [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` which comes from the expansion of the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` attribute cannot be used on associated consts [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] = help: `#[inline]` can only be applied to functions [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` which comes from the expansion of the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` attribute cannot be used on associated consts [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] = help: `#[inline]` can only be applied to functions [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` which comes from the expansion of the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` attribute cannot be used on associated consts [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] 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] = help: `#[inline]` can only be applied to functions [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` which comes from the expansion of the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` attribute cannot be used on associated consts [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] 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] = help: `#[inline]` can only be applied to functions [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` which comes from the expansion of the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` attribute cannot be used on associated consts [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] ... | [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] = help: `#[inline]` can only be applied to functions [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` which comes from the expansion of the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` attribute cannot be used on associated consts [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] ... | [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] = help: `#[inline]` can only be applied to functions [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` which comes from the expansion of the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` attribute cannot be used on associated consts [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] = help: `#[inline]` can only be applied to functions [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` which comes from the expansion of the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` attribute cannot be used on associated consts [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] = help: `#[inline]` can only be applied to functions [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` which comes from the expansion of the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` attribute cannot be used on associated consts [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] = help: `#[inline]` can only be applied to functions [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` which comes from the expansion of the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` attribute cannot be used on associated consts [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] = help: `#[inline]` can only be applied to functions [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` which comes from the expansion of the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` attribute cannot be used on associated consts [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] ... | [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] = help: `#[inline]` can only be applied to functions [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` which comes from the expansion of the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` attribute cannot be used on associated consts [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] ... | [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] = help: `#[inline]` can only be applied to functions [INFO] [stdout] = note: this warning originates in the macro `$crate::__impl_bitflags` which comes from the expansion of the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.26s [INFO] running `Command { std: "docker" "inspect" "7c9cc927459d7b4ba29758aebc53691797a2e627492f9ab9f35d52b9bb36fe6c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7c9cc927459d7b4ba29758aebc53691797a2e627492f9ab9f35d52b9bb36fe6c", kill_on_drop: false }` [INFO] [stdout] 7c9cc927459d7b4ba29758aebc53691797a2e627492f9ab9f35d52b9bb36fe6c