[INFO] updating cached repository https://github.com/pka/git-quick [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] b73369f644d6bae07362b649b8009839b54dcd94 [INFO] checking pka/git-quick against try#38f08371587f97c145dedb2c055ac7b01bf1e788 for pr-65294 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpka%2Fgit-quick" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pka/git-quick 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/pka/git-quick [INFO] finished tweaking git repo https://github.com/pka/git-quick [INFO] tweaked toml for git repo https://github.com/pka/git-quick written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/pka/git-quick already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e9f31677ee478960c0fe1e58741a963710a7d6e72f49f44504ea89b73f21cce3 [INFO] running `"docker" "start" "-a" "e9f31677ee478960c0fe1e58741a963710a7d6e72f49f44504ea89b73f21cce3"` [INFO] [stderr] Compiling regex v1.1.9 [INFO] [stderr] Checking sublime_fuzzy v0.5.0 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling libgit2-sys v0.7.11 [INFO] [stderr] Checking regex-syntax v0.6.8 [INFO] [stderr] Checking walkdir v2.2.8 [INFO] [stderr] Compiling parking_lot_core v0.6.1 [INFO] [stderr] Checking clicolors-control v1.0.0 [INFO] [stderr] Checking termios v0.3.1 [INFO] [stderr] Checking dirs v1.0.5 [INFO] [stderr] Checking parking_lot v0.9.0 [INFO] [stderr] Checking console v0.7.7 [INFO] [stderr] Checking git2 v0.8.0 [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:372:1 [INFO] [stderr] | [INFO] [stderr] 372 | / bitflags! { [INFO] [stderr] 373 | | /// Orderings that may be specified for Revwalk iteration. [INFO] [stderr] 374 | | pub struct Sort: u32 { [INFO] [stderr] 375 | | /// Sort the repository contents in no particular ordering. [INFO] [stderr] ... | [INFO] [stderr] 396 | | } [INFO] [stderr] 397 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:406:1 [INFO] [stderr] | [INFO] [stderr] 406 | / bitflags! { [INFO] [stderr] 407 | | /// Types of credentials that can be requested by a credential callback. [INFO] [stderr] 408 | | pub struct CredentialType: u32 { [INFO] [stderr] 409 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 423 | | } [INFO] [stderr] 424 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:442:1 [INFO] [stderr] | [INFO] [stderr] 442 | / bitflags! { [INFO] [stderr] 443 | | /// Flags for the `flags` field of an IndexEntry. [INFO] [stderr] 444 | | pub struct IndexEntryFlag: u16 { [INFO] [stderr] 445 | | /// Set when the `extended_flags` field is valid. [INFO] [stderr] ... | [INFO] [stderr] 449 | | } [INFO] [stderr] 450 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:457:1 [INFO] [stderr] | [INFO] [stderr] 457 | / bitflags! { [INFO] [stderr] 458 | | /// Flags for the `extended_flags` field of an IndexEntry. [INFO] [stderr] 459 | | pub struct IndexEntryExtendedFlag: u16 { [INFO] [stderr] 460 | | /// An "intent to add" entry from "git add -N" [INFO] [stderr] ... | [INFO] [stderr] 489 | | } [INFO] [stderr] 490 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:508:1 [INFO] [stderr] | [INFO] [stderr] 508 | / bitflags! { [INFO] [stderr] 509 | | /// Flags for APIs that add files matching pathspec [INFO] [stderr] 510 | | pub struct IndexAddOption: u32 { [INFO] [stderr] 511 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 520 | | } [INFO] [stderr] 521 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:536:1 [INFO] [stderr] | [INFO] [stderr] 536 | / bitflags! { [INFO] [stderr] 537 | | /// Flags for `Repository::open_ext` [INFO] [stderr] 538 | | pub struct RepositoryOpenFlags: u32 { [INFO] [stderr] 539 | | /// Only open the specified path; don't walk upward searching. [INFO] [stderr] ... | [INFO] [stderr] 549 | | } [INFO] [stderr] 550 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:560:1 [INFO] [stderr] | [INFO] [stderr] 560 | / bitflags! { [INFO] [stderr] 561 | | /// Flags for the return value of `Repository::revparse` [INFO] [stderr] 562 | | pub struct RevparseMode: u32 { [INFO] [stderr] 563 | | /// The spec targeted a single object [INFO] [stderr] ... | [INFO] [stderr] 569 | | } [INFO] [stderr] 570 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:578:1 [INFO] [stderr] | [INFO] [stderr] 578 | / bitflags! { [INFO] [stderr] 579 | | /// The results of `merge_analysis` indicating the merge opportunities. [INFO] [stderr] 580 | | pub struct MergeAnalysis: u32 { [INFO] [stderr] 581 | | /// No merge is possible. [INFO] [stderr] ... | [INFO] [stderr] 597 | | } [INFO] [stderr] 598 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:608:1 [INFO] [stderr] | [INFO] [stderr] 608 | / bitflags! { [INFO] [stderr] 609 | | /// The user's stated preference for merges. [INFO] [stderr] 610 | | pub struct MergePreference: u32 { [INFO] [stderr] 611 | | /// No configuration was found that suggests a preferred behavior for [INFO] [stderr] ... | [INFO] [stderr] 620 | | } [INFO] [stderr] 621 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:912:1 [INFO] [stderr] | [INFO] [stderr] 912 | / bitflags! { [INFO] [stderr] 913 | | /// Status flags for a single file [INFO] [stderr] 914 | | /// [INFO] [stderr] 915 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 951 | | } [INFO] [stderr] 952 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:969:1 [INFO] [stderr] | [INFO] [stderr] 969 | / bitflags! { [INFO] [stderr] 970 | | /// Mode options for RepositoryInitOptions [INFO] [stderr] 971 | | pub struct RepositoryInitMode: u32 { [INFO] [stderr] 972 | | /// Use permissions configured by umask - the default [INFO] [stderr] ... | [INFO] [stderr] 979 | | } [INFO] [stderr] 980 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:1015:1 [INFO] [stderr] | [INFO] [stderr] 1015 | / bitflags! { [INFO] [stderr] 1016 | | /// Return codes for submodule status. [INFO] [stderr] 1017 | | /// [INFO] [stderr] 1018 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1087 | | } [INFO] [stderr] 1088 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:1124:1 [INFO] [stderr] | [INFO] [stderr] 1124 | / bitflags! { [INFO] [stderr] 1125 | | /// ... [INFO] [stderr] 1126 | | pub struct PathspecFlags: u32 { [INFO] [stderr] 1127 | | /// Use the default pathspec matching configuration. [INFO] [stderr] ... | [INFO] [stderr] 1150 | | } [INFO] [stderr] 1151 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:1169:1 [INFO] [stderr] | [INFO] [stderr] 1169 | / bitflags! { [INFO] [stderr] 1170 | | /// Types of notifications emitted from checkouts. [INFO] [stderr] 1171 | | pub struct CheckoutNotificationType: u32 { [INFO] [stderr] 1172 | | /// Notification about a conflict. [INFO] [stderr] ... | [INFO] [stderr] 1182 | | } [INFO] [stderr] 1183 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:1208:1 [INFO] [stderr] | [INFO] [stderr] 1208 | / bitflags! { [INFO] [stderr] 1209 | | /// Formatting options for diff stats [INFO] [stderr] 1210 | | pub struct DiffStatsFormat: raw::git_diff_stats_format_t { [INFO] [stderr] 1211 | | /// Don't generate any stats [INFO] [stderr] ... | [INFO] [stderr] 1222 | | } [INFO] [stderr] 1223 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:1276:1 [INFO] [stderr] | [INFO] [stderr] 1276 | / bitflags! { [INFO] [stderr] 1277 | | #[allow(missing_docs)] [INFO] [stderr] 1278 | | pub struct StashApplyFlags: u32 { [INFO] [stderr] 1279 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 1284 | | } [INFO] [stderr] 1285 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:1298:1 [INFO] [stderr] | [INFO] [stderr] 1298 | / bitflags! { [INFO] [stderr] 1299 | | #[allow(missing_docs)] [INFO] [stderr] 1300 | | pub struct StashFlags: u32 { [INFO] [stderr] 1301 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 1312 | | } [INFO] [stderr] 1313 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:372:1 [INFO] [stderr] | [INFO] [stderr] 372 | / bitflags! { [INFO] [stderr] 373 | | /// Orderings that may be specified for Revwalk iteration. [INFO] [stderr] 374 | | pub struct Sort: u32 { [INFO] [stderr] 375 | | /// Sort the repository contents in no particular ordering. [INFO] [stderr] ... | [INFO] [stderr] 396 | | } [INFO] [stderr] 397 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:372:1 [INFO] [stderr] | [INFO] [stderr] 372 | / bitflags! { [INFO] [stderr] 373 | | /// Orderings that may be specified for Revwalk iteration. [INFO] [stderr] 374 | | pub struct Sort: u32 { [INFO] [stderr] 375 | | /// Sort the repository contents in no particular ordering. [INFO] [stderr] ... | [INFO] [stderr] 396 | | } [INFO] [stderr] 397 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:372:1 [INFO] [stderr] | [INFO] [stderr] 372 | / bitflags! { [INFO] [stderr] 373 | | /// Orderings that may be specified for Revwalk iteration. [INFO] [stderr] 374 | | pub struct Sort: u32 { [INFO] [stderr] 375 | | /// Sort the repository contents in no particular ordering. [INFO] [stderr] ... | [INFO] [stderr] 396 | | } [INFO] [stderr] 397 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:372:1 [INFO] [stderr] | [INFO] [stderr] 372 | / bitflags! { [INFO] [stderr] 373 | | /// Orderings that may be specified for Revwalk iteration. [INFO] [stderr] 374 | | pub struct Sort: u32 { [INFO] [stderr] 375 | | /// Sort the repository contents in no particular ordering. [INFO] [stderr] ... | [INFO] [stderr] 396 | | } [INFO] [stderr] 397 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:406:1 [INFO] [stderr] | [INFO] [stderr] 406 | / bitflags! { [INFO] [stderr] 407 | | /// Types of credentials that can be requested by a credential callback. [INFO] [stderr] 408 | | pub struct CredentialType: u32 { [INFO] [stderr] 409 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 423 | | } [INFO] [stderr] 424 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:406:1 [INFO] [stderr] | [INFO] [stderr] 406 | / bitflags! { [INFO] [stderr] 407 | | /// Types of credentials that can be requested by a credential callback. [INFO] [stderr] 408 | | pub struct CredentialType: u32 { [INFO] [stderr] 409 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 423 | | } [INFO] [stderr] 424 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:406:1 [INFO] [stderr] | [INFO] [stderr] 406 | / bitflags! { [INFO] [stderr] 407 | | /// Types of credentials that can be requested by a credential callback. [INFO] [stderr] 408 | | pub struct CredentialType: u32 { [INFO] [stderr] 409 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 423 | | } [INFO] [stderr] 424 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:406:1 [INFO] [stderr] | [INFO] [stderr] 406 | / bitflags! { [INFO] [stderr] 407 | | /// Types of credentials that can be requested by a credential callback. [INFO] [stderr] 408 | | pub struct CredentialType: u32 { [INFO] [stderr] 409 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 423 | | } [INFO] [stderr] 424 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:406:1 [INFO] [stderr] | [INFO] [stderr] 406 | / bitflags! { [INFO] [stderr] 407 | | /// Types of credentials that can be requested by a credential callback. [INFO] [stderr] 408 | | pub struct CredentialType: u32 { [INFO] [stderr] 409 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 423 | | } [INFO] [stderr] 424 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:406:1 [INFO] [stderr] | [INFO] [stderr] 406 | / bitflags! { [INFO] [stderr] 407 | | /// Types of credentials that can be requested by a credential callback. [INFO] [stderr] 408 | | pub struct CredentialType: u32 { [INFO] [stderr] 409 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 423 | | } [INFO] [stderr] 424 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:406:1 [INFO] [stderr] | [INFO] [stderr] 406 | / bitflags! { [INFO] [stderr] 407 | | /// Types of credentials that can be requested by a credential callback. [INFO] [stderr] 408 | | pub struct CredentialType: u32 { [INFO] [stderr] 409 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 423 | | } [INFO] [stderr] 424 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:442:1 [INFO] [stderr] | [INFO] [stderr] 442 | / bitflags! { [INFO] [stderr] 443 | | /// Flags for the `flags` field of an IndexEntry. [INFO] [stderr] 444 | | pub struct IndexEntryFlag: u16 { [INFO] [stderr] 445 | | /// Set when the `extended_flags` field is valid. [INFO] [stderr] ... | [INFO] [stderr] 449 | | } [INFO] [stderr] 450 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:442:1 [INFO] [stderr] | [INFO] [stderr] 442 | / bitflags! { [INFO] [stderr] 443 | | /// Flags for the `flags` field of an IndexEntry. [INFO] [stderr] 444 | | pub struct IndexEntryFlag: u16 { [INFO] [stderr] 445 | | /// Set when the `extended_flags` field is valid. [INFO] [stderr] ... | [INFO] [stderr] 449 | | } [INFO] [stderr] 450 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:457:1 [INFO] [stderr] | [INFO] [stderr] 457 | / bitflags! { [INFO] [stderr] 458 | | /// Flags for the `extended_flags` field of an IndexEntry. [INFO] [stderr] 459 | | pub struct IndexEntryExtendedFlag: u16 { [INFO] [stderr] 460 | | /// An "intent to add" entry from "git add -N" [INFO] [stderr] ... | [INFO] [stderr] 489 | | } [INFO] [stderr] 490 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:457:1 [INFO] [stderr] | [INFO] [stderr] 457 | / bitflags! { [INFO] [stderr] 458 | | /// Flags for the `extended_flags` field of an IndexEntry. [INFO] [stderr] 459 | | pub struct IndexEntryExtendedFlag: u16 { [INFO] [stderr] 460 | | /// An "intent to add" entry from "git add -N" [INFO] [stderr] ... | [INFO] [stderr] 489 | | } [INFO] [stderr] 490 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:457:1 [INFO] [stderr] | [INFO] [stderr] 457 | / bitflags! { [INFO] [stderr] 458 | | /// Flags for the `extended_flags` field of an IndexEntry. [INFO] [stderr] 459 | | pub struct IndexEntryExtendedFlag: u16 { [INFO] [stderr] 460 | | /// An "intent to add" entry from "git add -N" [INFO] [stderr] ... | [INFO] [stderr] 489 | | } [INFO] [stderr] 490 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:457:1 [INFO] [stderr] | [INFO] [stderr] 457 | / bitflags! { [INFO] [stderr] 458 | | /// Flags for the `extended_flags` field of an IndexEntry. [INFO] [stderr] 459 | | pub struct IndexEntryExtendedFlag: u16 { [INFO] [stderr] 460 | | /// An "intent to add" entry from "git add -N" [INFO] [stderr] ... | [INFO] [stderr] 489 | | } [INFO] [stderr] 490 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:457:1 [INFO] [stderr] | [INFO] [stderr] 457 | / bitflags! { [INFO] [stderr] 458 | | /// Flags for the `extended_flags` field of an IndexEntry. [INFO] [stderr] 459 | | pub struct IndexEntryExtendedFlag: u16 { [INFO] [stderr] 460 | | /// An "intent to add" entry from "git add -N" [INFO] [stderr] ... | [INFO] [stderr] 489 | | } [INFO] [stderr] 490 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:457:1 [INFO] [stderr] | [INFO] [stderr] 457 | / bitflags! { [INFO] [stderr] 458 | | /// Flags for the `extended_flags` field of an IndexEntry. [INFO] [stderr] 459 | | pub struct IndexEntryExtendedFlag: u16 { [INFO] [stderr] 460 | | /// An "intent to add" entry from "git add -N" [INFO] [stderr] ... | [INFO] [stderr] 489 | | } [INFO] [stderr] 490 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:457:1 [INFO] [stderr] | [INFO] [stderr] 457 | / bitflags! { [INFO] [stderr] 458 | | /// Flags for the `extended_flags` field of an IndexEntry. [INFO] [stderr] 459 | | pub struct IndexEntryExtendedFlag: u16 { [INFO] [stderr] 460 | | /// An "intent to add" entry from "git add -N" [INFO] [stderr] ... | [INFO] [stderr] 489 | | } [INFO] [stderr] 490 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:457:1 [INFO] [stderr] | [INFO] [stderr] 457 | / bitflags! { [INFO] [stderr] 458 | | /// Flags for the `extended_flags` field of an IndexEntry. [INFO] [stderr] 459 | | pub struct IndexEntryExtendedFlag: u16 { [INFO] [stderr] 460 | | /// An "intent to add" entry from "git add -N" [INFO] [stderr] ... | [INFO] [stderr] 489 | | } [INFO] [stderr] 490 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:457:1 [INFO] [stderr] | [INFO] [stderr] 457 | / bitflags! { [INFO] [stderr] 458 | | /// Flags for the `extended_flags` field of an IndexEntry. [INFO] [stderr] 459 | | pub struct IndexEntryExtendedFlag: u16 { [INFO] [stderr] 460 | | /// An "intent to add" entry from "git add -N" [INFO] [stderr] ... | [INFO] [stderr] 489 | | } [INFO] [stderr] 490 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:457:1 [INFO] [stderr] | [INFO] [stderr] 457 | / bitflags! { [INFO] [stderr] 458 | | /// Flags for the `extended_flags` field of an IndexEntry. [INFO] [stderr] 459 | | pub struct IndexEntryExtendedFlag: u16 { [INFO] [stderr] 460 | | /// An "intent to add" entry from "git add -N" [INFO] [stderr] ... | [INFO] [stderr] 489 | | } [INFO] [stderr] 490 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:457:1 [INFO] [stderr] | [INFO] [stderr] 457 | / bitflags! { [INFO] [stderr] 458 | | /// Flags for the `extended_flags` field of an IndexEntry. [INFO] [stderr] 459 | | pub struct IndexEntryExtendedFlag: u16 { [INFO] [stderr] 460 | | /// An "intent to add" entry from "git add -N" [INFO] [stderr] ... | [INFO] [stderr] 489 | | } [INFO] [stderr] 490 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:457:1 [INFO] [stderr] | [INFO] [stderr] 457 | / bitflags! { [INFO] [stderr] 458 | | /// Flags for the `extended_flags` field of an IndexEntry. [INFO] [stderr] 459 | | pub struct IndexEntryExtendedFlag: u16 { [INFO] [stderr] 460 | | /// An "intent to add" entry from "git add -N" [INFO] [stderr] ... | [INFO] [stderr] 489 | | } [INFO] [stderr] 490 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:457:1 [INFO] [stderr] | [INFO] [stderr] 457 | / bitflags! { [INFO] [stderr] 458 | | /// Flags for the `extended_flags` field of an IndexEntry. [INFO] [stderr] 459 | | pub struct IndexEntryExtendedFlag: u16 { [INFO] [stderr] 460 | | /// An "intent to add" entry from "git add -N" [INFO] [stderr] ... | [INFO] [stderr] 489 | | } [INFO] [stderr] 490 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:508:1 [INFO] [stderr] | [INFO] [stderr] 508 | / bitflags! { [INFO] [stderr] 509 | | /// Flags for APIs that add files matching pathspec [INFO] [stderr] 510 | | pub struct IndexAddOption: u32 { [INFO] [stderr] 511 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 520 | | } [INFO] [stderr] 521 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:508:1 [INFO] [stderr] | [INFO] [stderr] 508 | / bitflags! { [INFO] [stderr] 509 | | /// Flags for APIs that add files matching pathspec [INFO] [stderr] 510 | | pub struct IndexAddOption: u32 { [INFO] [stderr] 511 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 520 | | } [INFO] [stderr] 521 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:508:1 [INFO] [stderr] | [INFO] [stderr] 508 | / bitflags! { [INFO] [stderr] 509 | | /// Flags for APIs that add files matching pathspec [INFO] [stderr] 510 | | pub struct IndexAddOption: u32 { [INFO] [stderr] 511 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 520 | | } [INFO] [stderr] 521 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:508:1 [INFO] [stderr] | [INFO] [stderr] 508 | / bitflags! { [INFO] [stderr] 509 | | /// Flags for APIs that add files matching pathspec [INFO] [stderr] 510 | | pub struct IndexAddOption: u32 { [INFO] [stderr] 511 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 520 | | } [INFO] [stderr] 521 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:536:1 [INFO] [stderr] | [INFO] [stderr] 536 | / bitflags! { [INFO] [stderr] 537 | | /// Flags for `Repository::open_ext` [INFO] [stderr] 538 | | pub struct RepositoryOpenFlags: u32 { [INFO] [stderr] 539 | | /// Only open the specified path; don't walk upward searching. [INFO] [stderr] ... | [INFO] [stderr] 549 | | } [INFO] [stderr] 550 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:536:1 [INFO] [stderr] | [INFO] [stderr] 536 | / bitflags! { [INFO] [stderr] 537 | | /// Flags for `Repository::open_ext` [INFO] [stderr] 538 | | pub struct RepositoryOpenFlags: u32 { [INFO] [stderr] 539 | | /// Only open the specified path; don't walk upward searching. [INFO] [stderr] ... | [INFO] [stderr] 549 | | } [INFO] [stderr] 550 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:536:1 [INFO] [stderr] | [INFO] [stderr] 536 | / bitflags! { [INFO] [stderr] 537 | | /// Flags for `Repository::open_ext` [INFO] [stderr] 538 | | pub struct RepositoryOpenFlags: u32 { [INFO] [stderr] 539 | | /// Only open the specified path; don't walk upward searching. [INFO] [stderr] ... | [INFO] [stderr] 549 | | } [INFO] [stderr] 550 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:536:1 [INFO] [stderr] | [INFO] [stderr] 536 | / bitflags! { [INFO] [stderr] 537 | | /// Flags for `Repository::open_ext` [INFO] [stderr] 538 | | pub struct RepositoryOpenFlags: u32 { [INFO] [stderr] 539 | | /// Only open the specified path; don't walk upward searching. [INFO] [stderr] ... | [INFO] [stderr] 549 | | } [INFO] [stderr] 550 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:536:1 [INFO] [stderr] | [INFO] [stderr] 536 | / bitflags! { [INFO] [stderr] 537 | | /// Flags for `Repository::open_ext` [INFO] [stderr] 538 | | pub struct RepositoryOpenFlags: u32 { [INFO] [stderr] 539 | | /// Only open the specified path; don't walk upward searching. [INFO] [stderr] ... | [INFO] [stderr] 549 | | } [INFO] [stderr] 550 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:560:1 [INFO] [stderr] | [INFO] [stderr] 560 | / bitflags! { [INFO] [stderr] 561 | | /// Flags for the return value of `Repository::revparse` [INFO] [stderr] 562 | | pub struct RevparseMode: u32 { [INFO] [stderr] 563 | | /// The spec targeted a single object [INFO] [stderr] ... | [INFO] [stderr] 569 | | } [INFO] [stderr] 570 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:560:1 [INFO] [stderr] | [INFO] [stderr] 560 | / bitflags! { [INFO] [stderr] 561 | | /// Flags for the return value of `Repository::revparse` [INFO] [stderr] 562 | | pub struct RevparseMode: u32 { [INFO] [stderr] 563 | | /// The spec targeted a single object [INFO] [stderr] ... | [INFO] [stderr] 569 | | } [INFO] [stderr] 570 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:560:1 [INFO] [stderr] | [INFO] [stderr] 560 | / bitflags! { [INFO] [stderr] 561 | | /// Flags for the return value of `Repository::revparse` [INFO] [stderr] 562 | | pub struct RevparseMode: u32 { [INFO] [stderr] 563 | | /// The spec targeted a single object [INFO] [stderr] ... | [INFO] [stderr] 569 | | } [INFO] [stderr] 570 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:578:1 [INFO] [stderr] | [INFO] [stderr] 578 | / bitflags! { [INFO] [stderr] 579 | | /// The results of `merge_analysis` indicating the merge opportunities. [INFO] [stderr] 580 | | pub struct MergeAnalysis: u32 { [INFO] [stderr] 581 | | /// No merge is possible. [INFO] [stderr] ... | [INFO] [stderr] 597 | | } [INFO] [stderr] 598 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:578:1 [INFO] [stderr] | [INFO] [stderr] 578 | / bitflags! { [INFO] [stderr] 579 | | /// The results of `merge_analysis` indicating the merge opportunities. [INFO] [stderr] 580 | | pub struct MergeAnalysis: u32 { [INFO] [stderr] 581 | | /// No merge is possible. [INFO] [stderr] ... | [INFO] [stderr] 597 | | } [INFO] [stderr] 598 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:578:1 [INFO] [stderr] | [INFO] [stderr] 578 | / bitflags! { [INFO] [stderr] 579 | | /// The results of `merge_analysis` indicating the merge opportunities. [INFO] [stderr] 580 | | pub struct MergeAnalysis: u32 { [INFO] [stderr] 581 | | /// No merge is possible. [INFO] [stderr] ... | [INFO] [stderr] 597 | | } [INFO] [stderr] 598 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:578:1 [INFO] [stderr] | [INFO] [stderr] 578 | / bitflags! { [INFO] [stderr] 579 | | /// The results of `merge_analysis` indicating the merge opportunities. [INFO] [stderr] 580 | | pub struct MergeAnalysis: u32 { [INFO] [stderr] 581 | | /// No merge is possible. [INFO] [stderr] ... | [INFO] [stderr] 597 | | } [INFO] [stderr] 598 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:578:1 [INFO] [stderr] | [INFO] [stderr] 578 | / bitflags! { [INFO] [stderr] 579 | | /// The results of `merge_analysis` indicating the merge opportunities. [INFO] [stderr] 580 | | pub struct MergeAnalysis: u32 { [INFO] [stderr] 581 | | /// No merge is possible. [INFO] [stderr] ... | [INFO] [stderr] 597 | | } [INFO] [stderr] 598 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:608:1 [INFO] [stderr] | [INFO] [stderr] 608 | / bitflags! { [INFO] [stderr] 609 | | /// The user's stated preference for merges. [INFO] [stderr] 610 | | pub struct MergePreference: u32 { [INFO] [stderr] 611 | | /// No configuration was found that suggests a preferred behavior for [INFO] [stderr] ... | [INFO] [stderr] 620 | | } [INFO] [stderr] 621 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:608:1 [INFO] [stderr] | [INFO] [stderr] 608 | / bitflags! { [INFO] [stderr] 609 | | /// The user's stated preference for merges. [INFO] [stderr] 610 | | pub struct MergePreference: u32 { [INFO] [stderr] 611 | | /// No configuration was found that suggests a preferred behavior for [INFO] [stderr] ... | [INFO] [stderr] 620 | | } [INFO] [stderr] 621 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:608:1 [INFO] [stderr] | [INFO] [stderr] 608 | / bitflags! { [INFO] [stderr] 609 | | /// The user's stated preference for merges. [INFO] [stderr] 610 | | pub struct MergePreference: u32 { [INFO] [stderr] 611 | | /// No configuration was found that suggests a preferred behavior for [INFO] [stderr] ... | [INFO] [stderr] 620 | | } [INFO] [stderr] 621 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:912:1 [INFO] [stderr] | [INFO] [stderr] 912 | / bitflags! { [INFO] [stderr] 913 | | /// Status flags for a single file [INFO] [stderr] 914 | | /// [INFO] [stderr] 915 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 951 | | } [INFO] [stderr] 952 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:912:1 [INFO] [stderr] | [INFO] [stderr] 912 | / bitflags! { [INFO] [stderr] 913 | | /// Status flags for a single file [INFO] [stderr] 914 | | /// [INFO] [stderr] 915 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 951 | | } [INFO] [stderr] 952 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:912:1 [INFO] [stderr] | [INFO] [stderr] 912 | / bitflags! { [INFO] [stderr] 913 | | /// Status flags for a single file [INFO] [stderr] 914 | | /// [INFO] [stderr] 915 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 951 | | } [INFO] [stderr] 952 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:912:1 [INFO] [stderr] | [INFO] [stderr] 912 | / bitflags! { [INFO] [stderr] 913 | | /// Status flags for a single file [INFO] [stderr] 914 | | /// [INFO] [stderr] 915 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 951 | | } [INFO] [stderr] 952 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:912:1 [INFO] [stderr] | [INFO] [stderr] 912 | / bitflags! { [INFO] [stderr] 913 | | /// Status flags for a single file [INFO] [stderr] 914 | | /// [INFO] [stderr] 915 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 951 | | } [INFO] [stderr] 952 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:912:1 [INFO] [stderr] | [INFO] [stderr] 912 | / bitflags! { [INFO] [stderr] 913 | | /// Status flags for a single file [INFO] [stderr] 914 | | /// [INFO] [stderr] 915 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 951 | | } [INFO] [stderr] 952 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:912:1 [INFO] [stderr] | [INFO] [stderr] 912 | / bitflags! { [INFO] [stderr] 913 | | /// Status flags for a single file [INFO] [stderr] 914 | | /// [INFO] [stderr] 915 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 951 | | } [INFO] [stderr] 952 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:912:1 [INFO] [stderr] | [INFO] [stderr] 912 | / bitflags! { [INFO] [stderr] 913 | | /// Status flags for a single file [INFO] [stderr] 914 | | /// [INFO] [stderr] 915 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 951 | | } [INFO] [stderr] 952 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:912:1 [INFO] [stderr] | [INFO] [stderr] 912 | / bitflags! { [INFO] [stderr] 913 | | /// Status flags for a single file [INFO] [stderr] 914 | | /// [INFO] [stderr] 915 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 951 | | } [INFO] [stderr] 952 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:912:1 [INFO] [stderr] | [INFO] [stderr] 912 | / bitflags! { [INFO] [stderr] 913 | | /// Status flags for a single file [INFO] [stderr] 914 | | /// [INFO] [stderr] 915 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 951 | | } [INFO] [stderr] 952 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:912:1 [INFO] [stderr] | [INFO] [stderr] 912 | / bitflags! { [INFO] [stderr] 913 | | /// Status flags for a single file [INFO] [stderr] 914 | | /// [INFO] [stderr] 915 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 951 | | } [INFO] [stderr] 952 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:912:1 [INFO] [stderr] | [INFO] [stderr] 912 | / bitflags! { [INFO] [stderr] 913 | | /// Status flags for a single file [INFO] [stderr] 914 | | /// [INFO] [stderr] 915 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 951 | | } [INFO] [stderr] 952 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:912:1 [INFO] [stderr] | [INFO] [stderr] 912 | / bitflags! { [INFO] [stderr] 913 | | /// Status flags for a single file [INFO] [stderr] 914 | | /// [INFO] [stderr] 915 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 951 | | } [INFO] [stderr] 952 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:969:1 [INFO] [stderr] | [INFO] [stderr] 969 | / bitflags! { [INFO] [stderr] 970 | | /// Mode options for RepositoryInitOptions [INFO] [stderr] 971 | | pub struct RepositoryInitMode: u32 { [INFO] [stderr] 972 | | /// Use permissions configured by umask - the default [INFO] [stderr] ... | [INFO] [stderr] 979 | | } [INFO] [stderr] 980 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:969:1 [INFO] [stderr] | [INFO] [stderr] 969 | / bitflags! { [INFO] [stderr] 970 | | /// Mode options for RepositoryInitOptions [INFO] [stderr] 971 | | pub struct RepositoryInitMode: u32 { [INFO] [stderr] 972 | | /// Use permissions configured by umask - the default [INFO] [stderr] ... | [INFO] [stderr] 979 | | } [INFO] [stderr] 980 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:969:1 [INFO] [stderr] | [INFO] [stderr] 969 | / bitflags! { [INFO] [stderr] 970 | | /// Mode options for RepositoryInitOptions [INFO] [stderr] 971 | | pub struct RepositoryInitMode: u32 { [INFO] [stderr] 972 | | /// Use permissions configured by umask - the default [INFO] [stderr] ... | [INFO] [stderr] 979 | | } [INFO] [stderr] 980 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:1015:1 [INFO] [stderr] | [INFO] [stderr] 1015 | / bitflags! { [INFO] [stderr] 1016 | | /// Return codes for submodule status. [INFO] [stderr] 1017 | | /// [INFO] [stderr] 1018 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1087 | | } [INFO] [stderr] 1088 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:1015:1 [INFO] [stderr] | [INFO] [stderr] 1015 | / bitflags! { [INFO] [stderr] 1016 | | /// Return codes for submodule status. [INFO] [stderr] 1017 | | /// [INFO] [stderr] 1018 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1087 | | } [INFO] [stderr] 1088 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:1015:1 [INFO] [stderr] | [INFO] [stderr] 1015 | / bitflags! { [INFO] [stderr] 1016 | | /// Return codes for submodule status. [INFO] [stderr] 1017 | | /// [INFO] [stderr] 1018 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1087 | | } [INFO] [stderr] 1088 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:1015:1 [INFO] [stderr] | [INFO] [stderr] 1015 | / bitflags! { [INFO] [stderr] 1016 | | /// Return codes for submodule status. [INFO] [stderr] 1017 | | /// [INFO] [stderr] 1018 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1087 | | } [INFO] [stderr] 1088 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:1015:1 [INFO] [stderr] | [INFO] [stderr] 1015 | / bitflags! { [INFO] [stderr] 1016 | | /// Return codes for submodule status. [INFO] [stderr] 1017 | | /// [INFO] [stderr] 1018 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1087 | | } [INFO] [stderr] 1088 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:1015:1 [INFO] [stderr] | [INFO] [stderr] 1015 | / bitflags! { [INFO] [stderr] 1016 | | /// Return codes for submodule status. [INFO] [stderr] 1017 | | /// [INFO] [stderr] 1018 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1087 | | } [INFO] [stderr] 1088 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:1015:1 [INFO] [stderr] | [INFO] [stderr] 1015 | / bitflags! { [INFO] [stderr] 1016 | | /// Return codes for submodule status. [INFO] [stderr] 1017 | | /// [INFO] [stderr] 1018 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1087 | | } [INFO] [stderr] 1088 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:1015:1 [INFO] [stderr] | [INFO] [stderr] 1015 | / bitflags! { [INFO] [stderr] 1016 | | /// Return codes for submodule status. [INFO] [stderr] 1017 | | /// [INFO] [stderr] 1018 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1087 | | } [INFO] [stderr] 1088 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:1015:1 [INFO] [stderr] | [INFO] [stderr] 1015 | / bitflags! { [INFO] [stderr] 1016 | | /// Return codes for submodule status. [INFO] [stderr] 1017 | | /// [INFO] [stderr] 1018 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1087 | | } [INFO] [stderr] 1088 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:1015:1 [INFO] [stderr] | [INFO] [stderr] 1015 | / bitflags! { [INFO] [stderr] 1016 | | /// Return codes for submodule status. [INFO] [stderr] 1017 | | /// [INFO] [stderr] 1018 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1087 | | } [INFO] [stderr] 1088 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:1015:1 [INFO] [stderr] | [INFO] [stderr] 1015 | / bitflags! { [INFO] [stderr] 1016 | | /// Return codes for submodule status. [INFO] [stderr] 1017 | | /// [INFO] [stderr] 1018 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1087 | | } [INFO] [stderr] 1088 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:1015:1 [INFO] [stderr] | [INFO] [stderr] 1015 | / bitflags! { [INFO] [stderr] 1016 | | /// Return codes for submodule status. [INFO] [stderr] 1017 | | /// [INFO] [stderr] 1018 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1087 | | } [INFO] [stderr] 1088 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:1015:1 [INFO] [stderr] | [INFO] [stderr] 1015 | / bitflags! { [INFO] [stderr] 1016 | | /// Return codes for submodule status. [INFO] [stderr] 1017 | | /// [INFO] [stderr] 1018 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1087 | | } [INFO] [stderr] 1088 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:1015:1 [INFO] [stderr] | [INFO] [stderr] 1015 | / bitflags! { [INFO] [stderr] 1016 | | /// Return codes for submodule status. [INFO] [stderr] 1017 | | /// [INFO] [stderr] 1018 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1087 | | } [INFO] [stderr] 1088 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:1124:1 [INFO] [stderr] | [INFO] [stderr] 1124 | / bitflags! { [INFO] [stderr] 1125 | | /// ... [INFO] [stderr] 1126 | | pub struct PathspecFlags: u32 { [INFO] [stderr] 1127 | | /// Use the default pathspec matching configuration. [INFO] [stderr] ... | [INFO] [stderr] 1150 | | } [INFO] [stderr] 1151 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:1124:1 [INFO] [stderr] | [INFO] [stderr] 1124 | / bitflags! { [INFO] [stderr] 1125 | | /// ... [INFO] [stderr] 1126 | | pub struct PathspecFlags: u32 { [INFO] [stderr] 1127 | | /// Use the default pathspec matching configuration. [INFO] [stderr] ... | [INFO] [stderr] 1150 | | } [INFO] [stderr] 1151 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:1124:1 [INFO] [stderr] | [INFO] [stderr] 1124 | / bitflags! { [INFO] [stderr] 1125 | | /// ... [INFO] [stderr] 1126 | | pub struct PathspecFlags: u32 { [INFO] [stderr] 1127 | | /// Use the default pathspec matching configuration. [INFO] [stderr] ... | [INFO] [stderr] 1150 | | } [INFO] [stderr] 1151 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:1124:1 [INFO] [stderr] | [INFO] [stderr] 1124 | / bitflags! { [INFO] [stderr] 1125 | | /// ... [INFO] [stderr] 1126 | | pub struct PathspecFlags: u32 { [INFO] [stderr] 1127 | | /// Use the default pathspec matching configuration. [INFO] [stderr] ... | [INFO] [stderr] 1150 | | } [INFO] [stderr] 1151 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:1124:1 [INFO] [stderr] | [INFO] [stderr] 1124 | / bitflags! { [INFO] [stderr] 1125 | | /// ... [INFO] [stderr] 1126 | | pub struct PathspecFlags: u32 { [INFO] [stderr] 1127 | | /// Use the default pathspec matching configuration. [INFO] [stderr] ... | [INFO] [stderr] 1150 | | } [INFO] [stderr] 1151 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:1124:1 [INFO] [stderr] | [INFO] [stderr] 1124 | / bitflags! { [INFO] [stderr] 1125 | | /// ... [INFO] [stderr] 1126 | | pub struct PathspecFlags: u32 { [INFO] [stderr] 1127 | | /// Use the default pathspec matching configuration. [INFO] [stderr] ... | [INFO] [stderr] 1150 | | } [INFO] [stderr] 1151 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:1124:1 [INFO] [stderr] | [INFO] [stderr] 1124 | / bitflags! { [INFO] [stderr] 1125 | | /// ... [INFO] [stderr] 1126 | | pub struct PathspecFlags: u32 { [INFO] [stderr] 1127 | | /// Use the default pathspec matching configuration. [INFO] [stderr] ... | [INFO] [stderr] 1150 | | } [INFO] [stderr] 1151 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:1169:1 [INFO] [stderr] | [INFO] [stderr] 1169 | / bitflags! { [INFO] [stderr] 1170 | | /// Types of notifications emitted from checkouts. [INFO] [stderr] 1171 | | pub struct CheckoutNotificationType: u32 { [INFO] [stderr] 1172 | | /// Notification about a conflict. [INFO] [stderr] ... | [INFO] [stderr] 1182 | | } [INFO] [stderr] 1183 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:1169:1 [INFO] [stderr] | [INFO] [stderr] 1169 | / bitflags! { [INFO] [stderr] 1170 | | /// Types of notifications emitted from checkouts. [INFO] [stderr] 1171 | | pub struct CheckoutNotificationType: u32 { [INFO] [stderr] 1172 | | /// Notification about a conflict. [INFO] [stderr] ... | [INFO] [stderr] 1182 | | } [INFO] [stderr] 1183 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:1169:1 [INFO] [stderr] | [INFO] [stderr] 1169 | / bitflags! { [INFO] [stderr] 1170 | | /// Types of notifications emitted from checkouts. [INFO] [stderr] 1171 | | pub struct CheckoutNotificationType: u32 { [INFO] [stderr] 1172 | | /// Notification about a conflict. [INFO] [stderr] ... | [INFO] [stderr] 1182 | | } [INFO] [stderr] 1183 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:1169:1 [INFO] [stderr] | [INFO] [stderr] 1169 | / bitflags! { [INFO] [stderr] 1170 | | /// Types of notifications emitted from checkouts. [INFO] [stderr] 1171 | | pub struct CheckoutNotificationType: u32 { [INFO] [stderr] 1172 | | /// Notification about a conflict. [INFO] [stderr] ... | [INFO] [stderr] 1182 | | } [INFO] [stderr] 1183 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:1169:1 [INFO] [stderr] | [INFO] [stderr] 1169 | / bitflags! { [INFO] [stderr] 1170 | | /// Types of notifications emitted from checkouts. [INFO] [stderr] 1171 | | pub struct CheckoutNotificationType: u32 { [INFO] [stderr] 1172 | | /// Notification about a conflict. [INFO] [stderr] ... | [INFO] [stderr] 1182 | | } [INFO] [stderr] 1183 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:1208:1 [INFO] [stderr] | [INFO] [stderr] 1208 | / bitflags! { [INFO] [stderr] 1209 | | /// Formatting options for diff stats [INFO] [stderr] 1210 | | pub struct DiffStatsFormat: raw::git_diff_stats_format_t { [INFO] [stderr] 1211 | | /// Don't generate any stats [INFO] [stderr] ... | [INFO] [stderr] 1222 | | } [INFO] [stderr] 1223 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:1208:1 [INFO] [stderr] | [INFO] [stderr] 1208 | / bitflags! { [INFO] [stderr] 1209 | | /// Formatting options for diff stats [INFO] [stderr] 1210 | | pub struct DiffStatsFormat: raw::git_diff_stats_format_t { [INFO] [stderr] 1211 | | /// Don't generate any stats [INFO] [stderr] ... | [INFO] [stderr] 1222 | | } [INFO] [stderr] 1223 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:1208:1 [INFO] [stderr] | [INFO] [stderr] 1208 | / bitflags! { [INFO] [stderr] 1209 | | /// Formatting options for diff stats [INFO] [stderr] 1210 | | pub struct DiffStatsFormat: raw::git_diff_stats_format_t { [INFO] [stderr] 1211 | | /// Don't generate any stats [INFO] [stderr] ... | [INFO] [stderr] 1222 | | } [INFO] [stderr] 1223 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:1208:1 [INFO] [stderr] | [INFO] [stderr] 1208 | / bitflags! { [INFO] [stderr] 1209 | | /// Formatting options for diff stats [INFO] [stderr] 1210 | | pub struct DiffStatsFormat: raw::git_diff_stats_format_t { [INFO] [stderr] 1211 | | /// Don't generate any stats [INFO] [stderr] ... | [INFO] [stderr] 1222 | | } [INFO] [stderr] 1223 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:1208:1 [INFO] [stderr] | [INFO] [stderr] 1208 | / bitflags! { [INFO] [stderr] 1209 | | /// Formatting options for diff stats [INFO] [stderr] 1210 | | pub struct DiffStatsFormat: raw::git_diff_stats_format_t { [INFO] [stderr] 1211 | | /// Don't generate any stats [INFO] [stderr] ... | [INFO] [stderr] 1222 | | } [INFO] [stderr] 1223 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:1276:1 [INFO] [stderr] | [INFO] [stderr] 1276 | / bitflags! { [INFO] [stderr] 1277 | | #[allow(missing_docs)] [INFO] [stderr] 1278 | | pub struct StashApplyFlags: u32 { [INFO] [stderr] 1279 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 1284 | | } [INFO] [stderr] 1285 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:1276:1 [INFO] [stderr] | [INFO] [stderr] 1276 | / bitflags! { [INFO] [stderr] 1277 | | #[allow(missing_docs)] [INFO] [stderr] 1278 | | pub struct StashApplyFlags: u32 { [INFO] [stderr] 1279 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 1284 | | } [INFO] [stderr] 1285 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:1298:1 [INFO] [stderr] | [INFO] [stderr] 1298 | / bitflags! { [INFO] [stderr] 1299 | | #[allow(missing_docs)] [INFO] [stderr] 1300 | | pub struct StashFlags: u32 { [INFO] [stderr] 1301 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 1312 | | } [INFO] [stderr] 1313 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:1298:1 [INFO] [stderr] | [INFO] [stderr] 1298 | / bitflags! { [INFO] [stderr] 1299 | | #[allow(missing_docs)] [INFO] [stderr] 1300 | | pub struct StashFlags: u32 { [INFO] [stderr] 1301 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 1312 | | } [INFO] [stderr] 1313 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:1298:1 [INFO] [stderr] | [INFO] [stderr] 1298 | / bitflags! { [INFO] [stderr] 1299 | | #[allow(missing_docs)] [INFO] [stderr] 1300 | | pub struct StashFlags: u32 { [INFO] [stderr] 1301 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 1312 | | } [INFO] [stderr] 1313 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/git2-0.8.0/src/lib.rs:1298:1 [INFO] [stderr] | [INFO] [stderr] 1298 | / bitflags! { [INFO] [stderr] 1299 | | #[allow(missing_docs)] [INFO] [stderr] 1300 | | pub struct StashFlags: u32 { [INFO] [stderr] 1301 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 1312 | | } [INFO] [stderr] 1313 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in 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 116 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0518`. [INFO] [stderr] error: could not compile `git2`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "e9f31677ee478960c0fe1e58741a963710a7d6e72f49f44504ea89b73f21cce3"` [INFO] running `"docker" "rm" "-f" "e9f31677ee478960c0fe1e58741a963710a7d6e72f49f44504ea89b73f21cce3"` [INFO] [stdout] e9f31677ee478960c0fe1e58741a963710a7d6e72f49f44504ea89b73f21cce3