[INFO] updating cached repository https://github.com/Ralith/rustlike [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] 55b5357140170b52103c19dcfc870f21d25e6707 [INFO] checking Ralith/rustlike against try#38f08371587f97c145dedb2c055ac7b01bf1e788 for pr-65294 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRalith%2Frustlike" "/workspace/builds/worker-11/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Ralith/rustlike 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/Ralith/rustlike [INFO] finished tweaking git repo https://github.com/Ralith/rustlike [INFO] tweaked toml for git repo https://github.com/Ralith/rustlike written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/Ralith/rustlike already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] eef52f4b09b5fd3e967fe571c0a29cef968a5c88dda6b8d97d10fb908dd753db [INFO] running `"docker" "start" "-a" "eef52f4b09b5fd3e967fe571c0a29cef968a5c88dda6b8d97d10fb908dd753db"` [INFO] [stderr] Compiling syn v0.15.36 [INFO] [stderr] Checking ieee754 v0.2.6 [INFO] [stderr] Compiling libloading v0.5.1 [INFO] [stderr] Compiling typenum v1.10.0 [INFO] [stderr] Compiling shaderc-sys v0.5.0 [INFO] [stderr] Checking crossbeam-epoch v0.7.1 [INFO] [stderr] Checking crossbeam-epoch v0.6.1 [INFO] [stderr] Checking crossbeam-epoch v0.5.2 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking dirs-sys v0.3.3 [INFO] [stderr] Checking shared_library v0.1.9 [INFO] [stderr] Checking nix v0.13.1 [INFO] [stderr] Compiling wayland-scanner v0.21.12 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Checking line_drawing v0.7.0 [INFO] [stderr] Checking num-complex v0.2.3 [INFO] [stderr] Checking x11-dl v2.18.3 [INFO] [stderr] Checking parking_lot_core v0.3.1 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Checking radix-heap v0.3.5 [INFO] [stderr] Checking directories v2.0.1 [INFO] [stderr] Checking ash v0.29.0 [INFO] [stderr] Checking rusttype v0.7.7 [INFO] [stderr] Checking crossbeam-deque v0.5.2 [INFO] [stderr] Checking crossbeam-deque v0.6.3 [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!{ [INFO] [stderr] 14 | | pub struct AtFlags: c_int { [INFO] [stderr] 15 | | AT_SYMLINK_NOFOLLOW; [INFO] [stderr] 16 | | #[cfg(any(target_os = "android", target_os = "linux"))] [INFO] [stderr] ... | [INFO] [stderr] 20 | | } [INFO] [stderr] 21 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:195:1 [INFO] [stderr] | [INFO] [stderr] 195 | / libc_bitflags!( [INFO] [stderr] 196 | | /// Additional flags for file sealing, which allows for limiting operations on a file. [INFO] [stderr] 197 | | pub struct SealFlag: c_int { [INFO] [stderr] 198 | | /// Prevents further calls to `fcntl()` with `F_ADD_SEALS`. [INFO] [stderr] ... | [INFO] [stderr] 206 | | } [INFO] [stderr] 207 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:209:1 [INFO] [stderr] | [INFO] [stderr] 209 | / libc_bitflags!( [INFO] [stderr] 210 | | /// Additional configuration flags for `fcntl`'s `F_SETFD`. [INFO] [stderr] 211 | | pub struct FdFlag: c_int { [INFO] [stderr] 212 | | /// The file descriptor will automatically be closed during a successful `execve(2)`. [INFO] [stderr] 213 | | FD_CLOEXEC; [INFO] [stderr] 214 | | } [INFO] [stderr] 215 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:309:1 [INFO] [stderr] | [INFO] [stderr] 309 | / libc_bitflags! { [INFO] [stderr] 310 | | /// Additional flags to `splice` and friends. [INFO] [stderr] 311 | | pub struct SpliceFFlags: c_uint { [INFO] [stderr] 312 | | /// Request that pages be moved instead of copied. [INFO] [stderr] ... | [INFO] [stderr] 326 | | } [INFO] [stderr] 327 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:356:1 [INFO] [stderr] | [INFO] [stderr] 356 | / libc_bitflags!( [INFO] [stderr] 357 | | /// Mode argument flags for fallocate determining operation performed on a given range. [INFO] [stderr] 358 | | pub struct FallocateFlags: c_int { [INFO] [stderr] 359 | | /// File size is not changed. [INFO] [stderr] ... | [INFO] [stderr] 383 | | } [INFO] [stderr] 384 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!{ [INFO] [stderr] 14 | | pub struct AtFlags: c_int { [INFO] [stderr] 15 | | AT_SYMLINK_NOFOLLOW; [INFO] [stderr] 16 | | #[cfg(any(target_os = "android", target_os = "linux"))] [INFO] [stderr] ... | [INFO] [stderr] 20 | | } [INFO] [stderr] 21 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!{ [INFO] [stderr] 14 | | pub struct AtFlags: c_int { [INFO] [stderr] 15 | | AT_SYMLINK_NOFOLLOW; [INFO] [stderr] 16 | | #[cfg(any(target_os = "android", target_os = "linux"))] [INFO] [stderr] ... | [INFO] [stderr] 20 | | } [INFO] [stderr] 21 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!{ [INFO] [stderr] 14 | | pub struct AtFlags: c_int { [INFO] [stderr] 15 | | AT_SYMLINK_NOFOLLOW; [INFO] [stderr] 16 | | #[cfg(any(target_os = "android", target_os = "linux"))] [INFO] [stderr] ... | [INFO] [stderr] 20 | | } [INFO] [stderr] 21 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / libc_bitflags!( [INFO] [stderr] 24 | | /// Configuration options for opened files. [INFO] [stderr] 25 | | pub struct OFlag: c_int { [INFO] [stderr] 26 | | /// Mask for the access mode of the file. [INFO] [stderr] ... | [INFO] [stderr] 138 | | } [INFO] [stderr] 139 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:195:1 [INFO] [stderr] | [INFO] [stderr] 195 | / libc_bitflags!( [INFO] [stderr] 196 | | /// Additional flags for file sealing, which allows for limiting operations on a file. [INFO] [stderr] 197 | | pub struct SealFlag: c_int { [INFO] [stderr] 198 | | /// Prevents further calls to `fcntl()` with `F_ADD_SEALS`. [INFO] [stderr] ... | [INFO] [stderr] 206 | | } [INFO] [stderr] 207 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:195:1 [INFO] [stderr] | [INFO] [stderr] 195 | / libc_bitflags!( [INFO] [stderr] 196 | | /// Additional flags for file sealing, which allows for limiting operations on a file. [INFO] [stderr] 197 | | pub struct SealFlag: c_int { [INFO] [stderr] 198 | | /// Prevents further calls to `fcntl()` with `F_ADD_SEALS`. [INFO] [stderr] ... | [INFO] [stderr] 206 | | } [INFO] [stderr] 207 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:195:1 [INFO] [stderr] | [INFO] [stderr] 195 | / libc_bitflags!( [INFO] [stderr] 196 | | /// Additional flags for file sealing, which allows for limiting operations on a file. [INFO] [stderr] 197 | | pub struct SealFlag: c_int { [INFO] [stderr] 198 | | /// Prevents further calls to `fcntl()` with `F_ADD_SEALS`. [INFO] [stderr] ... | [INFO] [stderr] 206 | | } [INFO] [stderr] 207 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:195:1 [INFO] [stderr] | [INFO] [stderr] 195 | / libc_bitflags!( [INFO] [stderr] 196 | | /// Additional flags for file sealing, which allows for limiting operations on a file. [INFO] [stderr] 197 | | pub struct SealFlag: c_int { [INFO] [stderr] 198 | | /// Prevents further calls to `fcntl()` with `F_ADD_SEALS`. [INFO] [stderr] ... | [INFO] [stderr] 206 | | } [INFO] [stderr] 207 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:209:1 [INFO] [stderr] | [INFO] [stderr] 209 | / libc_bitflags!( [INFO] [stderr] 210 | | /// Additional configuration flags for `fcntl`'s `F_SETFD`. [INFO] [stderr] 211 | | pub struct FdFlag: c_int { [INFO] [stderr] 212 | | /// The file descriptor will automatically be closed during a successful `execve(2)`. [INFO] [stderr] 213 | | FD_CLOEXEC; [INFO] [stderr] 214 | | } [INFO] [stderr] 215 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:309:1 [INFO] [stderr] | [INFO] [stderr] 309 | / libc_bitflags! { [INFO] [stderr] 310 | | /// Additional flags to `splice` and friends. [INFO] [stderr] 311 | | pub struct SpliceFFlags: c_uint { [INFO] [stderr] 312 | | /// Request that pages be moved instead of copied. [INFO] [stderr] ... | [INFO] [stderr] 326 | | } [INFO] [stderr] 327 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:309:1 [INFO] [stderr] | [INFO] [stderr] 309 | / libc_bitflags! { [INFO] [stderr] 310 | | /// Additional flags to `splice` and friends. [INFO] [stderr] 311 | | pub struct SpliceFFlags: c_uint { [INFO] [stderr] 312 | | /// Request that pages be moved instead of copied. [INFO] [stderr] ... | [INFO] [stderr] 326 | | } [INFO] [stderr] 327 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:309:1 [INFO] [stderr] | [INFO] [stderr] 309 | / libc_bitflags! { [INFO] [stderr] 310 | | /// Additional flags to `splice` and friends. [INFO] [stderr] 311 | | pub struct SpliceFFlags: c_uint { [INFO] [stderr] 312 | | /// Request that pages be moved instead of copied. [INFO] [stderr] ... | [INFO] [stderr] 326 | | } [INFO] [stderr] 327 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:309:1 [INFO] [stderr] | [INFO] [stderr] 309 | / libc_bitflags! { [INFO] [stderr] 310 | | /// Additional flags to `splice` and friends. [INFO] [stderr] 311 | | pub struct SpliceFFlags: c_uint { [INFO] [stderr] 312 | | /// Request that pages be moved instead of copied. [INFO] [stderr] ... | [INFO] [stderr] 326 | | } [INFO] [stderr] 327 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:356:1 [INFO] [stderr] | [INFO] [stderr] 356 | / libc_bitflags!( [INFO] [stderr] 357 | | /// Mode argument flags for fallocate determining operation performed on a given range. [INFO] [stderr] 358 | | pub struct FallocateFlags: c_int { [INFO] [stderr] 359 | | /// File size is not changed. [INFO] [stderr] ... | [INFO] [stderr] 383 | | } [INFO] [stderr] 384 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:356:1 [INFO] [stderr] | [INFO] [stderr] 356 | / libc_bitflags!( [INFO] [stderr] 357 | | /// Mode argument flags for fallocate determining operation performed on a given range. [INFO] [stderr] 358 | | pub struct FallocateFlags: c_int { [INFO] [stderr] 359 | | /// File size is not changed. [INFO] [stderr] ... | [INFO] [stderr] 383 | | } [INFO] [stderr] 384 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:356:1 [INFO] [stderr] | [INFO] [stderr] 356 | / libc_bitflags!( [INFO] [stderr] 357 | | /// Mode argument flags for fallocate determining operation performed on a given range. [INFO] [stderr] 358 | | pub struct FallocateFlags: c_int { [INFO] [stderr] 359 | | /// File size is not changed. [INFO] [stderr] ... | [INFO] [stderr] 383 | | } [INFO] [stderr] 384 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:356:1 [INFO] [stderr] | [INFO] [stderr] 356 | / libc_bitflags!( [INFO] [stderr] 357 | | /// Mode argument flags for fallocate determining operation performed on a given range. [INFO] [stderr] 358 | | pub struct FallocateFlags: c_int { [INFO] [stderr] 359 | | /// File size is not changed. [INFO] [stderr] ... | [INFO] [stderr] 383 | | } [INFO] [stderr] 384 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:356:1 [INFO] [stderr] | [INFO] [stderr] 356 | / libc_bitflags!( [INFO] [stderr] 357 | | /// Mode argument flags for fallocate determining operation performed on a given range. [INFO] [stderr] 358 | | pub struct FallocateFlags: c_int { [INFO] [stderr] 359 | | /// File size is not changed. [INFO] [stderr] ... | [INFO] [stderr] 383 | | } [INFO] [stderr] 384 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/fcntl.rs:356:1 [INFO] [stderr] | [INFO] [stderr] 356 | / libc_bitflags!( [INFO] [stderr] 357 | | /// Mode argument flags for fallocate determining operation performed on a given range. [INFO] [stderr] 358 | | pub struct FallocateFlags: c_int { [INFO] [stderr] 359 | | /// File size is not changed. [INFO] [stderr] ... | [INFO] [stderr] 383 | | } [INFO] [stderr] 384 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/kmod.rs:59:1 [INFO] [stderr] | [INFO] [stderr] 59 | / libc_bitflags!( [INFO] [stderr] 60 | | /// Flags used by the `finit_module` function. [INFO] [stderr] 61 | | pub struct ModuleInitFlags: libc::c_uint { [INFO] [stderr] 62 | | /// Ignore symbol version hashes. [INFO] [stderr] ... | [INFO] [stderr] 66 | | } [INFO] [stderr] 67 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/kmod.rs:96:1 [INFO] [stderr] | [INFO] [stderr] 96 | / libc_bitflags!( [INFO] [stderr] 97 | | /// Flags used by `delete_module`. [INFO] [stderr] 98 | | /// [INFO] [stderr] 99 | | /// See [`man delete_module(2)`](http://man7.org/linux/man-pages/man2/delete_module.2.html) [INFO] [stderr] ... | [INFO] [stderr] 104 | | } [INFO] [stderr] 105 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/kmod.rs:59:1 [INFO] [stderr] | [INFO] [stderr] 59 | / libc_bitflags!( [INFO] [stderr] 60 | | /// Flags used by the `finit_module` function. [INFO] [stderr] 61 | | pub struct ModuleInitFlags: libc::c_uint { [INFO] [stderr] 62 | | /// Ignore symbol version hashes. [INFO] [stderr] ... | [INFO] [stderr] 66 | | } [INFO] [stderr] 67 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/kmod.rs:59:1 [INFO] [stderr] | [INFO] [stderr] 59 | / libc_bitflags!( [INFO] [stderr] 60 | | /// Flags used by the `finit_module` function. [INFO] [stderr] 61 | | pub struct ModuleInitFlags: libc::c_uint { [INFO] [stderr] 62 | | /// Ignore symbol version hashes. [INFO] [stderr] ... | [INFO] [stderr] 66 | | } [INFO] [stderr] 67 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/kmod.rs:96:1 [INFO] [stderr] | [INFO] [stderr] 96 | / libc_bitflags!( [INFO] [stderr] 97 | | /// Flags used by `delete_module`. [INFO] [stderr] 98 | | /// [INFO] [stderr] 99 | | /// See [`man delete_module(2)`](http://man7.org/linux/man-pages/man2/delete_module.2.html) [INFO] [stderr] ... | [INFO] [stderr] 104 | | } [INFO] [stderr] 105 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/kmod.rs:96:1 [INFO] [stderr] | [INFO] [stderr] 96 | / libc_bitflags!( [INFO] [stderr] 97 | | /// Flags used by `delete_module`. [INFO] [stderr] 98 | | /// [INFO] [stderr] 99 | | /// See [`man delete_module(2)`](http://man7.org/linux/man-pages/man2/delete_module.2.html) [INFO] [stderr] ... | [INFO] [stderr] 104 | | } [INFO] [stderr] 105 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/mount.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / libc_bitflags!( [INFO] [stderr] 7 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 8 | | /// Mount read-only [INFO] [stderr] 9 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/mount.rs:50:1 [INFO] [stderr] | [INFO] [stderr] 50 | / libc_bitflags!( [INFO] [stderr] 51 | | pub struct MntFlags: c_int { [INFO] [stderr] 52 | | MNT_FORCE; [INFO] [stderr] 53 | | MNT_DETACH; [INFO] [stderr] 54 | | MNT_EXPIRE; [INFO] [stderr] 55 | | } [INFO] [stderr] 56 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/mount.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / libc_bitflags!( [INFO] [stderr] 7 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 8 | | /// Mount read-only [INFO] [stderr] 9 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/mount.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / libc_bitflags!( [INFO] [stderr] 7 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 8 | | /// Mount read-only [INFO] [stderr] 9 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/mount.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / libc_bitflags!( [INFO] [stderr] 7 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 8 | | /// Mount read-only [INFO] [stderr] 9 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/mount.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / libc_bitflags!( [INFO] [stderr] 7 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 8 | | /// Mount read-only [INFO] [stderr] 9 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/mount.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / libc_bitflags!( [INFO] [stderr] 7 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 8 | | /// Mount read-only [INFO] [stderr] 9 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/mount.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / libc_bitflags!( [INFO] [stderr] 7 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 8 | | /// Mount read-only [INFO] [stderr] 9 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/mount.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / libc_bitflags!( [INFO] [stderr] 7 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 8 | | /// Mount read-only [INFO] [stderr] 9 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/mount.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / libc_bitflags!( [INFO] [stderr] 7 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 8 | | /// Mount read-only [INFO] [stderr] 9 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/mount.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / libc_bitflags!( [INFO] [stderr] 7 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 8 | | /// Mount read-only [INFO] [stderr] 9 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/mount.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / libc_bitflags!( [INFO] [stderr] 7 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 8 | | /// Mount read-only [INFO] [stderr] 9 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/mount.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / libc_bitflags!( [INFO] [stderr] 7 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 8 | | /// Mount read-only [INFO] [stderr] 9 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/mount.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / libc_bitflags!( [INFO] [stderr] 7 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 8 | | /// Mount read-only [INFO] [stderr] 9 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/mount.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / libc_bitflags!( [INFO] [stderr] 7 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 8 | | /// Mount read-only [INFO] [stderr] 9 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/mount.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / libc_bitflags!( [INFO] [stderr] 7 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 8 | | /// Mount read-only [INFO] [stderr] 9 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/mount.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / libc_bitflags!( [INFO] [stderr] 7 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 8 | | /// Mount read-only [INFO] [stderr] 9 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/mount.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / libc_bitflags!( [INFO] [stderr] 7 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 8 | | /// Mount read-only [INFO] [stderr] 9 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/mount.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / libc_bitflags!( [INFO] [stderr] 7 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 8 | | /// Mount read-only [INFO] [stderr] 9 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/mount.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / libc_bitflags!( [INFO] [stderr] 7 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 8 | | /// Mount read-only [INFO] [stderr] 9 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/mount.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / libc_bitflags!( [INFO] [stderr] 7 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 8 | | /// Mount read-only [INFO] [stderr] 9 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/mount.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / libc_bitflags!( [INFO] [stderr] 7 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 8 | | /// Mount read-only [INFO] [stderr] 9 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/mount.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / libc_bitflags!( [INFO] [stderr] 7 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 8 | | /// Mount read-only [INFO] [stderr] 9 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/mount.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / libc_bitflags!( [INFO] [stderr] 7 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 8 | | /// Mount read-only [INFO] [stderr] 9 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/mount.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / libc_bitflags!( [INFO] [stderr] 7 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 8 | | /// Mount read-only [INFO] [stderr] 9 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/mount.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / libc_bitflags!( [INFO] [stderr] 7 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 8 | | /// Mount read-only [INFO] [stderr] 9 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/mount.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / libc_bitflags!( [INFO] [stderr] 7 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 8 | | /// Mount read-only [INFO] [stderr] 9 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/mount.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / libc_bitflags!( [INFO] [stderr] 7 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 8 | | /// Mount read-only [INFO] [stderr] 9 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/mount.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / libc_bitflags!( [INFO] [stderr] 7 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 8 | | /// Mount read-only [INFO] [stderr] 9 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/mount.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / libc_bitflags!( [INFO] [stderr] 7 | | pub struct MsFlags: c_ulong { [INFO] [stderr] 8 | | /// Mount read-only [INFO] [stderr] 9 | | MS_RDONLY; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/mount.rs:50:1 [INFO] [stderr] | [INFO] [stderr] 50 | / libc_bitflags!( [INFO] [stderr] 51 | | pub struct MntFlags: c_int { [INFO] [stderr] 52 | | MNT_FORCE; [INFO] [stderr] 53 | | MNT_DETACH; [INFO] [stderr] 54 | | MNT_EXPIRE; [INFO] [stderr] 55 | | } [INFO] [stderr] 56 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/mount.rs:50:1 [INFO] [stderr] | [INFO] [stderr] 50 | / libc_bitflags!( [INFO] [stderr] 51 | | pub struct MntFlags: c_int { [INFO] [stderr] 52 | | MNT_FORCE; [INFO] [stderr] 53 | | MNT_DETACH; [INFO] [stderr] 54 | | MNT_EXPIRE; [INFO] [stderr] 55 | | } [INFO] [stderr] 56 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/mount.rs:50:1 [INFO] [stderr] | [INFO] [stderr] 50 | / libc_bitflags!( [INFO] [stderr] 51 | | pub struct MntFlags: c_int { [INFO] [stderr] 52 | | MNT_FORCE; [INFO] [stderr] 53 | | MNT_DETACH; [INFO] [stderr] 54 | | MNT_EXPIRE; [INFO] [stderr] 55 | | } [INFO] [stderr] 56 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/mqueue.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!{ [INFO] [stderr] 14 | | pub struct MQ_OFlag: libc::c_int { [INFO] [stderr] 15 | | O_RDONLY; [INFO] [stderr] 16 | | O_WRONLY; [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/mqueue.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / libc_bitflags!{ [INFO] [stderr] 26 | | pub struct FdFlag: libc::c_int { [INFO] [stderr] 27 | | FD_CLOEXEC; [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/mqueue.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!{ [INFO] [stderr] 14 | | pub struct MQ_OFlag: libc::c_int { [INFO] [stderr] 15 | | O_RDONLY; [INFO] [stderr] 16 | | O_WRONLY; [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/mqueue.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!{ [INFO] [stderr] 14 | | pub struct MQ_OFlag: libc::c_int { [INFO] [stderr] 15 | | O_RDONLY; [INFO] [stderr] 16 | | O_WRONLY; [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/mqueue.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!{ [INFO] [stderr] 14 | | pub struct MQ_OFlag: libc::c_int { [INFO] [stderr] 15 | | O_RDONLY; [INFO] [stderr] 16 | | O_WRONLY; [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/mqueue.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!{ [INFO] [stderr] 14 | | pub struct MQ_OFlag: libc::c_int { [INFO] [stderr] 15 | | O_RDONLY; [INFO] [stderr] 16 | | O_WRONLY; [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/mqueue.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!{ [INFO] [stderr] 14 | | pub struct MQ_OFlag: libc::c_int { [INFO] [stderr] 15 | | O_RDONLY; [INFO] [stderr] 16 | | O_WRONLY; [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/mqueue.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!{ [INFO] [stderr] 14 | | pub struct MQ_OFlag: libc::c_int { [INFO] [stderr] 15 | | O_RDONLY; [INFO] [stderr] 16 | | O_WRONLY; [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/mqueue.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!{ [INFO] [stderr] 14 | | pub struct MQ_OFlag: libc::c_int { [INFO] [stderr] 15 | | O_RDONLY; [INFO] [stderr] 16 | | O_WRONLY; [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/mqueue.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / libc_bitflags!{ [INFO] [stderr] 26 | | pub struct FdFlag: libc::c_int { [INFO] [stderr] 27 | | FD_CLOEXEC; [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/net/if_.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / libc_bitflags!( [INFO] [stderr] 22 | | /// Standard interface flags, used by `getifaddrs` [INFO] [stderr] 23 | | pub struct InterfaceFlags: libc::c_int { [INFO] [stderr] 24 | | /// Interface is running. (see [INFO] [stderr] ... | [INFO] [stderr] 267 | | } [INFO] [stderr] 268 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/net/if_.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / libc_bitflags!( [INFO] [stderr] 22 | | /// Standard interface flags, used by `getifaddrs` [INFO] [stderr] 23 | | pub struct InterfaceFlags: libc::c_int { [INFO] [stderr] 24 | | /// Interface is running. (see [INFO] [stderr] ... | [INFO] [stderr] 267 | | } [INFO] [stderr] 268 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/net/if_.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / libc_bitflags!( [INFO] [stderr] 22 | | /// Standard interface flags, used by `getifaddrs` [INFO] [stderr] 23 | | pub struct InterfaceFlags: libc::c_int { [INFO] [stderr] 24 | | /// Interface is running. (see [INFO] [stderr] ... | [INFO] [stderr] 267 | | } [INFO] [stderr] 268 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/net/if_.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / libc_bitflags!( [INFO] [stderr] 22 | | /// Standard interface flags, used by `getifaddrs` [INFO] [stderr] 23 | | pub struct InterfaceFlags: libc::c_int { [INFO] [stderr] 24 | | /// Interface is running. (see [INFO] [stderr] ... | [INFO] [stderr] 267 | | } [INFO] [stderr] 268 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/net/if_.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / libc_bitflags!( [INFO] [stderr] 22 | | /// Standard interface flags, used by `getifaddrs` [INFO] [stderr] 23 | | pub struct InterfaceFlags: libc::c_int { [INFO] [stderr] 24 | | /// Interface is running. (see [INFO] [stderr] ... | [INFO] [stderr] 267 | | } [INFO] [stderr] 268 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/net/if_.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / libc_bitflags!( [INFO] [stderr] 22 | | /// Standard interface flags, used by `getifaddrs` [INFO] [stderr] 23 | | pub struct InterfaceFlags: libc::c_int { [INFO] [stderr] 24 | | /// Interface is running. (see [INFO] [stderr] ... | [INFO] [stderr] 267 | | } [INFO] [stderr] 268 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/net/if_.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / libc_bitflags!( [INFO] [stderr] 22 | | /// Standard interface flags, used by `getifaddrs` [INFO] [stderr] 23 | | pub struct InterfaceFlags: libc::c_int { [INFO] [stderr] 24 | | /// Interface is running. (see [INFO] [stderr] ... | [INFO] [stderr] 267 | | } [INFO] [stderr] 268 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/net/if_.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / libc_bitflags!( [INFO] [stderr] 22 | | /// Standard interface flags, used by `getifaddrs` [INFO] [stderr] 23 | | pub struct InterfaceFlags: libc::c_int { [INFO] [stderr] 24 | | /// Interface is running. (see [INFO] [stderr] ... | [INFO] [stderr] 267 | | } [INFO] [stderr] 268 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/net/if_.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / libc_bitflags!( [INFO] [stderr] 22 | | /// Standard interface flags, used by `getifaddrs` [INFO] [stderr] 23 | | pub struct InterfaceFlags: libc::c_int { [INFO] [stderr] 24 | | /// Interface is running. (see [INFO] [stderr] ... | [INFO] [stderr] 267 | | } [INFO] [stderr] 268 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/net/if_.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / libc_bitflags!( [INFO] [stderr] 22 | | /// Standard interface flags, used by `getifaddrs` [INFO] [stderr] 23 | | pub struct InterfaceFlags: libc::c_int { [INFO] [stderr] 24 | | /// Interface is running. (see [INFO] [stderr] ... | [INFO] [stderr] 267 | | } [INFO] [stderr] 268 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/net/if_.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / libc_bitflags!( [INFO] [stderr] 22 | | /// Standard interface flags, used by `getifaddrs` [INFO] [stderr] 23 | | pub struct InterfaceFlags: libc::c_int { [INFO] [stderr] 24 | | /// Interface is running. (see [INFO] [stderr] ... | [INFO] [stderr] 267 | | } [INFO] [stderr] 268 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/net/if_.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / libc_bitflags!( [INFO] [stderr] 22 | | /// Standard interface flags, used by `getifaddrs` [INFO] [stderr] 23 | | pub struct InterfaceFlags: libc::c_int { [INFO] [stderr] 24 | | /// Interface is running. (see [INFO] [stderr] ... | [INFO] [stderr] 267 | | } [INFO] [stderr] 268 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/net/if_.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / libc_bitflags!( [INFO] [stderr] 22 | | /// Standard interface flags, used by `getifaddrs` [INFO] [stderr] 23 | | pub struct InterfaceFlags: libc::c_int { [INFO] [stderr] 24 | | /// Interface is running. (see [INFO] [stderr] ... | [INFO] [stderr] 267 | | } [INFO] [stderr] 268 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/net/if_.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / libc_bitflags!( [INFO] [stderr] 22 | | /// Standard interface flags, used by `getifaddrs` [INFO] [stderr] 23 | | pub struct InterfaceFlags: libc::c_int { [INFO] [stderr] 24 | | /// Interface is running. (see [INFO] [stderr] ... | [INFO] [stderr] 267 | | } [INFO] [stderr] 268 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/net/if_.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / libc_bitflags!( [INFO] [stderr] 22 | | /// Standard interface flags, used by `getifaddrs` [INFO] [stderr] 23 | | pub struct InterfaceFlags: libc::c_int { [INFO] [stderr] 24 | | /// Interface is running. (see [INFO] [stderr] ... | [INFO] [stderr] 267 | | } [INFO] [stderr] 268 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/net/if_.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / libc_bitflags!( [INFO] [stderr] 22 | | /// Standard interface flags, used by `getifaddrs` [INFO] [stderr] 23 | | pub struct InterfaceFlags: libc::c_int { [INFO] [stderr] 24 | | /// Interface is running. (see [INFO] [stderr] ... | [INFO] [stderr] 267 | | } [INFO] [stderr] 268 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/net/if_.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / libc_bitflags!( [INFO] [stderr] 22 | | /// Standard interface flags, used by `getifaddrs` [INFO] [stderr] 23 | | pub struct InterfaceFlags: libc::c_int { [INFO] [stderr] 24 | | /// Interface is running. (see [INFO] [stderr] ... | [INFO] [stderr] 267 | | } [INFO] [stderr] 268 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/net/if_.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / libc_bitflags!( [INFO] [stderr] 22 | | /// Standard interface flags, used by `getifaddrs` [INFO] [stderr] 23 | | pub struct InterfaceFlags: libc::c_int { [INFO] [stderr] 24 | | /// Interface is running. (see [INFO] [stderr] ... | [INFO] [stderr] 267 | | } [INFO] [stderr] 268 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/net/if_.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / libc_bitflags!( [INFO] [stderr] 22 | | /// Standard interface flags, used by `getifaddrs` [INFO] [stderr] 23 | | pub struct InterfaceFlags: libc::c_int { [INFO] [stderr] 24 | | /// Interface is running. (see [INFO] [stderr] ... | [INFO] [stderr] 267 | | } [INFO] [stderr] 268 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/net/if_.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / libc_bitflags!( [INFO] [stderr] 22 | | /// Standard interface flags, used by `getifaddrs` [INFO] [stderr] 23 | | pub struct InterfaceFlags: libc::c_int { [INFO] [stderr] 24 | | /// Interface is running. (see [INFO] [stderr] ... | [INFO] [stderr] 267 | | } [INFO] [stderr] 268 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/net/if_.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / libc_bitflags!( [INFO] [stderr] 22 | | /// Standard interface flags, used by `getifaddrs` [INFO] [stderr] 23 | | pub struct InterfaceFlags: libc::c_int { [INFO] [stderr] 24 | | /// Interface is running. (see [INFO] [stderr] ... | [INFO] [stderr] 267 | | } [INFO] [stderr] 268 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/net/if_.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / libc_bitflags!( [INFO] [stderr] 22 | | /// Standard interface flags, used by `getifaddrs` [INFO] [stderr] 23 | | pub struct InterfaceFlags: libc::c_int { [INFO] [stderr] 24 | | /// Interface is running. (see [INFO] [stderr] ... | [INFO] [stderr] 267 | | } [INFO] [stderr] 268 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/net/if_.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / libc_bitflags!( [INFO] [stderr] 22 | | /// Standard interface flags, used by `getifaddrs` [INFO] [stderr] 23 | | pub struct InterfaceFlags: libc::c_int { [INFO] [stderr] 24 | | /// Interface is running. (see [INFO] [stderr] ... | [INFO] [stderr] 267 | | } [INFO] [stderr] 268 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/poll.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | / libc_bitflags! { [INFO] [stderr] 64 | | /// These flags define the different events that can be monitored by `poll` and `ppoll` [INFO] [stderr] 65 | | pub struct EventFlags: libc::c_short { [INFO] [stderr] 66 | | /// There is data to read. [INFO] [stderr] ... | [INFO] [stderr] 110 | | } [INFO] [stderr] 111 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/poll.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | / libc_bitflags! { [INFO] [stderr] 64 | | /// These flags define the different events that can be monitored by `poll` and `ppoll` [INFO] [stderr] 65 | | pub struct EventFlags: libc::c_short { [INFO] [stderr] 66 | | /// There is data to read. [INFO] [stderr] ... | [INFO] [stderr] 110 | | } [INFO] [stderr] 111 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/poll.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | / libc_bitflags! { [INFO] [stderr] 64 | | /// These flags define the different events that can be monitored by `poll` and `ppoll` [INFO] [stderr] 65 | | pub struct EventFlags: libc::c_short { [INFO] [stderr] 66 | | /// There is data to read. [INFO] [stderr] ... | [INFO] [stderr] 110 | | } [INFO] [stderr] 111 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/poll.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | / libc_bitflags! { [INFO] [stderr] 64 | | /// These flags define the different events that can be monitored by `poll` and `ppoll` [INFO] [stderr] 65 | | pub struct EventFlags: libc::c_short { [INFO] [stderr] 66 | | /// There is data to read. [INFO] [stderr] ... | [INFO] [stderr] 110 | | } [INFO] [stderr] 111 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/poll.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | / libc_bitflags! { [INFO] [stderr] 64 | | /// These flags define the different events that can be monitored by `poll` and `ppoll` [INFO] [stderr] 65 | | pub struct EventFlags: libc::c_short { [INFO] [stderr] 66 | | /// There is data to read. [INFO] [stderr] ... | [INFO] [stderr] 110 | | } [INFO] [stderr] 111 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/poll.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | / libc_bitflags! { [INFO] [stderr] 64 | | /// These flags define the different events that can be monitored by `poll` and `ppoll` [INFO] [stderr] 65 | | pub struct EventFlags: libc::c_short { [INFO] [stderr] 66 | | /// There is data to read. [INFO] [stderr] ... | [INFO] [stderr] 110 | | } [INFO] [stderr] 111 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/poll.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | / libc_bitflags! { [INFO] [stderr] 64 | | /// These flags define the different events that can be monitored by `poll` and `ppoll` [INFO] [stderr] 65 | | pub struct EventFlags: libc::c_short { [INFO] [stderr] 66 | | /// There is data to read. [INFO] [stderr] ... | [INFO] [stderr] 110 | | } [INFO] [stderr] 111 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/poll.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | / libc_bitflags! { [INFO] [stderr] 64 | | /// These flags define the different events that can be monitored by `poll` and `ppoll` [INFO] [stderr] 65 | | pub struct EventFlags: libc::c_short { [INFO] [stderr] 66 | | /// There is data to read. [INFO] [stderr] ... | [INFO] [stderr] 110 | | } [INFO] [stderr] 111 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/poll.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | / libc_bitflags! { [INFO] [stderr] 64 | | /// These flags define the different events that can be monitored by `poll` and `ppoll` [INFO] [stderr] 65 | | pub struct EventFlags: libc::c_short { [INFO] [stderr] 66 | | /// There is data to read. [INFO] [stderr] ... | [INFO] [stderr] 110 | | } [INFO] [stderr] 111 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/poll.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | / libc_bitflags! { [INFO] [stderr] 64 | | /// These flags define the different events that can be monitored by `poll` and `ppoll` [INFO] [stderr] 65 | | pub struct EventFlags: libc::c_short { [INFO] [stderr] 66 | | /// There is data to read. [INFO] [stderr] ... | [INFO] [stderr] 110 | | } [INFO] [stderr] 111 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/poll.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | / libc_bitflags! { [INFO] [stderr] 64 | | /// These flags define the different events that can be monitored by `poll` and `ppoll` [INFO] [stderr] 65 | | pub struct EventFlags: libc::c_short { [INFO] [stderr] 66 | | /// There is data to read. [INFO] [stderr] ... | [INFO] [stderr] 110 | | } [INFO] [stderr] 111 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sched.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / libc_bitflags!{ [INFO] [stderr] 12 | | pub struct CloneFlags: c_int { [INFO] [stderr] 13 | | CLONE_VM; [INFO] [stderr] 14 | | CLONE_FS; [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/epoll.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / libc_bitflags!( [INFO] [stderr] 10 | | pub struct EpollFlags: c_int { [INFO] [stderr] 11 | | EPOLLIN; [INFO] [stderr] 12 | | EPOLLPRI; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/epoll.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | / libc_bitflags!{ [INFO] [stderr] 40 | | pub struct EpollCreateFlags: c_int { [INFO] [stderr] 41 | | EPOLL_CLOEXEC; [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/epoll.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / libc_bitflags!( [INFO] [stderr] 10 | | pub struct EpollFlags: c_int { [INFO] [stderr] 11 | | EPOLLIN; [INFO] [stderr] 12 | | EPOLLPRI; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/epoll.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / libc_bitflags!( [INFO] [stderr] 10 | | pub struct EpollFlags: c_int { [INFO] [stderr] 11 | | EPOLLIN; [INFO] [stderr] 12 | | EPOLLPRI; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/epoll.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / libc_bitflags!( [INFO] [stderr] 10 | | pub struct EpollFlags: c_int { [INFO] [stderr] 11 | | EPOLLIN; [INFO] [stderr] 12 | | EPOLLPRI; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/epoll.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / libc_bitflags!( [INFO] [stderr] 10 | | pub struct EpollFlags: c_int { [INFO] [stderr] 11 | | EPOLLIN; [INFO] [stderr] 12 | | EPOLLPRI; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/epoll.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / libc_bitflags!( [INFO] [stderr] 10 | | pub struct EpollFlags: c_int { [INFO] [stderr] 11 | | EPOLLIN; [INFO] [stderr] 12 | | EPOLLPRI; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/epoll.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / libc_bitflags!( [INFO] [stderr] 10 | | pub struct EpollFlags: c_int { [INFO] [stderr] 11 | | EPOLLIN; [INFO] [stderr] 12 | | EPOLLPRI; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/epoll.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / libc_bitflags!( [INFO] [stderr] 10 | | pub struct EpollFlags: c_int { [INFO] [stderr] 11 | | EPOLLIN; [INFO] [stderr] 12 | | EPOLLPRI; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/epoll.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / libc_bitflags!( [INFO] [stderr] 10 | | pub struct EpollFlags: c_int { [INFO] [stderr] 11 | | EPOLLIN; [INFO] [stderr] 12 | | EPOLLPRI; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/epoll.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / libc_bitflags!( [INFO] [stderr] 10 | | pub struct EpollFlags: c_int { [INFO] [stderr] 11 | | EPOLLIN; [INFO] [stderr] 12 | | EPOLLPRI; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/epoll.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / libc_bitflags!( [INFO] [stderr] 10 | | pub struct EpollFlags: c_int { [INFO] [stderr] 11 | | EPOLLIN; [INFO] [stderr] 12 | | EPOLLPRI; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/epoll.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / libc_bitflags!( [INFO] [stderr] 10 | | pub struct EpollFlags: c_int { [INFO] [stderr] 11 | | EPOLLIN; [INFO] [stderr] 12 | | EPOLLPRI; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/epoll.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / libc_bitflags!( [INFO] [stderr] 10 | | pub struct EpollFlags: c_int { [INFO] [stderr] 11 | | EPOLLIN; [INFO] [stderr] 12 | | EPOLLPRI; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/epoll.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / libc_bitflags!( [INFO] [stderr] 10 | | pub struct EpollFlags: c_int { [INFO] [stderr] 11 | | EPOLLIN; [INFO] [stderr] 12 | | EPOLLPRI; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/epoll.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / libc_bitflags!( [INFO] [stderr] 10 | | pub struct EpollFlags: c_int { [INFO] [stderr] 11 | | EPOLLIN; [INFO] [stderr] 12 | | EPOLLPRI; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/epoll.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / libc_bitflags!( [INFO] [stderr] 10 | | pub struct EpollFlags: c_int { [INFO] [stderr] 11 | | EPOLLIN; [INFO] [stderr] 12 | | EPOLLPRI; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/epoll.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | / libc_bitflags!{ [INFO] [stderr] 40 | | pub struct EpollCreateFlags: c_int { [INFO] [stderr] 41 | | EPOLL_CLOEXEC; [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/eventfd.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / libc_bitflags! { [INFO] [stderr] 7 | | pub struct EfdFlags: libc::c_int { [INFO] [stderr] 8 | | EFD_CLOEXEC; // Since Linux 2.6.27 [INFO] [stderr] 9 | | EFD_NONBLOCK; // Since Linux 2.6.27 [INFO] [stderr] 10 | | EFD_SEMAPHORE; // Since Linux 2.6.30 [INFO] [stderr] 11 | | } [INFO] [stderr] 12 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/eventfd.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / libc_bitflags! { [INFO] [stderr] 7 | | pub struct EfdFlags: libc::c_int { [INFO] [stderr] 8 | | EFD_CLOEXEC; // Since Linux 2.6.27 [INFO] [stderr] 9 | | EFD_NONBLOCK; // Since Linux 2.6.27 [INFO] [stderr] 10 | | EFD_SEMAPHORE; // Since Linux 2.6.30 [INFO] [stderr] 11 | | } [INFO] [stderr] 12 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/eventfd.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / libc_bitflags! { [INFO] [stderr] 7 | | pub struct EfdFlags: libc::c_int { [INFO] [stderr] 8 | | EFD_CLOEXEC; // Since Linux 2.6.27 [INFO] [stderr] 9 | | EFD_NONBLOCK; // Since Linux 2.6.27 [INFO] [stderr] 10 | | EFD_SEMAPHORE; // Since Linux 2.6.30 [INFO] [stderr] 11 | | } [INFO] [stderr] 12 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/eventfd.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / libc_bitflags! { [INFO] [stderr] 7 | | pub struct EfdFlags: libc::c_int { [INFO] [stderr] 8 | | EFD_CLOEXEC; // Since Linux 2.6.27 [INFO] [stderr] 9 | | EFD_NONBLOCK; // Since Linux 2.6.27 [INFO] [stderr] 10 | | EFD_SEMAPHORE; // Since Linux 2.6.30 [INFO] [stderr] 11 | | } [INFO] [stderr] 12 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/memfd.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / libc_bitflags!( [INFO] [stderr] 8 | | pub struct MemFdCreateFlag: libc::c_uint { [INFO] [stderr] 9 | | MFD_CLOEXEC; [INFO] [stderr] 10 | | MFD_ALLOW_SEALING; [INFO] [stderr] 11 | | } [INFO] [stderr] 12 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/memfd.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / libc_bitflags!( [INFO] [stderr] 8 | | pub struct MemFdCreateFlag: libc::c_uint { [INFO] [stderr] 9 | | MFD_CLOEXEC; [INFO] [stderr] 10 | | MFD_ALLOW_SEALING; [INFO] [stderr] 11 | | } [INFO] [stderr] 12 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/memfd.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / libc_bitflags!( [INFO] [stderr] 8 | | pub struct MemFdCreateFlag: libc::c_uint { [INFO] [stderr] 9 | | MFD_CLOEXEC; [INFO] [stderr] 10 | | MFD_ALLOW_SEALING; [INFO] [stderr] 11 | | } [INFO] [stderr] 12 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/mman.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / libc_bitflags!{ [INFO] [stderr] 13 | | /// Desired memory protection of a memory mapping. [INFO] [stderr] 14 | | pub struct ProtFlags: c_int { [INFO] [stderr] 15 | | /// Pages cannot be accessed. [INFO] [stderr] ... | [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/mman.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / libc_bitflags!{ [INFO] [stderr] 33 | | /// Additional parameters for `mmap()`. [INFO] [stderr] 34 | | pub struct MapFlags: c_int { [INFO] [stderr] 35 | | /// Compatibility flag. Ignored. [INFO] [stderr] ... | [INFO] [stderr] 102 | | } [INFO] [stderr] 103 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/mman.rs:198:1 [INFO] [stderr] | [INFO] [stderr] 198 | / libc_bitflags!{ [INFO] [stderr] 199 | | /// Configuration flags for `msync`. [INFO] [stderr] 200 | | pub struct MsFlags: c_int { [INFO] [stderr] 201 | | /// Schedule an update but return immediately. [INFO] [stderr] ... | [INFO] [stderr] 213 | | } [INFO] [stderr] 214 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/mman.rs:216:1 [INFO] [stderr] | [INFO] [stderr] 216 | / libc_bitflags!{ [INFO] [stderr] 217 | | /// Flags for `mlockall`. [INFO] [stderr] 218 | | pub struct MlockAllFlags: c_int { [INFO] [stderr] 219 | | /// Lock pages that are currently mapped into the address space of the process. [INFO] [stderr] ... | [INFO] [stderr] 223 | | } [INFO] [stderr] 224 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/mman.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / libc_bitflags!{ [INFO] [stderr] 13 | | /// Desired memory protection of a memory mapping. [INFO] [stderr] 14 | | pub struct ProtFlags: c_int { [INFO] [stderr] 15 | | /// Pages cannot be accessed. [INFO] [stderr] ... | [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/mman.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / libc_bitflags!{ [INFO] [stderr] 13 | | /// Desired memory protection of a memory mapping. [INFO] [stderr] 14 | | pub struct ProtFlags: c_int { [INFO] [stderr] 15 | | /// Pages cannot be accessed. [INFO] [stderr] ... | [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/mman.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / libc_bitflags!{ [INFO] [stderr] 13 | | /// Desired memory protection of a memory mapping. [INFO] [stderr] 14 | | pub struct ProtFlags: c_int { [INFO] [stderr] 15 | | /// Pages cannot be accessed. [INFO] [stderr] ... | [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/mman.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / libc_bitflags!{ [INFO] [stderr] 13 | | /// Desired memory protection of a memory mapping. [INFO] [stderr] 14 | | pub struct ProtFlags: c_int { [INFO] [stderr] 15 | | /// Pages cannot be accessed. [INFO] [stderr] ... | [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/mman.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / libc_bitflags!{ [INFO] [stderr] 13 | | /// Desired memory protection of a memory mapping. [INFO] [stderr] 14 | | pub struct ProtFlags: c_int { [INFO] [stderr] 15 | | /// Pages cannot be accessed. [INFO] [stderr] ... | [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/mman.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / libc_bitflags!{ [INFO] [stderr] 13 | | /// Desired memory protection of a memory mapping. [INFO] [stderr] 14 | | pub struct ProtFlags: c_int { [INFO] [stderr] 15 | | /// Pages cannot be accessed. [INFO] [stderr] ... | [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/mman.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / libc_bitflags!{ [INFO] [stderr] 33 | | /// Additional parameters for `mmap()`. [INFO] [stderr] 34 | | pub struct MapFlags: c_int { [INFO] [stderr] 35 | | /// Compatibility flag. Ignored. [INFO] [stderr] ... | [INFO] [stderr] 102 | | } [INFO] [stderr] 103 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/mman.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / libc_bitflags!{ [INFO] [stderr] 33 | | /// Additional parameters for `mmap()`. [INFO] [stderr] 34 | | pub struct MapFlags: c_int { [INFO] [stderr] 35 | | /// Compatibility flag. Ignored. [INFO] [stderr] ... | [INFO] [stderr] 102 | | } [INFO] [stderr] 103 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/mman.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / libc_bitflags!{ [INFO] [stderr] 33 | | /// Additional parameters for `mmap()`. [INFO] [stderr] 34 | | pub struct MapFlags: c_int { [INFO] [stderr] 35 | | /// Compatibility flag. Ignored. [INFO] [stderr] ... | [INFO] [stderr] 102 | | } [INFO] [stderr] 103 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/mman.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / libc_bitflags!{ [INFO] [stderr] 33 | | /// Additional parameters for `mmap()`. [INFO] [stderr] 34 | | pub struct MapFlags: c_int { [INFO] [stderr] 35 | | /// Compatibility flag. Ignored. [INFO] [stderr] ... | [INFO] [stderr] 102 | | } [INFO] [stderr] 103 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/mman.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / libc_bitflags!{ [INFO] [stderr] 33 | | /// Additional parameters for `mmap()`. [INFO] [stderr] 34 | | pub struct MapFlags: c_int { [INFO] [stderr] 35 | | /// Compatibility flag. Ignored. [INFO] [stderr] ... | [INFO] [stderr] 102 | | } [INFO] [stderr] 103 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/mman.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / libc_bitflags!{ [INFO] [stderr] 33 | | /// Additional parameters for `mmap()`. [INFO] [stderr] 34 | | pub struct MapFlags: c_int { [INFO] [stderr] 35 | | /// Compatibility flag. Ignored. [INFO] [stderr] ... | [INFO] [stderr] 102 | | } [INFO] [stderr] 103 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/mman.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / libc_bitflags!{ [INFO] [stderr] 33 | | /// Additional parameters for `mmap()`. [INFO] [stderr] 34 | | pub struct MapFlags: c_int { [INFO] [stderr] 35 | | /// Compatibility flag. Ignored. [INFO] [stderr] ... | [INFO] [stderr] 102 | | } [INFO] [stderr] 103 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/mman.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / libc_bitflags!{ [INFO] [stderr] 33 | | /// Additional parameters for `mmap()`. [INFO] [stderr] 34 | | pub struct MapFlags: c_int { [INFO] [stderr] 35 | | /// Compatibility flag. Ignored. [INFO] [stderr] ... | [INFO] [stderr] 102 | | } [INFO] [stderr] 103 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/mman.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / libc_bitflags!{ [INFO] [stderr] 33 | | /// Additional parameters for `mmap()`. [INFO] [stderr] 34 | | pub struct MapFlags: c_int { [INFO] [stderr] 35 | | /// Compatibility flag. Ignored. [INFO] [stderr] ... | [INFO] [stderr] 102 | | } [INFO] [stderr] 103 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/mman.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / libc_bitflags!{ [INFO] [stderr] 33 | | /// Additional parameters for `mmap()`. [INFO] [stderr] 34 | | pub struct MapFlags: c_int { [INFO] [stderr] 35 | | /// Compatibility flag. Ignored. [INFO] [stderr] ... | [INFO] [stderr] 102 | | } [INFO] [stderr] 103 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/mman.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / libc_bitflags!{ [INFO] [stderr] 33 | | /// Additional parameters for `mmap()`. [INFO] [stderr] 34 | | pub struct MapFlags: c_int { [INFO] [stderr] 35 | | /// Compatibility flag. Ignored. [INFO] [stderr] ... | [INFO] [stderr] 102 | | } [INFO] [stderr] 103 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/mman.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / libc_bitflags!{ [INFO] [stderr] 33 | | /// Additional parameters for `mmap()`. [INFO] [stderr] 34 | | pub struct MapFlags: c_int { [INFO] [stderr] 35 | | /// Compatibility flag. Ignored. [INFO] [stderr] ... | [INFO] [stderr] 102 | | } [INFO] [stderr] 103 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/mman.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / libc_bitflags!{ [INFO] [stderr] 33 | | /// Additional parameters for `mmap()`. [INFO] [stderr] 34 | | pub struct MapFlags: c_int { [INFO] [stderr] 35 | | /// Compatibility flag. Ignored. [INFO] [stderr] ... | [INFO] [stderr] 102 | | } [INFO] [stderr] 103 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/mman.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / libc_bitflags!{ [INFO] [stderr] 33 | | /// Additional parameters for `mmap()`. [INFO] [stderr] 34 | | pub struct MapFlags: c_int { [INFO] [stderr] 35 | | /// Compatibility flag. Ignored. [INFO] [stderr] ... | [INFO] [stderr] 102 | | } [INFO] [stderr] 103 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/mman.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / libc_bitflags!{ [INFO] [stderr] 33 | | /// Additional parameters for `mmap()`. [INFO] [stderr] 34 | | pub struct MapFlags: c_int { [INFO] [stderr] 35 | | /// Compatibility flag. Ignored. [INFO] [stderr] ... | [INFO] [stderr] 102 | | } [INFO] [stderr] 103 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/mman.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / libc_bitflags!{ [INFO] [stderr] 33 | | /// Additional parameters for `mmap()`. [INFO] [stderr] 34 | | pub struct MapFlags: c_int { [INFO] [stderr] 35 | | /// Compatibility flag. Ignored. [INFO] [stderr] ... | [INFO] [stderr] 102 | | } [INFO] [stderr] 103 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/mman.rs:198:1 [INFO] [stderr] | [INFO] [stderr] 198 | / libc_bitflags!{ [INFO] [stderr] 199 | | /// Configuration flags for `msync`. [INFO] [stderr] 200 | | pub struct MsFlags: c_int { [INFO] [stderr] 201 | | /// Schedule an update but return immediately. [INFO] [stderr] ... | [INFO] [stderr] 213 | | } [INFO] [stderr] 214 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/mman.rs:198:1 [INFO] [stderr] | [INFO] [stderr] 198 | / libc_bitflags!{ [INFO] [stderr] 199 | | /// Configuration flags for `msync`. [INFO] [stderr] 200 | | pub struct MsFlags: c_int { [INFO] [stderr] 201 | | /// Schedule an update but return immediately. [INFO] [stderr] ... | [INFO] [stderr] 213 | | } [INFO] [stderr] 214 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/mman.rs:198:1 [INFO] [stderr] | [INFO] [stderr] 198 | / libc_bitflags!{ [INFO] [stderr] 199 | | /// Configuration flags for `msync`. [INFO] [stderr] 200 | | pub struct MsFlags: c_int { [INFO] [stderr] 201 | | /// Schedule an update but return immediately. [INFO] [stderr] ... | [INFO] [stderr] 213 | | } [INFO] [stderr] 214 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/mman.rs:216:1 [INFO] [stderr] | [INFO] [stderr] 216 | / libc_bitflags!{ [INFO] [stderr] 217 | | /// Flags for `mlockall`. [INFO] [stderr] 218 | | pub struct MlockAllFlags: c_int { [INFO] [stderr] 219 | | /// Lock pages that are currently mapped into the address space of the process. [INFO] [stderr] ... | [INFO] [stderr] 223 | | } [INFO] [stderr] 224 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/mman.rs:216:1 [INFO] [stderr] | [INFO] [stderr] 216 | / libc_bitflags!{ [INFO] [stderr] 217 | | /// Flags for `mlockall`. [INFO] [stderr] 218 | | pub struct MlockAllFlags: c_int { [INFO] [stderr] 219 | | /// Lock pages that are currently mapped into the address space of the process. [INFO] [stderr] ... | [INFO] [stderr] 223 | | } [INFO] [stderr] 224 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/ptrace/linux.rs:137:1 [INFO] [stderr] | [INFO] [stderr] 137 | / libc_bitflags! { [INFO] [stderr] 138 | | /// Ptrace options used in conjunction with the PTRACE_SETOPTIONS request. [INFO] [stderr] 139 | | /// See `man ptrace` for more details. [INFO] [stderr] 140 | | pub struct Options: libc::c_int { [INFO] [stderr] ... | [INFO] [stderr] 165 | | } [INFO] [stderr] 166 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/ptrace/linux.rs:137:1 [INFO] [stderr] | [INFO] [stderr] 137 | / libc_bitflags! { [INFO] [stderr] 138 | | /// Ptrace options used in conjunction with the PTRACE_SETOPTIONS request. [INFO] [stderr] 139 | | /// See `man ptrace` for more details. [INFO] [stderr] 140 | | pub struct Options: libc::c_int { [INFO] [stderr] ... | [INFO] [stderr] 165 | | } [INFO] [stderr] 166 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/ptrace/linux.rs:137:1 [INFO] [stderr] | [INFO] [stderr] 137 | / libc_bitflags! { [INFO] [stderr] 138 | | /// Ptrace options used in conjunction with the PTRACE_SETOPTIONS request. [INFO] [stderr] 139 | | /// See `man ptrace` for more details. [INFO] [stderr] 140 | | pub struct Options: libc::c_int { [INFO] [stderr] ... | [INFO] [stderr] 165 | | } [INFO] [stderr] 166 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/ptrace/linux.rs:137:1 [INFO] [stderr] | [INFO] [stderr] 137 | / libc_bitflags! { [INFO] [stderr] 138 | | /// Ptrace options used in conjunction with the PTRACE_SETOPTIONS request. [INFO] [stderr] 139 | | /// See `man ptrace` for more details. [INFO] [stderr] 140 | | pub struct Options: libc::c_int { [INFO] [stderr] ... | [INFO] [stderr] 165 | | } [INFO] [stderr] 166 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/ptrace/linux.rs:137:1 [INFO] [stderr] | [INFO] [stderr] 137 | / libc_bitflags! { [INFO] [stderr] 138 | | /// Ptrace options used in conjunction with the PTRACE_SETOPTIONS request. [INFO] [stderr] 139 | | /// See `man ptrace` for more details. [INFO] [stderr] 140 | | pub struct Options: libc::c_int { [INFO] [stderr] ... | [INFO] [stderr] 165 | | } [INFO] [stderr] 166 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/ptrace/linux.rs:137:1 [INFO] [stderr] | [INFO] [stderr] 137 | / libc_bitflags! { [INFO] [stderr] 138 | | /// Ptrace options used in conjunction with the PTRACE_SETOPTIONS request. [INFO] [stderr] 139 | | /// See `man ptrace` for more details. [INFO] [stderr] 140 | | pub struct Options: libc::c_int { [INFO] [stderr] ... | [INFO] [stderr] 165 | | } [INFO] [stderr] 166 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/ptrace/linux.rs:137:1 [INFO] [stderr] | [INFO] [stderr] 137 | / libc_bitflags! { [INFO] [stderr] 138 | | /// Ptrace options used in conjunction with the PTRACE_SETOPTIONS request. [INFO] [stderr] 139 | | /// See `man ptrace` for more details. [INFO] [stderr] 140 | | pub struct Options: libc::c_int { [INFO] [stderr] ... | [INFO] [stderr] 165 | | } [INFO] [stderr] 166 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/ptrace/linux.rs:137:1 [INFO] [stderr] | [INFO] [stderr] 137 | / libc_bitflags! { [INFO] [stderr] 138 | | /// Ptrace options used in conjunction with the PTRACE_SETOPTIONS request. [INFO] [stderr] 139 | | /// See `man ptrace` for more details. [INFO] [stderr] 140 | | pub struct Options: libc::c_int { [INFO] [stderr] ... | [INFO] [stderr] 165 | | } [INFO] [stderr] 166 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/ptrace/linux.rs:137:1 [INFO] [stderr] | [INFO] [stderr] 137 | / libc_bitflags! { [INFO] [stderr] 138 | | /// Ptrace options used in conjunction with the PTRACE_SETOPTIONS request. [INFO] [stderr] 139 | | /// See `man ptrace` for more details. [INFO] [stderr] 140 | | pub struct Options: libc::c_int { [INFO] [stderr] ... | [INFO] [stderr] 165 | | } [INFO] [stderr] 166 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/ptrace/linux.rs:137:1 [INFO] [stderr] | [INFO] [stderr] 137 | / libc_bitflags! { [INFO] [stderr] 138 | | /// Ptrace options used in conjunction with the PTRACE_SETOPTIONS request. [INFO] [stderr] 139 | | /// See `man ptrace` for more details. [INFO] [stderr] 140 | | pub struct Options: libc::c_int { [INFO] [stderr] ... | [INFO] [stderr] 165 | | } [INFO] [stderr] 166 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/quota.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | / libc_bitflags!( [INFO] [stderr] 70 | | /// Indicates the quota fields that are valid to read from. [INFO] [stderr] 71 | | #[derive(Default)] [INFO] [stderr] 72 | | pub struct QuotaValidFlags: u32 { [INFO] [stderr] ... | [INFO] [stderr] 93 | | } [INFO] [stderr] 94 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/quota.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | / libc_bitflags!( [INFO] [stderr] 70 | | /// Indicates the quota fields that are valid to read from. [INFO] [stderr] 71 | | #[derive(Default)] [INFO] [stderr] 72 | | pub struct QuotaValidFlags: u32 { [INFO] [stderr] ... | [INFO] [stderr] 93 | | } [INFO] [stderr] 94 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/quota.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | / libc_bitflags!( [INFO] [stderr] 70 | | /// Indicates the quota fields that are valid to read from. [INFO] [stderr] 71 | | #[derive(Default)] [INFO] [stderr] 72 | | pub struct QuotaValidFlags: u32 { [INFO] [stderr] ... | [INFO] [stderr] 93 | | } [INFO] [stderr] 94 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/quota.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | / libc_bitflags!( [INFO] [stderr] 70 | | /// Indicates the quota fields that are valid to read from. [INFO] [stderr] 71 | | #[derive(Default)] [INFO] [stderr] 72 | | pub struct QuotaValidFlags: u32 { [INFO] [stderr] ... | [INFO] [stderr] 93 | | } [INFO] [stderr] 94 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/quota.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | / libc_bitflags!( [INFO] [stderr] 70 | | /// Indicates the quota fields that are valid to read from. [INFO] [stderr] 71 | | #[derive(Default)] [INFO] [stderr] 72 | | pub struct QuotaValidFlags: u32 { [INFO] [stderr] ... | [INFO] [stderr] 93 | | } [INFO] [stderr] 94 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/quota.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | / libc_bitflags!( [INFO] [stderr] 70 | | /// Indicates the quota fields that are valid to read from. [INFO] [stderr] 71 | | #[derive(Default)] [INFO] [stderr] 72 | | pub struct QuotaValidFlags: u32 { [INFO] [stderr] ... | [INFO] [stderr] 93 | | } [INFO] [stderr] 94 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/quota.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | / libc_bitflags!( [INFO] [stderr] 70 | | /// Indicates the quota fields that are valid to read from. [INFO] [stderr] 71 | | #[derive(Default)] [INFO] [stderr] 72 | | pub struct QuotaValidFlags: u32 { [INFO] [stderr] ... | [INFO] [stderr] 93 | | } [INFO] [stderr] 94 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/quota.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | / libc_bitflags!( [INFO] [stderr] 70 | | /// Indicates the quota fields that are valid to read from. [INFO] [stderr] 71 | | #[derive(Default)] [INFO] [stderr] 72 | | pub struct QuotaValidFlags: u32 { [INFO] [stderr] ... | [INFO] [stderr] 93 | | } [INFO] [stderr] 94 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/quota.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | / libc_bitflags!( [INFO] [stderr] 70 | | /// Indicates the quota fields that are valid to read from. [INFO] [stderr] 71 | | #[derive(Default)] [INFO] [stderr] 72 | | pub struct QuotaValidFlags: u32 { [INFO] [stderr] ... | [INFO] [stderr] 93 | | } [INFO] [stderr] 94 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/quota.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | / libc_bitflags!( [INFO] [stderr] 70 | | /// Indicates the quota fields that are valid to read from. [INFO] [stderr] 71 | | #[derive(Default)] [INFO] [stderr] 72 | | pub struct QuotaValidFlags: u32 { [INFO] [stderr] ... | [INFO] [stderr] 93 | | } [INFO] [stderr] 94 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/quota.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | / libc_bitflags!( [INFO] [stderr] 70 | | /// Indicates the quota fields that are valid to read from. [INFO] [stderr] 71 | | #[derive(Default)] [INFO] [stderr] 72 | | pub struct QuotaValidFlags: u32 { [INFO] [stderr] ... | [INFO] [stderr] 93 | | } [INFO] [stderr] 94 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/signal.rs:310:1 [INFO] [stderr] | [INFO] [stderr] 310 | / libc_bitflags!{ [INFO] [stderr] 311 | | pub struct SaFlags: libc::c_int { [INFO] [stderr] 312 | | SA_NOCLDSTOP; [INFO] [stderr] 313 | | SA_NOCLDWAIT; [INFO] [stderr] ... | [INFO] [stderr] 319 | | } [INFO] [stderr] 320 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/signal.rs:310:1 [INFO] [stderr] | [INFO] [stderr] 310 | / libc_bitflags!{ [INFO] [stderr] 311 | | pub struct SaFlags: libc::c_int { [INFO] [stderr] 312 | | SA_NOCLDSTOP; [INFO] [stderr] 313 | | SA_NOCLDWAIT; [INFO] [stderr] ... | [INFO] [stderr] 319 | | } [INFO] [stderr] 320 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/signal.rs:310:1 [INFO] [stderr] | [INFO] [stderr] 310 | / libc_bitflags!{ [INFO] [stderr] 311 | | pub struct SaFlags: libc::c_int { [INFO] [stderr] 312 | | SA_NOCLDSTOP; [INFO] [stderr] 313 | | SA_NOCLDWAIT; [INFO] [stderr] ... | [INFO] [stderr] 319 | | } [INFO] [stderr] 320 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/signal.rs:310:1 [INFO] [stderr] | [INFO] [stderr] 310 | / libc_bitflags!{ [INFO] [stderr] 311 | | pub struct SaFlags: libc::c_int { [INFO] [stderr] 312 | | SA_NOCLDSTOP; [INFO] [stderr] 313 | | SA_NOCLDWAIT; [INFO] [stderr] ... | [INFO] [stderr] 319 | | } [INFO] [stderr] 320 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/signal.rs:310:1 [INFO] [stderr] | [INFO] [stderr] 310 | / libc_bitflags!{ [INFO] [stderr] 311 | | pub struct SaFlags: libc::c_int { [INFO] [stderr] 312 | | SA_NOCLDSTOP; [INFO] [stderr] 313 | | SA_NOCLDWAIT; [INFO] [stderr] ... | [INFO] [stderr] 319 | | } [INFO] [stderr] 320 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/signal.rs:310:1 [INFO] [stderr] | [INFO] [stderr] 310 | / libc_bitflags!{ [INFO] [stderr] 311 | | pub struct SaFlags: libc::c_int { [INFO] [stderr] 312 | | SA_NOCLDSTOP; [INFO] [stderr] 313 | | SA_NOCLDWAIT; [INFO] [stderr] ... | [INFO] [stderr] 319 | | } [INFO] [stderr] 320 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/signal.rs:310:1 [INFO] [stderr] | [INFO] [stderr] 310 | / libc_bitflags!{ [INFO] [stderr] 311 | | pub struct SaFlags: libc::c_int { [INFO] [stderr] 312 | | SA_NOCLDSTOP; [INFO] [stderr] 313 | | SA_NOCLDWAIT; [INFO] [stderr] ... | [INFO] [stderr] 319 | | } [INFO] [stderr] 320 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/signal.rs:310:1 [INFO] [stderr] | [INFO] [stderr] 310 | / libc_bitflags!{ [INFO] [stderr] 311 | | pub struct SaFlags: libc::c_int { [INFO] [stderr] 312 | | SA_NOCLDSTOP; [INFO] [stderr] 313 | | SA_NOCLDWAIT; [INFO] [stderr] ... | [INFO] [stderr] 319 | | } [INFO] [stderr] 320 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/signalfd.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / libc_bitflags!{ [INFO] [stderr] 30 | | pub struct SfdFlags: libc::c_int { [INFO] [stderr] 31 | | SFD_NONBLOCK; [INFO] [stderr] 32 | | SFD_CLOEXEC; [INFO] [stderr] 33 | | } [INFO] [stderr] 34 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/signalfd.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / libc_bitflags!{ [INFO] [stderr] 30 | | pub struct SfdFlags: libc::c_int { [INFO] [stderr] 31 | | SFD_NONBLOCK; [INFO] [stderr] 32 | | SFD_CLOEXEC; [INFO] [stderr] 33 | | } [INFO] [stderr] 34 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/signalfd.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / libc_bitflags!{ [INFO] [stderr] 30 | | pub struct SfdFlags: libc::c_int { [INFO] [stderr] 31 | | SFD_NONBLOCK; [INFO] [stderr] 32 | | SFD_CLOEXEC; [INFO] [stderr] 33 | | } [INFO] [stderr] 34 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/socket/mod.rs:88:1 [INFO] [stderr] | [INFO] [stderr] 88 | / libc_bitflags!{ [INFO] [stderr] 89 | | /// Additional socket options [INFO] [stderr] 90 | | pub struct SockFlag: c_int { [INFO] [stderr] 91 | | /// Set non-blocking mode on the new socket [INFO] [stderr] ... | [INFO] [stderr] 114 | | } [INFO] [stderr] 115 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/socket/mod.rs:117:1 [INFO] [stderr] | [INFO] [stderr] 117 | / libc_bitflags!{ [INFO] [stderr] 118 | | /// Flags for send/recv and their relatives [INFO] [stderr] 119 | | pub struct MsgFlags: c_int { [INFO] [stderr] 120 | | /// Sends or requests out-of-band data on sockets that support this notion [INFO] [stderr] ... | [INFO] [stderr] 172 | | } [INFO] [stderr] 173 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/socket/mod.rs:88:1 [INFO] [stderr] | [INFO] [stderr] 88 | / libc_bitflags!{ [INFO] [stderr] 89 | | /// Additional socket options [INFO] [stderr] 90 | | pub struct SockFlag: c_int { [INFO] [stderr] 91 | | /// Set non-blocking mode on the new socket [INFO] [stderr] ... | [INFO] [stderr] 114 | | } [INFO] [stderr] 115 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/socket/mod.rs:88:1 [INFO] [stderr] | [INFO] [stderr] 88 | / libc_bitflags!{ [INFO] [stderr] 89 | | /// Additional socket options [INFO] [stderr] 90 | | pub struct SockFlag: c_int { [INFO] [stderr] 91 | | /// Set non-blocking mode on the new socket [INFO] [stderr] ... | [INFO] [stderr] 114 | | } [INFO] [stderr] 115 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/socket/mod.rs:117:1 [INFO] [stderr] | [INFO] [stderr] 117 | / libc_bitflags!{ [INFO] [stderr] 118 | | /// Flags for send/recv and their relatives [INFO] [stderr] 119 | | pub struct MsgFlags: c_int { [INFO] [stderr] 120 | | /// Sends or requests out-of-band data on sockets that support this notion [INFO] [stderr] ... | [INFO] [stderr] 172 | | } [INFO] [stderr] 173 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/socket/mod.rs:117:1 [INFO] [stderr] | [INFO] [stderr] 117 | / libc_bitflags!{ [INFO] [stderr] 118 | | /// Flags for send/recv and their relatives [INFO] [stderr] 119 | | pub struct MsgFlags: c_int { [INFO] [stderr] 120 | | /// Sends or requests out-of-band data on sockets that support this notion [INFO] [stderr] ... | [INFO] [stderr] 172 | | } [INFO] [stderr] 173 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/socket/mod.rs:117:1 [INFO] [stderr] | [INFO] [stderr] 117 | / libc_bitflags!{ [INFO] [stderr] 118 | | /// Flags for send/recv and their relatives [INFO] [stderr] 119 | | pub struct MsgFlags: c_int { [INFO] [stderr] 120 | | /// Sends or requests out-of-band data on sockets that support this notion [INFO] [stderr] ... | [INFO] [stderr] 172 | | } [INFO] [stderr] 173 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/socket/mod.rs:117:1 [INFO] [stderr] | [INFO] [stderr] 117 | / libc_bitflags!{ [INFO] [stderr] 118 | | /// Flags for send/recv and their relatives [INFO] [stderr] 119 | | pub struct MsgFlags: c_int { [INFO] [stderr] 120 | | /// Sends or requests out-of-band data on sockets that support this notion [INFO] [stderr] ... | [INFO] [stderr] 172 | | } [INFO] [stderr] 173 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/socket/mod.rs:117:1 [INFO] [stderr] | [INFO] [stderr] 117 | / libc_bitflags!{ [INFO] [stderr] 118 | | /// Flags for send/recv and their relatives [INFO] [stderr] 119 | | pub struct MsgFlags: c_int { [INFO] [stderr] 120 | | /// Sends or requests out-of-band data on sockets that support this notion [INFO] [stderr] ... | [INFO] [stderr] 172 | | } [INFO] [stderr] 173 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/socket/mod.rs:117:1 [INFO] [stderr] | [INFO] [stderr] 117 | / libc_bitflags!{ [INFO] [stderr] 118 | | /// Flags for send/recv and their relatives [INFO] [stderr] 119 | | pub struct MsgFlags: c_int { [INFO] [stderr] 120 | | /// Sends or requests out-of-band data on sockets that support this notion [INFO] [stderr] ... | [INFO] [stderr] 172 | | } [INFO] [stderr] 173 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/socket/mod.rs:117:1 [INFO] [stderr] | [INFO] [stderr] 117 | / libc_bitflags!{ [INFO] [stderr] 118 | | /// Flags for send/recv and their relatives [INFO] [stderr] 119 | | pub struct MsgFlags: c_int { [INFO] [stderr] 120 | | /// Sends or requests out-of-band data on sockets that support this notion [INFO] [stderr] ... | [INFO] [stderr] 172 | | } [INFO] [stderr] 173 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/socket/mod.rs:117:1 [INFO] [stderr] | [INFO] [stderr] 117 | / libc_bitflags!{ [INFO] [stderr] 118 | | /// Flags for send/recv and their relatives [INFO] [stderr] 119 | | pub struct MsgFlags: c_int { [INFO] [stderr] 120 | | /// Sends or requests out-of-band data on sockets that support this notion [INFO] [stderr] ... | [INFO] [stderr] 172 | | } [INFO] [stderr] 173 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/stat.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / libc_bitflags!( [INFO] [stderr] 13 | | pub struct SFlag: mode_t { [INFO] [stderr] 14 | | S_IFIFO; [INFO] [stderr] 15 | | S_IFCHR; [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/stat.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / libc_bitflags! { [INFO] [stderr] 26 | | pub struct Mode: mode_t { [INFO] [stderr] 27 | | S_IRWXU; [INFO] [stderr] 28 | | S_IRUSR; [INFO] [stderr] ... | [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/stat.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / libc_bitflags!( [INFO] [stderr] 13 | | pub struct SFlag: mode_t { [INFO] [stderr] 14 | | S_IFIFO; [INFO] [stderr] 15 | | S_IFCHR; [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/stat.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / libc_bitflags!( [INFO] [stderr] 13 | | pub struct SFlag: mode_t { [INFO] [stderr] 14 | | S_IFIFO; [INFO] [stderr] 15 | | S_IFCHR; [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/stat.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / libc_bitflags!( [INFO] [stderr] 13 | | pub struct SFlag: mode_t { [INFO] [stderr] 14 | | S_IFIFO; [INFO] [stderr] 15 | | S_IFCHR; [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/stat.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / libc_bitflags!( [INFO] [stderr] 13 | | pub struct SFlag: mode_t { [INFO] [stderr] 14 | | S_IFIFO; [INFO] [stderr] 15 | | S_IFCHR; [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/stat.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / libc_bitflags!( [INFO] [stderr] 13 | | pub struct SFlag: mode_t { [INFO] [stderr] 14 | | S_IFIFO; [INFO] [stderr] 15 | | S_IFCHR; [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/stat.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / libc_bitflags!( [INFO] [stderr] 13 | | pub struct SFlag: mode_t { [INFO] [stderr] 14 | | S_IFIFO; [INFO] [stderr] 15 | | S_IFCHR; [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/stat.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / libc_bitflags!( [INFO] [stderr] 13 | | pub struct SFlag: mode_t { [INFO] [stderr] 14 | | S_IFIFO; [INFO] [stderr] 15 | | S_IFCHR; [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/stat.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / libc_bitflags!( [INFO] [stderr] 13 | | pub struct SFlag: mode_t { [INFO] [stderr] 14 | | S_IFIFO; [INFO] [stderr] 15 | | S_IFCHR; [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/stat.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / libc_bitflags! { [INFO] [stderr] 26 | | pub struct Mode: mode_t { [INFO] [stderr] 27 | | S_IRWXU; [INFO] [stderr] 28 | | S_IRUSR; [INFO] [stderr] ... | [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/stat.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / libc_bitflags! { [INFO] [stderr] 26 | | pub struct Mode: mode_t { [INFO] [stderr] 27 | | S_IRWXU; [INFO] [stderr] 28 | | S_IRUSR; [INFO] [stderr] ... | [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/stat.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / libc_bitflags! { [INFO] [stderr] 26 | | pub struct Mode: mode_t { [INFO] [stderr] 27 | | S_IRWXU; [INFO] [stderr] 28 | | S_IRUSR; [INFO] [stderr] ... | [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/stat.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / libc_bitflags! { [INFO] [stderr] 26 | | pub struct Mode: mode_t { [INFO] [stderr] 27 | | S_IRWXU; [INFO] [stderr] 28 | | S_IRUSR; [INFO] [stderr] ... | [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/stat.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / libc_bitflags! { [INFO] [stderr] 26 | | pub struct Mode: mode_t { [INFO] [stderr] 27 | | S_IRWXU; [INFO] [stderr] 28 | | S_IRUSR; [INFO] [stderr] ... | [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/stat.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / libc_bitflags! { [INFO] [stderr] 26 | | pub struct Mode: mode_t { [INFO] [stderr] 27 | | S_IRWXU; [INFO] [stderr] 28 | | S_IRUSR; [INFO] [stderr] ... | [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/stat.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / libc_bitflags! { [INFO] [stderr] 26 | | pub struct Mode: mode_t { [INFO] [stderr] 27 | | S_IRWXU; [INFO] [stderr] 28 | | S_IRUSR; [INFO] [stderr] ... | [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/stat.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / libc_bitflags! { [INFO] [stderr] 26 | | pub struct Mode: mode_t { [INFO] [stderr] 27 | | S_IRWXU; [INFO] [stderr] 28 | | S_IRUSR; [INFO] [stderr] ... | [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/stat.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / libc_bitflags! { [INFO] [stderr] 26 | | pub struct Mode: mode_t { [INFO] [stderr] 27 | | S_IRWXU; [INFO] [stderr] 28 | | S_IRUSR; [INFO] [stderr] ... | [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/stat.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / libc_bitflags! { [INFO] [stderr] 26 | | pub struct Mode: mode_t { [INFO] [stderr] 27 | | S_IRWXU; [INFO] [stderr] 28 | | S_IRUSR; [INFO] [stderr] ... | [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/stat.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / libc_bitflags! { [INFO] [stderr] 26 | | pub struct Mode: mode_t { [INFO] [stderr] 27 | | S_IRWXU; [INFO] [stderr] 28 | | S_IRUSR; [INFO] [stderr] ... | [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/stat.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / libc_bitflags! { [INFO] [stderr] 26 | | pub struct Mode: mode_t { [INFO] [stderr] 27 | | S_IRWXU; [INFO] [stderr] 28 | | S_IRUSR; [INFO] [stderr] ... | [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/stat.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / libc_bitflags! { [INFO] [stderr] 26 | | pub struct Mode: mode_t { [INFO] [stderr] 27 | | S_IRWXU; [INFO] [stderr] 28 | | S_IRUSR; [INFO] [stderr] ... | [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/stat.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / libc_bitflags! { [INFO] [stderr] 26 | | pub struct Mode: mode_t { [INFO] [stderr] 27 | | S_IRWXU; [INFO] [stderr] 28 | | S_IRUSR; [INFO] [stderr] ... | [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/stat.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / libc_bitflags! { [INFO] [stderr] 26 | | pub struct Mode: mode_t { [INFO] [stderr] 27 | | S_IRWXU; [INFO] [stderr] 28 | | S_IRUSR; [INFO] [stderr] ... | [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/statvfs.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!( [INFO] [stderr] 14 | | /// File system mount Flags [INFO] [stderr] 15 | | #[repr(C)] [INFO] [stderr] 16 | | #[derive(Default)] [INFO] [stderr] ... | [INFO] [stderr] 52 | | } [INFO] [stderr] 53 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/statvfs.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!( [INFO] [stderr] 14 | | /// File system mount Flags [INFO] [stderr] 15 | | #[repr(C)] [INFO] [stderr] 16 | | #[derive(Default)] [INFO] [stderr] ... | [INFO] [stderr] 52 | | } [INFO] [stderr] 53 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/statvfs.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!( [INFO] [stderr] 14 | | /// File system mount Flags [INFO] [stderr] 15 | | #[repr(C)] [INFO] [stderr] 16 | | #[derive(Default)] [INFO] [stderr] ... | [INFO] [stderr] 52 | | } [INFO] [stderr] 53 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/statvfs.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!( [INFO] [stderr] 14 | | /// File system mount Flags [INFO] [stderr] 15 | | #[repr(C)] [INFO] [stderr] 16 | | #[derive(Default)] [INFO] [stderr] ... | [INFO] [stderr] 52 | | } [INFO] [stderr] 53 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/statvfs.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!( [INFO] [stderr] 14 | | /// File system mount Flags [INFO] [stderr] 15 | | #[repr(C)] [INFO] [stderr] 16 | | #[derive(Default)] [INFO] [stderr] ... | [INFO] [stderr] 52 | | } [INFO] [stderr] 53 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/statvfs.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!( [INFO] [stderr] 14 | | /// File system mount Flags [INFO] [stderr] 15 | | #[repr(C)] [INFO] [stderr] 16 | | #[derive(Default)] [INFO] [stderr] ... | [INFO] [stderr] 52 | | } [INFO] [stderr] 53 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/statvfs.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!( [INFO] [stderr] 14 | | /// File system mount Flags [INFO] [stderr] 15 | | #[repr(C)] [INFO] [stderr] 16 | | #[derive(Default)] [INFO] [stderr] ... | [INFO] [stderr] 52 | | } [INFO] [stderr] 53 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/statvfs.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!( [INFO] [stderr] 14 | | /// File system mount Flags [INFO] [stderr] 15 | | #[repr(C)] [INFO] [stderr] 16 | | #[derive(Default)] [INFO] [stderr] ... | [INFO] [stderr] 52 | | } [INFO] [stderr] 53 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/statvfs.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!( [INFO] [stderr] 14 | | /// File system mount Flags [INFO] [stderr] 15 | | #[repr(C)] [INFO] [stderr] 16 | | #[derive(Default)] [INFO] [stderr] ... | [INFO] [stderr] 52 | | } [INFO] [stderr] 53 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/statvfs.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!( [INFO] [stderr] 14 | | /// File system mount Flags [INFO] [stderr] 15 | | #[repr(C)] [INFO] [stderr] 16 | | #[derive(Default)] [INFO] [stderr] ... | [INFO] [stderr] 52 | | } [INFO] [stderr] 53 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/statvfs.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!( [INFO] [stderr] 14 | | /// File system mount Flags [INFO] [stderr] 15 | | #[repr(C)] [INFO] [stderr] 16 | | #[derive(Default)] [INFO] [stderr] ... | [INFO] [stderr] 52 | | } [INFO] [stderr] 53 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/statvfs.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!( [INFO] [stderr] 14 | | /// File system mount Flags [INFO] [stderr] 15 | | #[repr(C)] [INFO] [stderr] 16 | | #[derive(Default)] [INFO] [stderr] ... | [INFO] [stderr] 52 | | } [INFO] [stderr] 53 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/statvfs.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / libc_bitflags!( [INFO] [stderr] 14 | | /// File system mount Flags [INFO] [stderr] 15 | | #[repr(C)] [INFO] [stderr] 16 | | #[derive(Default)] [INFO] [stderr] ... | [INFO] [stderr] 52 | | } [INFO] [stderr] 53 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:596:1 [INFO] [stderr] | [INFO] [stderr] 596 | / libc_bitflags! { [INFO] [stderr] 597 | | /// Flags for configuring the input mode of a terminal [INFO] [stderr] 598 | | pub struct InputFlags: tcflag_t { [INFO] [stderr] 599 | | IGNBRK; [INFO] [stderr] ... | [INFO] [stderr] 614 | | } [INFO] [stderr] 615 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:800:1 [INFO] [stderr] | [INFO] [stderr] 800 | / libc_bitflags! { [INFO] [stderr] 801 | | /// Flags for setting the control mode of a terminal [INFO] [stderr] 802 | | pub struct ControlFlags: tcflag_t { [INFO] [stderr] 803 | | #[cfg(any(target_os = "dragonfly", [INFO] [stderr] ... | [INFO] [stderr] 864 | | } [INFO] [stderr] 865 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:867:1 [INFO] [stderr] | [INFO] [stderr] 867 | / libc_bitflags! { [INFO] [stderr] 868 | | /// Flags for setting any local modes [INFO] [stderr] 869 | | pub struct LocalFlags: tcflag_t { [INFO] [stderr] 870 | | ECHOKE; [INFO] [stderr] ... | [INFO] [stderr] 899 | | } [INFO] [stderr] 900 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:596:1 [INFO] [stderr] | [INFO] [stderr] 596 | / libc_bitflags! { [INFO] [stderr] 597 | | /// Flags for configuring the input mode of a terminal [INFO] [stderr] 598 | | pub struct InputFlags: tcflag_t { [INFO] [stderr] 599 | | IGNBRK; [INFO] [stderr] ... | [INFO] [stderr] 614 | | } [INFO] [stderr] 615 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:596:1 [INFO] [stderr] | [INFO] [stderr] 596 | / libc_bitflags! { [INFO] [stderr] 597 | | /// Flags for configuring the input mode of a terminal [INFO] [stderr] 598 | | pub struct InputFlags: tcflag_t { [INFO] [stderr] 599 | | IGNBRK; [INFO] [stderr] ... | [INFO] [stderr] 614 | | } [INFO] [stderr] 615 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:596:1 [INFO] [stderr] | [INFO] [stderr] 596 | / libc_bitflags! { [INFO] [stderr] 597 | | /// Flags for configuring the input mode of a terminal [INFO] [stderr] 598 | | pub struct InputFlags: tcflag_t { [INFO] [stderr] 599 | | IGNBRK; [INFO] [stderr] ... | [INFO] [stderr] 614 | | } [INFO] [stderr] 615 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:596:1 [INFO] [stderr] | [INFO] [stderr] 596 | / libc_bitflags! { [INFO] [stderr] 597 | | /// Flags for configuring the input mode of a terminal [INFO] [stderr] 598 | | pub struct InputFlags: tcflag_t { [INFO] [stderr] 599 | | IGNBRK; [INFO] [stderr] ... | [INFO] [stderr] 614 | | } [INFO] [stderr] 615 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:596:1 [INFO] [stderr] | [INFO] [stderr] 596 | / libc_bitflags! { [INFO] [stderr] 597 | | /// Flags for configuring the input mode of a terminal [INFO] [stderr] 598 | | pub struct InputFlags: tcflag_t { [INFO] [stderr] 599 | | IGNBRK; [INFO] [stderr] ... | [INFO] [stderr] 614 | | } [INFO] [stderr] 615 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:596:1 [INFO] [stderr] | [INFO] [stderr] 596 | / libc_bitflags! { [INFO] [stderr] 597 | | /// Flags for configuring the input mode of a terminal [INFO] [stderr] 598 | | pub struct InputFlags: tcflag_t { [INFO] [stderr] 599 | | IGNBRK; [INFO] [stderr] ... | [INFO] [stderr] 614 | | } [INFO] [stderr] 615 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:596:1 [INFO] [stderr] | [INFO] [stderr] 596 | / libc_bitflags! { [INFO] [stderr] 597 | | /// Flags for configuring the input mode of a terminal [INFO] [stderr] 598 | | pub struct InputFlags: tcflag_t { [INFO] [stderr] 599 | | IGNBRK; [INFO] [stderr] ... | [INFO] [stderr] 614 | | } [INFO] [stderr] 615 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:596:1 [INFO] [stderr] | [INFO] [stderr] 596 | / libc_bitflags! { [INFO] [stderr] 597 | | /// Flags for configuring the input mode of a terminal [INFO] [stderr] 598 | | pub struct InputFlags: tcflag_t { [INFO] [stderr] 599 | | IGNBRK; [INFO] [stderr] ... | [INFO] [stderr] 614 | | } [INFO] [stderr] 615 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:596:1 [INFO] [stderr] | [INFO] [stderr] 596 | / libc_bitflags! { [INFO] [stderr] 597 | | /// Flags for configuring the input mode of a terminal [INFO] [stderr] 598 | | pub struct InputFlags: tcflag_t { [INFO] [stderr] 599 | | IGNBRK; [INFO] [stderr] ... | [INFO] [stderr] 614 | | } [INFO] [stderr] 615 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:596:1 [INFO] [stderr] | [INFO] [stderr] 596 | / libc_bitflags! { [INFO] [stderr] 597 | | /// Flags for configuring the input mode of a terminal [INFO] [stderr] 598 | | pub struct InputFlags: tcflag_t { [INFO] [stderr] 599 | | IGNBRK; [INFO] [stderr] ... | [INFO] [stderr] 614 | | } [INFO] [stderr] 615 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:596:1 [INFO] [stderr] | [INFO] [stderr] 596 | / libc_bitflags! { [INFO] [stderr] 597 | | /// Flags for configuring the input mode of a terminal [INFO] [stderr] 598 | | pub struct InputFlags: tcflag_t { [INFO] [stderr] 599 | | IGNBRK; [INFO] [stderr] ... | [INFO] [stderr] 614 | | } [INFO] [stderr] 615 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:596:1 [INFO] [stderr] | [INFO] [stderr] 596 | / libc_bitflags! { [INFO] [stderr] 597 | | /// Flags for configuring the input mode of a terminal [INFO] [stderr] 598 | | pub struct InputFlags: tcflag_t { [INFO] [stderr] 599 | | IGNBRK; [INFO] [stderr] ... | [INFO] [stderr] 614 | | } [INFO] [stderr] 615 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:596:1 [INFO] [stderr] | [INFO] [stderr] 596 | / libc_bitflags! { [INFO] [stderr] 597 | | /// Flags for configuring the input mode of a terminal [INFO] [stderr] 598 | | pub struct InputFlags: tcflag_t { [INFO] [stderr] 599 | | IGNBRK; [INFO] [stderr] ... | [INFO] [stderr] 614 | | } [INFO] [stderr] 615 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:596:1 [INFO] [stderr] | [INFO] [stderr] 596 | / libc_bitflags! { [INFO] [stderr] 597 | | /// Flags for configuring the input mode of a terminal [INFO] [stderr] 598 | | pub struct InputFlags: tcflag_t { [INFO] [stderr] 599 | | IGNBRK; [INFO] [stderr] ... | [INFO] [stderr] 614 | | } [INFO] [stderr] 615 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:617:1 [INFO] [stderr] | [INFO] [stderr] 617 | / libc_bitflags! { [INFO] [stderr] 618 | | /// Flags for configuring the output mode of a terminal [INFO] [stderr] 619 | | pub struct OutputFlags: tcflag_t { [INFO] [stderr] 620 | | OPOST; [INFO] [stderr] ... | [INFO] [stderr] 797 | | } [INFO] [stderr] 798 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:800:1 [INFO] [stderr] | [INFO] [stderr] 800 | / libc_bitflags! { [INFO] [stderr] 801 | | /// Flags for setting the control mode of a terminal [INFO] [stderr] 802 | | pub struct ControlFlags: tcflag_t { [INFO] [stderr] 803 | | #[cfg(any(target_os = "dragonfly", [INFO] [stderr] ... | [INFO] [stderr] 864 | | } [INFO] [stderr] 865 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:800:1 [INFO] [stderr] | [INFO] [stderr] 800 | / libc_bitflags! { [INFO] [stderr] 801 | | /// Flags for setting the control mode of a terminal [INFO] [stderr] 802 | | pub struct ControlFlags: tcflag_t { [INFO] [stderr] 803 | | #[cfg(any(target_os = "dragonfly", [INFO] [stderr] ... | [INFO] [stderr] 864 | | } [INFO] [stderr] 865 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:800:1 [INFO] [stderr] | [INFO] [stderr] 800 | / libc_bitflags! { [INFO] [stderr] 801 | | /// Flags for setting the control mode of a terminal [INFO] [stderr] 802 | | pub struct ControlFlags: tcflag_t { [INFO] [stderr] 803 | | #[cfg(any(target_os = "dragonfly", [INFO] [stderr] ... | [INFO] [stderr] 864 | | } [INFO] [stderr] 865 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:800:1 [INFO] [stderr] | [INFO] [stderr] 800 | / libc_bitflags! { [INFO] [stderr] 801 | | /// Flags for setting the control mode of a terminal [INFO] [stderr] 802 | | pub struct ControlFlags: tcflag_t { [INFO] [stderr] 803 | | #[cfg(any(target_os = "dragonfly", [INFO] [stderr] ... | [INFO] [stderr] 864 | | } [INFO] [stderr] 865 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:800:1 [INFO] [stderr] | [INFO] [stderr] 800 | / libc_bitflags! { [INFO] [stderr] 801 | | /// Flags for setting the control mode of a terminal [INFO] [stderr] 802 | | pub struct ControlFlags: tcflag_t { [INFO] [stderr] 803 | | #[cfg(any(target_os = "dragonfly", [INFO] [stderr] ... | [INFO] [stderr] 864 | | } [INFO] [stderr] 865 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:800:1 [INFO] [stderr] | [INFO] [stderr] 800 | / libc_bitflags! { [INFO] [stderr] 801 | | /// Flags for setting the control mode of a terminal [INFO] [stderr] 802 | | pub struct ControlFlags: tcflag_t { [INFO] [stderr] 803 | | #[cfg(any(target_os = "dragonfly", [INFO] [stderr] ... | [INFO] [stderr] 864 | | } [INFO] [stderr] 865 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:800:1 [INFO] [stderr] | [INFO] [stderr] 800 | / libc_bitflags! { [INFO] [stderr] 801 | | /// Flags for setting the control mode of a terminal [INFO] [stderr] 802 | | pub struct ControlFlags: tcflag_t { [INFO] [stderr] 803 | | #[cfg(any(target_os = "dragonfly", [INFO] [stderr] ... | [INFO] [stderr] 864 | | } [INFO] [stderr] 865 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:800:1 [INFO] [stderr] | [INFO] [stderr] 800 | / libc_bitflags! { [INFO] [stderr] 801 | | /// Flags for setting the control mode of a terminal [INFO] [stderr] 802 | | pub struct ControlFlags: tcflag_t { [INFO] [stderr] 803 | | #[cfg(any(target_os = "dragonfly", [INFO] [stderr] ... | [INFO] [stderr] 864 | | } [INFO] [stderr] 865 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:800:1 [INFO] [stderr] | [INFO] [stderr] 800 | / libc_bitflags! { [INFO] [stderr] 801 | | /// Flags for setting the control mode of a terminal [INFO] [stderr] 802 | | pub struct ControlFlags: tcflag_t { [INFO] [stderr] 803 | | #[cfg(any(target_os = "dragonfly", [INFO] [stderr] ... | [INFO] [stderr] 864 | | } [INFO] [stderr] 865 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:800:1 [INFO] [stderr] | [INFO] [stderr] 800 | / libc_bitflags! { [INFO] [stderr] 801 | | /// Flags for setting the control mode of a terminal [INFO] [stderr] 802 | | pub struct ControlFlags: tcflag_t { [INFO] [stderr] 803 | | #[cfg(any(target_os = "dragonfly", [INFO] [stderr] ... | [INFO] [stderr] 864 | | } [INFO] [stderr] 865 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:800:1 [INFO] [stderr] | [INFO] [stderr] 800 | / libc_bitflags! { [INFO] [stderr] 801 | | /// Flags for setting the control mode of a terminal [INFO] [stderr] 802 | | pub struct ControlFlags: tcflag_t { [INFO] [stderr] 803 | | #[cfg(any(target_os = "dragonfly", [INFO] [stderr] ... | [INFO] [stderr] 864 | | } [INFO] [stderr] 865 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:800:1 [INFO] [stderr] | [INFO] [stderr] 800 | / libc_bitflags! { [INFO] [stderr] 801 | | /// Flags for setting the control mode of a terminal [INFO] [stderr] 802 | | pub struct ControlFlags: tcflag_t { [INFO] [stderr] 803 | | #[cfg(any(target_os = "dragonfly", [INFO] [stderr] ... | [INFO] [stderr] 864 | | } [INFO] [stderr] 865 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:800:1 [INFO] [stderr] | [INFO] [stderr] 800 | / libc_bitflags! { [INFO] [stderr] 801 | | /// Flags for setting the control mode of a terminal [INFO] [stderr] 802 | | pub struct ControlFlags: tcflag_t { [INFO] [stderr] 803 | | #[cfg(any(target_os = "dragonfly", [INFO] [stderr] ... | [INFO] [stderr] 864 | | } [INFO] [stderr] 865 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:800:1 [INFO] [stderr] | [INFO] [stderr] 800 | / libc_bitflags! { [INFO] [stderr] 801 | | /// Flags for setting the control mode of a terminal [INFO] [stderr] 802 | | pub struct ControlFlags: tcflag_t { [INFO] [stderr] 803 | | #[cfg(any(target_os = "dragonfly", [INFO] [stderr] ... | [INFO] [stderr] 864 | | } [INFO] [stderr] 865 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:800:1 [INFO] [stderr] | [INFO] [stderr] 800 | / libc_bitflags! { [INFO] [stderr] 801 | | /// Flags for setting the control mode of a terminal [INFO] [stderr] 802 | | pub struct ControlFlags: tcflag_t { [INFO] [stderr] 803 | | #[cfg(any(target_os = "dragonfly", [INFO] [stderr] ... | [INFO] [stderr] 864 | | } [INFO] [stderr] 865 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:800:1 [INFO] [stderr] | [INFO] [stderr] 800 | / libc_bitflags! { [INFO] [stderr] 801 | | /// Flags for setting the control mode of a terminal [INFO] [stderr] 802 | | pub struct ControlFlags: tcflag_t { [INFO] [stderr] 803 | | #[cfg(any(target_os = "dragonfly", [INFO] [stderr] ... | [INFO] [stderr] 864 | | } [INFO] [stderr] 865 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:867:1 [INFO] [stderr] | [INFO] [stderr] 867 | / libc_bitflags! { [INFO] [stderr] 868 | | /// Flags for setting any local modes [INFO] [stderr] 869 | | pub struct LocalFlags: tcflag_t { [INFO] [stderr] 870 | | ECHOKE; [INFO] [stderr] ... | [INFO] [stderr] 899 | | } [INFO] [stderr] 900 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:867:1 [INFO] [stderr] | [INFO] [stderr] 867 | / libc_bitflags! { [INFO] [stderr] 868 | | /// Flags for setting any local modes [INFO] [stderr] 869 | | pub struct LocalFlags: tcflag_t { [INFO] [stderr] 870 | | ECHOKE; [INFO] [stderr] ... | [INFO] [stderr] 899 | | } [INFO] [stderr] 900 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:867:1 [INFO] [stderr] | [INFO] [stderr] 867 | / libc_bitflags! { [INFO] [stderr] 868 | | /// Flags for setting any local modes [INFO] [stderr] 869 | | pub struct LocalFlags: tcflag_t { [INFO] [stderr] 870 | | ECHOKE; [INFO] [stderr] ... | [INFO] [stderr] 899 | | } [INFO] [stderr] 900 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:867:1 [INFO] [stderr] | [INFO] [stderr] 867 | / libc_bitflags! { [INFO] [stderr] 868 | | /// Flags for setting any local modes [INFO] [stderr] 869 | | pub struct LocalFlags: tcflag_t { [INFO] [stderr] 870 | | ECHOKE; [INFO] [stderr] ... | [INFO] [stderr] 899 | | } [INFO] [stderr] 900 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:867:1 [INFO] [stderr] | [INFO] [stderr] 867 | / libc_bitflags! { [INFO] [stderr] 868 | | /// Flags for setting any local modes [INFO] [stderr] 869 | | pub struct LocalFlags: tcflag_t { [INFO] [stderr] 870 | | ECHOKE; [INFO] [stderr] ... | [INFO] [stderr] 899 | | } [INFO] [stderr] 900 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:867:1 [INFO] [stderr] | [INFO] [stderr] 867 | / libc_bitflags! { [INFO] [stderr] 868 | | /// Flags for setting any local modes [INFO] [stderr] 869 | | pub struct LocalFlags: tcflag_t { [INFO] [stderr] 870 | | ECHOKE; [INFO] [stderr] ... | [INFO] [stderr] 899 | | } [INFO] [stderr] 900 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:867:1 [INFO] [stderr] | [INFO] [stderr] 867 | / libc_bitflags! { [INFO] [stderr] 868 | | /// Flags for setting any local modes [INFO] [stderr] 869 | | pub struct LocalFlags: tcflag_t { [INFO] [stderr] 870 | | ECHOKE; [INFO] [stderr] ... | [INFO] [stderr] 899 | | } [INFO] [stderr] 900 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:867:1 [INFO] [stderr] | [INFO] [stderr] 867 | / libc_bitflags! { [INFO] [stderr] 868 | | /// Flags for setting any local modes [INFO] [stderr] 869 | | pub struct LocalFlags: tcflag_t { [INFO] [stderr] 870 | | ECHOKE; [INFO] [stderr] ... | [INFO] [stderr] 899 | | } [INFO] [stderr] 900 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:867:1 [INFO] [stderr] | [INFO] [stderr] 867 | / libc_bitflags! { [INFO] [stderr] 868 | | /// Flags for setting any local modes [INFO] [stderr] 869 | | pub struct LocalFlags: tcflag_t { [INFO] [stderr] 870 | | ECHOKE; [INFO] [stderr] ... | [INFO] [stderr] 899 | | } [INFO] [stderr] 900 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:867:1 [INFO] [stderr] | [INFO] [stderr] 867 | / libc_bitflags! { [INFO] [stderr] 868 | | /// Flags for setting any local modes [INFO] [stderr] 869 | | pub struct LocalFlags: tcflag_t { [INFO] [stderr] 870 | | ECHOKE; [INFO] [stderr] ... | [INFO] [stderr] 899 | | } [INFO] [stderr] 900 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:867:1 [INFO] [stderr] | [INFO] [stderr] 867 | / libc_bitflags! { [INFO] [stderr] 868 | | /// Flags for setting any local modes [INFO] [stderr] 869 | | pub struct LocalFlags: tcflag_t { [INFO] [stderr] 870 | | ECHOKE; [INFO] [stderr] ... | [INFO] [stderr] 899 | | } [INFO] [stderr] 900 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:867:1 [INFO] [stderr] | [INFO] [stderr] 867 | / libc_bitflags! { [INFO] [stderr] 868 | | /// Flags for setting any local modes [INFO] [stderr] 869 | | pub struct LocalFlags: tcflag_t { [INFO] [stderr] 870 | | ECHOKE; [INFO] [stderr] ... | [INFO] [stderr] 899 | | } [INFO] [stderr] 900 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:867:1 [INFO] [stderr] | [INFO] [stderr] 867 | / libc_bitflags! { [INFO] [stderr] 868 | | /// Flags for setting any local modes [INFO] [stderr] 869 | | pub struct LocalFlags: tcflag_t { [INFO] [stderr] 870 | | ECHOKE; [INFO] [stderr] ... | [INFO] [stderr] 899 | | } [INFO] [stderr] 900 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:867:1 [INFO] [stderr] | [INFO] [stderr] 867 | / libc_bitflags! { [INFO] [stderr] 868 | | /// Flags for setting any local modes [INFO] [stderr] 869 | | pub struct LocalFlags: tcflag_t { [INFO] [stderr] 870 | | ECHOKE; [INFO] [stderr] ... | [INFO] [stderr] 899 | | } [INFO] [stderr] 900 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/termios.rs:867:1 [INFO] [stderr] | [INFO] [stderr] 867 | / libc_bitflags! { [INFO] [stderr] 868 | | /// Flags for setting any local modes [INFO] [stderr] 869 | | pub struct LocalFlags: tcflag_t { [INFO] [stderr] 870 | | ECHOKE; [INFO] [stderr] ... | [INFO] [stderr] 899 | | } [INFO] [stderr] 900 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/wait.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / libc_bitflags!( [INFO] [stderr] 9 | | pub struct WaitPidFlag: c_int { [INFO] [stderr] 10 | | WNOHANG; [INFO] [stderr] 11 | | WUNTRACED; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/wait.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / libc_bitflags!( [INFO] [stderr] 9 | | pub struct WaitPidFlag: c_int { [INFO] [stderr] 10 | | WNOHANG; [INFO] [stderr] 11 | | WUNTRACED; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/wait.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / libc_bitflags!( [INFO] [stderr] 9 | | pub struct WaitPidFlag: c_int { [INFO] [stderr] 10 | | WNOHANG; [INFO] [stderr] 11 | | WUNTRACED; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/wait.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / libc_bitflags!( [INFO] [stderr] 9 | | pub struct WaitPidFlag: c_int { [INFO] [stderr] 10 | | WNOHANG; [INFO] [stderr] 11 | | WUNTRACED; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/wait.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / libc_bitflags!( [INFO] [stderr] 9 | | pub struct WaitPidFlag: c_int { [INFO] [stderr] 10 | | WNOHANG; [INFO] [stderr] 11 | | WUNTRACED; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/wait.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / libc_bitflags!( [INFO] [stderr] 9 | | pub struct WaitPidFlag: c_int { [INFO] [stderr] 10 | | WNOHANG; [INFO] [stderr] 11 | | WUNTRACED; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/wait.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / libc_bitflags!( [INFO] [stderr] 9 | | pub struct WaitPidFlag: c_int { [INFO] [stderr] 10 | | WNOHANG; [INFO] [stderr] 11 | | WUNTRACED; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/wait.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / libc_bitflags!( [INFO] [stderr] 9 | | pub struct WaitPidFlag: c_int { [INFO] [stderr] 10 | | WNOHANG; [INFO] [stderr] 11 | | WUNTRACED; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/wait.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / libc_bitflags!( [INFO] [stderr] 9 | | pub struct WaitPidFlag: c_int { [INFO] [stderr] 10 | | WNOHANG; [INFO] [stderr] 11 | | WUNTRACED; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.13.1/src/sys/wait.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / libc_bitflags!( [INFO] [stderr] 9 | | pub struct WaitPidFlag: c_int { [INFO] [stderr] 10 | | WNOHANG; [INFO] [stderr] 11 | | WUNTRACED; [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | ); [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__not a function or closure [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Checking parking_lot v0.6.4 [INFO] [stderr] Checking alga v0.9.1 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking dlib v0.4.1 [INFO] [stderr] Checking rayon-core v1.5.0 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Checking wayland-sys v0.21.12 [INFO] [stderr] Checking generic-array v0.12.0 [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/andrew-0.2.1/src/shapes/rectangle.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / bitflags! { [INFO] [stderr] 6 | | /// The Sides bitflag presents the sides of a rectangle [INFO] [stderr] 7 | | pub struct Sides: u32 { [INFO] [stderr] 8 | | /// The top side of the rectangle [INFO] [stderr] ... | [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/andrew-0.2.1/src/shapes/rectangle.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / bitflags! { [INFO] [stderr] 6 | | /// The Sides bitflag presents the sides of a rectangle [INFO] [stderr] 7 | | pub struct Sides: u32 { [INFO] [stderr] 8 | | /// The top side of the rectangle [INFO] [stderr] ... | [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/andrew-0.2.1/src/shapes/rectangle.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / bitflags! { [INFO] [stderr] 6 | | /// The Sides bitflag presents the sides of a rectangle [INFO] [stderr] 7 | | pub struct Sides: u32 { [INFO] [stderr] 8 | | /// The top side of the rectangle [INFO] [stderr] ... | [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/andrew-0.2.1/src/shapes/rectangle.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / bitflags! { [INFO] [stderr] 6 | | /// The Sides bitflag presents the sides of a rectangle [INFO] [stderr] 7 | | pub struct Sides: u32 { [INFO] [stderr] 8 | | /// The top side of the rectangle [INFO] [stderr] ... | [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/andrew-0.2.1/src/shapes/rectangle.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / bitflags! { [INFO] [stderr] 6 | | /// The Sides bitflag presents the sides of a rectangle [INFO] [stderr] 7 | | pub struct Sides: u32 { [INFO] [stderr] 8 | | /// The top side of the rectangle [INFO] [stderr] ... | [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/andrew-0.2.1/src/shapes/rectangle.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / bitflags! { [INFO] [stderr] 6 | | /// The Sides bitflag presents the sides of a rectangle [INFO] [stderr] 7 | | pub struct Sides: u32 { [INFO] [stderr] 8 | | /// The top side of the rectangle [INFO] [stderr] ... | [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Checking crossbeam-channel v0.2.6 [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0518`. [INFO] [stderr] error: could not compile `andrew`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 383 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0518`. [INFO] [stderr] error: could not compile `nix`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `syn`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name syn /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-0.15.36/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=48a4029aa692e59d -C extra-filename=-48a4029aa692e59d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-e12a2bbe36001662.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-e0013044a2af47a7.rmeta --extern unicode_xid=/opt/rustwide/target/debug/deps/libunicode_xid-20d77841aa11d003.rmeta --cap-lints allow --cap-lints=forbid --cfg syn_can_use_thread_id --cfg syn_can_use_associated_constants --cfg syn_can_call_macro_by_path` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `ash`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name ash /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ash-0.29.0/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="default"' -C metadata=ea619f6b5fd2f12a -C extra-filename=-ea619f6b5fd2f12a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern shared_library=/opt/rustwide/target/debug/deps/libshared_library-d5a14d20f689e149.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: failed to run custom build command for `shaderc-sys v0.5.0` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/shaderc-sys-6d6701e1df739849/build-script-build` (exit code: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:warning=Checking for system installed libraries. Use --features = build-from-source to disable this behavior [INFO] [stderr] cargo:warning=Pre-built library not found. Falling back to from-source build [INFO] [stderr] running: "cmake" "/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/shaderc-sys-0.5.0/build" "-DCMAKE_POSITION_INDEPENDENT_CODE=ON" "-DSPIRV_SKIP_EXECUTABLES=ON" "-DSPIRV_WERROR=OFF" "-DSHADERC_SKIP_TESTS=ON" "-DCMAKE_INSTALL_LIBDIR=lib" "-DCMAKE_INSTALL_PREFIX=/opt/rustwide/target/debug/build/shaderc-sys-ac98134da1c2030f/out" "-DCMAKE_C_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_C_COMPILER=/usr/bin/cc" "-DCMAKE_CXX_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_CXX_COMPILER=/usr/bin/c++" "-DCMAKE_BUILD_TYPE=Release" [INFO] [stderr] -- The C compiler identification is GNU 7.4.0 [INFO] [stderr] -- The CXX compiler identification is GNU 7.4.0 [INFO] [stderr] -- Check for working C compiler: /usr/bin/cc [INFO] [stderr] -- Check for working C compiler: /usr/bin/cc -- works [INFO] [stderr] -- Detecting C compiler ABI info [INFO] [stderr] -- Detecting C compiler ABI info - done [INFO] [stderr] -- Detecting C compile features [INFO] [stderr] -- Detecting C compile features - done [INFO] [stderr] -- Check for working CXX compiler: /usr/bin/c++ [INFO] [stderr] -- Check for working CXX compiler: /usr/bin/c++ -- works [INFO] [stderr] -- Detecting CXX compiler ABI info [INFO] [stderr] -- Detecting CXX compiler ABI info - done [INFO] [stderr] -- Detecting CXX compile features [INFO] [stderr] -- Detecting CXX compile features - done [INFO] [stderr] -- Building SPIRV-Header examples [INFO] [stderr] -- SPIRV-Tools: nosetests was not found - python support code will not be tested [INFO] [stderr] -- Found PythonInterp: /usr/bin/python (found version "2.7.15") [INFO] [stderr] -- Google Mock was not found - tests based on that will not build [INFO] [stderr] -- optimizer enabled [INFO] [stderr] -- Looking for pthread.h [INFO] [stderr] -- Looking for pthread.h - found [INFO] [stderr] -- Looking for pthread_create [INFO] [stderr] -- Looking for pthread_create - not found [INFO] [stderr] -- Check if compiler accepts -pthread [INFO] [stderr] -- Check if compiler accepts -pthread - yes [INFO] [stderr] -- Found Threads: TRUE [INFO] [stderr] -- Shaderc: build type is "Release". [INFO] [stderr] -- Configuring Shaderc to avoid building tests. [INFO] [stderr] -- nosetests was not found - python code will not be tested [INFO] [stderr] -- asciidoctor was not found - no documentation will be generated [INFO] [stderr] -- Configuring done [INFO] [stderr] -- Generating done [INFO] [stderr] -- Build files have been written to: /opt/rustwide/target/debug/build/shaderc-sys-ac98134da1c2030f/out/build [INFO] [stderr] running: "cmake" "--build" "." "--target" "install" "--config" "Release" "--" [INFO] [stderr] Scanning dependencies of target spirv-tools-spv-amd-shader-trinary-minmax [INFO] [stderr] Scanning dependencies of target spirv-tools-spv-amd-shader-ballot [INFO] [stderr] Scanning dependencies of target SPIRV-Headers-example [INFO] [stderr] Scanning dependencies of target core_tables [INFO] [stderr] Scanning dependencies of target spirv-tools-shared-pkg-config [INFO] [stderr] Scanning dependencies of target spirv-tools-pkg-config [INFO] [stderr] Scanning dependencies of target spirv-tools-header-DebugInfo [INFO] [stderr] Scanning dependencies of target spirv-tools-debuginfo [INFO] [stderr] Scanning dependencies of target enum_string_mapping [INFO] [stderr] Scanning dependencies of target SPIRV-Headers-example-1.1 [INFO] [stderr] Scanning dependencies of target spirv-tools-spv-amd-gcn-shader [INFO] [stderr] [ 0%] Building CXX object spirv-headers/example/CMakeFiles/SPIRV-Headers-example-1.1.dir/example-1.1.cpp.o [INFO] [stderr] [ 1%] Building CXX object spirv-headers/example/CMakeFiles/SPIRV-Headers-example.dir/example.cpp.o [INFO] [stderr] [ 1%] Generate extended instruction tables for spv-amd-shader-trinary-minmax. [INFO] [stderr] [ 1%] Generate extended instruction tables for spv-amd-gcn-shader. [INFO] [stderr] Scanning dependencies of target spirv-tools-spv-amd-shader-explicit-vertex-parameter [INFO] [stderr] [ 2%] Generate extended instruction tables for debuginfo. [INFO] [stderr] [ 2%] Generate language specific header for DebugInfo. [INFO] [stderr] [ 2%] Generate extended instruction tables for spv-amd-shader-ballot. [INFO] [stderr] [ 2%] Built target spirv-tools-shared-pkg-config [INFO] [stderr] [ 2%] Generate info tables for SPIR-V vunified1 core instructions and operands. [INFO] [stderr] [ 3%] Generate enum-string mapping for SPIR-V vunified1. [INFO] [stderr] [ 3%] Built target spirv-tools-pkg-config [INFO] [stderr] [ 3%] Linking CXX static library libSPIRV-Headers-example-1.1.a [INFO] [stderr] [ 4%] Generate extended instruction tables for spv-amd-shader-explicit-vertex-parameter. [INFO] [stderr] [ 4%] Linking CXX static library libSPIRV-Headers-example.a [INFO] [stderr] [ 4%] Built target spirv-tools-spv-amd-gcn-shader [INFO] [stderr] [ 4%] Built target spirv-tools-spv-amd-shader-trinary-minmax [INFO] [stderr] [ 4%] Built target spirv-tools-header-DebugInfo [INFO] [stderr] [ 4%] Built target spirv-tools-debuginfo [INFO] [stderr] Scanning dependencies of target OSDependent [INFO] [stderr] Scanning dependencies of target OGLCompiler [INFO] [stderr] Scanning dependencies of target shaderc_static-pkg-config [INFO] [stderr] Scanning dependencies of target HLSL [INFO] [stderr] Scanning dependencies of target glslang-default-resource-limits [INFO] [stderr] [ 5%] Building CXX object glslang/glslang/OSDependent/Unix/CMakeFiles/OSDependent.dir/ossource.cpp.o [INFO] [stderr] Scanning dependencies of target SPVRemapper [INFO] [stderr] [ 6%] Building CXX object glslang/StandAlone/CMakeFiles/glslang-default-resource-limits.dir/ResourceLimits.cpp.o [INFO] [stderr] [ 6%] Built target SPIRV-Headers-example [INFO] [stderr] [ 6%] Building CXX object glslang/OGLCompilersDLL/CMakeFiles/OGLCompiler.dir/InitializeDll.cpp.o [INFO] [stderr] [ 6%] Built target spirv-tools-spv-amd-shader-ballot [INFO] [stderr] [ 6%] Built target spirv-tools-spv-amd-shader-explicit-vertex-parameter [INFO] [stderr] [ 6%] Building CXX object glslang/hlsl/CMakeFiles/HLSL.dir/hlslAttributes.cpp.o [INFO] [stderr] [ 6%] Built target SPIRV-Headers-example-1.1 [INFO] [stderr] [ 6%] Built target enum_string_mapping [INFO] [stderr] Scanning dependencies of target check-copyright [INFO] [stderr] Scanning dependencies of target shaderc-pkg-config [INFO] [stderr] [ 6%] Building CXX object glslang/SPIRV/CMakeFiles/SPVRemapper.dir/SPVRemapper.cpp.o [INFO] [stderr] Scanning dependencies of target shaderc_combined-pkg-config [INFO] [stderr] [ 6%] Check copyright [INFO] [stderr] [ 6%] Built target shaderc_static-pkg-config [INFO] [stderr] Scanning dependencies of target extinst_tables [INFO] [stderr] Scanning dependencies of target build-version [INFO] [stderr] [ 6%] Generate tables based on the SPIR-V XML registry. [INFO] [stderr] [ 7%] Update build-version.inc in the Shaderc build directory (if necessary). [INFO] [stderr] [ 7%] Built target shaderc-pkg-config [INFO] [stderr] [ 8%] Building CXX object glslang/SPIRV/CMakeFiles/SPVRemapper.dir/doc.cpp.o [INFO] [stderr] [ 8%] Generate info tables for OpenCL extended instructions and operands vunified1. [INFO] [stderr] [ 8%] Built target shaderc_combined-pkg-config [INFO] [stderr] [ 8%] Generate info tables for GLSL extended instructions and operands vunified1. [INFO] [stderr] [ 8%] Building CXX object glslang/hlsl/CMakeFiles/HLSL.dir/hlslParseHelper.cpp.o [INFO] [stderr] [ 8%] Linking CXX static library libOSDependent.a [INFO] [stderr] [ 8%] Built target core_tables [INFO] [stderr] [ 9%] Building CXX object glslang/hlsl/CMakeFiles/HLSL.dir/hlslOpMap.cpp.o [INFO] [stderr] [ 9%] Built target build-version [INFO] [stderr] [ 9%] Building CXX object glslang/hlsl/CMakeFiles/HLSL.dir/hlslScanContext.cpp.o [INFO] [stderr] [ 9%] Built target check-copyright [INFO] [stderr] [ 9%] Building CXX object glslang/hlsl/CMakeFiles/HLSL.dir/hlslGrammar.cpp.o [INFO] [stderr] [ 9%] Building CXX object glslang/hlsl/CMakeFiles/HLSL.dir/hlslTokenStream.cpp.o [INFO] [stderr] [ 9%] Built target extinst_tables [INFO] [stderr] [ 9%] Built target OSDependent [INFO] [stderr] [ 10%] Update build-version.inc in the SPIRV-Tools build directory (if necessary). [INFO] [stderr] [ 11%] Update build-version.inc in the SPIRV-Tools build directory (if necessary). [INFO] [stderr] [ 11%] Linking CXX static library libOGLCompiler.a [INFO] [stderr] Scanning dependencies of target SPIRV-Tools-shared [INFO] [stderr] Scanning dependencies of target SPIRV-Tools [INFO] [stderr] [ 11%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools.dir/util/bit_vector.cpp.o [INFO] [stderr] [ 11%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/util/bit_vector.cpp.o [INFO] [stderr] [ 11%] Built target OGLCompiler [INFO] [stderr] [ 11%] Building CXX object glslang/hlsl/CMakeFiles/HLSL.dir/hlslParseables.cpp.o [INFO] [stderr] [ 11%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools.dir/util/parse_number.cpp.o [INFO] [stderr] [ 11%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/util/parse_number.cpp.o [INFO] [stderr] [ 11%] Linking CXX static library libglslang-default-resource-limits.a [INFO] [stderr] [ 11%] Built target glslang-default-resource-limits [INFO] [stderr] [ 11%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/util/string_utils.cpp.o [INFO] [stderr] [ 12%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools.dir/util/string_utils.cpp.o [INFO] [stderr] [ 13%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/assembly_grammar.cpp.o [INFO] [stderr] [ 13%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/binary.cpp.o [INFO] [stderr] [ 13%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/diagnostic.cpp.o [INFO] [stderr] glslang/hlsl/CMakeFiles/HLSL.dir/build.make:158: recipe for target 'glslang/hlsl/CMakeFiles/HLSL.dir/hlslTokenStream.cpp.o' failed [INFO] [stderr] glslang/hlsl/CMakeFiles/HLSL.dir/build.make:110: recipe for target 'glslang/hlsl/CMakeFiles/HLSL.dir/hlslScanContext.cpp.o' failed [INFO] [stderr] [ 14%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/disassemble.cpp.o [INFO] [stderr] [ 14%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools.dir/assembly_grammar.cpp.o [INFO] [stderr] [ 14%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/enum_string_mapping.cpp.o [INFO] [stderr] [ 14%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/ext_inst.cpp.o [INFO] [stderr] [ 14%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools.dir/binary.cpp.o [INFO] [stderr] [ 14%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools.dir/diagnostic.cpp.o [INFO] [stderr] [ 14%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/extensions.cpp.o [INFO] [stderr] [ 15%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/id_descriptor.cpp.o [INFO] [stderr] [ 15%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/name_mapper.cpp.o [INFO] [stderr] [ 16%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools.dir/disassemble.cpp.o [INFO] [stderr] [ 16%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/libspirv.cpp.o [INFO] [stderr] glslang/hlsl/CMakeFiles/HLSL.dir/build.make:86: recipe for target 'glslang/hlsl/CMakeFiles/HLSL.dir/hlslParseHelper.cpp.o' failed [INFO] [stderr] [ 16%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools.dir/enum_string_mapping.cpp.o [INFO] [stderr] [ 16%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools.dir/ext_inst.cpp.o [INFO] [stderr] [ 16%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools.dir/extensions.cpp.o [INFO] [stderr] [ 17%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools.dir/id_descriptor.cpp.o [INFO] [stderr] [ 17%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/opcode.cpp.o [INFO] [stderr] [ 18%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/operand.cpp.o [INFO] [stderr] [ 18%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/parsed_operand.cpp.o [INFO] [stderr] [ 18%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools.dir/libspirv.cpp.o [INFO] [stderr] [ 18%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools.dir/name_mapper.cpp.o [INFO] [stderr] [ 18%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/print.cpp.o [INFO] [stderr] [ 19%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools.dir/opcode.cpp.o [INFO] [stderr] [ 20%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/software_version.cpp.o [INFO] [stderr] [ 20%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/spirv_optimizer_options.cpp.o [INFO] [stderr] [ 20%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools.dir/operand.cpp.o [INFO] [stderr] [ 20%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/spirv_endian.cpp.o [INFO] [stderr] [ 20%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/spirv_reducer_options.cpp.o [INFO] [stderr] [ 21%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/spirv_target_env.cpp.o [INFO] [stderr] [ 21%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools.dir/parsed_operand.cpp.o [INFO] [stderr] [ 21%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools.dir/print.cpp.o [INFO] [stderr] [ 21%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/spirv_validator_options.cpp.o [INFO] [stderr] [ 21%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/table.cpp.o [INFO] [stderr] [ 22%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools.dir/software_version.cpp.o [INFO] [stderr] [ 23%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/text.cpp.o [INFO] [stderr] [ 23%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools.dir/spirv_endian.cpp.o [INFO] [stderr] [ 23%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/text_handler.cpp.o [INFO] [stderr] [ 23%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools.dir/spirv_optimizer_options.cpp.o [INFO] [stderr] [ 23%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools.dir/spirv_reducer_options.cpp.o [INFO] [stderr] [ 23%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/val/validate.cpp.o [INFO] [stderr] [ 24%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools.dir/spirv_target_env.cpp.o [INFO] [stderr] [ 24%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/val/validate_adjacency.cpp.o [INFO] [stderr] [ 24%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools.dir/spirv_validator_options.cpp.o [INFO] [stderr] [ 25%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/val/validate_annotation.cpp.o [INFO] [stderr] [ 25%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools.dir/table.cpp.o [INFO] [stderr] [ 26%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools.dir/text.cpp.o [INFO] [stderr] [ 26%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools.dir/text_handler.cpp.o [INFO] [stderr] [ 26%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/val/validate_arithmetics.cpp.o [INFO] [stderr] [ 26%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools.dir/val/validate.cpp.o [INFO] [stderr] [ 26%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools.dir/val/validate_adjacency.cpp.o [INFO] [stderr] [ 26%] Linking CXX static library libSPVRemapper.a [INFO] [stderr] [ 26%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools.dir/val/validate_arithmetics.cpp.o [INFO] [stderr] [ 27%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools.dir/val/validate_annotation.cpp.o [INFO] [stderr] [ 27%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools.dir/val/validate_atomics.cpp.o [INFO] [stderr] [ 27%] Built target SPVRemapper [INFO] [stderr] [ 28%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools.dir/val/validate_barriers.cpp.o [INFO] [stderr] CMakeFiles/Makefile2:2746: recipe for target 'glslang/hlsl/CMakeFiles/HLSL.dir/all' failed [INFO] [stderr] [ 28%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools.dir/val/validate_bitwise.cpp.o [INFO] [stderr] spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/build.make:740: recipe for target 'spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/val/validate_annotation.cpp.o' failed [INFO] [stderr] [ 28%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools.dir/val/validate_builtins.cpp.o [INFO] [stderr] spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/build.make:668: recipe for target 'spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/text_handler.cpp.o' failed [INFO] [stderr] spirv-tools/source/CMakeFiles/SPIRV-Tools.dir/build.make:692: recipe for target 'spirv-tools/source/CMakeFiles/SPIRV-Tools.dir/val/validate.cpp.o' failed [INFO] [stderr] [ 28%] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools.dir/val/validate_capability.cpp.o [INFO] [stderr] spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/build.make:692: recipe for target 'spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/val/validate.cpp.o' failed [INFO] [stderr] spirv-tools/source/CMakeFiles/SPIRV-Tools.dir/build.make:716: recipe for target 'spirv-tools/source/CMakeFiles/SPIRV-Tools.dir/val/validate_adjacency.cpp.o' failed [INFO] [stderr] CMakeFiles/Makefile2:606: recipe for target 'spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/all' failed [INFO] [stderr] CMakeFiles/Makefile2:778: recipe for target 'spirv-tools/source/CMakeFiles/SPIRV-Tools.dir/all' failed [INFO] [stderr] Makefile:129: recipe for target 'all' failed [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] c++: internal compiler error: Killed (program cc1plus) [INFO] [stderr] Please submit a full bug report, [INFO] [stderr] with preprocessed source if appropriate. [INFO] [stderr] See for instructions. [INFO] [stderr] c++: internal compiler error: Killed (program cc1plus) [INFO] [stderr] Please submit a full bug report, [INFO] [stderr] with preprocessed source if appropriate. [INFO] [stderr] See for instructions. [INFO] [stderr] make[2]: *** [glslang/hlsl/CMakeFiles/HLSL.dir/hlslTokenStream.cpp.o] Error 4 [INFO] [stderr] make[2]: *** Waiting for unfinished jobs.... [INFO] [stderr] make[2]: *** [glslang/hlsl/CMakeFiles/HLSL.dir/hlslScanContext.cpp.o] Error 4 [INFO] [stderr] c++: internal compiler error: Killed (program cc1plus) [INFO] [stderr] Please submit a full bug report, [INFO] [stderr] with preprocessed source if appropriate. [INFO] [stderr] See for instructions. [INFO] [stderr] make[2]: *** [glslang/hlsl/CMakeFiles/HLSL.dir/hlslParseHelper.cpp.o] Error 4 [INFO] [stderr] make[1]: *** [glslang/hlsl/CMakeFiles/HLSL.dir/all] Error 2 [INFO] [stderr] make[1]: *** Waiting for unfinished jobs.... [INFO] [stderr] c++: internal compiler error: Killed (program cc1plus) [INFO] [stderr] Please submit a full bug report, [INFO] [stderr] with preprocessed source if appropriate. [INFO] [stderr] See for instructions. [INFO] [stderr] make[2]: *** [spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/val/validate_annotation.cpp.o] Error 4 [INFO] [stderr] make[2]: *** Waiting for unfinished jobs.... [INFO] [stderr] c++: internal compiler error: Killed (program cc1plus) [INFO] [stderr] Please submit a full bug report, [INFO] [stderr] with preprocessed source if appropriate. [INFO] [stderr] See for instructions. [INFO] [stderr] make[2]: *** [spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/text_handler.cpp.o] Error 4 [INFO] [stderr] c++: internal compiler error: Killed (program cc1plus) [INFO] [stderr] Please submit a full bug report, [INFO] [stderr] with preprocessed source if appropriate. [INFO] [stderr] See for instructions. [INFO] [stderr] make[2]: *** [spirv-tools/source/CMakeFiles/SPIRV-Tools.dir/val/validate.cpp.o] Error 4 [INFO] [stderr] make[2]: *** Waiting for unfinished jobs.... [INFO] [stderr] c++: internal compiler error: Killed (program cc1plus) [INFO] [stderr] Please submit a full bug report, [INFO] [stderr] with preprocessed source if appropriate. [INFO] [stderr] See for instructions. [INFO] [stderr] make[2]: *** [spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/val/validate.cpp.o] Error 4 [INFO] [stderr] c++: internal compiler error: Killed (program cc1plus) [INFO] [stderr] Please submit a full bug report, [INFO] [stderr] with preprocessed source if appropriate. [INFO] [stderr] See for instructions. [INFO] [stderr] make[2]: *** [spirv-tools/source/CMakeFiles/SPIRV-Tools.dir/val/validate_adjacency.cpp.o] Error 4 [INFO] [stderr] make[1]: *** [spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/all] Error 2 [INFO] [stderr] make[1]: *** [spirv-tools/source/CMakeFiles/SPIRV-Tools.dir/all] Error 2 [INFO] [stderr] make: *** [all] Error 2 [INFO] [stderr] thread 'main' panicked at ' [INFO] [stderr] command did not execute successfully, got: exit code: 2 [INFO] [stderr] [INFO] [stderr] build script failed, must exit now', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cmake-0.1.40/src/lib.rs:832:5 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x55ab7d6ab074 - backtrace::backtrace::libunwind::trace::hef6fc58b54b0c273 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/libunwind.rs:88 [INFO] [stderr] 1: 0x55ab7d6ab074 - backtrace::backtrace::trace_unsynchronized::hed70e532b71a8977 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x55ab7d6ab074 - std::sys_common::backtrace::_print_fmt::hb989f9624749a87e [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:77 [INFO] [stderr] 3: 0x55ab7d6ab074 - ::fmt::h752e880115b2e6b8 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:61 [INFO] [stderr] 4: 0x55ab7d6cac7c - core::fmt::write::h8587a0223398998a [INFO] [stderr] at src/libcore/fmt/mod.rs:1028 [INFO] [stderr] 5: 0x55ab7d6a75a7 - std::io::Write::write_fmt::h739e1721b42dc764 [INFO] [stderr] at src/libstd/io/mod.rs:1412 [INFO] [stderr] 6: 0x55ab7d6adc2e - std::sys_common::backtrace::_print::he941da29bef7c30c [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:65 [INFO] [stderr] 7: 0x55ab7d6adc2e - std::sys_common::backtrace::print::haf56476e740dbe1b [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:50 [INFO] [stderr] 8: 0x55ab7d6adc2e - std::panicking::default_hook::{{closure}}::ha490775aa99416ce [INFO] [stderr] at src/libstd/panicking.rs:189 [INFO] [stderr] 9: 0x55ab7d6ad931 - std::panicking::default_hook::h27c65cbf7bc04c7a [INFO] [stderr] at src/libstd/panicking.rs:206 [INFO] [stderr] 10: 0x55ab7d6ae2c5 - std::panicking::rust_panic_with_hook::h5640e0014aa25ab8 [INFO] [stderr] at src/libstd/panicking.rs:469 [INFO] [stderr] 11: 0x55ab7d6ade62 - std::panicking::continue_panic_fmt::hcb7480b833c2eeb7 [INFO] [stderr] at src/libstd/panicking.rs:376 [INFO] [stderr] 12: 0x55ab7d6addbc - std::panicking::begin_panic_fmt::h7142b2501c39841b [INFO] [stderr] at src/libstd/panicking.rs:331 [INFO] [stderr] 13: 0x55ab7d63a816 - cmake::fail::he5bb37f7a5f06a91 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cmake-0.1.40/src/lib.rs:832 [INFO] [stderr] 14: 0x55ab7d63a19a - cmake::run::he8f31ecb9f2715e1 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cmake-0.1.40/src/lib.rs:810 [INFO] [stderr] 15: 0x55ab7d636895 - cmake::Config::build::h826cd3c0410bea7b [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cmake-0.1.40/src/lib.rs:719 [INFO] [stderr] 16: 0x55ab7d62879f - build_script_build::build_shaderc::hcaf6e1326f324e4b [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/shaderc-sys-0.5.0/build/build.rs:38 [INFO] [stderr] 17: 0x55ab7d62a871 - build_script_build::main::hf22380d34f770d28 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/shaderc-sys-0.5.0/build/build.rs:229 [INFO] [stderr] 18: 0x55ab7d62bdb0 - std::rt::lang_start::{{closure}}::h5ebb968be31f9711 [INFO] [stderr] at /rustc/38f08371587f97c145dedb2c055ac7b01bf1e788/src/libstd/rt.rs:61 [INFO] [stderr] 19: 0x55ab7d6adcf3 - std::rt::lang_start_internal::{{closure}}::h5f0ee1fc0a13fd44 [INFO] [stderr] at src/libstd/rt.rs:48 [INFO] [stderr] 20: 0x55ab7d6adcf3 - std::panicking::try::do_call::h1b76048f8cff5994 [INFO] [stderr] at src/libstd/panicking.rs:288 [INFO] [stderr] 21: 0x55ab7d6b4f0a - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:80 [INFO] [stderr] 22: 0x55ab7d6ae7bd - std::panicking::try::hb92b65c4d6ee9dd4 [INFO] [stderr] at src/libstd/panicking.rs:267 [INFO] [stderr] 23: 0x55ab7d6ae7bd - std::panic::catch_unwind::hc76e28cdfa615edb [INFO] [stderr] at src/libstd/panic.rs:396 [INFO] [stderr] 24: 0x55ab7d6ae7bd - std::rt::lang_start_internal::h8abfd636cde844de [INFO] [stderr] at src/libstd/rt.rs:47 [INFO] [stderr] 25: 0x55ab7d62bd89 - std::rt::lang_start::ha31cf137bb517282 [INFO] [stderr] at /rustc/38f08371587f97c145dedb2c055ac7b01bf1e788/src/libstd/rt.rs:61 [INFO] [stderr] 26: 0x55ab7d62b19a - main [INFO] [stderr] 27: 0x7f338a1eab97 - __libc_start_main [INFO] [stderr] 28: 0x55ab7d6245ea - _start [INFO] [stderr] 29: 0x0 - [INFO] [stderr] [INFO] running `"docker" "inspect" "eef52f4b09b5fd3e967fe571c0a29cef968a5c88dda6b8d97d10fb908dd753db"` [INFO] running `"docker" "rm" "-f" "eef52f4b09b5fd3e967fe571c0a29cef968a5c88dda6b8d97d10fb908dd753db"` [INFO] [stdout] eef52f4b09b5fd3e967fe571c0a29cef968a5c88dda6b8d97d10fb908dd753db