[INFO] crate syntex_bitflags 0.1.0 is already in cache [INFO] extracting crate syntex_bitflags 0.1.0 into work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/reg/syntex_bitflags/0.1.0 [INFO] extracting crate syntex_bitflags 0.1.0 into work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/reg/syntex_bitflags/0.1.0 [INFO] validating manifest of syntex_bitflags-0.1.0 on toolchain master#435236b8877cdb98c82eaebfb7887782277265c5 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of syntex_bitflags-0.1.0 on toolchain try#b5c7f157c20453dde8d47371abe73b32351b4e7f [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing syntex_bitflags-0.1.0 [INFO] finished frobbing syntex_bitflags-0.1.0 [INFO] frobbed toml for syntex_bitflags-0.1.0 written to work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/reg/syntex_bitflags/0.1.0/Cargo.toml [INFO] started frobbing syntex_bitflags-0.1.0 [INFO] finished frobbing syntex_bitflags-0.1.0 [INFO] frobbed toml for syntex_bitflags-0.1.0 written to work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/reg/syntex_bitflags/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking syntex_bitflags-0.1.0 against master#435236b8877cdb98c82eaebfb7887782277265c5 for pr-62849 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62849/worker-1/master#435236b8877cdb98c82eaebfb7887782277265c5:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/reg/syntex_bitflags/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] bdf52928ee8b47208791238eb0120a480c79617c10654a7cc53d733ea369dc1a [INFO] running `"docker" "start" "-a" "bdf52928ee8b47208791238eb0120a480c79617c10654a7cc53d733ea369dc1a"` [INFO] [stderr] Checking syntex_bitflags v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0658]: non-builtin inner attributes are unstable [INFO] [stderr] --> src/lib.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | #![staged_api] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/54726 [INFO] [stderr] = help: add `#![feature(custom_inner_attributes)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: non-builtin inner attributes are unstable [INFO] [stderr] --> src/lib.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | #![staged_api] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/54726 [INFO] [stderr] = help: add `#![feature(custom_inner_attributes)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `staged_api` in this scope [INFO] [stderr] --> src/lib.rs:12:4 [INFO] [stderr] | [INFO] [stderr] 12 | #![staged_api] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: malformed `unstable` attribute input [INFO] [stderr] --> src/lib.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | #![unstable] [INFO] [stderr] | ^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0658`. [INFO] [stderr] error: Could not compile `syntex_bitflags`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: `writeln` is already in scope [INFO] [stderr] --> src/lib.rs:18:14 [INFO] [stderr] | [INFO] [stderr] 18 | #[cfg(test)] #[macro_use] extern crate std; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stderr] [INFO] [stderr] error: `assert_ne` is already in scope [INFO] [stderr] --> src/lib.rs:18:14 [INFO] [stderr] | [INFO] [stderr] 18 | #[cfg(test)] #[macro_use] extern crate std; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stderr] [INFO] [stderr] error: `debug_assert` is already in scope [INFO] [stderr] --> src/lib.rs:18:14 [INFO] [stderr] | [INFO] [stderr] 18 | #[cfg(test)] #[macro_use] extern crate std; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stderr] [INFO] [stderr] error: `todo` is already in scope [INFO] [stderr] --> src/lib.rs:18:14 [INFO] [stderr] | [INFO] [stderr] 18 | #[cfg(test)] #[macro_use] extern crate std; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stderr] [INFO] [stderr] error: `assert_eq` is already in scope [INFO] [stderr] --> src/lib.rs:18:14 [INFO] [stderr] | [INFO] [stderr] 18 | #[cfg(test)] #[macro_use] extern crate std; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stderr] [INFO] [stderr] error: `panic` is already in scope [INFO] [stderr] --> src/lib.rs:18:14 [INFO] [stderr] | [INFO] [stderr] 18 | #[cfg(test)] #[macro_use] extern crate std; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stderr] [INFO] [stderr] error: `try` is already in scope [INFO] [stderr] --> src/lib.rs:18:14 [INFO] [stderr] | [INFO] [stderr] 18 | #[cfg(test)] #[macro_use] extern crate std; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stderr] [INFO] [stderr] error: `unimplemented` is already in scope [INFO] [stderr] --> src/lib.rs:18:14 [INFO] [stderr] | [INFO] [stderr] 18 | #[cfg(test)] #[macro_use] extern crate std; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stderr] [INFO] [stderr] error: `debug_assert_ne` is already in scope [INFO] [stderr] --> src/lib.rs:18:14 [INFO] [stderr] | [INFO] [stderr] 18 | #[cfg(test)] #[macro_use] extern crate std; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stderr] [INFO] [stderr] error: `debug_assert_eq` is already in scope [INFO] [stderr] --> src/lib.rs:18:14 [INFO] [stderr] | [INFO] [stderr] 18 | #[cfg(test)] #[macro_use] extern crate std; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stderr] [INFO] [stderr] error: `write` is already in scope [INFO] [stderr] --> src/lib.rs:18:14 [INFO] [stderr] | [INFO] [stderr] 18 | #[cfg(test)] #[macro_use] extern crate std; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stderr] [INFO] [stderr] error: `unreachable` is already in scope [INFO] [stderr] --> src/lib.rs:18:14 [INFO] [stderr] | [INFO] [stderr] 18 | #[cfg(test)] #[macro_use] extern crate std; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `staged_api` in this scope [INFO] [stderr] --> src/lib.rs:12:4 [INFO] [stderr] | [INFO] [stderr] 12 | #![staged_api] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the derive macro `Hash` [INFO] [stderr] --> src/lib.rs:132:63 [INFO] [stderr] | [INFO] [stderr] 132 | #[derive(Copy, PartialEq, Eq, Clone, PartialOrd, Ord, Hash)] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 288 | / bitflags! { [INFO] [stderr] 289 | | #[doc = "> The first principle is that you must not fool yourself — and"] [INFO] [stderr] 290 | | #[doc = "> you are the easiest person to fool."] [INFO] [stderr] 291 | | #[doc = "> "] [INFO] [stderr] ... | [INFO] [stderr] 304 | | } [INFO] [stderr] 305 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the derive macro `Ord` [INFO] [stderr] --> src/lib.rs:132:58 [INFO] [stderr] | [INFO] [stderr] 132 | #[derive(Copy, PartialEq, Eq, Clone, PartialOrd, Ord, Hash)] [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 288 | / bitflags! { [INFO] [stderr] 289 | | #[doc = "> The first principle is that you must not fool yourself — and"] [INFO] [stderr] 290 | | #[doc = "> you are the easiest person to fool."] [INFO] [stderr] 291 | | #[doc = "> "] [INFO] [stderr] ... | [INFO] [stderr] 304 | | } [INFO] [stderr] 305 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the derive macro `PartialOrd` [INFO] [stderr] --> src/lib.rs:132:46 [INFO] [stderr] | [INFO] [stderr] 132 | #[derive(Copy, PartialEq, Eq, Clone, PartialOrd, Ord, Hash)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 288 | / bitflags! { [INFO] [stderr] 289 | | #[doc = "> The first principle is that you must not fool yourself — and"] [INFO] [stderr] 290 | | #[doc = "> you are the easiest person to fool."] [INFO] [stderr] 291 | | #[doc = "> "] [INFO] [stderr] ... | [INFO] [stderr] 304 | | } [INFO] [stderr] 305 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the derive macro `Clone` [INFO] [stderr] --> src/lib.rs:132:39 [INFO] [stderr] | [INFO] [stderr] 132 | #[derive(Copy, PartialEq, Eq, Clone, PartialOrd, Ord, Hash)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 288 | / bitflags! { [INFO] [stderr] 289 | | #[doc = "> The first principle is that you must not fool yourself — and"] [INFO] [stderr] 290 | | #[doc = "> you are the easiest person to fool."] [INFO] [stderr] 291 | | #[doc = "> "] [INFO] [stderr] ... | [INFO] [stderr] 304 | | } [INFO] [stderr] 305 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the derive macro `Eq` [INFO] [stderr] --> src/lib.rs:132:35 [INFO] [stderr] | [INFO] [stderr] 132 | #[derive(Copy, PartialEq, Eq, Clone, PartialOrd, Ord, Hash)] [INFO] [stderr] | ^^ [INFO] [stderr] ... [INFO] [stderr] 288 | / bitflags! { [INFO] [stderr] 289 | | #[doc = "> The first principle is that you must not fool yourself — and"] [INFO] [stderr] 290 | | #[doc = "> you are the easiest person to fool."] [INFO] [stderr] 291 | | #[doc = "> "] [INFO] [stderr] ... | [INFO] [stderr] 304 | | } [INFO] [stderr] 305 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the derive macro `PartialEq` [INFO] [stderr] --> src/lib.rs:132:24 [INFO] [stderr] | [INFO] [stderr] 132 | #[derive(Copy, PartialEq, Eq, Clone, PartialOrd, Ord, Hash)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 288 | / bitflags! { [INFO] [stderr] 289 | | #[doc = "> The first principle is that you must not fool yourself — and"] [INFO] [stderr] 290 | | #[doc = "> you are the easiest person to fool."] [INFO] [stderr] 291 | | #[doc = "> "] [INFO] [stderr] ... | [INFO] [stderr] 304 | | } [INFO] [stderr] 305 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the derive macro `Copy` [INFO] [stderr] --> src/lib.rs:132:18 [INFO] [stderr] | [INFO] [stderr] 132 | #[derive(Copy, PartialEq, Eq, Clone, PartialOrd, Ord, Hash)] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 288 | / bitflags! { [INFO] [stderr] 289 | | #[doc = "> The first principle is that you must not fool yourself — and"] [INFO] [stderr] 290 | | #[doc = "> you are the easiest person to fool."] [INFO] [stderr] 291 | | #[doc = "> "] [INFO] [stderr] ... | [INFO] [stderr] 304 | | } [INFO] [stderr] 305 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the derive macro `Hash` [INFO] [stderr] --> src/lib.rs:132:63 [INFO] [stderr] | [INFO] [stderr] 132 | #[derive(Copy, PartialEq, Eq, Clone, PartialOrd, Ord, Hash)] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 307 | / bitflags! { [INFO] [stderr] 308 | | flags AnotherSetOfFlags: i8 { [INFO] [stderr] 309 | | const AnotherFlag = -1_i8, [INFO] [stderr] 310 | | } [INFO] [stderr] 311 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the derive macro `Ord` [INFO] [stderr] --> src/lib.rs:132:58 [INFO] [stderr] | [INFO] [stderr] 132 | #[derive(Copy, PartialEq, Eq, Clone, PartialOrd, Ord, Hash)] [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 307 | / bitflags! { [INFO] [stderr] 308 | | flags AnotherSetOfFlags: i8 { [INFO] [stderr] 309 | | const AnotherFlag = -1_i8, [INFO] [stderr] 310 | | } [INFO] [stderr] 311 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the derive macro `PartialOrd` [INFO] [stderr] --> src/lib.rs:132:46 [INFO] [stderr] | [INFO] [stderr] 132 | #[derive(Copy, PartialEq, Eq, Clone, PartialOrd, Ord, Hash)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 307 | / bitflags! { [INFO] [stderr] 308 | | flags AnotherSetOfFlags: i8 { [INFO] [stderr] 309 | | const AnotherFlag = -1_i8, [INFO] [stderr] 310 | | } [INFO] [stderr] 311 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the derive macro `Clone` [INFO] [stderr] --> src/lib.rs:132:39 [INFO] [stderr] | [INFO] [stderr] 132 | #[derive(Copy, PartialEq, Eq, Clone, PartialOrd, Ord, Hash)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 307 | / bitflags! { [INFO] [stderr] 308 | | flags AnotherSetOfFlags: i8 { [INFO] [stderr] 309 | | const AnotherFlag = -1_i8, [INFO] [stderr] 310 | | } [INFO] [stderr] 311 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the derive macro `Eq` [INFO] [stderr] --> src/lib.rs:132:35 [INFO] [stderr] | [INFO] [stderr] 132 | #[derive(Copy, PartialEq, Eq, Clone, PartialOrd, Ord, Hash)] [INFO] [stderr] | ^^ [INFO] [stderr] ... [INFO] [stderr] 307 | / bitflags! { [INFO] [stderr] 308 | | flags AnotherSetOfFlags: i8 { [INFO] [stderr] 309 | | const AnotherFlag = -1_i8, [INFO] [stderr] 310 | | } [INFO] [stderr] 311 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the derive macro `PartialEq` [INFO] [stderr] --> src/lib.rs:132:24 [INFO] [stderr] | [INFO] [stderr] 132 | #[derive(Copy, PartialEq, Eq, Clone, PartialOrd, Ord, Hash)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 307 | / bitflags! { [INFO] [stderr] 308 | | flags AnotherSetOfFlags: i8 { [INFO] [stderr] 309 | | const AnotherFlag = -1_i8, [INFO] [stderr] 310 | | } [INFO] [stderr] 311 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the derive macro `Copy` [INFO] [stderr] --> src/lib.rs:132:18 [INFO] [stderr] | [INFO] [stderr] 132 | #[derive(Copy, PartialEq, Eq, Clone, PartialOrd, Ord, Hash)] [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 307 | / bitflags! { [INFO] [stderr] 308 | | flags AnotherSetOfFlags: i8 { [INFO] [stderr] 309 | | const AnotherFlag = -1_i8, [INFO] [stderr] 310 | | } [INFO] [stderr] 311 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test` [INFO] [stderr] --> src/lib.rs:313:7 [INFO] [stderr] | [INFO] [stderr] 313 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test` [INFO] [stderr] --> src/lib.rs:323:7 [INFO] [stderr] | [INFO] [stderr] 323 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test` [INFO] [stderr] --> src/lib.rs:334:7 [INFO] [stderr] | [INFO] [stderr] 334 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test` [INFO] [stderr] --> src/lib.rs:346:7 [INFO] [stderr] | [INFO] [stderr] 346 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test` [INFO] [stderr] --> src/lib.rs:355:7 [INFO] [stderr] | [INFO] [stderr] 355 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test` [INFO] [stderr] --> src/lib.rs:364:7 [INFO] [stderr] | [INFO] [stderr] 364 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test` [INFO] [stderr] --> src/lib.rs:373:7 [INFO] [stderr] | [INFO] [stderr] 373 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test` [INFO] [stderr] --> src/lib.rs:380:7 [INFO] [stderr] | [INFO] [stderr] 380 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test` [INFO] [stderr] --> src/lib.rs:387:7 [INFO] [stderr] | [INFO] [stderr] 387 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test` [INFO] [stderr] --> src/lib.rs:394:7 [INFO] [stderr] | [INFO] [stderr] 394 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test` [INFO] [stderr] --> src/lib.rs:405:7 [INFO] [stderr] | [INFO] [stderr] 405 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test` [INFO] [stderr] --> src/lib.rs:417:7 [INFO] [stderr] | [INFO] [stderr] 417 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test` [INFO] [stderr] --> src/lib.rs:429:7 [INFO] [stderr] | [INFO] [stderr] 429 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test` [INFO] [stderr] --> src/lib.rs:447:7 [INFO] [stderr] | [INFO] [stderr] 447 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test` [INFO] [stderr] --> src/lib.rs:461:7 [INFO] [stderr] | [INFO] [stderr] 461 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test` [INFO] [stderr] --> src/lib.rs:475:7 [INFO] [stderr] | [INFO] [stderr] 475 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/lib.rs:315:9 [INFO] [stderr] | [INFO] [stderr] 315 | assert_eq!(Flags::empty().bits(), 0b00000000); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/lib.rs:315:9 [INFO] [stderr] | [INFO] [stderr] 315 | assert_eq!(Flags::empty().bits(), 0b00000000); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/lib.rs:315:9 [INFO] [stderr] | [INFO] [stderr] 315 | assert_eq!(Flags::empty().bits(), 0b00000000); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/lib.rs:315:9 [INFO] [stderr] | [INFO] [stderr] 315 | assert_eq!(Flags::empty().bits(), 0b00000000); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/lib.rs:316:9 [INFO] [stderr] | [INFO] [stderr] 316 | assert_eq!(FlagA.bits(), 0b00000001); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/lib.rs:316:9 [INFO] [stderr] | [INFO] [stderr] 316 | assert_eq!(FlagA.bits(), 0b00000001); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/lib.rs:316:9 [INFO] [stderr] | [INFO] [stderr] 316 | assert_eq!(FlagA.bits(), 0b00000001); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/lib.rs:316:9 [INFO] [stderr] | [INFO] [stderr] 316 | assert_eq!(FlagA.bits(), 0b00000001); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/lib.rs:317:9 [INFO] [stderr] | [INFO] [stderr] 317 | assert_eq!(FlagABC.bits(), 0b00000111); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/lib.rs:317:9 [INFO] [stderr] | [INFO] [stderr] 317 | assert_eq!(FlagABC.bits(), 0b00000111); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/lib.rs:317:9 [INFO] [stderr] | [INFO] [stderr] 317 | assert_eq!(FlagABC.bits(), 0b00000111); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/lib.rs:317:9 [INFO] [stderr] | [INFO] [stderr] 317 | assert_eq!(FlagABC.bits(), 0b00000111); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/lib.rs:319:9 [INFO] [stderr] | [INFO] [stderr] 319 | assert_eq!(AnotherSetOfFlags::empty().bits(), 0b00); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/lib.rs:319:9 [INFO] [stderr] | [INFO] [stderr] 319 | assert_eq!(AnotherSetOfFlags::empty().bits(), 0b00); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/lib.rs:319:9 [INFO] [stderr] | [INFO] [stderr] 319 | assert_eq!(AnotherSetOfFlags::empty().bits(), 0b00); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/lib.rs:319:9 [INFO] [stderr] | [INFO] [stderr] 319 | assert_eq!(AnotherSetOfFlags::empty().bits(), 0b00); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/lib.rs:320:9 [INFO] [stderr] | [INFO] [stderr] 320 | assert_eq!(AnotherFlag.bits(), !0_i8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/lib.rs:320:9 [INFO] [stderr] | [INFO] [stderr] 320 | assert_eq!(AnotherFlag.bits(), !0_i8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/lib.rs:320:9 [INFO] [stderr] | [INFO] [stderr] 320 | assert_eq!(AnotherFlag.bits(), !0_i8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/lib.rs:320:9 [INFO] [stderr] | [INFO] [stderr] 320 | assert_eq!(AnotherFlag.bits(), !0_i8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:325:9 [INFO] [stderr] | [INFO] [stderr] 325 | assert!(Flags::from_bits(0) == Some(Flags::empty())); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:326:9 [INFO] [stderr] | [INFO] [stderr] 326 | assert!(Flags::from_bits(0b1) == Some(FlagA)); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:327:9 [INFO] [stderr] | [INFO] [stderr] 327 | assert!(Flags::from_bits(0b10) == Some(FlagB)); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:328:9 [INFO] [stderr] | [INFO] [stderr] 328 | assert!(Flags::from_bits(0b11) == Some(FlagA | FlagB)); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:329:9 [INFO] [stderr] | [INFO] [stderr] 329 | assert!(Flags::from_bits(0b1000) == None); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:331:9 [INFO] [stderr] | [INFO] [stderr] 331 | assert!(AnotherSetOfFlags::from_bits(!0_i8) == Some(AnotherFlag)); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:336:9 [INFO] [stderr] | [INFO] [stderr] 336 | assert!(Flags::from_bits_truncate(0) == Flags::empty()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:337:9 [INFO] [stderr] | [INFO] [stderr] 337 | assert!(Flags::from_bits_truncate(0b1) == FlagA); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:338:9 [INFO] [stderr] | [INFO] [stderr] 338 | assert!(Flags::from_bits_truncate(0b10) == FlagB); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:339:9 [INFO] [stderr] | [INFO] [stderr] 339 | assert!(Flags::from_bits_truncate(0b11) == (FlagA | FlagB)); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:340:9 [INFO] [stderr] | [INFO] [stderr] 340 | assert!(Flags::from_bits_truncate(0b1000) == Flags::empty()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:341:9 [INFO] [stderr] | [INFO] [stderr] 341 | assert!(Flags::from_bits_truncate(0b1001) == FlagA); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:343:9 [INFO] [stderr] | [INFO] [stderr] 343 | assert!(AnotherSetOfFlags::from_bits_truncate(0_i8) == AnotherSetOfFlags::empty()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:348:9 [INFO] [stderr] | [INFO] [stderr] 348 | assert!(Flags::empty().is_empty()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:349:9 [INFO] [stderr] | [INFO] [stderr] 349 | assert!(!FlagA.is_empty()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:350:9 [INFO] [stderr] | [INFO] [stderr] 350 | assert!(!FlagABC.is_empty()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:352:9 [INFO] [stderr] | [INFO] [stderr] 352 | assert!(!AnotherFlag.is_empty()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:357:9 [INFO] [stderr] | [INFO] [stderr] 357 | assert!(Flags::all().is_all()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:358:9 [INFO] [stderr] | [INFO] [stderr] 358 | assert!(!FlagA.is_all()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:359:9 [INFO] [stderr] | [INFO] [stderr] 359 | assert!(FlagABC.is_all()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:361:9 [INFO] [stderr] | [INFO] [stderr] 361 | assert!(AnotherFlag.is_all()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:368:9 [INFO] [stderr] | [INFO] [stderr] 368 | assert!(!e1.intersects(e2)); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:370:9 [INFO] [stderr] | [INFO] [stderr] 370 | assert!(AnotherFlag.intersects(AnotherFlag)); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:377:9 [INFO] [stderr] | [INFO] [stderr] 377 | assert!(!e1.intersects(e2)); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:384:9 [INFO] [stderr] | [INFO] [stderr] 384 | assert!(!e1.intersects(e2)); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:391:9 [INFO] [stderr] | [INFO] [stderr] 391 | assert!(e1.intersects(e2)); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:398:9 [INFO] [stderr] | [INFO] [stderr] 398 | assert!(!e1.contains(e2)); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:399:9 [INFO] [stderr] | [INFO] [stderr] 399 | assert!(e2.contains(e1)); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:400:9 [INFO] [stderr] | [INFO] [stderr] 400 | assert!(FlagABC.contains(e2)); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:402:9 [INFO] [stderr] | [INFO] [stderr] 402 | assert!(AnotherFlag.contains(AnotherFlag)); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:410:9 [INFO] [stderr] | [INFO] [stderr] 410 | assert!(e1 == e2); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:414:9 [INFO] [stderr] | [INFO] [stderr] 414 | assert!(e3 == AnotherFlag); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:422:9 [INFO] [stderr] | [INFO] [stderr] 422 | assert!(e1 == FlagB); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:426:9 [INFO] [stderr] | [INFO] [stderr] 426 | assert!(e3 == AnotherSetOfFlags::empty()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:433:9 [INFO] [stderr] | [INFO] [stderr] 433 | assert!((e1 | e2) == FlagABC); // union [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:434:9 [INFO] [stderr] | [INFO] [stderr] 434 | assert!((e1 & e2) == FlagC); // intersection [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:435:9 [INFO] [stderr] | [INFO] [stderr] 435 | assert!((e1 - e2) == FlagA); // set difference [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:436:9 [INFO] [stderr] | [INFO] [stderr] 436 | assert!(!e2 == FlagA); // set complement [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:437:9 [INFO] [stderr] | [INFO] [stderr] 437 | assert!(e1 ^ e2 == FlagA | FlagB); // toggle [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:440:9 [INFO] [stderr] | [INFO] [stderr] 440 | assert!(e3 == FlagA | FlagB); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:444:9 [INFO] [stderr] | [INFO] [stderr] 444 | assert!(m4 == AnotherSetOfFlags::empty()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:452:9 [INFO] [stderr] | [INFO] [stderr] 452 | assert!(!(a < b) && !(b < a)); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:454:9 [INFO] [stderr] | [INFO] [stderr] 454 | assert!(a < b); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:456:9 [INFO] [stderr] | [INFO] [stderr] 456 | assert!(!(a < b) && b < a); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:458:9 [INFO] [stderr] | [INFO] [stderr] 458 | assert!(a < b); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:466:9 [INFO] [stderr] | [INFO] [stderr] 466 | assert!(a <= b && a >= b); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:468:9 [INFO] [stderr] | [INFO] [stderr] 468 | assert!(a > b && a >= b); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:469:9 [INFO] [stderr] | [INFO] [stderr] 469 | assert!(b < a && b <= a); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:471:9 [INFO] [stderr] | [INFO] [stderr] 471 | assert!(b > a && b >= a); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:472:9 [INFO] [stderr] | [INFO] [stderr] 472 | assert!(a < b && a <= b); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:479:7 [INFO] [stderr] | [INFO] [stderr] 479 | assert!(hash::hash::(&x) == hash::hash::(&y)); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert` [INFO] [stderr] --> src/lib.rs:482:7 [INFO] [stderr] | [INFO] [stderr] 482 | assert!(hash::hash::(&x) == hash::hash::(&y)); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: malformed `unstable` attribute input [INFO] [stderr] --> src/lib.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | #![unstable] [INFO] [stderr] | ^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]` [INFO] [stderr] [INFO] [stderr] warning: unused imports: `SipHasher`, `self` [INFO] [stderr] --> src/lib.rs:285:21 [INFO] [stderr] | [INFO] [stderr] 285 | use std::hash::{self, SipHasher}; [INFO] [stderr] | ^^^^ ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `None`, `Some` [INFO] [stderr] --> src/lib.rs:286:31 [INFO] [stderr] | [INFO] [stderr] 286 | use std::option::Option::{Some, None}; [INFO] [stderr] | ^^^^ ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead [INFO] [stderr] --> src/lib.rs:285:27 [INFO] [stderr] | [INFO] [stderr] 285 | use std::hash::{self, SipHasher}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] error: stability attributes may not be used outside of the standard library [INFO] [stderr] --> src/lib.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | #![unstable] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `tests::Flags` [INFO] [stderr] --> src/lib.rs:180:23 [INFO] [stderr] | [INFO] [stderr] 180 | *self == $BitFlags::empty() [INFO] [stderr] | ----- ^^ ------------------ tests::Flags [INFO] [stderr] | | [INFO] [stderr] | tests::Flags [INFO] [stderr] ... [INFO] [stderr] 288 | / bitflags! { [INFO] [stderr] 289 | | #[doc = "> The first principle is that you must not fool yourself — and"] [INFO] [stderr] 290 | | #[doc = "> you are the easiest person to fool."] [INFO] [stderr] 291 | | #[doc = "> "] [INFO] [stderr] ... | [INFO] [stderr] 304 | | } [INFO] [stderr] 305 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `tests::Flags` [INFO] [stderr] [INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `tests::AnotherSetOfFlags` [INFO] [stderr] --> src/lib.rs:180:23 [INFO] [stderr] | [INFO] [stderr] 180 | *self == $BitFlags::empty() [INFO] [stderr] | ----- ^^ ------------------ tests::AnotherSetOfFlags [INFO] [stderr] | | [INFO] [stderr] | tests::AnotherSetOfFlags [INFO] [stderr] ... [INFO] [stderr] 307 | / bitflags! { [INFO] [stderr] 308 | | flags AnotherSetOfFlags: i8 { [INFO] [stderr] 309 | | const AnotherFlag = -1_i8, [INFO] [stderr] 310 | | } [INFO] [stderr] 311 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `tests::AnotherSetOfFlags` [INFO] [stderr] [INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `tests::Flags` [INFO] [stderr] --> src/lib.rs:186:23 [INFO] [stderr] | [INFO] [stderr] 186 | *self == $BitFlags::all() [INFO] [stderr] | ----- ^^ ---------------- tests::Flags [INFO] [stderr] | | [INFO] [stderr] | tests::Flags [INFO] [stderr] ... [INFO] [stderr] 288 | / bitflags! { [INFO] [stderr] 289 | | #[doc = "> The first principle is that you must not fool yourself — and"] [INFO] [stderr] 290 | | #[doc = "> you are the easiest person to fool."] [INFO] [stderr] 291 | | #[doc = "> "] [INFO] [stderr] ... | [INFO] [stderr] 304 | | } [INFO] [stderr] 305 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `tests::Flags` [INFO] [stderr] [INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `tests::AnotherSetOfFlags` [INFO] [stderr] --> src/lib.rs:186:23 [INFO] [stderr] | [INFO] [stderr] 186 | *self == $BitFlags::all() [INFO] [stderr] | ----- ^^ ---------------- tests::AnotherSetOfFlags [INFO] [stderr] | | [INFO] [stderr] | tests::AnotherSetOfFlags [INFO] [stderr] ... [INFO] [stderr] 307 | / bitflags! { [INFO] [stderr] 308 | | flags AnotherSetOfFlags: i8 { [INFO] [stderr] 309 | | const AnotherFlag = -1_i8, [INFO] [stderr] 310 | | } [INFO] [stderr] 311 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `tests::AnotherSetOfFlags` [INFO] [stderr] [INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `tests::Flags` [INFO] [stderr] --> src/lib.rs:198:33 [INFO] [stderr] | [INFO] [stderr] 198 | (*self & other) == other [INFO] [stderr] | --------------- ^^ ----- tests::Flags [INFO] [stderr] | | [INFO] [stderr] | tests::Flags [INFO] [stderr] ... [INFO] [stderr] 288 | / bitflags! { [INFO] [stderr] 289 | | #[doc = "> The first principle is that you must not fool yourself — and"] [INFO] [stderr] 290 | | #[doc = "> you are the easiest person to fool."] [INFO] [stderr] 291 | | #[doc = "> "] [INFO] [stderr] ... | [INFO] [stderr] 304 | | } [INFO] [stderr] 305 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `tests::Flags` [INFO] [stderr] [INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `tests::AnotherSetOfFlags` [INFO] [stderr] --> src/lib.rs:198:33 [INFO] [stderr] | [INFO] [stderr] 198 | (*self & other) == other [INFO] [stderr] | --------------- ^^ ----- tests::AnotherSetOfFlags [INFO] [stderr] | | [INFO] [stderr] | tests::AnotherSetOfFlags [INFO] [stderr] ... [INFO] [stderr] 307 | / bitflags! { [INFO] [stderr] 308 | | flags AnotherSetOfFlags: i8 { [INFO] [stderr] 309 | | const AnotherFlag = -1_i8, [INFO] [stderr] 310 | | } [INFO] [stderr] 311 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `tests::AnotherSetOfFlags` [INFO] [stderr] [INFO] [stderr] error: aborting due to 124 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0369, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0369`. [INFO] [stderr] error: Could not compile `syntex_bitflags`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "bdf52928ee8b47208791238eb0120a480c79617c10654a7cc53d733ea369dc1a"` [INFO] running `"docker" "rm" "-f" "bdf52928ee8b47208791238eb0120a480c79617c10654a7cc53d733ea369dc1a"` [INFO] [stdout] bdf52928ee8b47208791238eb0120a480c79617c10654a7cc53d733ea369dc1a