[INFO] updating cached repository https://github.com/josephlr/rak [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9dc4a903218ec4fcd565a790a47ba1ac514da4a5 [INFO] checking josephlr/rak against try#38f08371587f97c145dedb2c055ac7b01bf1e788 for pr-65294 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjosephlr%2Frak" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/josephlr/rak on toolchain 38f08371587f97c145dedb2c055ac7b01bf1e788 [INFO] running `"/workspace/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/josephlr/rak [INFO] finished tweaking git repo https://github.com/josephlr/rak [INFO] tweaked toml for git repo https://github.com/josephlr/rak written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/josephlr/rak already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] dbaa0eb3210113983e485d390a79005e58307ae1a522d6c9f22dff82c6133709 [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" "dbaa0eb3210113983e485d390a79005e58307ae1a522d6c9f22dff82c6133709"` [INFO] [stderr] Checking spin v0.5.2 [INFO] [stderr] Checking fixedvec v0.2.4 [INFO] [stderr] Checking linked_list_allocator v0.6.4 [INFO] [stderr] Checking bitflags v1.1.0 [INFO] [stderr] Checking x86_64 v0.2.14 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking slab_allocator v0.3.5 [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/x86_64-0.2.14/src/registers/control.rs:61:1 [INFO] [stderr] | [INFO] [stderr] 61 | / bitflags! { [INFO] [stderr] 62 | | /// Configuration flags of the Cr0 register. [INFO] [stderr] 63 | | pub struct Cr0Flags: u64 { [INFO] [stderr] 64 | | /// Enables protected mode. [INFO] [stderr] ... | [INFO] [stderr] 91 | | } [INFO] [stderr] 92 | | } [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/x86_64-0.2.14/src/registers/control.rs:123:1 [INFO] [stderr] | [INFO] [stderr] 123 | / bitflags! { [INFO] [stderr] 124 | | /// Controls cache settings for the level 4 page table. [INFO] [stderr] 125 | | pub struct Cr3Flags: u64 { [INFO] [stderr] 126 | | /// Use a writethrough cache policy for the P4 table (else a writeback policy is used). [INFO] [stderr] ... | [INFO] [stderr] 130 | | } [INFO] [stderr] 131 | | } [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/x86_64-0.2.14/src/registers/control.rs:61:1 [INFO] [stderr] | [INFO] [stderr] 61 | / bitflags! { [INFO] [stderr] 62 | | /// Configuration flags of the Cr0 register. [INFO] [stderr] 63 | | pub struct Cr0Flags: u64 { [INFO] [stderr] 64 | | /// Enables protected mode. [INFO] [stderr] ... | [INFO] [stderr] 91 | | } [INFO] [stderr] 92 | | } [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/x86_64-0.2.14/src/registers/control.rs:61:1 [INFO] [stderr] | [INFO] [stderr] 61 | / bitflags! { [INFO] [stderr] 62 | | /// Configuration flags of the Cr0 register. [INFO] [stderr] 63 | | pub struct Cr0Flags: u64 { [INFO] [stderr] 64 | | /// Enables protected mode. [INFO] [stderr] ... | [INFO] [stderr] 91 | | } [INFO] [stderr] 92 | | } [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/x86_64-0.2.14/src/registers/control.rs:61:1 [INFO] [stderr] | [INFO] [stderr] 61 | / bitflags! { [INFO] [stderr] 62 | | /// Configuration flags of the Cr0 register. [INFO] [stderr] 63 | | pub struct Cr0Flags: u64 { [INFO] [stderr] 64 | | /// Enables protected mode. [INFO] [stderr] ... | [INFO] [stderr] 91 | | } [INFO] [stderr] 92 | | } [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/x86_64-0.2.14/src/registers/control.rs:61:1 [INFO] [stderr] | [INFO] [stderr] 61 | / bitflags! { [INFO] [stderr] 62 | | /// Configuration flags of the Cr0 register. [INFO] [stderr] 63 | | pub struct Cr0Flags: u64 { [INFO] [stderr] 64 | | /// Enables protected mode. [INFO] [stderr] ... | [INFO] [stderr] 91 | | } [INFO] [stderr] 92 | | } [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/x86_64-0.2.14/src/registers/control.rs:61:1 [INFO] [stderr] | [INFO] [stderr] 61 | / bitflags! { [INFO] [stderr] 62 | | /// Configuration flags of the Cr0 register. [INFO] [stderr] 63 | | pub struct Cr0Flags: u64 { [INFO] [stderr] 64 | | /// Enables protected mode. [INFO] [stderr] ... | [INFO] [stderr] 91 | | } [INFO] [stderr] 92 | | } [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/x86_64-0.2.14/src/registers/control.rs:61:1 [INFO] [stderr] | [INFO] [stderr] 61 | / bitflags! { [INFO] [stderr] 62 | | /// Configuration flags of the Cr0 register. [INFO] [stderr] 63 | | pub struct Cr0Flags: u64 { [INFO] [stderr] 64 | | /// Enables protected mode. [INFO] [stderr] ... | [INFO] [stderr] 91 | | } [INFO] [stderr] 92 | | } [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/x86_64-0.2.14/src/registers/control.rs:61:1 [INFO] [stderr] | [INFO] [stderr] 61 | / bitflags! { [INFO] [stderr] 62 | | /// Configuration flags of the Cr0 register. [INFO] [stderr] 63 | | pub struct Cr0Flags: u64 { [INFO] [stderr] 64 | | /// Enables protected mode. [INFO] [stderr] ... | [INFO] [stderr] 91 | | } [INFO] [stderr] 92 | | } [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/x86_64-0.2.14/src/registers/control.rs:61:1 [INFO] [stderr] | [INFO] [stderr] 61 | / bitflags! { [INFO] [stderr] 62 | | /// Configuration flags of the Cr0 register. [INFO] [stderr] 63 | | pub struct Cr0Flags: u64 { [INFO] [stderr] 64 | | /// Enables protected mode. [INFO] [stderr] ... | [INFO] [stderr] 91 | | } [INFO] [stderr] 92 | | } [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/x86_64-0.2.14/src/registers/control.rs:61:1 [INFO] [stderr] | [INFO] [stderr] 61 | / bitflags! { [INFO] [stderr] 62 | | /// Configuration flags of the Cr0 register. [INFO] [stderr] 63 | | pub struct Cr0Flags: u64 { [INFO] [stderr] 64 | | /// Enables protected mode. [INFO] [stderr] ... | [INFO] [stderr] 91 | | } [INFO] [stderr] 92 | | } [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/x86_64-0.2.14/src/registers/control.rs:61:1 [INFO] [stderr] | [INFO] [stderr] 61 | / bitflags! { [INFO] [stderr] 62 | | /// Configuration flags of the Cr0 register. [INFO] [stderr] 63 | | pub struct Cr0Flags: u64 { [INFO] [stderr] 64 | | /// Enables protected mode. [INFO] [stderr] ... | [INFO] [stderr] 91 | | } [INFO] [stderr] 92 | | } [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/x86_64-0.2.14/src/registers/control.rs:123:1 [INFO] [stderr] | [INFO] [stderr] 123 | / bitflags! { [INFO] [stderr] 124 | | /// Controls cache settings for the level 4 page table. [INFO] [stderr] 125 | | pub struct Cr3Flags: u64 { [INFO] [stderr] 126 | | /// Use a writethrough cache policy for the P4 table (else a writeback policy is used). [INFO] [stderr] ... | [INFO] [stderr] 130 | | } [INFO] [stderr] 131 | | } [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/x86_64-0.2.14/src/registers/control.rs:123:1 [INFO] [stderr] | [INFO] [stderr] 123 | / bitflags! { [INFO] [stderr] 124 | | /// Controls cache settings for the level 4 page table. [INFO] [stderr] 125 | | pub struct Cr3Flags: u64 { [INFO] [stderr] 126 | | /// Use a writethrough cache policy for the P4 table (else a writeback policy is used). [INFO] [stderr] ... | [INFO] [stderr] 130 | | } [INFO] [stderr] 131 | | } [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/x86_64-0.2.14/src/registers/model_specific.rs:80:1 [INFO] [stderr] | [INFO] [stderr] 80 | / bitflags! { [INFO] [stderr] 81 | | /// Flags of the Extended Feature Enable Register. [INFO] [stderr] 82 | | pub struct EferFlags: u64 { [INFO] [stderr] 83 | | /// Enables the `syscall` and `sysret` instructions. [INFO] [stderr] ... | [INFO] [stderr] 99 | | } [INFO] [stderr] 100 | | } [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/x86_64-0.2.14/src/registers/model_specific.rs:80:1 [INFO] [stderr] | [INFO] [stderr] 80 | / bitflags! { [INFO] [stderr] 81 | | /// Flags of the Extended Feature Enable Register. [INFO] [stderr] 82 | | pub struct EferFlags: u64 { [INFO] [stderr] 83 | | /// Enables the `syscall` and `sysret` instructions. [INFO] [stderr] ... | [INFO] [stderr] 99 | | } [INFO] [stderr] 100 | | } [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/x86_64-0.2.14/src/registers/model_specific.rs:80:1 [INFO] [stderr] | [INFO] [stderr] 80 | / bitflags! { [INFO] [stderr] 81 | | /// Flags of the Extended Feature Enable Register. [INFO] [stderr] 82 | | pub struct EferFlags: u64 { [INFO] [stderr] 83 | | /// Enables the `syscall` and `sysret` instructions. [INFO] [stderr] ... | [INFO] [stderr] 99 | | } [INFO] [stderr] 100 | | } [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/x86_64-0.2.14/src/registers/model_specific.rs:80:1 [INFO] [stderr] | [INFO] [stderr] 80 | / bitflags! { [INFO] [stderr] 81 | | /// Flags of the Extended Feature Enable Register. [INFO] [stderr] 82 | | pub struct EferFlags: u64 { [INFO] [stderr] 83 | | /// Enables the `syscall` and `sysret` instructions. [INFO] [stderr] ... | [INFO] [stderr] 99 | | } [INFO] [stderr] 100 | | } [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/x86_64-0.2.14/src/registers/model_specific.rs:80:1 [INFO] [stderr] | [INFO] [stderr] 80 | / bitflags! { [INFO] [stderr] 81 | | /// Flags of the Extended Feature Enable Register. [INFO] [stderr] 82 | | pub struct EferFlags: u64 { [INFO] [stderr] 83 | | /// Enables the `syscall` and `sysret` instructions. [INFO] [stderr] ... | [INFO] [stderr] 99 | | } [INFO] [stderr] 100 | | } [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/x86_64-0.2.14/src/registers/model_specific.rs:80:1 [INFO] [stderr] | [INFO] [stderr] 80 | / bitflags! { [INFO] [stderr] 81 | | /// Flags of the Extended Feature Enable Register. [INFO] [stderr] 82 | | pub struct EferFlags: u64 { [INFO] [stderr] 83 | | /// Enables the `syscall` and `sysret` instructions. [INFO] [stderr] ... | [INFO] [stderr] 99 | | } [INFO] [stderr] 100 | | } [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/x86_64-0.2.14/src/registers/model_specific.rs:80:1 [INFO] [stderr] | [INFO] [stderr] 80 | / bitflags! { [INFO] [stderr] 81 | | /// Flags of the Extended Feature Enable Register. [INFO] [stderr] 82 | | pub struct EferFlags: u64 { [INFO] [stderr] 83 | | /// Enables the `syscall` and `sysret` instructions. [INFO] [stderr] ... | [INFO] [stderr] 99 | | } [INFO] [stderr] 100 | | } [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/x86_64-0.2.14/src/registers/model_specific.rs:80:1 [INFO] [stderr] | [INFO] [stderr] 80 | / bitflags! { [INFO] [stderr] 81 | | /// Flags of the Extended Feature Enable Register. [INFO] [stderr] 82 | | pub struct EferFlags: u64 { [INFO] [stderr] 83 | | /// Enables the `syscall` and `sysret` instructions. [INFO] [stderr] ... | [INFO] [stderr] 99 | | } [INFO] [stderr] 100 | | } [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/x86_64-0.2.14/src/registers/model_specific.rs:80:1 [INFO] [stderr] | [INFO] [stderr] 80 | / bitflags! { [INFO] [stderr] 81 | | /// Flags of the Extended Feature Enable Register. [INFO] [stderr] 82 | | pub struct EferFlags: u64 { [INFO] [stderr] 83 | | /// Enables the `syscall` and `sysret` instructions. [INFO] [stderr] ... | [INFO] [stderr] 99 | | } [INFO] [stderr] 100 | | } [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/x86_64-0.2.14/src/registers/rflags.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / bitflags! { [INFO] [stderr] 4 | | /// The RFLAGS register. [INFO] [stderr] 5 | | pub struct RFlags: u64 { [INFO] [stderr] 6 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [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/x86_64-0.2.14/src/registers/rflags.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / bitflags! { [INFO] [stderr] 4 | | /// The RFLAGS register. [INFO] [stderr] 5 | | pub struct RFlags: u64 { [INFO] [stderr] 6 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [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/x86_64-0.2.14/src/registers/rflags.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / bitflags! { [INFO] [stderr] 4 | | /// The RFLAGS register. [INFO] [stderr] 5 | | pub struct RFlags: u64 { [INFO] [stderr] 6 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [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/x86_64-0.2.14/src/registers/rflags.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / bitflags! { [INFO] [stderr] 4 | | /// The RFLAGS register. [INFO] [stderr] 5 | | pub struct RFlags: u64 { [INFO] [stderr] 6 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [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/x86_64-0.2.14/src/registers/rflags.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / bitflags! { [INFO] [stderr] 4 | | /// The RFLAGS register. [INFO] [stderr] 5 | | pub struct RFlags: u64 { [INFO] [stderr] 6 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [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/x86_64-0.2.14/src/registers/rflags.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / bitflags! { [INFO] [stderr] 4 | | /// The RFLAGS register. [INFO] [stderr] 5 | | pub struct RFlags: u64 { [INFO] [stderr] 6 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [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/x86_64-0.2.14/src/registers/rflags.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / bitflags! { [INFO] [stderr] 4 | | /// The RFLAGS register. [INFO] [stderr] 5 | | pub struct RFlags: u64 { [INFO] [stderr] 6 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [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/x86_64-0.2.14/src/registers/rflags.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / bitflags! { [INFO] [stderr] 4 | | /// The RFLAGS register. [INFO] [stderr] 5 | | pub struct RFlags: u64 { [INFO] [stderr] 6 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [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/x86_64-0.2.14/src/registers/rflags.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / bitflags! { [INFO] [stderr] 4 | | /// The RFLAGS register. [INFO] [stderr] 5 | | pub struct RFlags: u64 { [INFO] [stderr] 6 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [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/x86_64-0.2.14/src/registers/rflags.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / bitflags! { [INFO] [stderr] 4 | | /// The RFLAGS register. [INFO] [stderr] 5 | | pub struct RFlags: u64 { [INFO] [stderr] 6 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [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/x86_64-0.2.14/src/registers/rflags.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / bitflags! { [INFO] [stderr] 4 | | /// The RFLAGS register. [INFO] [stderr] 5 | | pub struct RFlags: u64 { [INFO] [stderr] 6 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [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/x86_64-0.2.14/src/registers/rflags.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / bitflags! { [INFO] [stderr] 4 | | /// The RFLAGS register. [INFO] [stderr] 5 | | pub struct RFlags: u64 { [INFO] [stderr] 6 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [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/x86_64-0.2.14/src/registers/rflags.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / bitflags! { [INFO] [stderr] 4 | | /// The RFLAGS register. [INFO] [stderr] 5 | | pub struct RFlags: u64 { [INFO] [stderr] 6 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [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/x86_64-0.2.14/src/registers/rflags.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / bitflags! { [INFO] [stderr] 4 | | /// The RFLAGS register. [INFO] [stderr] 5 | | pub struct RFlags: u64 { [INFO] [stderr] 6 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [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/x86_64-0.2.14/src/registers/rflags.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / bitflags! { [INFO] [stderr] 4 | | /// The RFLAGS register. [INFO] [stderr] 5 | | pub struct RFlags: u64 { [INFO] [stderr] 6 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [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/x86_64-0.2.14/src/registers/rflags.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / bitflags! { [INFO] [stderr] 4 | | /// The RFLAGS register. [INFO] [stderr] 5 | | pub struct RFlags: u64 { [INFO] [stderr] 6 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [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/x86_64-0.2.14/src/registers/rflags.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / bitflags! { [INFO] [stderr] 4 | | /// The RFLAGS register. [INFO] [stderr] 5 | | pub struct RFlags: u64 { [INFO] [stderr] 6 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [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/x86_64-0.2.14/src/registers/rflags.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / bitflags! { [INFO] [stderr] 4 | | /// The RFLAGS register. [INFO] [stderr] 5 | | pub struct RFlags: u64 { [INFO] [stderr] 6 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [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/x86_64-0.2.14/src/registers/rflags.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / bitflags! { [INFO] [stderr] 4 | | /// The RFLAGS register. [INFO] [stderr] 5 | | pub struct RFlags: u64 { [INFO] [stderr] 6 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [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/x86_64-0.2.14/src/structures/gdt.rs:123:1 [INFO] [stderr] | [INFO] [stderr] 123 | / bitflags! { [INFO] [stderr] 124 | | /// Flags for a GDT descriptor. Not all flags are valid for all descriptor types. [INFO] [stderr] 125 | | pub struct DescriptorFlags: u64 { [INFO] [stderr] 126 | | /// Marks a code segment as “conforming”. This influences the privilege checks that [INFO] [stderr] ... | [INFO] [stderr] 137 | | } [INFO] [stderr] 138 | | } [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/x86_64-0.2.14/src/structures/gdt.rs:123:1 [INFO] [stderr] | [INFO] [stderr] 123 | / bitflags! { [INFO] [stderr] 124 | | /// Flags for a GDT descriptor. Not all flags are valid for all descriptor types. [INFO] [stderr] 125 | | pub struct DescriptorFlags: u64 { [INFO] [stderr] 126 | | /// Marks a code segment as “conforming”. This influences the privilege checks that [INFO] [stderr] ... | [INFO] [stderr] 137 | | } [INFO] [stderr] 138 | | } [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/x86_64-0.2.14/src/structures/gdt.rs:123:1 [INFO] [stderr] | [INFO] [stderr] 123 | / bitflags! { [INFO] [stderr] 124 | | /// Flags for a GDT descriptor. Not all flags are valid for all descriptor types. [INFO] [stderr] 125 | | pub struct DescriptorFlags: u64 { [INFO] [stderr] 126 | | /// Marks a code segment as “conforming”. This influences the privilege checks that [INFO] [stderr] ... | [INFO] [stderr] 137 | | } [INFO] [stderr] 138 | | } [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/x86_64-0.2.14/src/structures/gdt.rs:123:1 [INFO] [stderr] | [INFO] [stderr] 123 | / bitflags! { [INFO] [stderr] 124 | | /// Flags for a GDT descriptor. Not all flags are valid for all descriptor types. [INFO] [stderr] 125 | | pub struct DescriptorFlags: u64 { [INFO] [stderr] 126 | | /// Marks a code segment as “conforming”. This influences the privilege checks that [INFO] [stderr] ... | [INFO] [stderr] 137 | | } [INFO] [stderr] 138 | | } [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/x86_64-0.2.14/src/structures/gdt.rs:123:1 [INFO] [stderr] | [INFO] [stderr] 123 | / bitflags! { [INFO] [stderr] 124 | | /// Flags for a GDT descriptor. Not all flags are valid for all descriptor types. [INFO] [stderr] 125 | | pub struct DescriptorFlags: u64 { [INFO] [stderr] 126 | | /// Marks a code segment as “conforming”. This influences the privilege checks that [INFO] [stderr] ... | [INFO] [stderr] 137 | | } [INFO] [stderr] 138 | | } [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/x86_64-0.2.14/src/structures/gdt.rs:123:1 [INFO] [stderr] | [INFO] [stderr] 123 | / bitflags! { [INFO] [stderr] 124 | | /// Flags for a GDT descriptor. Not all flags are valid for all descriptor types. [INFO] [stderr] 125 | | pub struct DescriptorFlags: u64 { [INFO] [stderr] 126 | | /// Marks a code segment as “conforming”. This influences the privilege checks that [INFO] [stderr] ... | [INFO] [stderr] 137 | | } [INFO] [stderr] 138 | | } [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/x86_64-0.2.14/src/structures/idt.rs:680:1 [INFO] [stderr] | [INFO] [stderr] 680 | / bitflags! { [INFO] [stderr] 681 | | /// Describes an page fault error code. [INFO] [stderr] 682 | | pub struct PageFaultErrorCode: u64 { [INFO] [stderr] 683 | | /// If this flag is set, the page fault was caused by a page-protection violation, [INFO] [stderr] ... | [INFO] [stderr] 704 | | } [INFO] [stderr] 705 | | } [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/x86_64-0.2.14/src/structures/idt.rs:680:1 [INFO] [stderr] | [INFO] [stderr] 680 | / bitflags! { [INFO] [stderr] 681 | | /// Describes an page fault error code. [INFO] [stderr] 682 | | pub struct PageFaultErrorCode: u64 { [INFO] [stderr] 683 | | /// If this flag is set, the page fault was caused by a page-protection violation, [INFO] [stderr] ... | [INFO] [stderr] 704 | | } [INFO] [stderr] 705 | | } [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/x86_64-0.2.14/src/structures/idt.rs:680:1 [INFO] [stderr] | [INFO] [stderr] 680 | / bitflags! { [INFO] [stderr] 681 | | /// Describes an page fault error code. [INFO] [stderr] 682 | | pub struct PageFaultErrorCode: u64 { [INFO] [stderr] 683 | | /// If this flag is set, the page fault was caused by a page-protection violation, [INFO] [stderr] ... | [INFO] [stderr] 704 | | } [INFO] [stderr] 705 | | } [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/x86_64-0.2.14/src/structures/idt.rs:680:1 [INFO] [stderr] | [INFO] [stderr] 680 | / bitflags! { [INFO] [stderr] 681 | | /// Describes an page fault error code. [INFO] [stderr] 682 | | pub struct PageFaultErrorCode: u64 { [INFO] [stderr] 683 | | /// If this flag is set, the page fault was caused by a page-protection violation, [INFO] [stderr] ... | [INFO] [stderr] 704 | | } [INFO] [stderr] 705 | | } [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/x86_64-0.2.14/src/structures/idt.rs:680:1 [INFO] [stderr] | [INFO] [stderr] 680 | / bitflags! { [INFO] [stderr] 681 | | /// Describes an page fault error code. [INFO] [stderr] 682 | | pub struct PageFaultErrorCode: u64 { [INFO] [stderr] 683 | | /// If this flag is set, the page fault was caused by a page-protection violation, [INFO] [stderr] ... | [INFO] [stderr] 704 | | } [INFO] [stderr] 705 | | } [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/x86_64-0.2.14/src/structures/idt.rs:680:1 [INFO] [stderr] | [INFO] [stderr] 680 | / bitflags! { [INFO] [stderr] 681 | | /// Describes an page fault error code. [INFO] [stderr] 682 | | pub struct PageFaultErrorCode: u64 { [INFO] [stderr] 683 | | /// If this flag is set, the page fault was caused by a page-protection violation, [INFO] [stderr] ... | [INFO] [stderr] 704 | | } [INFO] [stderr] 705 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/registers/control.rs:61:1 [INFO] [stderr] | [INFO] [stderr] 61 | / bitflags! { [INFO] [stderr] 62 | | /// Configuration flags of the Cr0 register. [INFO] [stderr] 63 | | pub struct Cr0Flags: u64 { [INFO] [stderr] 64 | | /// Enables protected mode. [INFO] [stderr] ... | [INFO] [stderr] 91 | | } [INFO] [stderr] 92 | | } [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/x86_64-0.2.14/src/registers/control.rs:123:1 [INFO] [stderr] | [INFO] [stderr] 123 | / bitflags! { [INFO] [stderr] 124 | | /// Controls cache settings for the level 4 page table. [INFO] [stderr] 125 | | pub struct Cr3Flags: u64 { [INFO] [stderr] 126 | | /// Use a writethrough cache policy for the P4 table (else a writeback policy is used). [INFO] [stderr] ... | [INFO] [stderr] 130 | | } [INFO] [stderr] 131 | | } [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/x86_64-0.2.14/src/registers/control.rs:61:1 [INFO] [stderr] | [INFO] [stderr] 61 | / bitflags! { [INFO] [stderr] 62 | | /// Configuration flags of the Cr0 register. [INFO] [stderr] 63 | | pub struct Cr0Flags: u64 { [INFO] [stderr] 64 | | /// Enables protected mode. [INFO] [stderr] ... | [INFO] [stderr] 91 | | } [INFO] [stderr] 92 | | } [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/x86_64-0.2.14/src/registers/control.rs:61:1 [INFO] [stderr] | [INFO] [stderr] 61 | / bitflags! { [INFO] [stderr] 62 | | /// Configuration flags of the Cr0 register. [INFO] [stderr] 63 | | pub struct Cr0Flags: u64 { [INFO] [stderr] 64 | | /// Enables protected mode. [INFO] [stderr] ... | [INFO] [stderr] 91 | | } [INFO] [stderr] 92 | | } [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/x86_64-0.2.14/src/registers/control.rs:61:1 [INFO] [stderr] | [INFO] [stderr] 61 | / bitflags! { [INFO] [stderr] 62 | | /// Configuration flags of the Cr0 register. [INFO] [stderr] 63 | | pub struct Cr0Flags: u64 { [INFO] [stderr] 64 | | /// Enables protected mode. [INFO] [stderr] ... | [INFO] [stderr] 91 | | } [INFO] [stderr] 92 | | } [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/x86_64-0.2.14/src/registers/control.rs:61:1 [INFO] [stderr] | [INFO] [stderr] 61 | / bitflags! { [INFO] [stderr] 62 | | /// Configuration flags of the Cr0 register. [INFO] [stderr] 63 | | pub struct Cr0Flags: u64 { [INFO] [stderr] 64 | | /// Enables protected mode. [INFO] [stderr] ... | [INFO] [stderr] 91 | | } [INFO] [stderr] 92 | | } [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/x86_64-0.2.14/src/registers/control.rs:61:1 [INFO] [stderr] | [INFO] [stderr] 61 | / bitflags! { [INFO] [stderr] 62 | | /// Configuration flags of the Cr0 register. [INFO] [stderr] 63 | | pub struct Cr0Flags: u64 { [INFO] [stderr] 64 | | /// Enables protected mode. [INFO] [stderr] ... | [INFO] [stderr] 91 | | } [INFO] [stderr] 92 | | } [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/x86_64-0.2.14/src/registers/control.rs:61:1 [INFO] [stderr] | [INFO] [stderr] 61 | / bitflags! { [INFO] [stderr] 62 | | /// Configuration flags of the Cr0 register. [INFO] [stderr] 63 | | pub struct Cr0Flags: u64 { [INFO] [stderr] 64 | | /// Enables protected mode. [INFO] [stderr] ... | [INFO] [stderr] 91 | | } [INFO] [stderr] 92 | | } [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/x86_64-0.2.14/src/registers/control.rs:61:1 [INFO] [stderr] | [INFO] [stderr] 61 | / bitflags! { [INFO] [stderr] 62 | | /// Configuration flags of the Cr0 register. [INFO] [stderr] 63 | | pub struct Cr0Flags: u64 { [INFO] [stderr] 64 | | /// Enables protected mode. [INFO] [stderr] ... | [INFO] [stderr] 91 | | } [INFO] [stderr] 92 | | } [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/x86_64-0.2.14/src/registers/control.rs:61:1 [INFO] [stderr] | [INFO] [stderr] 61 | / bitflags! { [INFO] [stderr] 62 | | /// Configuration flags of the Cr0 register. [INFO] [stderr] 63 | | pub struct Cr0Flags: u64 { [INFO] [stderr] 64 | | /// Enables protected mode. [INFO] [stderr] ... | [INFO] [stderr] 91 | | } [INFO] [stderr] 92 | | } [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/x86_64-0.2.14/src/registers/control.rs:61:1 [INFO] [stderr] | [INFO] [stderr] 61 | / bitflags! { [INFO] [stderr] 62 | | /// Configuration flags of the Cr0 register. [INFO] [stderr] 63 | | pub struct Cr0Flags: u64 { [INFO] [stderr] 64 | | /// Enables protected mode. [INFO] [stderr] ... | [INFO] [stderr] 91 | | } [INFO] [stderr] 92 | | } [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/x86_64-0.2.14/src/registers/control.rs:61:1 [INFO] [stderr] | [INFO] [stderr] 61 | / bitflags! { [INFO] [stderr] 62 | | /// Configuration flags of the Cr0 register. [INFO] [stderr] 63 | | pub struct Cr0Flags: u64 { [INFO] [stderr] 64 | | /// Enables protected mode. [INFO] [stderr] ... | [INFO] [stderr] 91 | | } [INFO] [stderr] 92 | | } [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/x86_64-0.2.14/src/registers/control.rs:123:1 [INFO] [stderr] | [INFO] [stderr] 123 | / bitflags! { [INFO] [stderr] 124 | | /// Controls cache settings for the level 4 page table. [INFO] [stderr] 125 | | pub struct Cr3Flags: u64 { [INFO] [stderr] 126 | | /// Use a writethrough cache policy for the P4 table (else a writeback policy is used). [INFO] [stderr] ... | [INFO] [stderr] 130 | | } [INFO] [stderr] 131 | | } [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/x86_64-0.2.14/src/registers/control.rs:123:1 [INFO] [stderr] | [INFO] [stderr] 123 | / bitflags! { [INFO] [stderr] 124 | | /// Controls cache settings for the level 4 page table. [INFO] [stderr] 125 | | pub struct Cr3Flags: u64 { [INFO] [stderr] 126 | | /// Use a writethrough cache policy for the P4 table (else a writeback policy is used). [INFO] [stderr] ... | [INFO] [stderr] 130 | | } [INFO] [stderr] 131 | | } [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/x86_64-0.2.14/src/registers/model_specific.rs:80:1 [INFO] [stderr] | [INFO] [stderr] 80 | / bitflags! { [INFO] [stderr] 81 | | /// Flags of the Extended Feature Enable Register. [INFO] [stderr] 82 | | pub struct EferFlags: u64 { [INFO] [stderr] 83 | | /// Enables the `syscall` and `sysret` instructions. [INFO] [stderr] ... | [INFO] [stderr] 99 | | } [INFO] [stderr] 100 | | } [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/x86_64-0.2.14/src/registers/model_specific.rs:80:1 [INFO] [stderr] | [INFO] [stderr] 80 | / bitflags! { [INFO] [stderr] 81 | | /// Flags of the Extended Feature Enable Register. [INFO] [stderr] 82 | | pub struct EferFlags: u64 { [INFO] [stderr] 83 | | /// Enables the `syscall` and `sysret` instructions. [INFO] [stderr] ... | [INFO] [stderr] 99 | | } [INFO] [stderr] 100 | | } [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/x86_64-0.2.14/src/registers/model_specific.rs:80:1 [INFO] [stderr] | [INFO] [stderr] 80 | / bitflags! { [INFO] [stderr] 81 | | /// Flags of the Extended Feature Enable Register. [INFO] [stderr] 82 | | pub struct EferFlags: u64 { [INFO] [stderr] 83 | | /// Enables the `syscall` and `sysret` instructions. [INFO] [stderr] ... | [INFO] [stderr] 99 | | } [INFO] [stderr] 100 | | } [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/x86_64-0.2.14/src/registers/model_specific.rs:80:1 [INFO] [stderr] | [INFO] [stderr] 80 | / bitflags! { [INFO] [stderr] 81 | | /// Flags of the Extended Feature Enable Register. [INFO] [stderr] 82 | | pub struct EferFlags: u64 { [INFO] [stderr] 83 | | /// Enables the `syscall` and `sysret` instructions. [INFO] [stderr] ... | [INFO] [stderr] 99 | | } [INFO] [stderr] 100 | | } [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/x86_64-0.2.14/src/registers/model_specific.rs:80:1 [INFO] [stderr] | [INFO] [stderr] 80 | / bitflags! { [INFO] [stderr] 81 | | /// Flags of the Extended Feature Enable Register. [INFO] [stderr] 82 | | pub struct EferFlags: u64 { [INFO] [stderr] 83 | | /// Enables the `syscall` and `sysret` instructions. [INFO] [stderr] ... | [INFO] [stderr] 99 | | } [INFO] [stderr] 100 | | } [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/x86_64-0.2.14/src/registers/model_specific.rs:80:1 [INFO] [stderr] | [INFO] [stderr] 80 | / bitflags! { [INFO] [stderr] 81 | | /// Flags of the Extended Feature Enable Register. [INFO] [stderr] 82 | | pub struct EferFlags: u64 { [INFO] [stderr] 83 | | /// Enables the `syscall` and `sysret` instructions. [INFO] [stderr] ... | [INFO] [stderr] 99 | | } [INFO] [stderr] 100 | | } [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/x86_64-0.2.14/src/registers/model_specific.rs:80:1 [INFO] [stderr] | [INFO] [stderr] 80 | / bitflags! { [INFO] [stderr] 81 | | /// Flags of the Extended Feature Enable Register. [INFO] [stderr] 82 | | pub struct EferFlags: u64 { [INFO] [stderr] 83 | | /// Enables the `syscall` and `sysret` instructions. [INFO] [stderr] ... | [INFO] [stderr] 99 | | } [INFO] [stderr] 100 | | } [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/x86_64-0.2.14/src/registers/model_specific.rs:80:1 [INFO] [stderr] | [INFO] [stderr] 80 | / bitflags! { [INFO] [stderr] 81 | | /// Flags of the Extended Feature Enable Register. [INFO] [stderr] 82 | | pub struct EferFlags: u64 { [INFO] [stderr] 83 | | /// Enables the `syscall` and `sysret` instructions. [INFO] [stderr] ... | [INFO] [stderr] 99 | | } [INFO] [stderr] 100 | | } [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/x86_64-0.2.14/src/registers/model_specific.rs:80:1 [INFO] [stderr] | [INFO] [stderr] 80 | / bitflags! { [INFO] [stderr] 81 | | /// Flags of the Extended Feature Enable Register. [INFO] [stderr] 82 | | pub struct EferFlags: u64 { [INFO] [stderr] 83 | | /// Enables the `syscall` and `sysret` instructions. [INFO] [stderr] ... | [INFO] [stderr] 99 | | } [INFO] [stderr] 100 | | } [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/x86_64-0.2.14/src/registers/rflags.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / bitflags! { [INFO] [stderr] 4 | | /// The RFLAGS register. [INFO] [stderr] 5 | | pub struct RFlags: u64 { [INFO] [stderr] 6 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [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/x86_64-0.2.14/src/registers/rflags.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / bitflags! { [INFO] [stderr] 4 | | /// The RFLAGS register. [INFO] [stderr] 5 | | pub struct RFlags: u64 { [INFO] [stderr] 6 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [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/x86_64-0.2.14/src/registers/rflags.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / bitflags! { [INFO] [stderr] 4 | | /// The RFLAGS register. [INFO] [stderr] 5 | | pub struct RFlags: u64 { [INFO] [stderr] 6 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [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/x86_64-0.2.14/src/registers/rflags.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / bitflags! { [INFO] [stderr] 4 | | /// The RFLAGS register. [INFO] [stderr] 5 | | pub struct RFlags: u64 { [INFO] [stderr] 6 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [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/x86_64-0.2.14/src/registers/rflags.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / bitflags! { [INFO] [stderr] 4 | | /// The RFLAGS register. [INFO] [stderr] 5 | | pub struct RFlags: u64 { [INFO] [stderr] 6 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [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/x86_64-0.2.14/src/registers/rflags.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / bitflags! { [INFO] [stderr] 4 | | /// The RFLAGS register. [INFO] [stderr] 5 | | pub struct RFlags: u64 { [INFO] [stderr] 6 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [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/x86_64-0.2.14/src/registers/rflags.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / bitflags! { [INFO] [stderr] 4 | | /// The RFLAGS register. [INFO] [stderr] 5 | | pub struct RFlags: u64 { [INFO] [stderr] 6 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [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/x86_64-0.2.14/src/registers/rflags.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / bitflags! { [INFO] [stderr] 4 | | /// The RFLAGS register. [INFO] [stderr] 5 | | pub struct RFlags: u64 { [INFO] [stderr] 6 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [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/x86_64-0.2.14/src/registers/rflags.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / bitflags! { [INFO] [stderr] 4 | | /// The RFLAGS register. [INFO] [stderr] 5 | | pub struct RFlags: u64 { [INFO] [stderr] 6 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [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/x86_64-0.2.14/src/registers/rflags.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / bitflags! { [INFO] [stderr] 4 | | /// The RFLAGS register. [INFO] [stderr] 5 | | pub struct RFlags: u64 { [INFO] [stderr] 6 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [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/x86_64-0.2.14/src/registers/rflags.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / bitflags! { [INFO] [stderr] 4 | | /// The RFLAGS register. [INFO] [stderr] 5 | | pub struct RFlags: u64 { [INFO] [stderr] 6 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [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/x86_64-0.2.14/src/registers/rflags.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / bitflags! { [INFO] [stderr] 4 | | /// The RFLAGS register. [INFO] [stderr] 5 | | pub struct RFlags: u64 { [INFO] [stderr] 6 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [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/x86_64-0.2.14/src/registers/rflags.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / bitflags! { [INFO] [stderr] 4 | | /// The RFLAGS register. [INFO] [stderr] 5 | | pub struct RFlags: u64 { [INFO] [stderr] 6 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [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/x86_64-0.2.14/src/registers/rflags.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / bitflags! { [INFO] [stderr] 4 | | /// The RFLAGS register. [INFO] [stderr] 5 | | pub struct RFlags: u64 { [INFO] [stderr] 6 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [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/x86_64-0.2.14/src/registers/rflags.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / bitflags! { [INFO] [stderr] 4 | | /// The RFLAGS register. [INFO] [stderr] 5 | | pub struct RFlags: u64 { [INFO] [stderr] 6 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [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/x86_64-0.2.14/src/registers/rflags.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / bitflags! { [INFO] [stderr] 4 | | /// The RFLAGS register. [INFO] [stderr] 5 | | pub struct RFlags: u64 { [INFO] [stderr] 6 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [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/x86_64-0.2.14/src/registers/rflags.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / bitflags! { [INFO] [stderr] 4 | | /// The RFLAGS register. [INFO] [stderr] 5 | | pub struct RFlags: u64 { [INFO] [stderr] 6 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [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/x86_64-0.2.14/src/registers/rflags.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / bitflags! { [INFO] [stderr] 4 | | /// The RFLAGS register. [INFO] [stderr] 5 | | pub struct RFlags: u64 { [INFO] [stderr] 6 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [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/x86_64-0.2.14/src/registers/rflags.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / bitflags! { [INFO] [stderr] 4 | | /// The RFLAGS register. [INFO] [stderr] 5 | | pub struct RFlags: u64 { [INFO] [stderr] 6 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [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/x86_64-0.2.14/src/structures/gdt.rs:123:1 [INFO] [stderr] | [INFO] [stderr] 123 | / bitflags! { [INFO] [stderr] 124 | | /// Flags for a GDT descriptor. Not all flags are valid for all descriptor types. [INFO] [stderr] 125 | | pub struct DescriptorFlags: u64 { [INFO] [stderr] 126 | | /// Marks a code segment as “conforming”. This influences the privilege checks that [INFO] [stderr] ... | [INFO] [stderr] 137 | | } [INFO] [stderr] 138 | | } [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/x86_64-0.2.14/src/structures/gdt.rs:123:1 [INFO] [stderr] | [INFO] [stderr] 123 | / bitflags! { [INFO] [stderr] 124 | | /// Flags for a GDT descriptor. Not all flags are valid for all descriptor types. [INFO] [stderr] 125 | | pub struct DescriptorFlags: u64 { [INFO] [stderr] 126 | | /// Marks a code segment as “conforming”. This influences the privilege checks that [INFO] [stderr] ... | [INFO] [stderr] 137 | | } [INFO] [stderr] 138 | | } [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/x86_64-0.2.14/src/structures/gdt.rs:123:1 [INFO] [stderr] | [INFO] [stderr] 123 | / bitflags! { [INFO] [stderr] 124 | | /// Flags for a GDT descriptor. Not all flags are valid for all descriptor types. [INFO] [stderr] 125 | | pub struct DescriptorFlags: u64 { [INFO] [stderr] 126 | | /// Marks a code segment as “conforming”. This influences the privilege checks that [INFO] [stderr] ... | [INFO] [stderr] 137 | | } [INFO] [stderr] 138 | | } [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/x86_64-0.2.14/src/structures/gdt.rs:123:1 [INFO] [stderr] | [INFO] [stderr] 123 | / bitflags! { [INFO] [stderr] 124 | | /// Flags for a GDT descriptor. Not all flags are valid for all descriptor types. [INFO] [stderr] 125 | | pub struct DescriptorFlags: u64 { [INFO] [stderr] 126 | | /// Marks a code segment as “conforming”. This influences the privilege checks that [INFO] [stderr] ... | [INFO] [stderr] 137 | | } [INFO] [stderr] 138 | | } [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/x86_64-0.2.14/src/structures/gdt.rs:123:1 [INFO] [stderr] | [INFO] [stderr] 123 | / bitflags! { [INFO] [stderr] 124 | | /// Flags for a GDT descriptor. Not all flags are valid for all descriptor types. [INFO] [stderr] 125 | | pub struct DescriptorFlags: u64 { [INFO] [stderr] 126 | | /// Marks a code segment as “conforming”. This influences the privilege checks that [INFO] [stderr] ... | [INFO] [stderr] 137 | | } [INFO] [stderr] 138 | | } [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/x86_64-0.2.14/src/structures/gdt.rs:123:1 [INFO] [stderr] | [INFO] [stderr] 123 | / bitflags! { [INFO] [stderr] 124 | | /// Flags for a GDT descriptor. Not all flags are valid for all descriptor types. [INFO] [stderr] 125 | | pub struct DescriptorFlags: u64 { [INFO] [stderr] 126 | | /// Marks a code segment as “conforming”. This influences the privilege checks that [INFO] [stderr] ... | [INFO] [stderr] 137 | | } [INFO] [stderr] 138 | | } [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/x86_64-0.2.14/src/structures/idt.rs:680:1 [INFO] [stderr] | [INFO] [stderr] 680 | / bitflags! { [INFO] [stderr] 681 | | /// Describes an page fault error code. [INFO] [stderr] 682 | | pub struct PageFaultErrorCode: u64 { [INFO] [stderr] 683 | | /// If this flag is set, the page fault was caused by a page-protection violation, [INFO] [stderr] ... | [INFO] [stderr] 704 | | } [INFO] [stderr] 705 | | } [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/x86_64-0.2.14/src/structures/idt.rs:680:1 [INFO] [stderr] | [INFO] [stderr] 680 | / bitflags! { [INFO] [stderr] 681 | | /// Describes an page fault error code. [INFO] [stderr] 682 | | pub struct PageFaultErrorCode: u64 { [INFO] [stderr] 683 | | /// If this flag is set, the page fault was caused by a page-protection violation, [INFO] [stderr] ... | [INFO] [stderr] 704 | | } [INFO] [stderr] 705 | | } [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/x86_64-0.2.14/src/structures/idt.rs:680:1 [INFO] [stderr] | [INFO] [stderr] 680 | / bitflags! { [INFO] [stderr] 681 | | /// Describes an page fault error code. [INFO] [stderr] 682 | | pub struct PageFaultErrorCode: u64 { [INFO] [stderr] 683 | | /// If this flag is set, the page fault was caused by a page-protection violation, [INFO] [stderr] ... | [INFO] [stderr] 704 | | } [INFO] [stderr] 705 | | } [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/x86_64-0.2.14/src/structures/idt.rs:680:1 [INFO] [stderr] | [INFO] [stderr] 680 | / bitflags! { [INFO] [stderr] 681 | | /// Describes an page fault error code. [INFO] [stderr] 682 | | pub struct PageFaultErrorCode: u64 { [INFO] [stderr] 683 | | /// If this flag is set, the page fault was caused by a page-protection violation, [INFO] [stderr] ... | [INFO] [stderr] 704 | | } [INFO] [stderr] 705 | | } [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/x86_64-0.2.14/src/structures/idt.rs:680:1 [INFO] [stderr] | [INFO] [stderr] 680 | / bitflags! { [INFO] [stderr] 681 | | /// Describes an page fault error code. [INFO] [stderr] 682 | | pub struct PageFaultErrorCode: u64 { [INFO] [stderr] 683 | | /// If this flag is set, the page fault was caused by a page-protection violation, [INFO] [stderr] ... | [INFO] [stderr] 704 | | } [INFO] [stderr] 705 | | } [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/x86_64-0.2.14/src/structures/idt.rs:680:1 [INFO] [stderr] | [INFO] [stderr] 680 | / bitflags! { [INFO] [stderr] 681 | | /// Describes an page fault error code. [INFO] [stderr] 682 | | pub struct PageFaultErrorCode: u64 { [INFO] [stderr] 683 | | /// If this flag is set, the page fault was caused by a page-protection violation, [INFO] [stderr] ... | [INFO] [stderr] 704 | | } [INFO] [stderr] 705 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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/x86_64-0.2.14/src/structures/paging/page_table.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / bitflags! { [INFO] [stderr] 93 | | /// Possible flags for a page table entry. [INFO] [stderr] 94 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 95 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 153 | | } [INFO] [stderr] 154 | | } [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 79 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0518`. [INFO] [stderr] error: could not compile `x86_64`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 79 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0518`. [INFO] [stderr] error: could not compile `x86_64`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "dbaa0eb3210113983e485d390a79005e58307ae1a522d6c9f22dff82c6133709"` [INFO] running `"docker" "rm" "-f" "dbaa0eb3210113983e485d390a79005e58307ae1a522d6c9f22dff82c6133709"` [INFO] [stdout] dbaa0eb3210113983e485d390a79005e58307ae1a522d6c9f22dff82c6133709