[INFO] updating cached repository https://github.com/nagyf/chip8 [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] 683762edfdb29ea06e4ca5840f723c6ebaeb0c9f [INFO] checking nagyf/chip8 against try#38f08371587f97c145dedb2c055ac7b01bf1e788 for pr-65294 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnagyf%2Fchip8" "/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/nagyf/chip8 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/nagyf/chip8 [INFO] finished tweaking git repo https://github.com/nagyf/chip8 [INFO] tweaked toml for git repo https://github.com/nagyf/chip8 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/nagyf/chip8 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] 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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7d895d6039d5cff72e36317b49bee058489d14d9c1fa6d34bf096bd88526c9d8 [INFO] running `"docker" "start" "-a" "7d895d6039d5cff72e36317b49bee058489d14d9c1fa6d34bf096bd88526c9d8"` [INFO] [stderr] Compiling llvm-tools v0.1.1 [INFO] [stderr] Checking ux v0.1.3 [INFO] [stderr] Checking os_bootinfo v0.2.1 [INFO] [stderr] Checking bit_field v0.9.0 [INFO] [stderr] Checking usize_conversions v0.2.0 [INFO] [stderr] Checking zero v0.1.2 [INFO] [stderr] Checking nodrop v0.1.13 [INFO] [stderr] Checking font8x8 v0.2.5 [INFO] [stderr] Checking fixedvec v0.2.4 [INFO] [stderr] Checking spin v0.5.0 [INFO] [stderr] Checking spin v0.4.10 [INFO] [stderr] Checking volatile v0.2.6 [INFO] [stderr] Checking array-init v0.0.4 [INFO] [stderr] Checking xmas-elf v0.6.2 [INFO] [stderr] Checking bitflags v1.1.0 [INFO] [stderr] Checking lazy_static v1.3.0 [INFO] [stderr] Compiling bootloader v0.5.3 [INFO] [stderr] Checking x86_64 v0.3.6 [INFO] [stderr] Checking x86_64 v0.2.14 [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.3.6/src/registers/control.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / bitflags! { [INFO] [stderr] 10 | | /// Configuration flags of the Cr0 register. [INFO] [stderr] 11 | | pub struct Cr0Flags: u64 { [INFO] [stderr] 12 | | /// Enables protected mode. [INFO] [stderr] ... | [INFO] [stderr] 39 | | } [INFO] [stderr] 40 | | } [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.3.6/src/registers/control.rs:52:1 [INFO] [stderr] | [INFO] [stderr] 52 | / bitflags! { [INFO] [stderr] 53 | | /// Controls cache settings for the level 4 page table. [INFO] [stderr] 54 | | pub struct Cr3Flags: u64 { [INFO] [stderr] 55 | | /// Use a writethrough cache policy for the P4 table (else a writeback policy is used). [INFO] [stderr] ... | [INFO] [stderr] 59 | | } [INFO] [stderr] 60 | | } [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.3.6/src/registers/control.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / bitflags! { [INFO] [stderr] 10 | | /// Configuration flags of the Cr0 register. [INFO] [stderr] 11 | | pub struct Cr0Flags: u64 { [INFO] [stderr] 12 | | /// Enables protected mode. [INFO] [stderr] ... | [INFO] [stderr] 39 | | } [INFO] [stderr] 40 | | } [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.3.6/src/registers/control.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / bitflags! { [INFO] [stderr] 10 | | /// Configuration flags of the Cr0 register. [INFO] [stderr] 11 | | pub struct Cr0Flags: u64 { [INFO] [stderr] 12 | | /// Enables protected mode. [INFO] [stderr] ... | [INFO] [stderr] 39 | | } [INFO] [stderr] 40 | | } [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.3.6/src/registers/control.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / bitflags! { [INFO] [stderr] 10 | | /// Configuration flags of the Cr0 register. [INFO] [stderr] 11 | | pub struct Cr0Flags: u64 { [INFO] [stderr] 12 | | /// Enables protected mode. [INFO] [stderr] ... | [INFO] [stderr] 39 | | } [INFO] [stderr] 40 | | } [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.3.6/src/registers/control.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / bitflags! { [INFO] [stderr] 10 | | /// Configuration flags of the Cr0 register. [INFO] [stderr] 11 | | pub struct Cr0Flags: u64 { [INFO] [stderr] 12 | | /// Enables protected mode. [INFO] [stderr] ... | [INFO] [stderr] 39 | | } [INFO] [stderr] 40 | | } [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.3.6/src/registers/control.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / bitflags! { [INFO] [stderr] 10 | | /// Configuration flags of the Cr0 register. [INFO] [stderr] 11 | | pub struct Cr0Flags: u64 { [INFO] [stderr] 12 | | /// Enables protected mode. [INFO] [stderr] ... | [INFO] [stderr] 39 | | } [INFO] [stderr] 40 | | } [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.3.6/src/registers/control.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / bitflags! { [INFO] [stderr] 10 | | /// Configuration flags of the Cr0 register. [INFO] [stderr] 11 | | pub struct Cr0Flags: u64 { [INFO] [stderr] 12 | | /// Enables protected mode. [INFO] [stderr] ... | [INFO] [stderr] 39 | | } [INFO] [stderr] 40 | | } [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.3.6/src/registers/control.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / bitflags! { [INFO] [stderr] 10 | | /// Configuration flags of the Cr0 register. [INFO] [stderr] 11 | | pub struct Cr0Flags: u64 { [INFO] [stderr] 12 | | /// Enables protected mode. [INFO] [stderr] ... | [INFO] [stderr] 39 | | } [INFO] [stderr] 40 | | } [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.3.6/src/registers/control.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / bitflags! { [INFO] [stderr] 10 | | /// Configuration flags of the Cr0 register. [INFO] [stderr] 11 | | pub struct Cr0Flags: u64 { [INFO] [stderr] 12 | | /// Enables protected mode. [INFO] [stderr] ... | [INFO] [stderr] 39 | | } [INFO] [stderr] 40 | | } [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.3.6/src/registers/control.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / bitflags! { [INFO] [stderr] 10 | | /// Configuration flags of the Cr0 register. [INFO] [stderr] 11 | | pub struct Cr0Flags: u64 { [INFO] [stderr] 12 | | /// Enables protected mode. [INFO] [stderr] ... | [INFO] [stderr] 39 | | } [INFO] [stderr] 40 | | } [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.3.6/src/registers/control.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / bitflags! { [INFO] [stderr] 10 | | /// Configuration flags of the Cr0 register. [INFO] [stderr] 11 | | pub struct Cr0Flags: u64 { [INFO] [stderr] 12 | | /// Enables protected mode. [INFO] [stderr] ... | [INFO] [stderr] 39 | | } [INFO] [stderr] 40 | | } [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.3.6/src/registers/control.rs:52:1 [INFO] [stderr] | [INFO] [stderr] 52 | / bitflags! { [INFO] [stderr] 53 | | /// Controls cache settings for the level 4 page table. [INFO] [stderr] 54 | | pub struct Cr3Flags: u64 { [INFO] [stderr] 55 | | /// Use a writethrough cache policy for the P4 table (else a writeback policy is used). [INFO] [stderr] ... | [INFO] [stderr] 59 | | } [INFO] [stderr] 60 | | } [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.3.6/src/registers/control.rs:52:1 [INFO] [stderr] | [INFO] [stderr] 52 | / bitflags! { [INFO] [stderr] 53 | | /// Controls cache settings for the level 4 page table. [INFO] [stderr] 54 | | pub struct Cr3Flags: u64 { [INFO] [stderr] 55 | | /// Use a writethrough cache policy for the P4 table (else a writeback policy is used). [INFO] [stderr] ... | [INFO] [stderr] 59 | | } [INFO] [stderr] 60 | | } [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.3.6/src/registers/model_specific.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / bitflags! { [INFO] [stderr] 24 | | /// Flags of the Extended Feature Enable Register. [INFO] [stderr] 25 | | pub struct EferFlags: u64 { [INFO] [stderr] 26 | | /// Enables the `syscall` and `sysret` instructions. [INFO] [stderr] ... | [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [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.3.6/src/registers/model_specific.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / bitflags! { [INFO] [stderr] 24 | | /// Flags of the Extended Feature Enable Register. [INFO] [stderr] 25 | | pub struct EferFlags: u64 { [INFO] [stderr] 26 | | /// Enables the `syscall` and `sysret` instructions. [INFO] [stderr] ... | [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [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.3.6/src/registers/model_specific.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / bitflags! { [INFO] [stderr] 24 | | /// Flags of the Extended Feature Enable Register. [INFO] [stderr] 25 | | pub struct EferFlags: u64 { [INFO] [stderr] 26 | | /// Enables the `syscall` and `sysret` instructions. [INFO] [stderr] ... | [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [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.3.6/src/registers/model_specific.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / bitflags! { [INFO] [stderr] 24 | | /// Flags of the Extended Feature Enable Register. [INFO] [stderr] 25 | | pub struct EferFlags: u64 { [INFO] [stderr] 26 | | /// Enables the `syscall` and `sysret` instructions. [INFO] [stderr] ... | [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [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.3.6/src/registers/model_specific.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / bitflags! { [INFO] [stderr] 24 | | /// Flags of the Extended Feature Enable Register. [INFO] [stderr] 25 | | pub struct EferFlags: u64 { [INFO] [stderr] 26 | | /// Enables the `syscall` and `sysret` instructions. [INFO] [stderr] ... | [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [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.3.6/src/registers/model_specific.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / bitflags! { [INFO] [stderr] 24 | | /// Flags of the Extended Feature Enable Register. [INFO] [stderr] 25 | | pub struct EferFlags: u64 { [INFO] [stderr] 26 | | /// Enables the `syscall` and `sysret` instructions. [INFO] [stderr] ... | [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [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.3.6/src/registers/model_specific.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / bitflags! { [INFO] [stderr] 24 | | /// Flags of the Extended Feature Enable Register. [INFO] [stderr] 25 | | pub struct EferFlags: u64 { [INFO] [stderr] 26 | | /// Enables the `syscall` and `sysret` instructions. [INFO] [stderr] ... | [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [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.3.6/src/registers/model_specific.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / bitflags! { [INFO] [stderr] 24 | | /// Flags of the Extended Feature Enable Register. [INFO] [stderr] 25 | | pub struct EferFlags: u64 { [INFO] [stderr] 26 | | /// Enables the `syscall` and `sysret` instructions. [INFO] [stderr] ... | [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [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.3.6/src/registers/model_specific.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / bitflags! { [INFO] [stderr] 24 | | /// Flags of the Extended Feature Enable Register. [INFO] [stderr] 25 | | pub struct EferFlags: u64 { [INFO] [stderr] 26 | | /// Enables the `syscall` and `sysret` instructions. [INFO] [stderr] ... | [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [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.3.6/src/registers/rflags.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | /// The RFLAGS register. [INFO] [stderr] 8 | | pub struct RFlags: u64 { [INFO] [stderr] 9 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [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.3.6/src/registers/rflags.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | /// The RFLAGS register. [INFO] [stderr] 8 | | pub struct RFlags: u64 { [INFO] [stderr] 9 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [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.3.6/src/registers/rflags.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | /// The RFLAGS register. [INFO] [stderr] 8 | | pub struct RFlags: u64 { [INFO] [stderr] 9 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [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.3.6/src/registers/rflags.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | /// The RFLAGS register. [INFO] [stderr] 8 | | pub struct RFlags: u64 { [INFO] [stderr] 9 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [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.3.6/src/registers/rflags.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | /// The RFLAGS register. [INFO] [stderr] 8 | | pub struct RFlags: u64 { [INFO] [stderr] 9 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [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.3.6/src/registers/rflags.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | /// The RFLAGS register. [INFO] [stderr] 8 | | pub struct RFlags: u64 { [INFO] [stderr] 9 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [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.3.6/src/registers/rflags.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | /// The RFLAGS register. [INFO] [stderr] 8 | | pub struct RFlags: u64 { [INFO] [stderr] 9 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [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.3.6/src/registers/rflags.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | /// The RFLAGS register. [INFO] [stderr] 8 | | pub struct RFlags: u64 { [INFO] [stderr] 9 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [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.3.6/src/registers/rflags.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | /// The RFLAGS register. [INFO] [stderr] 8 | | pub struct RFlags: u64 { [INFO] [stderr] 9 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [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.3.6/src/registers/rflags.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | /// The RFLAGS register. [INFO] [stderr] 8 | | pub struct RFlags: u64 { [INFO] [stderr] 9 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [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.3.6/src/registers/rflags.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | /// The RFLAGS register. [INFO] [stderr] 8 | | pub struct RFlags: u64 { [INFO] [stderr] 9 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [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.3.6/src/registers/rflags.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | /// The RFLAGS register. [INFO] [stderr] 8 | | pub struct RFlags: u64 { [INFO] [stderr] 9 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [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.3.6/src/registers/rflags.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | /// The RFLAGS register. [INFO] [stderr] 8 | | pub struct RFlags: u64 { [INFO] [stderr] 9 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [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.3.6/src/registers/rflags.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | /// The RFLAGS register. [INFO] [stderr] 8 | | pub struct RFlags: u64 { [INFO] [stderr] 9 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [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.3.6/src/registers/rflags.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | /// The RFLAGS register. [INFO] [stderr] 8 | | pub struct RFlags: u64 { [INFO] [stderr] 9 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [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.3.6/src/registers/rflags.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | /// The RFLAGS register. [INFO] [stderr] 8 | | pub struct RFlags: u64 { [INFO] [stderr] 9 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [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.3.6/src/registers/rflags.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | /// The RFLAGS register. [INFO] [stderr] 8 | | pub struct RFlags: u64 { [INFO] [stderr] 9 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [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.3.6/src/registers/rflags.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | /// The RFLAGS register. [INFO] [stderr] 8 | | pub struct RFlags: u64 { [INFO] [stderr] 9 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [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.3.6/src/registers/rflags.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | /// The RFLAGS register. [INFO] [stderr] 8 | | pub struct RFlags: u64 { [INFO] [stderr] 9 | | /// Processor feature identification flag. [INFO] [stderr] ... | [INFO] [stderr] 60 | | } [INFO] [stderr] 61 | | } [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.3.6/src/structures/gdt.rs:124:1 [INFO] [stderr] | [INFO] [stderr] 124 | / bitflags! { [INFO] [stderr] 125 | | /// Flags for a GDT descriptor. Not all flags are valid for all descriptor types. [INFO] [stderr] 126 | | pub struct DescriptorFlags: u64 { [INFO] [stderr] 127 | | /// Marks a code segment as “conforming”. This influences the privilege checks that [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | } [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.3.6/src/structures/gdt.rs:124:1 [INFO] [stderr] | [INFO] [stderr] 124 | / bitflags! { [INFO] [stderr] 125 | | /// Flags for a GDT descriptor. Not all flags are valid for all descriptor types. [INFO] [stderr] 126 | | pub struct DescriptorFlags: u64 { [INFO] [stderr] 127 | | /// Marks a code segment as “conforming”. This influences the privilege checks that [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | } [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.3.6/src/structures/gdt.rs:124:1 [INFO] [stderr] | [INFO] [stderr] 124 | / bitflags! { [INFO] [stderr] 125 | | /// Flags for a GDT descriptor. Not all flags are valid for all descriptor types. [INFO] [stderr] 126 | | pub struct DescriptorFlags: u64 { [INFO] [stderr] 127 | | /// Marks a code segment as “conforming”. This influences the privilege checks that [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | } [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.3.6/src/structures/gdt.rs:124:1 [INFO] [stderr] | [INFO] [stderr] 124 | / bitflags! { [INFO] [stderr] 125 | | /// Flags for a GDT descriptor. Not all flags are valid for all descriptor types. [INFO] [stderr] 126 | | pub struct DescriptorFlags: u64 { [INFO] [stderr] 127 | | /// Marks a code segment as “conforming”. This influences the privilege checks that [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | } [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.3.6/src/structures/gdt.rs:124:1 [INFO] [stderr] | [INFO] [stderr] 124 | / bitflags! { [INFO] [stderr] 125 | | /// Flags for a GDT descriptor. Not all flags are valid for all descriptor types. [INFO] [stderr] 126 | | pub struct DescriptorFlags: u64 { [INFO] [stderr] 127 | | /// Marks a code segment as “conforming”. This influences the privilege checks that [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | } [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.3.6/src/structures/gdt.rs:124:1 [INFO] [stderr] | [INFO] [stderr] 124 | / bitflags! { [INFO] [stderr] 125 | | /// Flags for a GDT descriptor. Not all flags are valid for all descriptor types. [INFO] [stderr] 126 | | pub struct DescriptorFlags: u64 { [INFO] [stderr] 127 | | /// Marks a code segment as “conforming”. This influences the privilege checks that [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | } [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.3.6/src/structures/idt.rs:683:1 [INFO] [stderr] | [INFO] [stderr] 683 | / bitflags! { [INFO] [stderr] 684 | | /// Describes an page fault error code. [INFO] [stderr] 685 | | #[repr(transparent)] [INFO] [stderr] 686 | | pub struct PageFaultErrorCode: u64 { [INFO] [stderr] ... | [INFO] [stderr] 708 | | } [INFO] [stderr] 709 | | } [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.3.6/src/structures/idt.rs:683:1 [INFO] [stderr] | [INFO] [stderr] 683 | / bitflags! { [INFO] [stderr] 684 | | /// Describes an page fault error code. [INFO] [stderr] 685 | | #[repr(transparent)] [INFO] [stderr] 686 | | pub struct PageFaultErrorCode: u64 { [INFO] [stderr] ... | [INFO] [stderr] 708 | | } [INFO] [stderr] 709 | | } [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.3.6/src/structures/idt.rs:683:1 [INFO] [stderr] | [INFO] [stderr] 683 | / bitflags! { [INFO] [stderr] 684 | | /// Describes an page fault error code. [INFO] [stderr] 685 | | #[repr(transparent)] [INFO] [stderr] 686 | | pub struct PageFaultErrorCode: u64 { [INFO] [stderr] ... | [INFO] [stderr] 708 | | } [INFO] [stderr] 709 | | } [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.3.6/src/structures/idt.rs:683:1 [INFO] [stderr] | [INFO] [stderr] 683 | / bitflags! { [INFO] [stderr] 684 | | /// Describes an page fault error code. [INFO] [stderr] 685 | | #[repr(transparent)] [INFO] [stderr] 686 | | pub struct PageFaultErrorCode: u64 { [INFO] [stderr] ... | [INFO] [stderr] 708 | | } [INFO] [stderr] 709 | | } [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.3.6/src/structures/idt.rs:683:1 [INFO] [stderr] | [INFO] [stderr] 683 | / bitflags! { [INFO] [stderr] 684 | | /// Describes an page fault error code. [INFO] [stderr] 685 | | #[repr(transparent)] [INFO] [stderr] 686 | | pub struct PageFaultErrorCode: u64 { [INFO] [stderr] ... | [INFO] [stderr] 708 | | } [INFO] [stderr] 709 | | } [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.3.6/src/structures/idt.rs:683:1 [INFO] [stderr] | [INFO] [stderr] 683 | / bitflags! { [INFO] [stderr] 684 | | /// Describes an page fault error code. [INFO] [stderr] 685 | | #[repr(transparent)] [INFO] [stderr] 686 | | pub struct PageFaultErrorCode: u64 { [INFO] [stderr] ... | [INFO] [stderr] 708 | | } [INFO] [stderr] 709 | | } [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.3.6/src/structures/paging/page_table.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | / bitflags! { [INFO] [stderr] 98 | | /// Possible flags for a page table entry. [INFO] [stderr] 99 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 100 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 158 | | } [INFO] [stderr] 159 | | } [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.3.6/src/structures/paging/page_table.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | / bitflags! { [INFO] [stderr] 98 | | /// Possible flags for a page table entry. [INFO] [stderr] 99 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 100 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 158 | | } [INFO] [stderr] 159 | | } [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.3.6/src/structures/paging/page_table.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | / bitflags! { [INFO] [stderr] 98 | | /// Possible flags for a page table entry. [INFO] [stderr] 99 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 100 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 158 | | } [INFO] [stderr] 159 | | } [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.3.6/src/structures/paging/page_table.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | / bitflags! { [INFO] [stderr] 98 | | /// Possible flags for a page table entry. [INFO] [stderr] 99 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 100 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 158 | | } [INFO] [stderr] 159 | | } [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.3.6/src/structures/paging/page_table.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | / bitflags! { [INFO] [stderr] 98 | | /// Possible flags for a page table entry. [INFO] [stderr] 99 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 100 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 158 | | } [INFO] [stderr] 159 | | } [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.3.6/src/structures/paging/page_table.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | / bitflags! { [INFO] [stderr] 98 | | /// Possible flags for a page table entry. [INFO] [stderr] 99 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 100 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 158 | | } [INFO] [stderr] 159 | | } [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.3.6/src/structures/paging/page_table.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | / bitflags! { [INFO] [stderr] 98 | | /// Possible flags for a page table entry. [INFO] [stderr] 99 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 100 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 158 | | } [INFO] [stderr] 159 | | } [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.3.6/src/structures/paging/page_table.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | / bitflags! { [INFO] [stderr] 98 | | /// Possible flags for a page table entry. [INFO] [stderr] 99 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 100 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 158 | | } [INFO] [stderr] 159 | | } [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.3.6/src/structures/paging/page_table.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | / bitflags! { [INFO] [stderr] 98 | | /// Possible flags for a page table entry. [INFO] [stderr] 99 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 100 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 158 | | } [INFO] [stderr] 159 | | } [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.3.6/src/structures/paging/page_table.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | / bitflags! { [INFO] [stderr] 98 | | /// Possible flags for a page table entry. [INFO] [stderr] 99 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 100 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 158 | | } [INFO] [stderr] 159 | | } [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.3.6/src/structures/paging/page_table.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | / bitflags! { [INFO] [stderr] 98 | | /// Possible flags for a page table entry. [INFO] [stderr] 99 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 100 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 158 | | } [INFO] [stderr] 159 | | } [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.3.6/src/structures/paging/page_table.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | / bitflags! { [INFO] [stderr] 98 | | /// Possible flags for a page table entry. [INFO] [stderr] 99 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 100 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 158 | | } [INFO] [stderr] 159 | | } [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.3.6/src/structures/paging/page_table.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | / bitflags! { [INFO] [stderr] 98 | | /// Possible flags for a page table entry. [INFO] [stderr] 99 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 100 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 158 | | } [INFO] [stderr] 159 | | } [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.3.6/src/structures/paging/page_table.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | / bitflags! { [INFO] [stderr] 98 | | /// Possible flags for a page table entry. [INFO] [stderr] 99 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 100 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 158 | | } [INFO] [stderr] 159 | | } [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.3.6/src/structures/paging/page_table.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | / bitflags! { [INFO] [stderr] 98 | | /// Possible flags for a page table entry. [INFO] [stderr] 99 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 100 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 158 | | } [INFO] [stderr] 159 | | } [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.3.6/src/structures/paging/page_table.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | / bitflags! { [INFO] [stderr] 98 | | /// Possible flags for a page table entry. [INFO] [stderr] 99 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 100 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 158 | | } [INFO] [stderr] 159 | | } [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.3.6/src/structures/paging/page_table.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | / bitflags! { [INFO] [stderr] 98 | | /// Possible flags for a page table entry. [INFO] [stderr] 99 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 100 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 158 | | } [INFO] [stderr] 159 | | } [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.3.6/src/structures/paging/page_table.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | / bitflags! { [INFO] [stderr] 98 | | /// Possible flags for a page table entry. [INFO] [stderr] 99 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 100 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 158 | | } [INFO] [stderr] 159 | | } [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.3.6/src/structures/paging/page_table.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | / bitflags! { [INFO] [stderr] 98 | | /// Possible flags for a page table entry. [INFO] [stderr] 99 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 100 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 158 | | } [INFO] [stderr] 159 | | } [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.3.6/src/structures/paging/page_table.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | / bitflags! { [INFO] [stderr] 98 | | /// Possible flags for a page table entry. [INFO] [stderr] 99 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 100 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 158 | | } [INFO] [stderr] 159 | | } [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.3.6/src/structures/paging/page_table.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | / bitflags! { [INFO] [stderr] 98 | | /// Possible flags for a page table entry. [INFO] [stderr] 99 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 100 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 158 | | } [INFO] [stderr] 159 | | } [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.3.6/src/structures/paging/page_table.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | / bitflags! { [INFO] [stderr] 98 | | /// Possible flags for a page table entry. [INFO] [stderr] 99 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 100 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 158 | | } [INFO] [stderr] 159 | | } [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.3.6/src/structures/paging/page_table.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | / bitflags! { [INFO] [stderr] 98 | | /// Possible flags for a page table entry. [INFO] [stderr] 99 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 100 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 158 | | } [INFO] [stderr] 159 | | } [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.3.6/src/structures/paging/page_table.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | / bitflags! { [INFO] [stderr] 98 | | /// Possible flags for a page table entry. [INFO] [stderr] 99 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 100 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 158 | | } [INFO] [stderr] 159 | | } [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.3.6/src/structures/paging/page_table.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | / bitflags! { [INFO] [stderr] 98 | | /// Possible flags for a page table entry. [INFO] [stderr] 99 | | pub struct PageTableFlags: u64 { [INFO] [stderr] 100 | | /// Specifies whether the mapped frame or page table is loaded in memory. [INFO] [stderr] ... | [INFO] [stderr] 158 | | } [INFO] [stderr] 159 | | } [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] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "7d895d6039d5cff72e36317b49bee058489d14d9c1fa6d34bf096bd88526c9d8"` [INFO] running `"docker" "rm" "-f" "7d895d6039d5cff72e36317b49bee058489d14d9c1fa6d34bf096bd88526c9d8"` [INFO] [stdout] 7d895d6039d5cff72e36317b49bee058489d14d9c1fa6d34bf096bd88526c9d8