[INFO] fetching crate last-git-commit 0.1.1... [INFO] checking last-git-commit-0.1.1 against try#38f08371587f97c145dedb2c055ac7b01bf1e788 for pr-65294 [INFO] extracting crate last-git-commit 0.1.1 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate last-git-commit 0.1.1 on toolchain 38f08371587f97c145dedb2c055ac7b01bf1e788 [INFO] running `"/workspace/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate last-git-commit 0.1.1 [INFO] finished tweaking crates.io crate last-git-commit 0.1.1 [INFO] tweaked toml for crates.io crate last-git-commit 0.1.1 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate crates.io crate last-git-commit 0.1.1 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-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] e024f0d207ae43ef29f5c8f6e626d70364bd48b4dc505111539fdc80ce0d750a [INFO] running `"docker" "start" "-a" "e024f0d207ae43ef29f5c8f6e626d70364bd48b4dc505111539fdc80ce0d750a"` [INFO] [stderr] Compiling openssl-sys v0.9.47 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling libssh2-sys v0.2.11 [INFO] [stderr] Compiling libgit2-sys v0.8.1 [INFO] [stderr] Checking git2 v0.9.1 [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.9.1/src/lib.rs:373:1 [INFO] [stderr] | [INFO] [stderr] 373 | / bitflags! { [INFO] [stderr] 374 | | /// Orderings that may be specified for Revwalk iteration. [INFO] [stderr] 375 | | pub struct Sort: u32 { [INFO] [stderr] 376 | | /// Sort the repository contents in no particular ordering. [INFO] [stderr] ... | [INFO] [stderr] 397 | | } [INFO] [stderr] 398 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:407:1 [INFO] [stderr] | [INFO] [stderr] 407 | / bitflags! { [INFO] [stderr] 408 | | /// Types of credentials that can be requested by a credential callback. [INFO] [stderr] 409 | | pub struct CredentialType: u32 { [INFO] [stderr] 410 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 424 | | } [INFO] [stderr] 425 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:443:1 [INFO] [stderr] | [INFO] [stderr] 443 | / bitflags! { [INFO] [stderr] 444 | | /// Flags for the `flags` field of an IndexEntry. [INFO] [stderr] 445 | | pub struct IndexEntryFlag: u16 { [INFO] [stderr] 446 | | /// Set when the `extended_flags` field is valid. [INFO] [stderr] ... | [INFO] [stderr] 450 | | } [INFO] [stderr] 451 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:458:1 [INFO] [stderr] | [INFO] [stderr] 458 | / bitflags! { [INFO] [stderr] 459 | | /// Flags for the `extended_flags` field of an IndexEntry. [INFO] [stderr] 460 | | pub struct IndexEntryExtendedFlag: u16 { [INFO] [stderr] 461 | | /// An "intent to add" entry from "git add -N" [INFO] [stderr] ... | [INFO] [stderr] 468 | | } [INFO] [stderr] 469 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:477:1 [INFO] [stderr] | [INFO] [stderr] 477 | / bitflags! { [INFO] [stderr] 478 | | /// Flags for APIs that add files matching pathspec [INFO] [stderr] 479 | | pub struct IndexAddOption: u32 { [INFO] [stderr] 480 | | #[allow(missing_docs)] [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.9.1/src/lib.rs:508:1 [INFO] [stderr] | [INFO] [stderr] 508 | / bitflags! { [INFO] [stderr] 509 | | /// Flags for `Repository::open_ext` [INFO] [stderr] 510 | | pub struct RepositoryOpenFlags: u32 { [INFO] [stderr] 511 | | /// Only open the specified path; don't walk upward searching. [INFO] [stderr] ... | [INFO] [stderr] 521 | | } [INFO] [stderr] 522 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:532:1 [INFO] [stderr] | [INFO] [stderr] 532 | / bitflags! { [INFO] [stderr] 533 | | /// Flags for the return value of `Repository::revparse` [INFO] [stderr] 534 | | pub struct RevparseMode: u32 { [INFO] [stderr] 535 | | /// The spec targeted a single object [INFO] [stderr] ... | [INFO] [stderr] 541 | | } [INFO] [stderr] 542 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:550:1 [INFO] [stderr] | [INFO] [stderr] 550 | / bitflags! { [INFO] [stderr] 551 | | /// The results of `merge_analysis` indicating the merge opportunities. [INFO] [stderr] 552 | | pub struct MergeAnalysis: u32 { [INFO] [stderr] 553 | | /// No merge is possible. [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.9.1/src/lib.rs:580:1 [INFO] [stderr] | [INFO] [stderr] 580 | / bitflags! { [INFO] [stderr] 581 | | /// The user's stated preference for merges. [INFO] [stderr] 582 | | pub struct MergePreference: u32 { [INFO] [stderr] 583 | | /// No configuration was found that suggests a preferred behavior for [INFO] [stderr] ... | [INFO] [stderr] 592 | | } [INFO] [stderr] 593 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:894:1 [INFO] [stderr] | [INFO] [stderr] 894 | / bitflags! { [INFO] [stderr] 895 | | /// Status flags for a single file [INFO] [stderr] 896 | | /// [INFO] [stderr] 897 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 933 | | } [INFO] [stderr] 934 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:951:1 [INFO] [stderr] | [INFO] [stderr] 951 | / bitflags! { [INFO] [stderr] 952 | | /// Mode options for RepositoryInitOptions [INFO] [stderr] 953 | | pub struct RepositoryInitMode: u32 { [INFO] [stderr] 954 | | /// Use permissions configured by umask - the default [INFO] [stderr] ... | [INFO] [stderr] 961 | | } [INFO] [stderr] 962 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:997:1 [INFO] [stderr] | [INFO] [stderr] 997 | / bitflags! { [INFO] [stderr] 998 | | /// Return codes for submodule status. [INFO] [stderr] 999 | | /// [INFO] [stderr] 1000 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1069 | | } [INFO] [stderr] 1070 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:1106:1 [INFO] [stderr] | [INFO] [stderr] 1106 | / bitflags! { [INFO] [stderr] 1107 | | /// ... [INFO] [stderr] 1108 | | pub struct PathspecFlags: u32 { [INFO] [stderr] 1109 | | /// Use the default pathspec matching configuration. [INFO] [stderr] ... | [INFO] [stderr] 1132 | | } [INFO] [stderr] 1133 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:1151:1 [INFO] [stderr] | [INFO] [stderr] 1151 | / bitflags! { [INFO] [stderr] 1152 | | /// Types of notifications emitted from checkouts. [INFO] [stderr] 1153 | | pub struct CheckoutNotificationType: u32 { [INFO] [stderr] 1154 | | /// Notification about a conflict. [INFO] [stderr] ... | [INFO] [stderr] 1164 | | } [INFO] [stderr] 1165 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:1190:1 [INFO] [stderr] | [INFO] [stderr] 1190 | / bitflags! { [INFO] [stderr] 1191 | | /// Formatting options for diff stats [INFO] [stderr] 1192 | | pub struct DiffStatsFormat: raw::git_diff_stats_format_t { [INFO] [stderr] 1193 | | /// Don't generate any stats [INFO] [stderr] ... | [INFO] [stderr] 1204 | | } [INFO] [stderr] 1205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:1258:1 [INFO] [stderr] | [INFO] [stderr] 1258 | / bitflags! { [INFO] [stderr] 1259 | | #[allow(missing_docs)] [INFO] [stderr] 1260 | | pub struct StashApplyFlags: u32 { [INFO] [stderr] 1261 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 1266 | | } [INFO] [stderr] 1267 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:1280:1 [INFO] [stderr] | [INFO] [stderr] 1280 | / bitflags! { [INFO] [stderr] 1281 | | #[allow(missing_docs)] [INFO] [stderr] 1282 | | pub struct StashFlags: u32 { [INFO] [stderr] 1283 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 1294 | | } [INFO] [stderr] 1295 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:373:1 [INFO] [stderr] | [INFO] [stderr] 373 | / bitflags! { [INFO] [stderr] 374 | | /// Orderings that may be specified for Revwalk iteration. [INFO] [stderr] 375 | | pub struct Sort: u32 { [INFO] [stderr] 376 | | /// Sort the repository contents in no particular ordering. [INFO] [stderr] ... | [INFO] [stderr] 397 | | } [INFO] [stderr] 398 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:373:1 [INFO] [stderr] | [INFO] [stderr] 373 | / bitflags! { [INFO] [stderr] 374 | | /// Orderings that may be specified for Revwalk iteration. [INFO] [stderr] 375 | | pub struct Sort: u32 { [INFO] [stderr] 376 | | /// Sort the repository contents in no particular ordering. [INFO] [stderr] ... | [INFO] [stderr] 397 | | } [INFO] [stderr] 398 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:373:1 [INFO] [stderr] | [INFO] [stderr] 373 | / bitflags! { [INFO] [stderr] 374 | | /// Orderings that may be specified for Revwalk iteration. [INFO] [stderr] 375 | | pub struct Sort: u32 { [INFO] [stderr] 376 | | /// Sort the repository contents in no particular ordering. [INFO] [stderr] ... | [INFO] [stderr] 397 | | } [INFO] [stderr] 398 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:373:1 [INFO] [stderr] | [INFO] [stderr] 373 | / bitflags! { [INFO] [stderr] 374 | | /// Orderings that may be specified for Revwalk iteration. [INFO] [stderr] 375 | | pub struct Sort: u32 { [INFO] [stderr] 376 | | /// Sort the repository contents in no particular ordering. [INFO] [stderr] ... | [INFO] [stderr] 397 | | } [INFO] [stderr] 398 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:407:1 [INFO] [stderr] | [INFO] [stderr] 407 | / bitflags! { [INFO] [stderr] 408 | | /// Types of credentials that can be requested by a credential callback. [INFO] [stderr] 409 | | pub struct CredentialType: u32 { [INFO] [stderr] 410 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 424 | | } [INFO] [stderr] 425 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:407:1 [INFO] [stderr] | [INFO] [stderr] 407 | / bitflags! { [INFO] [stderr] 408 | | /// Types of credentials that can be requested by a credential callback. [INFO] [stderr] 409 | | pub struct CredentialType: u32 { [INFO] [stderr] 410 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 424 | | } [INFO] [stderr] 425 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:407:1 [INFO] [stderr] | [INFO] [stderr] 407 | / bitflags! { [INFO] [stderr] 408 | | /// Types of credentials that can be requested by a credential callback. [INFO] [stderr] 409 | | pub struct CredentialType: u32 { [INFO] [stderr] 410 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 424 | | } [INFO] [stderr] 425 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:407:1 [INFO] [stderr] | [INFO] [stderr] 407 | / bitflags! { [INFO] [stderr] 408 | | /// Types of credentials that can be requested by a credential callback. [INFO] [stderr] 409 | | pub struct CredentialType: u32 { [INFO] [stderr] 410 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 424 | | } [INFO] [stderr] 425 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:407:1 [INFO] [stderr] | [INFO] [stderr] 407 | / bitflags! { [INFO] [stderr] 408 | | /// Types of credentials that can be requested by a credential callback. [INFO] [stderr] 409 | | pub struct CredentialType: u32 { [INFO] [stderr] 410 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 424 | | } [INFO] [stderr] 425 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:407:1 [INFO] [stderr] | [INFO] [stderr] 407 | / bitflags! { [INFO] [stderr] 408 | | /// Types of credentials that can be requested by a credential callback. [INFO] [stderr] 409 | | pub struct CredentialType: u32 { [INFO] [stderr] 410 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 424 | | } [INFO] [stderr] 425 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:407:1 [INFO] [stderr] | [INFO] [stderr] 407 | / bitflags! { [INFO] [stderr] 408 | | /// Types of credentials that can be requested by a credential callback. [INFO] [stderr] 409 | | pub struct CredentialType: u32 { [INFO] [stderr] 410 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 424 | | } [INFO] [stderr] 425 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:443:1 [INFO] [stderr] | [INFO] [stderr] 443 | / bitflags! { [INFO] [stderr] 444 | | /// Flags for the `flags` field of an IndexEntry. [INFO] [stderr] 445 | | pub struct IndexEntryFlag: u16 { [INFO] [stderr] 446 | | /// Set when the `extended_flags` field is valid. [INFO] [stderr] ... | [INFO] [stderr] 450 | | } [INFO] [stderr] 451 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:443:1 [INFO] [stderr] | [INFO] [stderr] 443 | / bitflags! { [INFO] [stderr] 444 | | /// Flags for the `flags` field of an IndexEntry. [INFO] [stderr] 445 | | pub struct IndexEntryFlag: u16 { [INFO] [stderr] 446 | | /// Set when the `extended_flags` field is valid. [INFO] [stderr] ... | [INFO] [stderr] 450 | | } [INFO] [stderr] 451 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:458:1 [INFO] [stderr] | [INFO] [stderr] 458 | / bitflags! { [INFO] [stderr] 459 | | /// Flags for the `extended_flags` field of an IndexEntry. [INFO] [stderr] 460 | | pub struct IndexEntryExtendedFlag: u16 { [INFO] [stderr] 461 | | /// An "intent to add" entry from "git add -N" [INFO] [stderr] ... | [INFO] [stderr] 468 | | } [INFO] [stderr] 469 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:458:1 [INFO] [stderr] | [INFO] [stderr] 458 | / bitflags! { [INFO] [stderr] 459 | | /// Flags for the `extended_flags` field of an IndexEntry. [INFO] [stderr] 460 | | pub struct IndexEntryExtendedFlag: u16 { [INFO] [stderr] 461 | | /// An "intent to add" entry from "git add -N" [INFO] [stderr] ... | [INFO] [stderr] 468 | | } [INFO] [stderr] 469 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:458:1 [INFO] [stderr] | [INFO] [stderr] 458 | / bitflags! { [INFO] [stderr] 459 | | /// Flags for the `extended_flags` field of an IndexEntry. [INFO] [stderr] 460 | | pub struct IndexEntryExtendedFlag: u16 { [INFO] [stderr] 461 | | /// An "intent to add" entry from "git add -N" [INFO] [stderr] ... | [INFO] [stderr] 468 | | } [INFO] [stderr] 469 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:477:1 [INFO] [stderr] | [INFO] [stderr] 477 | / bitflags! { [INFO] [stderr] 478 | | /// Flags for APIs that add files matching pathspec [INFO] [stderr] 479 | | pub struct IndexAddOption: u32 { [INFO] [stderr] 480 | | #[allow(missing_docs)] [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.9.1/src/lib.rs:477:1 [INFO] [stderr] | [INFO] [stderr] 477 | / bitflags! { [INFO] [stderr] 478 | | /// Flags for APIs that add files matching pathspec [INFO] [stderr] 479 | | pub struct IndexAddOption: u32 { [INFO] [stderr] 480 | | #[allow(missing_docs)] [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.9.1/src/lib.rs:477:1 [INFO] [stderr] | [INFO] [stderr] 477 | / bitflags! { [INFO] [stderr] 478 | | /// Flags for APIs that add files matching pathspec [INFO] [stderr] 479 | | pub struct IndexAddOption: u32 { [INFO] [stderr] 480 | | #[allow(missing_docs)] [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.9.1/src/lib.rs:477:1 [INFO] [stderr] | [INFO] [stderr] 477 | / bitflags! { [INFO] [stderr] 478 | | /// Flags for APIs that add files matching pathspec [INFO] [stderr] 479 | | pub struct IndexAddOption: u32 { [INFO] [stderr] 480 | | #[allow(missing_docs)] [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.9.1/src/lib.rs:508:1 [INFO] [stderr] | [INFO] [stderr] 508 | / bitflags! { [INFO] [stderr] 509 | | /// Flags for `Repository::open_ext` [INFO] [stderr] 510 | | pub struct RepositoryOpenFlags: u32 { [INFO] [stderr] 511 | | /// Only open the specified path; don't walk upward searching. [INFO] [stderr] ... | [INFO] [stderr] 521 | | } [INFO] [stderr] 522 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:508:1 [INFO] [stderr] | [INFO] [stderr] 508 | / bitflags! { [INFO] [stderr] 509 | | /// Flags for `Repository::open_ext` [INFO] [stderr] 510 | | pub struct RepositoryOpenFlags: u32 { [INFO] [stderr] 511 | | /// Only open the specified path; don't walk upward searching. [INFO] [stderr] ... | [INFO] [stderr] 521 | | } [INFO] [stderr] 522 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:508:1 [INFO] [stderr] | [INFO] [stderr] 508 | / bitflags! { [INFO] [stderr] 509 | | /// Flags for `Repository::open_ext` [INFO] [stderr] 510 | | pub struct RepositoryOpenFlags: u32 { [INFO] [stderr] 511 | | /// Only open the specified path; don't walk upward searching. [INFO] [stderr] ... | [INFO] [stderr] 521 | | } [INFO] [stderr] 522 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:508:1 [INFO] [stderr] | [INFO] [stderr] 508 | / bitflags! { [INFO] [stderr] 509 | | /// Flags for `Repository::open_ext` [INFO] [stderr] 510 | | pub struct RepositoryOpenFlags: u32 { [INFO] [stderr] 511 | | /// Only open the specified path; don't walk upward searching. [INFO] [stderr] ... | [INFO] [stderr] 521 | | } [INFO] [stderr] 522 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:508:1 [INFO] [stderr] | [INFO] [stderr] 508 | / bitflags! { [INFO] [stderr] 509 | | /// Flags for `Repository::open_ext` [INFO] [stderr] 510 | | pub struct RepositoryOpenFlags: u32 { [INFO] [stderr] 511 | | /// Only open the specified path; don't walk upward searching. [INFO] [stderr] ... | [INFO] [stderr] 521 | | } [INFO] [stderr] 522 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:532:1 [INFO] [stderr] | [INFO] [stderr] 532 | / bitflags! { [INFO] [stderr] 533 | | /// Flags for the return value of `Repository::revparse` [INFO] [stderr] 534 | | pub struct RevparseMode: u32 { [INFO] [stderr] 535 | | /// The spec targeted a single object [INFO] [stderr] ... | [INFO] [stderr] 541 | | } [INFO] [stderr] 542 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:532:1 [INFO] [stderr] | [INFO] [stderr] 532 | / bitflags! { [INFO] [stderr] 533 | | /// Flags for the return value of `Repository::revparse` [INFO] [stderr] 534 | | pub struct RevparseMode: u32 { [INFO] [stderr] 535 | | /// The spec targeted a single object [INFO] [stderr] ... | [INFO] [stderr] 541 | | } [INFO] [stderr] 542 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:532:1 [INFO] [stderr] | [INFO] [stderr] 532 | / bitflags! { [INFO] [stderr] 533 | | /// Flags for the return value of `Repository::revparse` [INFO] [stderr] 534 | | pub struct RevparseMode: u32 { [INFO] [stderr] 535 | | /// The spec targeted a single object [INFO] [stderr] ... | [INFO] [stderr] 541 | | } [INFO] [stderr] 542 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:550:1 [INFO] [stderr] | [INFO] [stderr] 550 | / bitflags! { [INFO] [stderr] 551 | | /// The results of `merge_analysis` indicating the merge opportunities. [INFO] [stderr] 552 | | pub struct MergeAnalysis: u32 { [INFO] [stderr] 553 | | /// No merge is possible. [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.9.1/src/lib.rs:550:1 [INFO] [stderr] | [INFO] [stderr] 550 | / bitflags! { [INFO] [stderr] 551 | | /// The results of `merge_analysis` indicating the merge opportunities. [INFO] [stderr] 552 | | pub struct MergeAnalysis: u32 { [INFO] [stderr] 553 | | /// No merge is possible. [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.9.1/src/lib.rs:550:1 [INFO] [stderr] | [INFO] [stderr] 550 | / bitflags! { [INFO] [stderr] 551 | | /// The results of `merge_analysis` indicating the merge opportunities. [INFO] [stderr] 552 | | pub struct MergeAnalysis: u32 { [INFO] [stderr] 553 | | /// No merge is possible. [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.9.1/src/lib.rs:550:1 [INFO] [stderr] | [INFO] [stderr] 550 | / bitflags! { [INFO] [stderr] 551 | | /// The results of `merge_analysis` indicating the merge opportunities. [INFO] [stderr] 552 | | pub struct MergeAnalysis: u32 { [INFO] [stderr] 553 | | /// No merge is possible. [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.9.1/src/lib.rs:550:1 [INFO] [stderr] | [INFO] [stderr] 550 | / bitflags! { [INFO] [stderr] 551 | | /// The results of `merge_analysis` indicating the merge opportunities. [INFO] [stderr] 552 | | pub struct MergeAnalysis: u32 { [INFO] [stderr] 553 | | /// No merge is possible. [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.9.1/src/lib.rs:580:1 [INFO] [stderr] | [INFO] [stderr] 580 | / bitflags! { [INFO] [stderr] 581 | | /// The user's stated preference for merges. [INFO] [stderr] 582 | | pub struct MergePreference: u32 { [INFO] [stderr] 583 | | /// No configuration was found that suggests a preferred behavior for [INFO] [stderr] ... | [INFO] [stderr] 592 | | } [INFO] [stderr] 593 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:580:1 [INFO] [stderr] | [INFO] [stderr] 580 | / bitflags! { [INFO] [stderr] 581 | | /// The user's stated preference for merges. [INFO] [stderr] 582 | | pub struct MergePreference: u32 { [INFO] [stderr] 583 | | /// No configuration was found that suggests a preferred behavior for [INFO] [stderr] ... | [INFO] [stderr] 592 | | } [INFO] [stderr] 593 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:580:1 [INFO] [stderr] | [INFO] [stderr] 580 | / bitflags! { [INFO] [stderr] 581 | | /// The user's stated preference for merges. [INFO] [stderr] 582 | | pub struct MergePreference: u32 { [INFO] [stderr] 583 | | /// No configuration was found that suggests a preferred behavior for [INFO] [stderr] ... | [INFO] [stderr] 592 | | } [INFO] [stderr] 593 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:894:1 [INFO] [stderr] | [INFO] [stderr] 894 | / bitflags! { [INFO] [stderr] 895 | | /// Status flags for a single file [INFO] [stderr] 896 | | /// [INFO] [stderr] 897 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 933 | | } [INFO] [stderr] 934 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:894:1 [INFO] [stderr] | [INFO] [stderr] 894 | / bitflags! { [INFO] [stderr] 895 | | /// Status flags for a single file [INFO] [stderr] 896 | | /// [INFO] [stderr] 897 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 933 | | } [INFO] [stderr] 934 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:894:1 [INFO] [stderr] | [INFO] [stderr] 894 | / bitflags! { [INFO] [stderr] 895 | | /// Status flags for a single file [INFO] [stderr] 896 | | /// [INFO] [stderr] 897 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 933 | | } [INFO] [stderr] 934 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:894:1 [INFO] [stderr] | [INFO] [stderr] 894 | / bitflags! { [INFO] [stderr] 895 | | /// Status flags for a single file [INFO] [stderr] 896 | | /// [INFO] [stderr] 897 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 933 | | } [INFO] [stderr] 934 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:894:1 [INFO] [stderr] | [INFO] [stderr] 894 | / bitflags! { [INFO] [stderr] 895 | | /// Status flags for a single file [INFO] [stderr] 896 | | /// [INFO] [stderr] 897 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 933 | | } [INFO] [stderr] 934 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:894:1 [INFO] [stderr] | [INFO] [stderr] 894 | / bitflags! { [INFO] [stderr] 895 | | /// Status flags for a single file [INFO] [stderr] 896 | | /// [INFO] [stderr] 897 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 933 | | } [INFO] [stderr] 934 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:894:1 [INFO] [stderr] | [INFO] [stderr] 894 | / bitflags! { [INFO] [stderr] 895 | | /// Status flags for a single file [INFO] [stderr] 896 | | /// [INFO] [stderr] 897 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 933 | | } [INFO] [stderr] 934 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:894:1 [INFO] [stderr] | [INFO] [stderr] 894 | / bitflags! { [INFO] [stderr] 895 | | /// Status flags for a single file [INFO] [stderr] 896 | | /// [INFO] [stderr] 897 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 933 | | } [INFO] [stderr] 934 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:894:1 [INFO] [stderr] | [INFO] [stderr] 894 | / bitflags! { [INFO] [stderr] 895 | | /// Status flags for a single file [INFO] [stderr] 896 | | /// [INFO] [stderr] 897 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 933 | | } [INFO] [stderr] 934 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:894:1 [INFO] [stderr] | [INFO] [stderr] 894 | / bitflags! { [INFO] [stderr] 895 | | /// Status flags for a single file [INFO] [stderr] 896 | | /// [INFO] [stderr] 897 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 933 | | } [INFO] [stderr] 934 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:894:1 [INFO] [stderr] | [INFO] [stderr] 894 | / bitflags! { [INFO] [stderr] 895 | | /// Status flags for a single file [INFO] [stderr] 896 | | /// [INFO] [stderr] 897 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 933 | | } [INFO] [stderr] 934 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:894:1 [INFO] [stderr] | [INFO] [stderr] 894 | / bitflags! { [INFO] [stderr] 895 | | /// Status flags for a single file [INFO] [stderr] 896 | | /// [INFO] [stderr] 897 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 933 | | } [INFO] [stderr] 934 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:894:1 [INFO] [stderr] | [INFO] [stderr] 894 | / bitflags! { [INFO] [stderr] 895 | | /// Status flags for a single file [INFO] [stderr] 896 | | /// [INFO] [stderr] 897 | | /// A combination of these values will be returned to indicate the status of [INFO] [stderr] ... | [INFO] [stderr] 933 | | } [INFO] [stderr] 934 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:951:1 [INFO] [stderr] | [INFO] [stderr] 951 | / bitflags! { [INFO] [stderr] 952 | | /// Mode options for RepositoryInitOptions [INFO] [stderr] 953 | | pub struct RepositoryInitMode: u32 { [INFO] [stderr] 954 | | /// Use permissions configured by umask - the default [INFO] [stderr] ... | [INFO] [stderr] 961 | | } [INFO] [stderr] 962 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:951:1 [INFO] [stderr] | [INFO] [stderr] 951 | / bitflags! { [INFO] [stderr] 952 | | /// Mode options for RepositoryInitOptions [INFO] [stderr] 953 | | pub struct RepositoryInitMode: u32 { [INFO] [stderr] 954 | | /// Use permissions configured by umask - the default [INFO] [stderr] ... | [INFO] [stderr] 961 | | } [INFO] [stderr] 962 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:951:1 [INFO] [stderr] | [INFO] [stderr] 951 | / bitflags! { [INFO] [stderr] 952 | | /// Mode options for RepositoryInitOptions [INFO] [stderr] 953 | | pub struct RepositoryInitMode: u32 { [INFO] [stderr] 954 | | /// Use permissions configured by umask - the default [INFO] [stderr] ... | [INFO] [stderr] 961 | | } [INFO] [stderr] 962 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:997:1 [INFO] [stderr] | [INFO] [stderr] 997 | / bitflags! { [INFO] [stderr] 998 | | /// Return codes for submodule status. [INFO] [stderr] 999 | | /// [INFO] [stderr] 1000 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1069 | | } [INFO] [stderr] 1070 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:997:1 [INFO] [stderr] | [INFO] [stderr] 997 | / bitflags! { [INFO] [stderr] 998 | | /// Return codes for submodule status. [INFO] [stderr] 999 | | /// [INFO] [stderr] 1000 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1069 | | } [INFO] [stderr] 1070 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:997:1 [INFO] [stderr] | [INFO] [stderr] 997 | / bitflags! { [INFO] [stderr] 998 | | /// Return codes for submodule status. [INFO] [stderr] 999 | | /// [INFO] [stderr] 1000 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1069 | | } [INFO] [stderr] 1070 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:997:1 [INFO] [stderr] | [INFO] [stderr] 997 | / bitflags! { [INFO] [stderr] 998 | | /// Return codes for submodule status. [INFO] [stderr] 999 | | /// [INFO] [stderr] 1000 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1069 | | } [INFO] [stderr] 1070 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:997:1 [INFO] [stderr] | [INFO] [stderr] 997 | / bitflags! { [INFO] [stderr] 998 | | /// Return codes for submodule status. [INFO] [stderr] 999 | | /// [INFO] [stderr] 1000 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1069 | | } [INFO] [stderr] 1070 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:997:1 [INFO] [stderr] | [INFO] [stderr] 997 | / bitflags! { [INFO] [stderr] 998 | | /// Return codes for submodule status. [INFO] [stderr] 999 | | /// [INFO] [stderr] 1000 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1069 | | } [INFO] [stderr] 1070 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:997:1 [INFO] [stderr] | [INFO] [stderr] 997 | / bitflags! { [INFO] [stderr] 998 | | /// Return codes for submodule status. [INFO] [stderr] 999 | | /// [INFO] [stderr] 1000 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1069 | | } [INFO] [stderr] 1070 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:997:1 [INFO] [stderr] | [INFO] [stderr] 997 | / bitflags! { [INFO] [stderr] 998 | | /// Return codes for submodule status. [INFO] [stderr] 999 | | /// [INFO] [stderr] 1000 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1069 | | } [INFO] [stderr] 1070 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:997:1 [INFO] [stderr] | [INFO] [stderr] 997 | / bitflags! { [INFO] [stderr] 998 | | /// Return codes for submodule status. [INFO] [stderr] 999 | | /// [INFO] [stderr] 1000 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1069 | | } [INFO] [stderr] 1070 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:997:1 [INFO] [stderr] | [INFO] [stderr] 997 | / bitflags! { [INFO] [stderr] 998 | | /// Return codes for submodule status. [INFO] [stderr] 999 | | /// [INFO] [stderr] 1000 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1069 | | } [INFO] [stderr] 1070 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:997:1 [INFO] [stderr] | [INFO] [stderr] 997 | / bitflags! { [INFO] [stderr] 998 | | /// Return codes for submodule status. [INFO] [stderr] 999 | | /// [INFO] [stderr] 1000 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1069 | | } [INFO] [stderr] 1070 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:997:1 [INFO] [stderr] | [INFO] [stderr] 997 | / bitflags! { [INFO] [stderr] 998 | | /// Return codes for submodule status. [INFO] [stderr] 999 | | /// [INFO] [stderr] 1000 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1069 | | } [INFO] [stderr] 1070 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:997:1 [INFO] [stderr] | [INFO] [stderr] 997 | / bitflags! { [INFO] [stderr] 998 | | /// Return codes for submodule status. [INFO] [stderr] 999 | | /// [INFO] [stderr] 1000 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1069 | | } [INFO] [stderr] 1070 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:997:1 [INFO] [stderr] | [INFO] [stderr] 997 | / bitflags! { [INFO] [stderr] 998 | | /// Return codes for submodule status. [INFO] [stderr] 999 | | /// [INFO] [stderr] 1000 | | /// A combination of these flags will be returned to describe the status of a [INFO] [stderr] ... | [INFO] [stderr] 1069 | | } [INFO] [stderr] 1070 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:1106:1 [INFO] [stderr] | [INFO] [stderr] 1106 | / bitflags! { [INFO] [stderr] 1107 | | /// ... [INFO] [stderr] 1108 | | pub struct PathspecFlags: u32 { [INFO] [stderr] 1109 | | /// Use the default pathspec matching configuration. [INFO] [stderr] ... | [INFO] [stderr] 1132 | | } [INFO] [stderr] 1133 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:1106:1 [INFO] [stderr] | [INFO] [stderr] 1106 | / bitflags! { [INFO] [stderr] 1107 | | /// ... [INFO] [stderr] 1108 | | pub struct PathspecFlags: u32 { [INFO] [stderr] 1109 | | /// Use the default pathspec matching configuration. [INFO] [stderr] ... | [INFO] [stderr] 1132 | | } [INFO] [stderr] 1133 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:1106:1 [INFO] [stderr] | [INFO] [stderr] 1106 | / bitflags! { [INFO] [stderr] 1107 | | /// ... [INFO] [stderr] 1108 | | pub struct PathspecFlags: u32 { [INFO] [stderr] 1109 | | /// Use the default pathspec matching configuration. [INFO] [stderr] ... | [INFO] [stderr] 1132 | | } [INFO] [stderr] 1133 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:1106:1 [INFO] [stderr] | [INFO] [stderr] 1106 | / bitflags! { [INFO] [stderr] 1107 | | /// ... [INFO] [stderr] 1108 | | pub struct PathspecFlags: u32 { [INFO] [stderr] 1109 | | /// Use the default pathspec matching configuration. [INFO] [stderr] ... | [INFO] [stderr] 1132 | | } [INFO] [stderr] 1133 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:1106:1 [INFO] [stderr] | [INFO] [stderr] 1106 | / bitflags! { [INFO] [stderr] 1107 | | /// ... [INFO] [stderr] 1108 | | pub struct PathspecFlags: u32 { [INFO] [stderr] 1109 | | /// Use the default pathspec matching configuration. [INFO] [stderr] ... | [INFO] [stderr] 1132 | | } [INFO] [stderr] 1133 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:1106:1 [INFO] [stderr] | [INFO] [stderr] 1106 | / bitflags! { [INFO] [stderr] 1107 | | /// ... [INFO] [stderr] 1108 | | pub struct PathspecFlags: u32 { [INFO] [stderr] 1109 | | /// Use the default pathspec matching configuration. [INFO] [stderr] ... | [INFO] [stderr] 1132 | | } [INFO] [stderr] 1133 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:1106:1 [INFO] [stderr] | [INFO] [stderr] 1106 | / bitflags! { [INFO] [stderr] 1107 | | /// ... [INFO] [stderr] 1108 | | pub struct PathspecFlags: u32 { [INFO] [stderr] 1109 | | /// Use the default pathspec matching configuration. [INFO] [stderr] ... | [INFO] [stderr] 1132 | | } [INFO] [stderr] 1133 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:1151:1 [INFO] [stderr] | [INFO] [stderr] 1151 | / bitflags! { [INFO] [stderr] 1152 | | /// Types of notifications emitted from checkouts. [INFO] [stderr] 1153 | | pub struct CheckoutNotificationType: u32 { [INFO] [stderr] 1154 | | /// Notification about a conflict. [INFO] [stderr] ... | [INFO] [stderr] 1164 | | } [INFO] [stderr] 1165 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:1151:1 [INFO] [stderr] | [INFO] [stderr] 1151 | / bitflags! { [INFO] [stderr] 1152 | | /// Types of notifications emitted from checkouts. [INFO] [stderr] 1153 | | pub struct CheckoutNotificationType: u32 { [INFO] [stderr] 1154 | | /// Notification about a conflict. [INFO] [stderr] ... | [INFO] [stderr] 1164 | | } [INFO] [stderr] 1165 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:1151:1 [INFO] [stderr] | [INFO] [stderr] 1151 | / bitflags! { [INFO] [stderr] 1152 | | /// Types of notifications emitted from checkouts. [INFO] [stderr] 1153 | | pub struct CheckoutNotificationType: u32 { [INFO] [stderr] 1154 | | /// Notification about a conflict. [INFO] [stderr] ... | [INFO] [stderr] 1164 | | } [INFO] [stderr] 1165 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:1151:1 [INFO] [stderr] | [INFO] [stderr] 1151 | / bitflags! { [INFO] [stderr] 1152 | | /// Types of notifications emitted from checkouts. [INFO] [stderr] 1153 | | pub struct CheckoutNotificationType: u32 { [INFO] [stderr] 1154 | | /// Notification about a conflict. [INFO] [stderr] ... | [INFO] [stderr] 1164 | | } [INFO] [stderr] 1165 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:1151:1 [INFO] [stderr] | [INFO] [stderr] 1151 | / bitflags! { [INFO] [stderr] 1152 | | /// Types of notifications emitted from checkouts. [INFO] [stderr] 1153 | | pub struct CheckoutNotificationType: u32 { [INFO] [stderr] 1154 | | /// Notification about a conflict. [INFO] [stderr] ... | [INFO] [stderr] 1164 | | } [INFO] [stderr] 1165 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:1190:1 [INFO] [stderr] | [INFO] [stderr] 1190 | / bitflags! { [INFO] [stderr] 1191 | | /// Formatting options for diff stats [INFO] [stderr] 1192 | | pub struct DiffStatsFormat: raw::git_diff_stats_format_t { [INFO] [stderr] 1193 | | /// Don't generate any stats [INFO] [stderr] ... | [INFO] [stderr] 1204 | | } [INFO] [stderr] 1205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:1190:1 [INFO] [stderr] | [INFO] [stderr] 1190 | / bitflags! { [INFO] [stderr] 1191 | | /// Formatting options for diff stats [INFO] [stderr] 1192 | | pub struct DiffStatsFormat: raw::git_diff_stats_format_t { [INFO] [stderr] 1193 | | /// Don't generate any stats [INFO] [stderr] ... | [INFO] [stderr] 1204 | | } [INFO] [stderr] 1205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:1190:1 [INFO] [stderr] | [INFO] [stderr] 1190 | / bitflags! { [INFO] [stderr] 1191 | | /// Formatting options for diff stats [INFO] [stderr] 1192 | | pub struct DiffStatsFormat: raw::git_diff_stats_format_t { [INFO] [stderr] 1193 | | /// Don't generate any stats [INFO] [stderr] ... | [INFO] [stderr] 1204 | | } [INFO] [stderr] 1205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:1190:1 [INFO] [stderr] | [INFO] [stderr] 1190 | / bitflags! { [INFO] [stderr] 1191 | | /// Formatting options for diff stats [INFO] [stderr] 1192 | | pub struct DiffStatsFormat: raw::git_diff_stats_format_t { [INFO] [stderr] 1193 | | /// Don't generate any stats [INFO] [stderr] ... | [INFO] [stderr] 1204 | | } [INFO] [stderr] 1205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:1190:1 [INFO] [stderr] | [INFO] [stderr] 1190 | / bitflags! { [INFO] [stderr] 1191 | | /// Formatting options for diff stats [INFO] [stderr] 1192 | | pub struct DiffStatsFormat: raw::git_diff_stats_format_t { [INFO] [stderr] 1193 | | /// Don't generate any stats [INFO] [stderr] ... | [INFO] [stderr] 1204 | | } [INFO] [stderr] 1205 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:1258:1 [INFO] [stderr] | [INFO] [stderr] 1258 | / bitflags! { [INFO] [stderr] 1259 | | #[allow(missing_docs)] [INFO] [stderr] 1260 | | pub struct StashApplyFlags: u32 { [INFO] [stderr] 1261 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 1266 | | } [INFO] [stderr] 1267 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:1258:1 [INFO] [stderr] | [INFO] [stderr] 1258 | / bitflags! { [INFO] [stderr] 1259 | | #[allow(missing_docs)] [INFO] [stderr] 1260 | | pub struct StashApplyFlags: u32 { [INFO] [stderr] 1261 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 1266 | | } [INFO] [stderr] 1267 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:1280:1 [INFO] [stderr] | [INFO] [stderr] 1280 | / bitflags! { [INFO] [stderr] 1281 | | #[allow(missing_docs)] [INFO] [stderr] 1282 | | pub struct StashFlags: u32 { [INFO] [stderr] 1283 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 1294 | | } [INFO] [stderr] 1295 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:1280:1 [INFO] [stderr] | [INFO] [stderr] 1280 | / bitflags! { [INFO] [stderr] 1281 | | #[allow(missing_docs)] [INFO] [stderr] 1282 | | pub struct StashFlags: u32 { [INFO] [stderr] 1283 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 1294 | | } [INFO] [stderr] 1295 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:1280:1 [INFO] [stderr] | [INFO] [stderr] 1280 | / bitflags! { [INFO] [stderr] 1281 | | #[allow(missing_docs)] [INFO] [stderr] 1282 | | pub struct StashFlags: u32 { [INFO] [stderr] 1283 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 1294 | | } [INFO] [stderr] 1295 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.9.1/src/lib.rs:1280:1 [INFO] [stderr] | [INFO] [stderr] 1280 | / bitflags! { [INFO] [stderr] 1281 | | #[allow(missing_docs)] [INFO] [stderr] 1282 | | pub struct StashFlags: u32 { [INFO] [stderr] 1283 | | #[allow(missing_docs)] [INFO] [stderr] ... | [INFO] [stderr] 1294 | | } [INFO] [stderr] 1295 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in 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 106 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" "e024f0d207ae43ef29f5c8f6e626d70364bd48b4dc505111539fdc80ce0d750a"` [INFO] running `"docker" "rm" "-f" "e024f0d207ae43ef29f5c8f6e626d70364bd48b4dc505111539fdc80ce0d750a"` [INFO] [stdout] e024f0d207ae43ef29f5c8f6e626d70364bd48b4dc505111539fdc80ce0d750a