[INFO] fetching crate user-agent-parser 0.2.0... [INFO] checking user-agent-parser-0.2.0 against try#38f08371587f97c145dedb2c055ac7b01bf1e788 for pr-65294 [INFO] extracting crate user-agent-parser 0.2.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate user-agent-parser 0.2.0 on toolchain 38f08371587f97c145dedb2c055ac7b01bf1e788 [INFO] running `"/workspace/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate user-agent-parser 0.2.0 [INFO] removed 1 missing examples [INFO] finished tweaking crates.io crate user-agent-parser 0.2.0 [INFO] tweaked toml for crates.io crate user-agent-parser 0.2.0 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate crates.io crate user-agent-parser 0.2.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] 3ac5205850bcb65e9c98ad44466c7511e82c7851a32eee753a975365044eeea4 [INFO] running `"docker" "start" "-a" "3ac5205850bcb65e9c98ad44466c7511e82c7851a32eee753a975365044eeea4"` [INFO] [stderr] Compiling onig_sys v69.1.0 [INFO] [stderr] Checking onig v4.3.2 [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / bitflags! { [INFO] [stderr] 5 | | /// Regex parsing and compilation options. [INFO] [stderr] 6 | | pub struct RegexOptions: onig_sys::OnigOptionType { [INFO] [stderr] 7 | | /// Default options. [INFO] [stderr] ... | [INFO] [stderr] 39 | | } [INFO] [stderr] 40 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | / bitflags! { [INFO] [stderr] 43 | | /// Regex evaluation options. [INFO] [stderr] 44 | | pub struct SearchOptions: onig_sys::OnigOptionType { [INFO] [stderr] 45 | | /// Default options. [INFO] [stderr] ... | [INFO] [stderr] 54 | | } [INFO] [stderr] 55 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:207:1 [INFO] [stderr] | [INFO] [stderr] 207 | / bitflags! { [INFO] [stderr] 208 | | /// Defines the behaviour of regex operators. [INFO] [stderr] 209 | | pub struct SyntaxBehavior: onig_sys::OnigSyntaxBehavior { [INFO] [stderr] 210 | | /// `?, *, +, {n,m}` [INFO] [stderr] ... | [INFO] [stderr] 255 | | } [INFO] [stderr] 256 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:258:1 [INFO] [stderr] | [INFO] [stderr] 258 | / bitflags! { [INFO] [stderr] 259 | | /// The order in which traverse callbacks are invoked [INFO] [stderr] 260 | | pub struct TraverseCallbackAt: libc::c_int { [INFO] [stderr] 261 | | /// Callback before children are wallked [INFO] [stderr] ... | [INFO] [stderr] 270 | | } [INFO] [stderr] 271 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:273:1 [INFO] [stderr] | [INFO] [stderr] 273 | / bitflags! { [INFO] [stderr] 274 | | /// Syntax meta character types [INFO] [stderr] 275 | | pub struct MetaCharType: libc::c_uint { [INFO] [stderr] 276 | | /// The escape charater for this syntax [INFO] [stderr] ... | [INFO] [stderr] 288 | | } [INFO] [stderr] 289 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / bitflags! { [INFO] [stderr] 5 | | /// Regex parsing and compilation options. [INFO] [stderr] 6 | | pub struct RegexOptions: onig_sys::OnigOptionType { [INFO] [stderr] 7 | | /// Default options. [INFO] [stderr] ... | [INFO] [stderr] 39 | | } [INFO] [stderr] 40 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / bitflags! { [INFO] [stderr] 5 | | /// Regex parsing and compilation options. [INFO] [stderr] 6 | | pub struct RegexOptions: onig_sys::OnigOptionType { [INFO] [stderr] 7 | | /// Default options. [INFO] [stderr] ... | [INFO] [stderr] 39 | | } [INFO] [stderr] 40 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / bitflags! { [INFO] [stderr] 5 | | /// Regex parsing and compilation options. [INFO] [stderr] 6 | | pub struct RegexOptions: onig_sys::OnigOptionType { [INFO] [stderr] 7 | | /// Default options. [INFO] [stderr] ... | [INFO] [stderr] 39 | | } [INFO] [stderr] 40 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / bitflags! { [INFO] [stderr] 5 | | /// Regex parsing and compilation options. [INFO] [stderr] 6 | | pub struct RegexOptions: onig_sys::OnigOptionType { [INFO] [stderr] 7 | | /// Default options. [INFO] [stderr] ... | [INFO] [stderr] 39 | | } [INFO] [stderr] 40 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / bitflags! { [INFO] [stderr] 5 | | /// Regex parsing and compilation options. [INFO] [stderr] 6 | | pub struct RegexOptions: onig_sys::OnigOptionType { [INFO] [stderr] 7 | | /// Default options. [INFO] [stderr] ... | [INFO] [stderr] 39 | | } [INFO] [stderr] 40 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / bitflags! { [INFO] [stderr] 5 | | /// Regex parsing and compilation options. [INFO] [stderr] 6 | | pub struct RegexOptions: onig_sys::OnigOptionType { [INFO] [stderr] 7 | | /// Default options. [INFO] [stderr] ... | [INFO] [stderr] 39 | | } [INFO] [stderr] 40 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / bitflags! { [INFO] [stderr] 5 | | /// Regex parsing and compilation options. [INFO] [stderr] 6 | | pub struct RegexOptions: onig_sys::OnigOptionType { [INFO] [stderr] 7 | | /// Default options. [INFO] [stderr] ... | [INFO] [stderr] 39 | | } [INFO] [stderr] 40 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / bitflags! { [INFO] [stderr] 5 | | /// Regex parsing and compilation options. [INFO] [stderr] 6 | | pub struct RegexOptions: onig_sys::OnigOptionType { [INFO] [stderr] 7 | | /// Default options. [INFO] [stderr] ... | [INFO] [stderr] 39 | | } [INFO] [stderr] 40 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / bitflags! { [INFO] [stderr] 5 | | /// Regex parsing and compilation options. [INFO] [stderr] 6 | | pub struct RegexOptions: onig_sys::OnigOptionType { [INFO] [stderr] 7 | | /// Default options. [INFO] [stderr] ... | [INFO] [stderr] 39 | | } [INFO] [stderr] 40 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / bitflags! { [INFO] [stderr] 5 | | /// Regex parsing and compilation options. [INFO] [stderr] 6 | | pub struct RegexOptions: onig_sys::OnigOptionType { [INFO] [stderr] 7 | | /// Default options. [INFO] [stderr] ... | [INFO] [stderr] 39 | | } [INFO] [stderr] 40 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | / bitflags! { [INFO] [stderr] 43 | | /// Regex evaluation options. [INFO] [stderr] 44 | | pub struct SearchOptions: onig_sys::OnigOptionType { [INFO] [stderr] 45 | | /// Default options. [INFO] [stderr] ... | [INFO] [stderr] 54 | | } [INFO] [stderr] 55 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | / bitflags! { [INFO] [stderr] 43 | | /// Regex evaluation options. [INFO] [stderr] 44 | | pub struct SearchOptions: onig_sys::OnigOptionType { [INFO] [stderr] 45 | | /// Default options. [INFO] [stderr] ... | [INFO] [stderr] 54 | | } [INFO] [stderr] 55 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | / bitflags! { [INFO] [stderr] 43 | | /// Regex evaluation options. [INFO] [stderr] 44 | | pub struct SearchOptions: onig_sys::OnigOptionType { [INFO] [stderr] 45 | | /// Default options. [INFO] [stderr] ... | [INFO] [stderr] 54 | | } [INFO] [stderr] 55 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / bitflags! { [INFO] [stderr] 58 | | /// Defines the different operators allowed within a regex syntax. [INFO] [stderr] 59 | | pub struct SyntaxOperator: u64 { [INFO] [stderr] 60 | | /// `.` [INFO] [stderr] ... | [INFO] [stderr] 204 | | } [INFO] [stderr] 205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:207:1 [INFO] [stderr] | [INFO] [stderr] 207 | / bitflags! { [INFO] [stderr] 208 | | /// Defines the behaviour of regex operators. [INFO] [stderr] 209 | | pub struct SyntaxBehavior: onig_sys::OnigSyntaxBehavior { [INFO] [stderr] 210 | | /// `?, *, +, {n,m}` [INFO] [stderr] ... | [INFO] [stderr] 255 | | } [INFO] [stderr] 256 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:207:1 [INFO] [stderr] | [INFO] [stderr] 207 | / bitflags! { [INFO] [stderr] 208 | | /// Defines the behaviour of regex operators. [INFO] [stderr] 209 | | pub struct SyntaxBehavior: onig_sys::OnigSyntaxBehavior { [INFO] [stderr] 210 | | /// `?, *, +, {n,m}` [INFO] [stderr] ... | [INFO] [stderr] 255 | | } [INFO] [stderr] 256 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:207:1 [INFO] [stderr] | [INFO] [stderr] 207 | / bitflags! { [INFO] [stderr] 208 | | /// Defines the behaviour of regex operators. [INFO] [stderr] 209 | | pub struct SyntaxBehavior: onig_sys::OnigSyntaxBehavior { [INFO] [stderr] 210 | | /// `?, *, +, {n,m}` [INFO] [stderr] ... | [INFO] [stderr] 255 | | } [INFO] [stderr] 256 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:207:1 [INFO] [stderr] | [INFO] [stderr] 207 | / bitflags! { [INFO] [stderr] 208 | | /// Defines the behaviour of regex operators. [INFO] [stderr] 209 | | pub struct SyntaxBehavior: onig_sys::OnigSyntaxBehavior { [INFO] [stderr] 210 | | /// `?, *, +, {n,m}` [INFO] [stderr] ... | [INFO] [stderr] 255 | | } [INFO] [stderr] 256 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:207:1 [INFO] [stderr] | [INFO] [stderr] 207 | / bitflags! { [INFO] [stderr] 208 | | /// Defines the behaviour of regex operators. [INFO] [stderr] 209 | | pub struct SyntaxBehavior: onig_sys::OnigSyntaxBehavior { [INFO] [stderr] 210 | | /// `?, *, +, {n,m}` [INFO] [stderr] ... | [INFO] [stderr] 255 | | } [INFO] [stderr] 256 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:207:1 [INFO] [stderr] | [INFO] [stderr] 207 | / bitflags! { [INFO] [stderr] 208 | | /// Defines the behaviour of regex operators. [INFO] [stderr] 209 | | pub struct SyntaxBehavior: onig_sys::OnigSyntaxBehavior { [INFO] [stderr] 210 | | /// `?, *, +, {n,m}` [INFO] [stderr] ... | [INFO] [stderr] 255 | | } [INFO] [stderr] 256 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:207:1 [INFO] [stderr] | [INFO] [stderr] 207 | / bitflags! { [INFO] [stderr] 208 | | /// Defines the behaviour of regex operators. [INFO] [stderr] 209 | | pub struct SyntaxBehavior: onig_sys::OnigSyntaxBehavior { [INFO] [stderr] 210 | | /// `?, *, +, {n,m}` [INFO] [stderr] ... | [INFO] [stderr] 255 | | } [INFO] [stderr] 256 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:207:1 [INFO] [stderr] | [INFO] [stderr] 207 | / bitflags! { [INFO] [stderr] 208 | | /// Defines the behaviour of regex operators. [INFO] [stderr] 209 | | pub struct SyntaxBehavior: onig_sys::OnigSyntaxBehavior { [INFO] [stderr] 210 | | /// `?, *, +, {n,m}` [INFO] [stderr] ... | [INFO] [stderr] 255 | | } [INFO] [stderr] 256 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:207:1 [INFO] [stderr] | [INFO] [stderr] 207 | / bitflags! { [INFO] [stderr] 208 | | /// Defines the behaviour of regex operators. [INFO] [stderr] 209 | | pub struct SyntaxBehavior: onig_sys::OnigSyntaxBehavior { [INFO] [stderr] 210 | | /// `?, *, +, {n,m}` [INFO] [stderr] ... | [INFO] [stderr] 255 | | } [INFO] [stderr] 256 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:207:1 [INFO] [stderr] | [INFO] [stderr] 207 | / bitflags! { [INFO] [stderr] 208 | | /// Defines the behaviour of regex operators. [INFO] [stderr] 209 | | pub struct SyntaxBehavior: onig_sys::OnigSyntaxBehavior { [INFO] [stderr] 210 | | /// `?, *, +, {n,m}` [INFO] [stderr] ... | [INFO] [stderr] 255 | | } [INFO] [stderr] 256 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:207:1 [INFO] [stderr] | [INFO] [stderr] 207 | / bitflags! { [INFO] [stderr] 208 | | /// Defines the behaviour of regex operators. [INFO] [stderr] 209 | | pub struct SyntaxBehavior: onig_sys::OnigSyntaxBehavior { [INFO] [stderr] 210 | | /// `?, *, +, {n,m}` [INFO] [stderr] ... | [INFO] [stderr] 255 | | } [INFO] [stderr] 256 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:207:1 [INFO] [stderr] | [INFO] [stderr] 207 | / bitflags! { [INFO] [stderr] 208 | | /// Defines the behaviour of regex operators. [INFO] [stderr] 209 | | pub struct SyntaxBehavior: onig_sys::OnigSyntaxBehavior { [INFO] [stderr] 210 | | /// `?, *, +, {n,m}` [INFO] [stderr] ... | [INFO] [stderr] 255 | | } [INFO] [stderr] 256 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:207:1 [INFO] [stderr] | [INFO] [stderr] 207 | / bitflags! { [INFO] [stderr] 208 | | /// Defines the behaviour of regex operators. [INFO] [stderr] 209 | | pub struct SyntaxBehavior: onig_sys::OnigSyntaxBehavior { [INFO] [stderr] 210 | | /// `?, *, +, {n,m}` [INFO] [stderr] ... | [INFO] [stderr] 255 | | } [INFO] [stderr] 256 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:207:1 [INFO] [stderr] | [INFO] [stderr] 207 | / bitflags! { [INFO] [stderr] 208 | | /// Defines the behaviour of regex operators. [INFO] [stderr] 209 | | pub struct SyntaxBehavior: onig_sys::OnigSyntaxBehavior { [INFO] [stderr] 210 | | /// `?, *, +, {n,m}` [INFO] [stderr] ... | [INFO] [stderr] 255 | | } [INFO] [stderr] 256 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:207:1 [INFO] [stderr] | [INFO] [stderr] 207 | / bitflags! { [INFO] [stderr] 208 | | /// Defines the behaviour of regex operators. [INFO] [stderr] 209 | | pub struct SyntaxBehavior: onig_sys::OnigSyntaxBehavior { [INFO] [stderr] 210 | | /// `?, *, +, {n,m}` [INFO] [stderr] ... | [INFO] [stderr] 255 | | } [INFO] [stderr] 256 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:258:1 [INFO] [stderr] | [INFO] [stderr] 258 | / bitflags! { [INFO] [stderr] 259 | | /// The order in which traverse callbacks are invoked [INFO] [stderr] 260 | | pub struct TraverseCallbackAt: libc::c_int { [INFO] [stderr] 261 | | /// Callback before children are wallked [INFO] [stderr] ... | [INFO] [stderr] 270 | | } [INFO] [stderr] 271 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:258:1 [INFO] [stderr] | [INFO] [stderr] 258 | / bitflags! { [INFO] [stderr] 259 | | /// The order in which traverse callbacks are invoked [INFO] [stderr] 260 | | pub struct TraverseCallbackAt: libc::c_int { [INFO] [stderr] 261 | | /// Callback before children are wallked [INFO] [stderr] ... | [INFO] [stderr] 270 | | } [INFO] [stderr] 271 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:258:1 [INFO] [stderr] | [INFO] [stderr] 258 | / bitflags! { [INFO] [stderr] 259 | | /// The order in which traverse callbacks are invoked [INFO] [stderr] 260 | | pub struct TraverseCallbackAt: libc::c_int { [INFO] [stderr] 261 | | /// Callback before children are wallked [INFO] [stderr] ... | [INFO] [stderr] 270 | | } [INFO] [stderr] 271 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:273:1 [INFO] [stderr] | [INFO] [stderr] 273 | / bitflags! { [INFO] [stderr] 274 | | /// Syntax meta character types [INFO] [stderr] 275 | | pub struct MetaCharType: libc::c_uint { [INFO] [stderr] 276 | | /// The escape charater for this syntax [INFO] [stderr] ... | [INFO] [stderr] 288 | | } [INFO] [stderr] 289 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:273:1 [INFO] [stderr] | [INFO] [stderr] 273 | / bitflags! { [INFO] [stderr] 274 | | /// Syntax meta character types [INFO] [stderr] 275 | | pub struct MetaCharType: libc::c_uint { [INFO] [stderr] 276 | | /// The escape charater for this syntax [INFO] [stderr] ... | [INFO] [stderr] 288 | | } [INFO] [stderr] 289 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:273:1 [INFO] [stderr] | [INFO] [stderr] 273 | / bitflags! { [INFO] [stderr] 274 | | /// Syntax meta character types [INFO] [stderr] 275 | | pub struct MetaCharType: libc::c_uint { [INFO] [stderr] 276 | | /// The escape charater for this syntax [INFO] [stderr] ... | [INFO] [stderr] 288 | | } [INFO] [stderr] 289 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:273:1 [INFO] [stderr] | [INFO] [stderr] 273 | / bitflags! { [INFO] [stderr] 274 | | /// Syntax meta character types [INFO] [stderr] 275 | | pub struct MetaCharType: libc::c_uint { [INFO] [stderr] 276 | | /// The escape charater for this syntax [INFO] [stderr] ... | [INFO] [stderr] 288 | | } [INFO] [stderr] 289 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:273:1 [INFO] [stderr] | [INFO] [stderr] 273 | / bitflags! { [INFO] [stderr] 274 | | /// Syntax meta character types [INFO] [stderr] 275 | | pub struct MetaCharType: libc::c_uint { [INFO] [stderr] 276 | | /// The escape charater for this syntax [INFO] [stderr] ... | [INFO] [stderr] 288 | | } [INFO] [stderr] 289 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/onig-4.3.2/src/flags.rs:273:1 [INFO] [stderr] | [INFO] [stderr] 273 | / bitflags! { [INFO] [stderr] 274 | | /// Syntax meta character types [INFO] [stderr] 275 | | pub struct MetaCharType: libc::c_uint { [INFO] [stderr] 276 | | /// The escape charater for this syntax [INFO] [stderr] ... | [INFO] [stderr] 288 | | } [INFO] [stderr] 289 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 91 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0518`. [INFO] [stderr] error: could not compile `onig`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "3ac5205850bcb65e9c98ad44466c7511e82c7851a32eee753a975365044eeea4"` [INFO] running `"docker" "rm" "-f" "3ac5205850bcb65e9c98ad44466c7511e82c7851a32eee753a975365044eeea4"` [INFO] [stdout] 3ac5205850bcb65e9c98ad44466c7511e82c7851a32eee753a975365044eeea4