[INFO] updating cached repository https://github.com/pradel/gitlab-ci-validate-rust [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] cb6254357284f3cc2aeb691e13a13abd8cbf7fcf [INFO] checking pradel/gitlab-ci-validate-rust against try#38f08371587f97c145dedb2c055ac7b01bf1e788 for pr-65294 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpradel%2Fgitlab-ci-validate-rust" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pradel/gitlab-ci-validate-rust 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/pradel/gitlab-ci-validate-rust [INFO] finished tweaking git repo https://github.com/pradel/gitlab-ci-validate-rust [INFO] tweaked toml for git repo https://github.com/pradel/gitlab-ci-validate-rust written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/pradel/gitlab-ci-validate-rust already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] 2d62c23dcc2569600e8178789fa5678eea52e6359dd40b39700fba33b7f38f94 [INFO] running `"docker" "start" "-a" "2d62c23dcc2569600e8178789fa5678eea52e6359dd40b39700fba33b7f38f94"` [INFO] [stderr] Compiling syn v0.15.40 [INFO] [stderr] Compiling escargot v0.3.1 [INFO] [stderr] Checking predicates-core v1.0.0 [INFO] [stderr] Checking normalize-line-endings v0.2.2 [INFO] [stderr] Checking treeline v0.1.0 [INFO] [stderr] Checking difference v2.0.0 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Compiling miniz_oxide_c_api v0.2.3 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Checking try_from v0.3.2 [INFO] [stderr] Compiling openssl-sys v0.9.48 [INFO] [stderr] Checking miniz_oxide v0.3.0 [INFO] [stderr] Checking tokio-executor v0.1.8 [INFO] [stderr] Checking crossbeam-queue v0.1.2 [INFO] [stderr] Checking crossbeam-epoch v0.7.1 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking regex v1.2.0 [INFO] [stderr] Checking cookie v0.12.0 [INFO] [stderr] Checking uuid v0.7.4 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Checking h2 v0.1.25 [INFO] [stderr] Checking predicates-tree v1.0.0 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking tokio-timer v0.2.11 [INFO] [stderr] Checking tokio-current-thread v0.1.6 [INFO] [stderr] Checking crossbeam-deque v0.7.1 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/args/settings.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | struct Flags: u32 { [INFO] [stderr] 8 | | const REQUIRED = 1; [INFO] [stderr] 9 | | const MULTIPLE = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/args/settings.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | struct Flags: u32 { [INFO] [stderr] 8 | | const REQUIRED = 1; [INFO] [stderr] 9 | | const MULTIPLE = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/args/settings.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | struct Flags: u32 { [INFO] [stderr] 8 | | const REQUIRED = 1; [INFO] [stderr] 9 | | const MULTIPLE = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/args/settings.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | struct Flags: u32 { [INFO] [stderr] 8 | | const REQUIRED = 1; [INFO] [stderr] 9 | | const MULTIPLE = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/args/settings.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | struct Flags: u32 { [INFO] [stderr] 8 | | const REQUIRED = 1; [INFO] [stderr] 9 | | const MULTIPLE = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/args/settings.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | struct Flags: u32 { [INFO] [stderr] 8 | | const REQUIRED = 1; [INFO] [stderr] 9 | | const MULTIPLE = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/args/settings.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | struct Flags: u32 { [INFO] [stderr] 8 | | const REQUIRED = 1; [INFO] [stderr] 9 | | const MULTIPLE = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/args/settings.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | struct Flags: u32 { [INFO] [stderr] 8 | | const REQUIRED = 1; [INFO] [stderr] 9 | | const MULTIPLE = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/args/settings.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | struct Flags: u32 { [INFO] [stderr] 8 | | const REQUIRED = 1; [INFO] [stderr] 9 | | const MULTIPLE = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/args/settings.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | struct Flags: u32 { [INFO] [stderr] 8 | | const REQUIRED = 1; [INFO] [stderr] 9 | | const MULTIPLE = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/args/settings.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | struct Flags: u32 { [INFO] [stderr] 8 | | const REQUIRED = 1; [INFO] [stderr] 9 | | const MULTIPLE = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/args/settings.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | struct Flags: u32 { [INFO] [stderr] 8 | | const REQUIRED = 1; [INFO] [stderr] 9 | | const MULTIPLE = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/args/settings.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | struct Flags: u32 { [INFO] [stderr] 8 | | const REQUIRED = 1; [INFO] [stderr] 9 | | const MULTIPLE = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/args/settings.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | struct Flags: u32 { [INFO] [stderr] 8 | | const REQUIRED = 1; [INFO] [stderr] 9 | | const MULTIPLE = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/args/settings.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | struct Flags: u32 { [INFO] [stderr] 8 | | const REQUIRED = 1; [INFO] [stderr] 9 | | const MULTIPLE = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/args/settings.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | struct Flags: u32 { [INFO] [stderr] 8 | | const REQUIRED = 1; [INFO] [stderr] 9 | | const MULTIPLE = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/args/settings.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | struct Flags: u32 { [INFO] [stderr] 8 | | const REQUIRED = 1; [INFO] [stderr] 9 | | const MULTIPLE = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/args/settings.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | struct Flags: u32 { [INFO] [stderr] 8 | | const REQUIRED = 1; [INFO] [stderr] 9 | | const MULTIPLE = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/args/settings.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | struct Flags: u32 { [INFO] [stderr] 8 | | const REQUIRED = 1; [INFO] [stderr] 9 | | const MULTIPLE = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/args/settings.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | struct Flags: u32 { [INFO] [stderr] 8 | | const REQUIRED = 1; [INFO] [stderr] 9 | | const MULTIPLE = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/args/settings.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | struct Flags: u32 { [INFO] [stderr] 8 | | const REQUIRED = 1; [INFO] [stderr] 9 | | const MULTIPLE = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.6 [INFO] [stderr] Checking tokio-threadpool v0.1.15 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Compiling openssl v0.10.24 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Checking flate2 v1.0.9 [INFO] [stderr] Checking backtrace v0.3.33 [INFO] [stderr] Checking float-cmp v0.4.0 [INFO] [stderr] Checking error-chain v0.12.1 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] error: aborting due to 64 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0518`. [INFO] [stderr] error: could not compile `clap`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/cms.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / bitflags! { [INFO] [stderr] 22 | | pub struct CMSOptions : c_uint { [INFO] [stderr] 23 | | const TEXT = ffi::CMS_TEXT; [INFO] [stderr] 24 | | const CMS_NOCERTS = ffi::CMS_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/cms.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / bitflags! { [INFO] [stderr] 22 | | pub struct CMSOptions : c_uint { [INFO] [stderr] 23 | | const TEXT = ffi::CMS_TEXT; [INFO] [stderr] 24 | | const CMS_NOCERTS = ffi::CMS_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/cms.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / bitflags! { [INFO] [stderr] 22 | | pub struct CMSOptions : c_uint { [INFO] [stderr] 23 | | const TEXT = ffi::CMS_TEXT; [INFO] [stderr] 24 | | const CMS_NOCERTS = ffi::CMS_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/cms.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / bitflags! { [INFO] [stderr] 22 | | pub struct CMSOptions : c_uint { [INFO] [stderr] 23 | | const TEXT = ffi::CMS_TEXT; [INFO] [stderr] 24 | | const CMS_NOCERTS = ffi::CMS_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/cms.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / bitflags! { [INFO] [stderr] 22 | | pub struct CMSOptions : c_uint { [INFO] [stderr] 23 | | const TEXT = ffi::CMS_TEXT; [INFO] [stderr] 24 | | const CMS_NOCERTS = ffi::CMS_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/cms.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / bitflags! { [INFO] [stderr] 22 | | pub struct CMSOptions : c_uint { [INFO] [stderr] 23 | | const TEXT = ffi::CMS_TEXT; [INFO] [stderr] 24 | | const CMS_NOCERTS = ffi::CMS_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/cms.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / bitflags! { [INFO] [stderr] 22 | | pub struct CMSOptions : c_uint { [INFO] [stderr] 23 | | const TEXT = ffi::CMS_TEXT; [INFO] [stderr] 24 | | const CMS_NOCERTS = ffi::CMS_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/cms.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / bitflags! { [INFO] [stderr] 22 | | pub struct CMSOptions : c_uint { [INFO] [stderr] 23 | | const TEXT = ffi::CMS_TEXT; [INFO] [stderr] 24 | | const CMS_NOCERTS = ffi::CMS_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/cms.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / bitflags! { [INFO] [stderr] 22 | | pub struct CMSOptions : c_uint { [INFO] [stderr] 23 | | const TEXT = ffi::CMS_TEXT; [INFO] [stderr] 24 | | const CMS_NOCERTS = ffi::CMS_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/cms.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / bitflags! { [INFO] [stderr] 22 | | pub struct CMSOptions : c_uint { [INFO] [stderr] 23 | | const TEXT = ffi::CMS_TEXT; [INFO] [stderr] 24 | | const CMS_NOCERTS = ffi::CMS_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/cms.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / bitflags! { [INFO] [stderr] 22 | | pub struct CMSOptions : c_uint { [INFO] [stderr] 23 | | const TEXT = ffi::CMS_TEXT; [INFO] [stderr] 24 | | const CMS_NOCERTS = ffi::CMS_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/cms.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / bitflags! { [INFO] [stderr] 22 | | pub struct CMSOptions : c_uint { [INFO] [stderr] 23 | | const TEXT = ffi::CMS_TEXT; [INFO] [stderr] 24 | | const CMS_NOCERTS = ffi::CMS_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/cms.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / bitflags! { [INFO] [stderr] 22 | | pub struct CMSOptions : c_uint { [INFO] [stderr] 23 | | const TEXT = ffi::CMS_TEXT; [INFO] [stderr] 24 | | const CMS_NOCERTS = ffi::CMS_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/cms.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / bitflags! { [INFO] [stderr] 22 | | pub struct CMSOptions : c_uint { [INFO] [stderr] 23 | | const TEXT = ffi::CMS_TEXT; [INFO] [stderr] 24 | | const CMS_NOCERTS = ffi::CMS_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/cms.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / bitflags! { [INFO] [stderr] 22 | | pub struct CMSOptions : c_uint { [INFO] [stderr] 23 | | const TEXT = ffi::CMS_TEXT; [INFO] [stderr] 24 | | const CMS_NOCERTS = ffi::CMS_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/cms.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / bitflags! { [INFO] [stderr] 22 | | pub struct CMSOptions : c_uint { [INFO] [stderr] 23 | | const TEXT = ffi::CMS_TEXT; [INFO] [stderr] 24 | | const CMS_NOCERTS = ffi::CMS_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/cms.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / bitflags! { [INFO] [stderr] 22 | | pub struct CMSOptions : c_uint { [INFO] [stderr] 23 | | const TEXT = ffi::CMS_TEXT; [INFO] [stderr] 24 | | const CMS_NOCERTS = ffi::CMS_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/cms.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / bitflags! { [INFO] [stderr] 22 | | pub struct CMSOptions : c_uint { [INFO] [stderr] 23 | | const TEXT = ffi::CMS_TEXT; [INFO] [stderr] 24 | | const CMS_NOCERTS = ffi::CMS_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/cms.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / bitflags! { [INFO] [stderr] 22 | | pub struct CMSOptions : c_uint { [INFO] [stderr] 23 | | const TEXT = ffi::CMS_TEXT; [INFO] [stderr] 24 | | const CMS_NOCERTS = ffi::CMS_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/cms.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / bitflags! { [INFO] [stderr] 22 | | pub struct CMSOptions : c_uint { [INFO] [stderr] 23 | | const TEXT = ffi::CMS_TEXT; [INFO] [stderr] 24 | | const CMS_NOCERTS = ffi::CMS_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/cms.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / bitflags! { [INFO] [stderr] 22 | | pub struct CMSOptions : c_uint { [INFO] [stderr] 23 | | const TEXT = ffi::CMS_TEXT; [INFO] [stderr] 24 | | const CMS_NOCERTS = ffi::CMS_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ocsp.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | pub struct OcspFlag: c_ulong { [INFO] [stderr] 17 | | const NO_CERTS = ffi::OCSP_NOCERTS; [INFO] [stderr] 18 | | const NO_INTERN = ffi::OCSP_NOINTERN; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ocsp.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | pub struct OcspFlag: c_ulong { [INFO] [stderr] 17 | | const NO_CERTS = ffi::OCSP_NOCERTS; [INFO] [stderr] 18 | | const NO_INTERN = ffi::OCSP_NOINTERN; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ocsp.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | pub struct OcspFlag: c_ulong { [INFO] [stderr] 17 | | const NO_CERTS = ffi::OCSP_NOCERTS; [INFO] [stderr] 18 | | const NO_INTERN = ffi::OCSP_NOINTERN; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ocsp.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | pub struct OcspFlag: c_ulong { [INFO] [stderr] 17 | | const NO_CERTS = ffi::OCSP_NOCERTS; [INFO] [stderr] 18 | | const NO_INTERN = ffi::OCSP_NOINTERN; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ocsp.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | pub struct OcspFlag: c_ulong { [INFO] [stderr] 17 | | const NO_CERTS = ffi::OCSP_NOCERTS; [INFO] [stderr] 18 | | const NO_INTERN = ffi::OCSP_NOINTERN; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ocsp.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | pub struct OcspFlag: c_ulong { [INFO] [stderr] 17 | | const NO_CERTS = ffi::OCSP_NOCERTS; [INFO] [stderr] 18 | | const NO_INTERN = ffi::OCSP_NOINTERN; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ocsp.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | pub struct OcspFlag: c_ulong { [INFO] [stderr] 17 | | const NO_CERTS = ffi::OCSP_NOCERTS; [INFO] [stderr] 18 | | const NO_INTERN = ffi::OCSP_NOINTERN; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ocsp.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | pub struct OcspFlag: c_ulong { [INFO] [stderr] 17 | | const NO_CERTS = ffi::OCSP_NOCERTS; [INFO] [stderr] 18 | | const NO_INTERN = ffi::OCSP_NOINTERN; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ocsp.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | pub struct OcspFlag: c_ulong { [INFO] [stderr] 17 | | const NO_CERTS = ffi::OCSP_NOCERTS; [INFO] [stderr] 18 | | const NO_INTERN = ffi::OCSP_NOINTERN; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ocsp.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | pub struct OcspFlag: c_ulong { [INFO] [stderr] 17 | | const NO_CERTS = ffi::OCSP_NOCERTS; [INFO] [stderr] 18 | | const NO_INTERN = ffi::OCSP_NOINTERN; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ocsp.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | pub struct OcspFlag: c_ulong { [INFO] [stderr] 17 | | const NO_CERTS = ffi::OCSP_NOCERTS; [INFO] [stderr] 18 | | const NO_INTERN = ffi::OCSP_NOINTERN; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ocsp.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | pub struct OcspFlag: c_ulong { [INFO] [stderr] 17 | | const NO_CERTS = ffi::OCSP_NOCERTS; [INFO] [stderr] 18 | | const NO_INTERN = ffi::OCSP_NOINTERN; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/pkcs7.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / bitflags! { [INFO] [stderr] 28 | | pub struct Pkcs7Flags: c_int { [INFO] [stderr] 29 | | const TEXT = ffi::PKCS7_TEXT; [INFO] [stderr] 30 | | const NOCERTS = ffi::PKCS7_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/pkcs7.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / bitflags! { [INFO] [stderr] 28 | | pub struct Pkcs7Flags: c_int { [INFO] [stderr] 29 | | const TEXT = ffi::PKCS7_TEXT; [INFO] [stderr] 30 | | const NOCERTS = ffi::PKCS7_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/pkcs7.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / bitflags! { [INFO] [stderr] 28 | | pub struct Pkcs7Flags: c_int { [INFO] [stderr] 29 | | const TEXT = ffi::PKCS7_TEXT; [INFO] [stderr] 30 | | const NOCERTS = ffi::PKCS7_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/pkcs7.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / bitflags! { [INFO] [stderr] 28 | | pub struct Pkcs7Flags: c_int { [INFO] [stderr] 29 | | const TEXT = ffi::PKCS7_TEXT; [INFO] [stderr] 30 | | const NOCERTS = ffi::PKCS7_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/pkcs7.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / bitflags! { [INFO] [stderr] 28 | | pub struct Pkcs7Flags: c_int { [INFO] [stderr] 29 | | const TEXT = ffi::PKCS7_TEXT; [INFO] [stderr] 30 | | const NOCERTS = ffi::PKCS7_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/pkcs7.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / bitflags! { [INFO] [stderr] 28 | | pub struct Pkcs7Flags: c_int { [INFO] [stderr] 29 | | const TEXT = ffi::PKCS7_TEXT; [INFO] [stderr] 30 | | const NOCERTS = ffi::PKCS7_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/pkcs7.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / bitflags! { [INFO] [stderr] 28 | | pub struct Pkcs7Flags: c_int { [INFO] [stderr] 29 | | const TEXT = ffi::PKCS7_TEXT; [INFO] [stderr] 30 | | const NOCERTS = ffi::PKCS7_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/pkcs7.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / bitflags! { [INFO] [stderr] 28 | | pub struct Pkcs7Flags: c_int { [INFO] [stderr] 29 | | const TEXT = ffi::PKCS7_TEXT; [INFO] [stderr] 30 | | const NOCERTS = ffi::PKCS7_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/pkcs7.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / bitflags! { [INFO] [stderr] 28 | | pub struct Pkcs7Flags: c_int { [INFO] [stderr] 29 | | const TEXT = ffi::PKCS7_TEXT; [INFO] [stderr] 30 | | const NOCERTS = ffi::PKCS7_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/pkcs7.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / bitflags! { [INFO] [stderr] 28 | | pub struct Pkcs7Flags: c_int { [INFO] [stderr] 29 | | const TEXT = ffi::PKCS7_TEXT; [INFO] [stderr] 30 | | const NOCERTS = ffi::PKCS7_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/pkcs7.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / bitflags! { [INFO] [stderr] 28 | | pub struct Pkcs7Flags: c_int { [INFO] [stderr] 29 | | const TEXT = ffi::PKCS7_TEXT; [INFO] [stderr] 30 | | const NOCERTS = ffi::PKCS7_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/pkcs7.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / bitflags! { [INFO] [stderr] 28 | | pub struct Pkcs7Flags: c_int { [INFO] [stderr] 29 | | const TEXT = ffi::PKCS7_TEXT; [INFO] [stderr] 30 | | const NOCERTS = ffi::PKCS7_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/pkcs7.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / bitflags! { [INFO] [stderr] 28 | | pub struct Pkcs7Flags: c_int { [INFO] [stderr] 29 | | const TEXT = ffi::PKCS7_TEXT; [INFO] [stderr] 30 | | const NOCERTS = ffi::PKCS7_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/pkcs7.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / bitflags! { [INFO] [stderr] 28 | | pub struct Pkcs7Flags: c_int { [INFO] [stderr] 29 | | const TEXT = ffi::PKCS7_TEXT; [INFO] [stderr] 30 | | const NOCERTS = ffi::PKCS7_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/pkcs7.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / bitflags! { [INFO] [stderr] 28 | | pub struct Pkcs7Flags: c_int { [INFO] [stderr] 29 | | const TEXT = ffi::PKCS7_TEXT; [INFO] [stderr] 30 | | const NOCERTS = ffi::PKCS7_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/pkcs7.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / bitflags! { [INFO] [stderr] 28 | | pub struct Pkcs7Flags: c_int { [INFO] [stderr] 29 | | const TEXT = ffi::PKCS7_TEXT; [INFO] [stderr] 30 | | const NOCERTS = ffi::PKCS7_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/pkcs7.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / bitflags! { [INFO] [stderr] 28 | | pub struct Pkcs7Flags: c_int { [INFO] [stderr] 29 | | const TEXT = ffi::PKCS7_TEXT; [INFO] [stderr] 30 | | const NOCERTS = ffi::PKCS7_NOCERTS; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | / bitflags! { [INFO] [stderr] 137 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 138 | | pub struct SslOptions: c_ulong { [INFO] [stderr] 139 | | /// Disables a countermeasure against an SSLv3/TLSv1.0 vulnerability affecting CBC ciphers. [INFO] [stderr] ... | [INFO] [stderr] 247 | | } [INFO] [stderr] 248 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:250:1 [INFO] [stderr] | [INFO] [stderr] 250 | / bitflags! { [INFO] [stderr] 251 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 252 | | pub struct SslMode: c_long { [INFO] [stderr] 253 | | /// Enables "short writes". [INFO] [stderr] ... | [INFO] [stderr] 296 | | } [INFO] [stderr] 297 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:334:1 [INFO] [stderr] | [INFO] [stderr] 334 | / bitflags! { [INFO] [stderr] 335 | | /// Options controling the behavior of certificate verification. [INFO] [stderr] 336 | | pub struct SslVerifyMode: i32 { [INFO] [stderr] 337 | | /// Verifies that the peer's certificate is trusted. [INFO] [stderr] ... | [INFO] [stderr] 353 | | } [INFO] [stderr] 354 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:356:1 [INFO] [stderr] | [INFO] [stderr] 356 | / bitflags! { [INFO] [stderr] 357 | | /// Options controlling the behavior of session caching. [INFO] [stderr] 358 | | pub struct SslSessionCacheMode: c_long { [INFO] [stderr] 359 | | /// No session caching for the client or server takes place. [INFO] [stderr] ... | [INFO] [stderr] 389 | | } [INFO] [stderr] 390 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:393:1 [INFO] [stderr] | [INFO] [stderr] 393 | / bitflags! { [INFO] [stderr] 394 | | /// Which messages and under which conditions an extension should be added or expected. [INFO] [stderr] 395 | | pub struct ExtensionContext: c_uint { [INFO] [stderr] 396 | | /// This extension is only allowed in TLS [INFO] [stderr] ... | [INFO] [stderr] 419 | | } [INFO] [stderr] 420 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:3795:1 [INFO] [stderr] | [INFO] [stderr] 3795 | / bitflags! { [INFO] [stderr] 3796 | | /// The shutdown state of a session. [INFO] [stderr] 3797 | | pub struct ShutdownState: c_int { [INFO] [stderr] 3798 | | /// A close notify message has been sent to the peer. [INFO] [stderr] ... | [INFO] [stderr] 3802 | | } [INFO] [stderr] 3803 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | / bitflags! { [INFO] [stderr] 137 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 138 | | pub struct SslOptions: c_ulong { [INFO] [stderr] 139 | | /// Disables a countermeasure against an SSLv3/TLSv1.0 vulnerability affecting CBC ciphers. [INFO] [stderr] ... | [INFO] [stderr] 247 | | } [INFO] [stderr] 248 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | / bitflags! { [INFO] [stderr] 137 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 138 | | pub struct SslOptions: c_ulong { [INFO] [stderr] 139 | | /// Disables a countermeasure against an SSLv3/TLSv1.0 vulnerability affecting CBC ciphers. [INFO] [stderr] ... | [INFO] [stderr] 247 | | } [INFO] [stderr] 248 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | / bitflags! { [INFO] [stderr] 137 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 138 | | pub struct SslOptions: c_ulong { [INFO] [stderr] 139 | | /// Disables a countermeasure against an SSLv3/TLSv1.0 vulnerability affecting CBC ciphers. [INFO] [stderr] ... | [INFO] [stderr] 247 | | } [INFO] [stderr] 248 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | / bitflags! { [INFO] [stderr] 137 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 138 | | pub struct SslOptions: c_ulong { [INFO] [stderr] 139 | | /// Disables a countermeasure against an SSLv3/TLSv1.0 vulnerability affecting CBC ciphers. [INFO] [stderr] ... | [INFO] [stderr] 247 | | } [INFO] [stderr] 248 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | / bitflags! { [INFO] [stderr] 137 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 138 | | pub struct SslOptions: c_ulong { [INFO] [stderr] 139 | | /// Disables a countermeasure against an SSLv3/TLSv1.0 vulnerability affecting CBC ciphers. [INFO] [stderr] ... | [INFO] [stderr] 247 | | } [INFO] [stderr] 248 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | / bitflags! { [INFO] [stderr] 137 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 138 | | pub struct SslOptions: c_ulong { [INFO] [stderr] 139 | | /// Disables a countermeasure against an SSLv3/TLSv1.0 vulnerability affecting CBC ciphers. [INFO] [stderr] ... | [INFO] [stderr] 247 | | } [INFO] [stderr] 248 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | / bitflags! { [INFO] [stderr] 137 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 138 | | pub struct SslOptions: c_ulong { [INFO] [stderr] 139 | | /// Disables a countermeasure against an SSLv3/TLSv1.0 vulnerability affecting CBC ciphers. [INFO] [stderr] ... | [INFO] [stderr] 247 | | } [INFO] [stderr] 248 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | / bitflags! { [INFO] [stderr] 137 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 138 | | pub struct SslOptions: c_ulong { [INFO] [stderr] 139 | | /// Disables a countermeasure against an SSLv3/TLSv1.0 vulnerability affecting CBC ciphers. [INFO] [stderr] ... | [INFO] [stderr] 247 | | } [INFO] [stderr] 248 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | / bitflags! { [INFO] [stderr] 137 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 138 | | pub struct SslOptions: c_ulong { [INFO] [stderr] 139 | | /// Disables a countermeasure against an SSLv3/TLSv1.0 vulnerability affecting CBC ciphers. [INFO] [stderr] ... | [INFO] [stderr] 247 | | } [INFO] [stderr] 248 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | / bitflags! { [INFO] [stderr] 137 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 138 | | pub struct SslOptions: c_ulong { [INFO] [stderr] 139 | | /// Disables a countermeasure against an SSLv3/TLSv1.0 vulnerability affecting CBC ciphers. [INFO] [stderr] ... | [INFO] [stderr] 247 | | } [INFO] [stderr] 248 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | / bitflags! { [INFO] [stderr] 137 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 138 | | pub struct SslOptions: c_ulong { [INFO] [stderr] 139 | | /// Disables a countermeasure against an SSLv3/TLSv1.0 vulnerability affecting CBC ciphers. [INFO] [stderr] ... | [INFO] [stderr] 247 | | } [INFO] [stderr] 248 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | / bitflags! { [INFO] [stderr] 137 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 138 | | pub struct SslOptions: c_ulong { [INFO] [stderr] 139 | | /// Disables a countermeasure against an SSLv3/TLSv1.0 vulnerability affecting CBC ciphers. [INFO] [stderr] ... | [INFO] [stderr] 247 | | } [INFO] [stderr] 248 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | / bitflags! { [INFO] [stderr] 137 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 138 | | pub struct SslOptions: c_ulong { [INFO] [stderr] 139 | | /// Disables a countermeasure against an SSLv3/TLSv1.0 vulnerability affecting CBC ciphers. [INFO] [stderr] ... | [INFO] [stderr] 247 | | } [INFO] [stderr] 248 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | / bitflags! { [INFO] [stderr] 137 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 138 | | pub struct SslOptions: c_ulong { [INFO] [stderr] 139 | | /// Disables a countermeasure against an SSLv3/TLSv1.0 vulnerability affecting CBC ciphers. [INFO] [stderr] ... | [INFO] [stderr] 247 | | } [INFO] [stderr] 248 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | / bitflags! { [INFO] [stderr] 137 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 138 | | pub struct SslOptions: c_ulong { [INFO] [stderr] 139 | | /// Disables a countermeasure against an SSLv3/TLSv1.0 vulnerability affecting CBC ciphers. [INFO] [stderr] ... | [INFO] [stderr] 247 | | } [INFO] [stderr] 248 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | / bitflags! { [INFO] [stderr] 137 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 138 | | pub struct SslOptions: c_ulong { [INFO] [stderr] 139 | | /// Disables a countermeasure against an SSLv3/TLSv1.0 vulnerability affecting CBC ciphers. [INFO] [stderr] ... | [INFO] [stderr] 247 | | } [INFO] [stderr] 248 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | / bitflags! { [INFO] [stderr] 137 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 138 | | pub struct SslOptions: c_ulong { [INFO] [stderr] 139 | | /// Disables a countermeasure against an SSLv3/TLSv1.0 vulnerability affecting CBC ciphers. [INFO] [stderr] ... | [INFO] [stderr] 247 | | } [INFO] [stderr] 248 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | / bitflags! { [INFO] [stderr] 137 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 138 | | pub struct SslOptions: c_ulong { [INFO] [stderr] 139 | | /// Disables a countermeasure against an SSLv3/TLSv1.0 vulnerability affecting CBC ciphers. [INFO] [stderr] ... | [INFO] [stderr] 247 | | } [INFO] [stderr] 248 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | / bitflags! { [INFO] [stderr] 137 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 138 | | pub struct SslOptions: c_ulong { [INFO] [stderr] 139 | | /// Disables a countermeasure against an SSLv3/TLSv1.0 vulnerability affecting CBC ciphers. [INFO] [stderr] ... | [INFO] [stderr] 247 | | } [INFO] [stderr] 248 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | / bitflags! { [INFO] [stderr] 137 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 138 | | pub struct SslOptions: c_ulong { [INFO] [stderr] 139 | | /// Disables a countermeasure against an SSLv3/TLSv1.0 vulnerability affecting CBC ciphers. [INFO] [stderr] ... | [INFO] [stderr] 247 | | } [INFO] [stderr] 248 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | / bitflags! { [INFO] [stderr] 137 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 138 | | pub struct SslOptions: c_ulong { [INFO] [stderr] 139 | | /// Disables a countermeasure against an SSLv3/TLSv1.0 vulnerability affecting CBC ciphers. [INFO] [stderr] ... | [INFO] [stderr] 247 | | } [INFO] [stderr] 248 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | / bitflags! { [INFO] [stderr] 137 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 138 | | pub struct SslOptions: c_ulong { [INFO] [stderr] 139 | | /// Disables a countermeasure against an SSLv3/TLSv1.0 vulnerability affecting CBC ciphers. [INFO] [stderr] ... | [INFO] [stderr] 247 | | } [INFO] [stderr] 248 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:250:1 [INFO] [stderr] | [INFO] [stderr] 250 | / bitflags! { [INFO] [stderr] 251 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 252 | | pub struct SslMode: c_long { [INFO] [stderr] 253 | | /// Enables "short writes". [INFO] [stderr] ... | [INFO] [stderr] 296 | | } [INFO] [stderr] 297 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:250:1 [INFO] [stderr] | [INFO] [stderr] 250 | / bitflags! { [INFO] [stderr] 251 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 252 | | pub struct SslMode: c_long { [INFO] [stderr] 253 | | /// Enables "short writes". [INFO] [stderr] ... | [INFO] [stderr] 296 | | } [INFO] [stderr] 297 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:250:1 [INFO] [stderr] | [INFO] [stderr] 250 | / bitflags! { [INFO] [stderr] 251 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 252 | | pub struct SslMode: c_long { [INFO] [stderr] 253 | | /// Enables "short writes". [INFO] [stderr] ... | [INFO] [stderr] 296 | | } [INFO] [stderr] 297 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:250:1 [INFO] [stderr] | [INFO] [stderr] 250 | / bitflags! { [INFO] [stderr] 251 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 252 | | pub struct SslMode: c_long { [INFO] [stderr] 253 | | /// Enables "short writes". [INFO] [stderr] ... | [INFO] [stderr] 296 | | } [INFO] [stderr] 297 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:250:1 [INFO] [stderr] | [INFO] [stderr] 250 | / bitflags! { [INFO] [stderr] 251 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 252 | | pub struct SslMode: c_long { [INFO] [stderr] 253 | | /// Enables "short writes". [INFO] [stderr] ... | [INFO] [stderr] 296 | | } [INFO] [stderr] 297 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:250:1 [INFO] [stderr] | [INFO] [stderr] 250 | / bitflags! { [INFO] [stderr] 251 | | /// Options controlling the behavior of an `SslContext`. [INFO] [stderr] 252 | | pub struct SslMode: c_long { [INFO] [stderr] 253 | | /// Enables "short writes". [INFO] [stderr] ... | [INFO] [stderr] 296 | | } [INFO] [stderr] 297 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:334:1 [INFO] [stderr] | [INFO] [stderr] 334 | / bitflags! { [INFO] [stderr] 335 | | /// Options controling the behavior of certificate verification. [INFO] [stderr] 336 | | pub struct SslVerifyMode: i32 { [INFO] [stderr] 337 | | /// Verifies that the peer's certificate is trusted. [INFO] [stderr] ... | [INFO] [stderr] 353 | | } [INFO] [stderr] 354 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:334:1 [INFO] [stderr] | [INFO] [stderr] 334 | / bitflags! { [INFO] [stderr] 335 | | /// Options controling the behavior of certificate verification. [INFO] [stderr] 336 | | pub struct SslVerifyMode: i32 { [INFO] [stderr] 337 | | /// Verifies that the peer's certificate is trusted. [INFO] [stderr] ... | [INFO] [stderr] 353 | | } [INFO] [stderr] 354 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:334:1 [INFO] [stderr] | [INFO] [stderr] 334 | / bitflags! { [INFO] [stderr] 335 | | /// Options controling the behavior of certificate verification. [INFO] [stderr] 336 | | pub struct SslVerifyMode: i32 { [INFO] [stderr] 337 | | /// Verifies that the peer's certificate is trusted. [INFO] [stderr] ... | [INFO] [stderr] 353 | | } [INFO] [stderr] 354 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:356:1 [INFO] [stderr] | [INFO] [stderr] 356 | / bitflags! { [INFO] [stderr] 357 | | /// Options controlling the behavior of session caching. [INFO] [stderr] 358 | | pub struct SslSessionCacheMode: c_long { [INFO] [stderr] 359 | | /// No session caching for the client or server takes place. [INFO] [stderr] ... | [INFO] [stderr] 389 | | } [INFO] [stderr] 390 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:356:1 [INFO] [stderr] | [INFO] [stderr] 356 | / bitflags! { [INFO] [stderr] 357 | | /// Options controlling the behavior of session caching. [INFO] [stderr] 358 | | pub struct SslSessionCacheMode: c_long { [INFO] [stderr] 359 | | /// No session caching for the client or server takes place. [INFO] [stderr] ... | [INFO] [stderr] 389 | | } [INFO] [stderr] 390 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:356:1 [INFO] [stderr] | [INFO] [stderr] 356 | / bitflags! { [INFO] [stderr] 357 | | /// Options controlling the behavior of session caching. [INFO] [stderr] 358 | | pub struct SslSessionCacheMode: c_long { [INFO] [stderr] 359 | | /// No session caching for the client or server takes place. [INFO] [stderr] ... | [INFO] [stderr] 389 | | } [INFO] [stderr] 390 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:356:1 [INFO] [stderr] | [INFO] [stderr] 356 | / bitflags! { [INFO] [stderr] 357 | | /// Options controlling the behavior of session caching. [INFO] [stderr] 358 | | pub struct SslSessionCacheMode: c_long { [INFO] [stderr] 359 | | /// No session caching for the client or server takes place. [INFO] [stderr] ... | [INFO] [stderr] 389 | | } [INFO] [stderr] 390 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:356:1 [INFO] [stderr] | [INFO] [stderr] 356 | / bitflags! { [INFO] [stderr] 357 | | /// Options controlling the behavior of session caching. [INFO] [stderr] 358 | | pub struct SslSessionCacheMode: c_long { [INFO] [stderr] 359 | | /// No session caching for the client or server takes place. [INFO] [stderr] ... | [INFO] [stderr] 389 | | } [INFO] [stderr] 390 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:356:1 [INFO] [stderr] | [INFO] [stderr] 356 | / bitflags! { [INFO] [stderr] 357 | | /// Options controlling the behavior of session caching. [INFO] [stderr] 358 | | pub struct SslSessionCacheMode: c_long { [INFO] [stderr] 359 | | /// No session caching for the client or server takes place. [INFO] [stderr] ... | [INFO] [stderr] 389 | | } [INFO] [stderr] 390 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:356:1 [INFO] [stderr] | [INFO] [stderr] 356 | / bitflags! { [INFO] [stderr] 357 | | /// Options controlling the behavior of session caching. [INFO] [stderr] 358 | | pub struct SslSessionCacheMode: c_long { [INFO] [stderr] 359 | | /// No session caching for the client or server takes place. [INFO] [stderr] ... | [INFO] [stderr] 389 | | } [INFO] [stderr] 390 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:356:1 [INFO] [stderr] | [INFO] [stderr] 356 | / bitflags! { [INFO] [stderr] 357 | | /// Options controlling the behavior of session caching. [INFO] [stderr] 358 | | pub struct SslSessionCacheMode: c_long { [INFO] [stderr] 359 | | /// No session caching for the client or server takes place. [INFO] [stderr] ... | [INFO] [stderr] 389 | | } [INFO] [stderr] 390 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:393:1 [INFO] [stderr] | [INFO] [stderr] 393 | / bitflags! { [INFO] [stderr] 394 | | /// Which messages and under which conditions an extension should be added or expected. [INFO] [stderr] 395 | | pub struct ExtensionContext: c_uint { [INFO] [stderr] 396 | | /// This extension is only allowed in TLS [INFO] [stderr] ... | [INFO] [stderr] 419 | | } [INFO] [stderr] 420 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:393:1 [INFO] [stderr] | [INFO] [stderr] 393 | / bitflags! { [INFO] [stderr] 394 | | /// Which messages and under which conditions an extension should be added or expected. [INFO] [stderr] 395 | | pub struct ExtensionContext: c_uint { [INFO] [stderr] 396 | | /// This extension is only allowed in TLS [INFO] [stderr] ... | [INFO] [stderr] 419 | | } [INFO] [stderr] 420 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:393:1 [INFO] [stderr] | [INFO] [stderr] 393 | / bitflags! { [INFO] [stderr] 394 | | /// Which messages and under which conditions an extension should be added or expected. [INFO] [stderr] 395 | | pub struct ExtensionContext: c_uint { [INFO] [stderr] 396 | | /// This extension is only allowed in TLS [INFO] [stderr] ... | [INFO] [stderr] 419 | | } [INFO] [stderr] 420 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:393:1 [INFO] [stderr] | [INFO] [stderr] 393 | / bitflags! { [INFO] [stderr] 394 | | /// Which messages and under which conditions an extension should be added or expected. [INFO] [stderr] 395 | | pub struct ExtensionContext: c_uint { [INFO] [stderr] 396 | | /// This extension is only allowed in TLS [INFO] [stderr] ... | [INFO] [stderr] 419 | | } [INFO] [stderr] 420 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:393:1 [INFO] [stderr] | [INFO] [stderr] 393 | / bitflags! { [INFO] [stderr] 394 | | /// Which messages and under which conditions an extension should be added or expected. [INFO] [stderr] 395 | | pub struct ExtensionContext: c_uint { [INFO] [stderr] 396 | | /// This extension is only allowed in TLS [INFO] [stderr] ... | [INFO] [stderr] 419 | | } [INFO] [stderr] 420 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:393:1 [INFO] [stderr] | [INFO] [stderr] 393 | / bitflags! { [INFO] [stderr] 394 | | /// Which messages and under which conditions an extension should be added or expected. [INFO] [stderr] 395 | | pub struct ExtensionContext: c_uint { [INFO] [stderr] 396 | | /// This extension is only allowed in TLS [INFO] [stderr] ... | [INFO] [stderr] 419 | | } [INFO] [stderr] 420 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:393:1 [INFO] [stderr] | [INFO] [stderr] 393 | / bitflags! { [INFO] [stderr] 394 | | /// Which messages and under which conditions an extension should be added or expected. [INFO] [stderr] 395 | | pub struct ExtensionContext: c_uint { [INFO] [stderr] 396 | | /// This extension is only allowed in TLS [INFO] [stderr] ... | [INFO] [stderr] 419 | | } [INFO] [stderr] 420 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:393:1 [INFO] [stderr] | [INFO] [stderr] 393 | / bitflags! { [INFO] [stderr] 394 | | /// Which messages and under which conditions an extension should be added or expected. [INFO] [stderr] 395 | | pub struct ExtensionContext: c_uint { [INFO] [stderr] 396 | | /// This extension is only allowed in TLS [INFO] [stderr] ... | [INFO] [stderr] 419 | | } [INFO] [stderr] 420 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:393:1 [INFO] [stderr] | [INFO] [stderr] 393 | / bitflags! { [INFO] [stderr] 394 | | /// Which messages and under which conditions an extension should be added or expected. [INFO] [stderr] 395 | | pub struct ExtensionContext: c_uint { [INFO] [stderr] 396 | | /// This extension is only allowed in TLS [INFO] [stderr] ... | [INFO] [stderr] 419 | | } [INFO] [stderr] 420 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:393:1 [INFO] [stderr] | [INFO] [stderr] 393 | / bitflags! { [INFO] [stderr] 394 | | /// Which messages and under which conditions an extension should be added or expected. [INFO] [stderr] 395 | | pub struct ExtensionContext: c_uint { [INFO] [stderr] 396 | | /// This extension is only allowed in TLS [INFO] [stderr] ... | [INFO] [stderr] 419 | | } [INFO] [stderr] 420 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:393:1 [INFO] [stderr] | [INFO] [stderr] 393 | / bitflags! { [INFO] [stderr] 394 | | /// Which messages and under which conditions an extension should be added or expected. [INFO] [stderr] 395 | | pub struct ExtensionContext: c_uint { [INFO] [stderr] 396 | | /// This extension is only allowed in TLS [INFO] [stderr] ... | [INFO] [stderr] 419 | | } [INFO] [stderr] 420 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:393:1 [INFO] [stderr] | [INFO] [stderr] 393 | / bitflags! { [INFO] [stderr] 394 | | /// Which messages and under which conditions an extension should be added or expected. [INFO] [stderr] 395 | | pub struct ExtensionContext: c_uint { [INFO] [stderr] 396 | | /// This extension is only allowed in TLS [INFO] [stderr] ... | [INFO] [stderr] 419 | | } [INFO] [stderr] 420 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:393:1 [INFO] [stderr] | [INFO] [stderr] 393 | / bitflags! { [INFO] [stderr] 394 | | /// Which messages and under which conditions an extension should be added or expected. [INFO] [stderr] 395 | | pub struct ExtensionContext: c_uint { [INFO] [stderr] 396 | | /// This extension is only allowed in TLS [INFO] [stderr] ... | [INFO] [stderr] 419 | | } [INFO] [stderr] 420 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:393:1 [INFO] [stderr] | [INFO] [stderr] 393 | / bitflags! { [INFO] [stderr] 394 | | /// Which messages and under which conditions an extension should be added or expected. [INFO] [stderr] 395 | | pub struct ExtensionContext: c_uint { [INFO] [stderr] 396 | | /// This extension is only allowed in TLS [INFO] [stderr] ... | [INFO] [stderr] 419 | | } [INFO] [stderr] 420 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:393:1 [INFO] [stderr] | [INFO] [stderr] 393 | / bitflags! { [INFO] [stderr] 394 | | /// Which messages and under which conditions an extension should be added or expected. [INFO] [stderr] 395 | | pub struct ExtensionContext: c_uint { [INFO] [stderr] 396 | | /// This extension is only allowed in TLS [INFO] [stderr] ... | [INFO] [stderr] 419 | | } [INFO] [stderr] 420 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:3795:1 [INFO] [stderr] | [INFO] [stderr] 3795 | / bitflags! { [INFO] [stderr] 3796 | | /// The shutdown state of a session. [INFO] [stderr] 3797 | | pub struct ShutdownState: c_int { [INFO] [stderr] 3798 | | /// A close notify message has been sent to the peer. [INFO] [stderr] ... | [INFO] [stderr] 3802 | | } [INFO] [stderr] 3803 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/ssl/mod.rs:3795:1 [INFO] [stderr] | [INFO] [stderr] 3795 | / bitflags! { [INFO] [stderr] 3796 | | /// The shutdown state of a session. [INFO] [stderr] 3797 | | pub struct ShutdownState: c_int { [INFO] [stderr] 3798 | | /// A close notify message has been sent to the peer. [INFO] [stderr] ... | [INFO] [stderr] 3802 | | } [INFO] [stderr] 3803 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/x509/verify.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / bitflags! { [INFO] [stderr] 10 | | /// Flags used to check an `X509` certificate. [INFO] [stderr] 11 | | pub struct X509CheckFlags: c_uint { [INFO] [stderr] 12 | | const ALWAYS_CHECK_SUBJECT = ffi::X509_CHECK_FLAG_ALWAYS_CHECK_SUBJECT; [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/x509/verify.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / bitflags! { [INFO] [stderr] 10 | | /// Flags used to check an `X509` certificate. [INFO] [stderr] 11 | | pub struct X509CheckFlags: c_uint { [INFO] [stderr] 12 | | const ALWAYS_CHECK_SUBJECT = ffi::X509_CHECK_FLAG_ALWAYS_CHECK_SUBJECT; [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/x509/verify.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / bitflags! { [INFO] [stderr] 10 | | /// Flags used to check an `X509` certificate. [INFO] [stderr] 11 | | pub struct X509CheckFlags: c_uint { [INFO] [stderr] 12 | | const ALWAYS_CHECK_SUBJECT = ffi::X509_CHECK_FLAG_ALWAYS_CHECK_SUBJECT; [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/x509/verify.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / bitflags! { [INFO] [stderr] 10 | | /// Flags used to check an `X509` certificate. [INFO] [stderr] 11 | | pub struct X509CheckFlags: c_uint { [INFO] [stderr] 12 | | const ALWAYS_CHECK_SUBJECT = ffi::X509_CHECK_FLAG_ALWAYS_CHECK_SUBJECT; [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/x509/verify.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / bitflags! { [INFO] [stderr] 10 | | /// Flags used to check an `X509` certificate. [INFO] [stderr] 11 | | pub struct X509CheckFlags: c_uint { [INFO] [stderr] 12 | | const ALWAYS_CHECK_SUBJECT = ffi::X509_CHECK_FLAG_ALWAYS_CHECK_SUBJECT; [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/x509/verify.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / bitflags! { [INFO] [stderr] 10 | | /// Flags used to check an `X509` certificate. [INFO] [stderr] 11 | | pub struct X509CheckFlags: c_uint { [INFO] [stderr] 12 | | const ALWAYS_CHECK_SUBJECT = ffi::X509_CHECK_FLAG_ALWAYS_CHECK_SUBJECT; [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/x509/verify.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / bitflags! { [INFO] [stderr] 10 | | /// Flags used to check an `X509` certificate. [INFO] [stderr] 11 | | pub struct X509CheckFlags: c_uint { [INFO] [stderr] 12 | | const ALWAYS_CHECK_SUBJECT = ffi::X509_CHECK_FLAG_ALWAYS_CHECK_SUBJECT; [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.24/src/x509/verify.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / bitflags! { [INFO] [stderr] 10 | | /// Flags used to check an `X509` certificate. [INFO] [stderr] 11 | | pub struct X509CheckFlags: c_uint { [INFO] [stderr] 12 | | const ALWAYS_CHECK_SUBJECT = ffi::X509_CHECK_FLAG_ALWAYS_CHECK_SUBJECT; [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in 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 120 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0518`. [INFO] [stderr] error: could not compile `openssl`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "2d62c23dcc2569600e8178789fa5678eea52e6359dd40b39700fba33b7f38f94"` [INFO] running `"docker" "rm" "-f" "2d62c23dcc2569600e8178789fa5678eea52e6359dd40b39700fba33b7f38f94"` [INFO] [stdout] 2d62c23dcc2569600e8178789fa5678eea52e6359dd40b39700fba33b7f38f94