[INFO] crate sgxs-tools 0.7.0 is already in cache [INFO] checking sgxs-tools-0.7.0 against try#38f08371587f97c145dedb2c055ac7b01bf1e788 for pr-65294 [INFO] extracting crate sgxs-tools 0.7.0 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate sgxs-tools 0.7.0 on toolchain 38f08371587f97c145dedb2c055ac7b01bf1e788 [INFO] running `"/workspace/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate sgxs-tools 0.7.0 [INFO] finished tweaking crates.io crate sgxs-tools 0.7.0 [INFO] tweaked toml for crates.io crate sgxs-tools 0.7.0 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate crates.io crate sgxs-tools 0.7.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] c790cc65cf50ce46afa454403bd11f91b242b5f3586c1390747f60adb0d15ee2 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "c790cc65cf50ce46afa454403bd11f91b242b5f3586c1390747f60adb0d15ee2"` [INFO] [stderr] Compiling libc v0.2.60 [INFO] [stderr] Compiling cc v1.0.38 [INFO] [stderr] Compiling syn v0.15.40 [INFO] [stderr] Compiling log v0.4.7 [INFO] [stderr] Compiling serde v1.0.97 [INFO] [stderr] Compiling dcap-ql-sys v0.2.0 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Checking fortanix-sgx-abi v0.3.3 [INFO] [stderr] Compiling linked-hash-map v0.5.2 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling hex v0.3.2 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling protobuf v1.7.5 [INFO] [stderr] Checking regex-syntax v0.6.10 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Checking sgx-isa v0.3.0 [INFO] [stderr] Compiling yaml-rust v0.4.3 [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:304:1 [INFO] [stderr] | [INFO] [stderr] 304 | / bitflags! { [INFO] [stderr] 305 | | #[repr(C)] [INFO] [stderr] 306 | | pub struct AttributesFlags: u64 { [INFO] [stderr] 307 | | const INIT = 0b0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 312 | | } [INFO] [stderr] 313 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:321:1 [INFO] [stderr] | [INFO] [stderr] 321 | / bitflags! { [INFO] [stderr] 322 | | #[repr(C)] [INFO] [stderr] 323 | | pub struct Miscselect: u32 { [INFO] [stderr] 324 | | const EXINFO = 0b0000_0001; [INFO] [stderr] 325 | | } [INFO] [stderr] 326 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:360:1 [INFO] [stderr] | [INFO] [stderr] 360 | / bitflags! { [INFO] [stderr] 361 | | #[repr(C)] [INFO] [stderr] 362 | | pub struct TcsFlags: u64 { [INFO] [stderr] 363 | | const DBGOPTIN = 0b0000_0001; [INFO] [stderr] 364 | | } [INFO] [stderr] 365 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:404:1 [INFO] [stderr] | [INFO] [stderr] 404 | / bitflags! { [INFO] [stderr] 405 | | #[repr(C)] [INFO] [stderr] 406 | | pub struct SecinfoFlags: u64 { [INFO] [stderr] 407 | | const R = 0b0000_0000_0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 422 | | } [INFO] [stderr] 423 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:665:1 [INFO] [stderr] | [INFO] [stderr] 665 | / bitflags! { [INFO] [stderr] 666 | | #[repr(C)] [INFO] [stderr] 667 | | pub struct Keypolicy: u16 { [INFO] [stderr] 668 | | const MRENCLAVE = 0b0000_0001; [INFO] [stderr] 669 | | const MRSIGNER = 0b0000_0010; [INFO] [stderr] 670 | | } [INFO] [stderr] 671 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:304:1 [INFO] [stderr] | [INFO] [stderr] 304 | / bitflags! { [INFO] [stderr] 305 | | #[repr(C)] [INFO] [stderr] 306 | | pub struct AttributesFlags: u64 { [INFO] [stderr] 307 | | const INIT = 0b0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 312 | | } [INFO] [stderr] 313 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:304:1 [INFO] [stderr] | [INFO] [stderr] 304 | / bitflags! { [INFO] [stderr] 305 | | #[repr(C)] [INFO] [stderr] 306 | | pub struct AttributesFlags: u64 { [INFO] [stderr] 307 | | const INIT = 0b0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 312 | | } [INFO] [stderr] 313 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:304:1 [INFO] [stderr] | [INFO] [stderr] 304 | / bitflags! { [INFO] [stderr] 305 | | #[repr(C)] [INFO] [stderr] 306 | | pub struct AttributesFlags: u64 { [INFO] [stderr] 307 | | const INIT = 0b0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 312 | | } [INFO] [stderr] 313 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:304:1 [INFO] [stderr] | [INFO] [stderr] 304 | / bitflags! { [INFO] [stderr] 305 | | #[repr(C)] [INFO] [stderr] 306 | | pub struct AttributesFlags: u64 { [INFO] [stderr] 307 | | const INIT = 0b0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 312 | | } [INFO] [stderr] 313 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:304:1 [INFO] [stderr] | [INFO] [stderr] 304 | / bitflags! { [INFO] [stderr] 305 | | #[repr(C)] [INFO] [stderr] 306 | | pub struct AttributesFlags: u64 { [INFO] [stderr] 307 | | const INIT = 0b0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 312 | | } [INFO] [stderr] 313 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:321:1 [INFO] [stderr] | [INFO] [stderr] 321 | / bitflags! { [INFO] [stderr] 322 | | #[repr(C)] [INFO] [stderr] 323 | | pub struct Miscselect: u32 { [INFO] [stderr] 324 | | const EXINFO = 0b0000_0001; [INFO] [stderr] 325 | | } [INFO] [stderr] 326 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:360:1 [INFO] [stderr] | [INFO] [stderr] 360 | / bitflags! { [INFO] [stderr] 361 | | #[repr(C)] [INFO] [stderr] 362 | | pub struct TcsFlags: u64 { [INFO] [stderr] 363 | | const DBGOPTIN = 0b0000_0001; [INFO] [stderr] 364 | | } [INFO] [stderr] 365 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:404:1 [INFO] [stderr] | [INFO] [stderr] 404 | / bitflags! { [INFO] [stderr] 405 | | #[repr(C)] [INFO] [stderr] 406 | | pub struct SecinfoFlags: u64 { [INFO] [stderr] 407 | | const R = 0b0000_0000_0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 422 | | } [INFO] [stderr] 423 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:404:1 [INFO] [stderr] | [INFO] [stderr] 404 | / bitflags! { [INFO] [stderr] 405 | | #[repr(C)] [INFO] [stderr] 406 | | pub struct SecinfoFlags: u64 { [INFO] [stderr] 407 | | const R = 0b0000_0000_0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 422 | | } [INFO] [stderr] 423 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:404:1 [INFO] [stderr] | [INFO] [stderr] 404 | / bitflags! { [INFO] [stderr] 405 | | #[repr(C)] [INFO] [stderr] 406 | | pub struct SecinfoFlags: u64 { [INFO] [stderr] 407 | | const R = 0b0000_0000_0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 422 | | } [INFO] [stderr] 423 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:404:1 [INFO] [stderr] | [INFO] [stderr] 404 | / bitflags! { [INFO] [stderr] 405 | | #[repr(C)] [INFO] [stderr] 406 | | pub struct SecinfoFlags: u64 { [INFO] [stderr] 407 | | const R = 0b0000_0000_0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 422 | | } [INFO] [stderr] 423 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:404:1 [INFO] [stderr] | [INFO] [stderr] 404 | / bitflags! { [INFO] [stderr] 405 | | #[repr(C)] [INFO] [stderr] 406 | | pub struct SecinfoFlags: u64 { [INFO] [stderr] 407 | | const R = 0b0000_0000_0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 422 | | } [INFO] [stderr] 423 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:404:1 [INFO] [stderr] | [INFO] [stderr] 404 | / bitflags! { [INFO] [stderr] 405 | | #[repr(C)] [INFO] [stderr] 406 | | pub struct SecinfoFlags: u64 { [INFO] [stderr] 407 | | const R = 0b0000_0000_0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 422 | | } [INFO] [stderr] 423 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:404:1 [INFO] [stderr] | [INFO] [stderr] 404 | / bitflags! { [INFO] [stderr] 405 | | #[repr(C)] [INFO] [stderr] 406 | | pub struct SecinfoFlags: u64 { [INFO] [stderr] 407 | | const R = 0b0000_0000_0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 422 | | } [INFO] [stderr] 423 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:404:1 [INFO] [stderr] | [INFO] [stderr] 404 | / bitflags! { [INFO] [stderr] 405 | | #[repr(C)] [INFO] [stderr] 406 | | pub struct SecinfoFlags: u64 { [INFO] [stderr] 407 | | const R = 0b0000_0000_0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 422 | | } [INFO] [stderr] 423 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:404:1 [INFO] [stderr] | [INFO] [stderr] 404 | / bitflags! { [INFO] [stderr] 405 | | #[repr(C)] [INFO] [stderr] 406 | | pub struct SecinfoFlags: u64 { [INFO] [stderr] 407 | | const R = 0b0000_0000_0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 422 | | } [INFO] [stderr] 423 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:404:1 [INFO] [stderr] | [INFO] [stderr] 404 | / bitflags! { [INFO] [stderr] 405 | | #[repr(C)] [INFO] [stderr] 406 | | pub struct SecinfoFlags: u64 { [INFO] [stderr] 407 | | const R = 0b0000_0000_0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 422 | | } [INFO] [stderr] 423 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:404:1 [INFO] [stderr] | [INFO] [stderr] 404 | / bitflags! { [INFO] [stderr] 405 | | #[repr(C)] [INFO] [stderr] 406 | | pub struct SecinfoFlags: u64 { [INFO] [stderr] 407 | | const R = 0b0000_0000_0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 422 | | } [INFO] [stderr] 423 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:404:1 [INFO] [stderr] | [INFO] [stderr] 404 | / bitflags! { [INFO] [stderr] 405 | | #[repr(C)] [INFO] [stderr] 406 | | pub struct SecinfoFlags: u64 { [INFO] [stderr] 407 | | const R = 0b0000_0000_0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 422 | | } [INFO] [stderr] 423 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:404:1 [INFO] [stderr] | [INFO] [stderr] 404 | / bitflags! { [INFO] [stderr] 405 | | #[repr(C)] [INFO] [stderr] 406 | | pub struct SecinfoFlags: u64 { [INFO] [stderr] 407 | | const R = 0b0000_0000_0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 422 | | } [INFO] [stderr] 423 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:404:1 [INFO] [stderr] | [INFO] [stderr] 404 | / bitflags! { [INFO] [stderr] 405 | | #[repr(C)] [INFO] [stderr] 406 | | pub struct SecinfoFlags: u64 { [INFO] [stderr] 407 | | const R = 0b0000_0000_0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 422 | | } [INFO] [stderr] 423 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:404:1 [INFO] [stderr] | [INFO] [stderr] 404 | / bitflags! { [INFO] [stderr] 405 | | #[repr(C)] [INFO] [stderr] 406 | | pub struct SecinfoFlags: u64 { [INFO] [stderr] 407 | | const R = 0b0000_0000_0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 422 | | } [INFO] [stderr] 423 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:665:1 [INFO] [stderr] | [INFO] [stderr] 665 | / bitflags! { [INFO] [stderr] 666 | | #[repr(C)] [INFO] [stderr] 667 | | pub struct Keypolicy: u16 { [INFO] [stderr] 668 | | const MRENCLAVE = 0b0000_0001; [INFO] [stderr] 669 | | const MRSIGNER = 0b0000_0010; [INFO] [stderr] 670 | | } [INFO] [stderr] 671 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:665:1 [INFO] [stderr] | [INFO] [stderr] 665 | / bitflags! { [INFO] [stderr] 666 | | #[repr(C)] [INFO] [stderr] 667 | | pub struct Keypolicy: u16 { [INFO] [stderr] 668 | | const MRENCLAVE = 0b0000_0001; [INFO] [stderr] 669 | | const MRSIGNER = 0b0000_0010; [INFO] [stderr] 670 | | } [INFO] [stderr] 671 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:304:1 [INFO] [stderr] | [INFO] [stderr] 304 | / bitflags! { [INFO] [stderr] 305 | | #[repr(C)] [INFO] [stderr] 306 | | pub struct AttributesFlags: u64 { [INFO] [stderr] 307 | | const INIT = 0b0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 312 | | } [INFO] [stderr] 313 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:321:1 [INFO] [stderr] | [INFO] [stderr] 321 | / bitflags! { [INFO] [stderr] 322 | | #[repr(C)] [INFO] [stderr] 323 | | pub struct Miscselect: u32 { [INFO] [stderr] 324 | | const EXINFO = 0b0000_0001; [INFO] [stderr] 325 | | } [INFO] [stderr] 326 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:360:1 [INFO] [stderr] | [INFO] [stderr] 360 | / bitflags! { [INFO] [stderr] 361 | | #[repr(C)] [INFO] [stderr] 362 | | pub struct TcsFlags: u64 { [INFO] [stderr] 363 | | const DBGOPTIN = 0b0000_0001; [INFO] [stderr] 364 | | } [INFO] [stderr] 365 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:404:1 [INFO] [stderr] | [INFO] [stderr] 404 | / bitflags! { [INFO] [stderr] 405 | | #[repr(C)] [INFO] [stderr] 406 | | pub struct SecinfoFlags: u64 { [INFO] [stderr] 407 | | const R = 0b0000_0000_0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 422 | | } [INFO] [stderr] 423 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:665:1 [INFO] [stderr] | [INFO] [stderr] 665 | / bitflags! { [INFO] [stderr] 666 | | #[repr(C)] [INFO] [stderr] 667 | | pub struct Keypolicy: u16 { [INFO] [stderr] 668 | | const MRENCLAVE = 0b0000_0001; [INFO] [stderr] 669 | | const MRSIGNER = 0b0000_0010; [INFO] [stderr] 670 | | } [INFO] [stderr] 671 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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: aborting due to 29 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0518`. [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:304:1 [INFO] [stderr] | [INFO] [stderr] 304 | / bitflags! { [INFO] [stderr] 305 | | #[repr(C)] [INFO] [stderr] 306 | | pub struct AttributesFlags: u64 { [INFO] [stderr] 307 | | const INIT = 0b0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 312 | | } [INFO] [stderr] 313 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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: could not compile `sgx-isa`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:304:1 [INFO] [stderr] | [INFO] [stderr] 304 | / bitflags! { [INFO] [stderr] 305 | | #[repr(C)] [INFO] [stderr] 306 | | pub struct AttributesFlags: u64 { [INFO] [stderr] 307 | | const INIT = 0b0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 312 | | } [INFO] [stderr] 313 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:304:1 [INFO] [stderr] | [INFO] [stderr] 304 | / bitflags! { [INFO] [stderr] 305 | | #[repr(C)] [INFO] [stderr] 306 | | pub struct AttributesFlags: u64 { [INFO] [stderr] 307 | | const INIT = 0b0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 312 | | } [INFO] [stderr] 313 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:304:1 [INFO] [stderr] | [INFO] [stderr] 304 | / bitflags! { [INFO] [stderr] 305 | | #[repr(C)] [INFO] [stderr] 306 | | pub struct AttributesFlags: u64 { [INFO] [stderr] 307 | | const INIT = 0b0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 312 | | } [INFO] [stderr] 313 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:304:1 [INFO] [stderr] | [INFO] [stderr] 304 | / bitflags! { [INFO] [stderr] 305 | | #[repr(C)] [INFO] [stderr] 306 | | pub struct AttributesFlags: u64 { [INFO] [stderr] 307 | | const INIT = 0b0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 312 | | } [INFO] [stderr] 313 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:321:1 [INFO] [stderr] | [INFO] [stderr] 321 | / bitflags! { [INFO] [stderr] 322 | | #[repr(C)] [INFO] [stderr] 323 | | pub struct Miscselect: u32 { [INFO] [stderr] 324 | | const EXINFO = 0b0000_0001; [INFO] [stderr] 325 | | } [INFO] [stderr] 326 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:360:1 [INFO] [stderr] | [INFO] [stderr] 360 | / bitflags! { [INFO] [stderr] 361 | | #[repr(C)] [INFO] [stderr] 362 | | pub struct TcsFlags: u64 { [INFO] [stderr] 363 | | const DBGOPTIN = 0b0000_0001; [INFO] [stderr] 364 | | } [INFO] [stderr] 365 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:404:1 [INFO] [stderr] | [INFO] [stderr] 404 | / bitflags! { [INFO] [stderr] 405 | | #[repr(C)] [INFO] [stderr] 406 | | pub struct SecinfoFlags: u64 { [INFO] [stderr] 407 | | const R = 0b0000_0000_0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 422 | | } [INFO] [stderr] 423 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:404:1 [INFO] [stderr] | [INFO] [stderr] 404 | / bitflags! { [INFO] [stderr] 405 | | #[repr(C)] [INFO] [stderr] 406 | | pub struct SecinfoFlags: u64 { [INFO] [stderr] 407 | | const R = 0b0000_0000_0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 422 | | } [INFO] [stderr] 423 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:404:1 [INFO] [stderr] | [INFO] [stderr] 404 | / bitflags! { [INFO] [stderr] 405 | | #[repr(C)] [INFO] [stderr] 406 | | pub struct SecinfoFlags: u64 { [INFO] [stderr] 407 | | const R = 0b0000_0000_0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 422 | | } [INFO] [stderr] 423 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:404:1 [INFO] [stderr] | [INFO] [stderr] 404 | / bitflags! { [INFO] [stderr] 405 | | #[repr(C)] [INFO] [stderr] 406 | | pub struct SecinfoFlags: u64 { [INFO] [stderr] 407 | | const R = 0b0000_0000_0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 422 | | } [INFO] [stderr] 423 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:404:1 [INFO] [stderr] | [INFO] [stderr] 404 | / bitflags! { [INFO] [stderr] 405 | | #[repr(C)] [INFO] [stderr] 406 | | pub struct SecinfoFlags: u64 { [INFO] [stderr] 407 | | const R = 0b0000_0000_0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 422 | | } [INFO] [stderr] 423 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:404:1 [INFO] [stderr] | [INFO] [stderr] 404 | / bitflags! { [INFO] [stderr] 405 | | #[repr(C)] [INFO] [stderr] 406 | | pub struct SecinfoFlags: u64 { [INFO] [stderr] 407 | | const R = 0b0000_0000_0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 422 | | } [INFO] [stderr] 423 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:404:1 [INFO] [stderr] | [INFO] [stderr] 404 | / bitflags! { [INFO] [stderr] 405 | | #[repr(C)] [INFO] [stderr] 406 | | pub struct SecinfoFlags: u64 { [INFO] [stderr] 407 | | const R = 0b0000_0000_0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 422 | | } [INFO] [stderr] 423 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:404:1 [INFO] [stderr] | [INFO] [stderr] 404 | / bitflags! { [INFO] [stderr] 405 | | #[repr(C)] [INFO] [stderr] 406 | | pub struct SecinfoFlags: u64 { [INFO] [stderr] 407 | | const R = 0b0000_0000_0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 422 | | } [INFO] [stderr] 423 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:404:1 [INFO] [stderr] | [INFO] [stderr] 404 | / bitflags! { [INFO] [stderr] 405 | | #[repr(C)] [INFO] [stderr] 406 | | pub struct SecinfoFlags: u64 { [INFO] [stderr] 407 | | const R = 0b0000_0000_0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 422 | | } [INFO] [stderr] 423 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:404:1 [INFO] [stderr] | [INFO] [stderr] 404 | / bitflags! { [INFO] [stderr] 405 | | #[repr(C)] [INFO] [stderr] 406 | | pub struct SecinfoFlags: u64 { [INFO] [stderr] 407 | | const R = 0b0000_0000_0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 422 | | } [INFO] [stderr] 423 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:404:1 [INFO] [stderr] | [INFO] [stderr] 404 | / bitflags! { [INFO] [stderr] 405 | | #[repr(C)] [INFO] [stderr] 406 | | pub struct SecinfoFlags: u64 { [INFO] [stderr] 407 | | const R = 0b0000_0000_0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 422 | | } [INFO] [stderr] 423 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:404:1 [INFO] [stderr] | [INFO] [stderr] 404 | / bitflags! { [INFO] [stderr] 405 | | #[repr(C)] [INFO] [stderr] 406 | | pub struct SecinfoFlags: u64 { [INFO] [stderr] 407 | | const R = 0b0000_0000_0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 422 | | } [INFO] [stderr] 423 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:404:1 [INFO] [stderr] | [INFO] [stderr] 404 | / bitflags! { [INFO] [stderr] 405 | | #[repr(C)] [INFO] [stderr] 406 | | pub struct SecinfoFlags: u64 { [INFO] [stderr] 407 | | const R = 0b0000_0000_0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 422 | | } [INFO] [stderr] 423 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:404:1 [INFO] [stderr] | [INFO] [stderr] 404 | / bitflags! { [INFO] [stderr] 405 | | #[repr(C)] [INFO] [stderr] 406 | | pub struct SecinfoFlags: u64 { [INFO] [stderr] 407 | | const R = 0b0000_0000_0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 422 | | } [INFO] [stderr] 423 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:404:1 [INFO] [stderr] | [INFO] [stderr] 404 | / bitflags! { [INFO] [stderr] 405 | | #[repr(C)] [INFO] [stderr] 406 | | pub struct SecinfoFlags: u64 { [INFO] [stderr] 407 | | const R = 0b0000_0000_0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 422 | | } [INFO] [stderr] 423 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:665:1 [INFO] [stderr] | [INFO] [stderr] 665 | / bitflags! { [INFO] [stderr] 666 | | #[repr(C)] [INFO] [stderr] 667 | | pub struct Keypolicy: u16 { [INFO] [stderr] 668 | | const MRENCLAVE = 0b0000_0001; [INFO] [stderr] 669 | | const MRSIGNER = 0b0000_0010; [INFO] [stderr] 670 | | } [INFO] [stderr] 671 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sgx-isa-0.3.0/src/lib.rs:665:1 [INFO] [stderr] | [INFO] [stderr] 665 | / bitflags! { [INFO] [stderr] 666 | | #[repr(C)] [INFO] [stderr] 667 | | pub struct Keypolicy: u16 { [INFO] [stderr] 668 | | const MRENCLAVE = 0b0000_0001; [INFO] [stderr] 669 | | const MRSIGNER = 0b0000_0010; [INFO] [stderr] 670 | | } [INFO] [stderr] 671 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [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: aborting due to 29 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0518`. [INFO] [stderr] error: could not compile `sgx-isa`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "c790cc65cf50ce46afa454403bd11f91b242b5f3586c1390747f60adb0d15ee2"` [INFO] running `"docker" "rm" "-f" "c790cc65cf50ce46afa454403bd11f91b242b5f3586c1390747f60adb0d15ee2"` [INFO] [stdout] c790cc65cf50ce46afa454403bd11f91b242b5f3586c1390747f60adb0d15ee2