[INFO] updating cached repository https://github.com/section77/snippets [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] 43f6023c76a9e1674914ecc6356cf5414058cae4 [INFO] checking section77/snippets against try#38f08371587f97c145dedb2c055ac7b01bf1e788 for pr-65294 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsection77%2Fsnippets" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/section77/snippets 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/section77/snippets [INFO] finished tweaking git repo https://github.com/section77/snippets [INFO] tweaked toml for git repo https://github.com/section77/snippets written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/section77/snippets 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-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] 6cee01a93a593db89e37ede44139bbeada57caf6cd8f4353ab076fd8b7bf7302 [INFO] running `"docker" "start" "-a" "6cee01a93a593db89e37ede44139bbeada57caf6cd8f4353ab076fd8b7bf7302"` [INFO] [stderr] Compiling libc v0.2.58 [INFO] [stderr] Compiling syn v0.15.39 [INFO] [stderr] Compiling version_check v0.9.1 [INFO] [stderr] Compiling ucd-trie v0.1.1 [INFO] [stderr] Checking unic-common v0.7.0 [INFO] [stderr] Checking unic-char-range v0.7.0 [INFO] [stderr] Checking deunicode v0.4.3 [INFO] [stderr] Checking humansize v1.1.0 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Checking unic-ucd-version v0.7.0 [INFO] [stderr] Checking unic-char-property v0.7.0 [INFO] [stderr] Checking slug v0.1.4 [INFO] [stderr] Checking pest v2.1.1 [INFO] [stderr] Checking unic-ucd-segment v0.7.0 [INFO] [stderr] Compiling rocket_codegen v0.4.2 [INFO] [stderr] Compiling rocket v0.4.2 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Checking unic-segment v0.7.0 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Checking iovec v0.1.2 [INFO] [stderr] Checking num_cpus v1.10.1 [INFO] [stderr] Checking ring v0.13.5 [INFO] [stderr] Checking backtrace-sys v0.1.30 [INFO] [stderr] Checking inotify-sys v0.1.3 [INFO] [stderr] Checking filetime v0.2.5 [INFO] [stderr] Checking atty v0.2.11 [INFO] [stderr] Checking backtrace v0.3.32 [INFO] [stderr] Checking inotify v0.6.1 [INFO] [stderr] Compiling pest_meta v2.1.1 [INFO] [stderr] Checking error-chain v0.12.1 [INFO] [stderr] Checking mio v0.6.19 [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inotify-0.6.1/src/events.rs:213:1 [INFO] [stderr] | [INFO] [stderr] 213 | / bitflags! { [INFO] [stderr] 214 | | /// Indicates the type of an event [INFO] [stderr] 215 | | /// [INFO] [stderr] 216 | | /// This struct can be retrieved from an [`Event`] via its `mask` field. [INFO] [stderr] ... | [INFO] [stderr] 379 | | } [INFO] [stderr] 380 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inotify-0.6.1/src/events.rs:213:1 [INFO] [stderr] | [INFO] [stderr] 213 | / bitflags! { [INFO] [stderr] 214 | | /// Indicates the type of an event [INFO] [stderr] 215 | | /// [INFO] [stderr] 216 | | /// This struct can be retrieved from an [`Event`] via its `mask` field. [INFO] [stderr] ... | [INFO] [stderr] 379 | | } [INFO] [stderr] 380 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inotify-0.6.1/src/events.rs:213:1 [INFO] [stderr] | [INFO] [stderr] 213 | / bitflags! { [INFO] [stderr] 214 | | /// Indicates the type of an event [INFO] [stderr] 215 | | /// [INFO] [stderr] 216 | | /// This struct can be retrieved from an [`Event`] via its `mask` field. [INFO] [stderr] ... | [INFO] [stderr] 379 | | } [INFO] [stderr] 380 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inotify-0.6.1/src/events.rs:213:1 [INFO] [stderr] | [INFO] [stderr] 213 | / bitflags! { [INFO] [stderr] 214 | | /// Indicates the type of an event [INFO] [stderr] 215 | | /// [INFO] [stderr] 216 | | /// This struct can be retrieved from an [`Event`] via its `mask` field. [INFO] [stderr] ... | [INFO] [stderr] 379 | | } [INFO] [stderr] 380 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inotify-0.6.1/src/events.rs:213:1 [INFO] [stderr] | [INFO] [stderr] 213 | / bitflags! { [INFO] [stderr] 214 | | /// Indicates the type of an event [INFO] [stderr] 215 | | /// [INFO] [stderr] 216 | | /// This struct can be retrieved from an [`Event`] via its `mask` field. [INFO] [stderr] ... | [INFO] [stderr] 379 | | } [INFO] [stderr] 380 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inotify-0.6.1/src/events.rs:213:1 [INFO] [stderr] | [INFO] [stderr] 213 | / bitflags! { [INFO] [stderr] 214 | | /// Indicates the type of an event [INFO] [stderr] 215 | | /// [INFO] [stderr] 216 | | /// This struct can be retrieved from an [`Event`] via its `mask` field. [INFO] [stderr] ... | [INFO] [stderr] 379 | | } [INFO] [stderr] 380 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inotify-0.6.1/src/events.rs:213:1 [INFO] [stderr] | [INFO] [stderr] 213 | / bitflags! { [INFO] [stderr] 214 | | /// Indicates the type of an event [INFO] [stderr] 215 | | /// [INFO] [stderr] 216 | | /// This struct can be retrieved from an [`Event`] via its `mask` field. [INFO] [stderr] ... | [INFO] [stderr] 379 | | } [INFO] [stderr] 380 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inotify-0.6.1/src/events.rs:213:1 [INFO] [stderr] | [INFO] [stderr] 213 | / bitflags! { [INFO] [stderr] 214 | | /// Indicates the type of an event [INFO] [stderr] 215 | | /// [INFO] [stderr] 216 | | /// This struct can be retrieved from an [`Event`] via its `mask` field. [INFO] [stderr] ... | [INFO] [stderr] 379 | | } [INFO] [stderr] 380 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inotify-0.6.1/src/events.rs:213:1 [INFO] [stderr] | [INFO] [stderr] 213 | / bitflags! { [INFO] [stderr] 214 | | /// Indicates the type of an event [INFO] [stderr] 215 | | /// [INFO] [stderr] 216 | | /// This struct can be retrieved from an [`Event`] via its `mask` field. [INFO] [stderr] ... | [INFO] [stderr] 379 | | } [INFO] [stderr] 380 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inotify-0.6.1/src/events.rs:213:1 [INFO] [stderr] | [INFO] [stderr] 213 | / bitflags! { [INFO] [stderr] 214 | | /// Indicates the type of an event [INFO] [stderr] 215 | | /// [INFO] [stderr] 216 | | /// This struct can be retrieved from an [`Event`] via its `mask` field. [INFO] [stderr] ... | [INFO] [stderr] 379 | | } [INFO] [stderr] 380 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inotify-0.6.1/src/events.rs:213:1 [INFO] [stderr] | [INFO] [stderr] 213 | / bitflags! { [INFO] [stderr] 214 | | /// Indicates the type of an event [INFO] [stderr] 215 | | /// [INFO] [stderr] 216 | | /// This struct can be retrieved from an [`Event`] via its `mask` field. [INFO] [stderr] ... | [INFO] [stderr] 379 | | } [INFO] [stderr] 380 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inotify-0.6.1/src/events.rs:213:1 [INFO] [stderr] | [INFO] [stderr] 213 | / bitflags! { [INFO] [stderr] 214 | | /// Indicates the type of an event [INFO] [stderr] 215 | | /// [INFO] [stderr] 216 | | /// This struct can be retrieved from an [`Event`] via its `mask` field. [INFO] [stderr] ... | [INFO] [stderr] 379 | | } [INFO] [stderr] 380 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inotify-0.6.1/src/events.rs:213:1 [INFO] [stderr] | [INFO] [stderr] 213 | / bitflags! { [INFO] [stderr] 214 | | /// Indicates the type of an event [INFO] [stderr] 215 | | /// [INFO] [stderr] 216 | | /// This struct can be retrieved from an [`Event`] via its `mask` field. [INFO] [stderr] ... | [INFO] [stderr] 379 | | } [INFO] [stderr] 380 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inotify-0.6.1/src/events.rs:213:1 [INFO] [stderr] | [INFO] [stderr] 213 | / bitflags! { [INFO] [stderr] 214 | | /// Indicates the type of an event [INFO] [stderr] 215 | | /// [INFO] [stderr] 216 | | /// This struct can be retrieved from an [`Event`] via its `mask` field. [INFO] [stderr] ... | [INFO] [stderr] 379 | | } [INFO] [stderr] 380 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inotify-0.6.1/src/events.rs:213:1 [INFO] [stderr] | [INFO] [stderr] 213 | / bitflags! { [INFO] [stderr] 214 | | /// Indicates the type of an event [INFO] [stderr] 215 | | /// [INFO] [stderr] 216 | | /// This struct can be retrieved from an [`Event`] via its `mask` field. [INFO] [stderr] ... | [INFO] [stderr] 379 | | } [INFO] [stderr] 380 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inotify-0.6.1/src/events.rs:213:1 [INFO] [stderr] | [INFO] [stderr] 213 | / bitflags! { [INFO] [stderr] 214 | | /// Indicates the type of an event [INFO] [stderr] 215 | | /// [INFO] [stderr] 216 | | /// This struct can be retrieved from an [`Event`] via its `mask` field. [INFO] [stderr] ... | [INFO] [stderr] 379 | | } [INFO] [stderr] 380 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inotify-0.6.1/src/events.rs:213:1 [INFO] [stderr] | [INFO] [stderr] 213 | / bitflags! { [INFO] [stderr] 214 | | /// Indicates the type of an event [INFO] [stderr] 215 | | /// [INFO] [stderr] 216 | | /// This struct can be retrieved from an [`Event`] via its `mask` field. [INFO] [stderr] ... | [INFO] [stderr] 379 | | } [INFO] [stderr] 380 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inotify-0.6.1/src/watches.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | /// Describes a file system watch [INFO] [stderr] 17 | | /// [INFO] [stderr] 18 | | /// Passed to [`Inotify::add_watch`], to describe what file system events [INFO] [stderr] ... | [INFO] [stderr] 273 | | } [INFO] [stderr] 274 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inotify-0.6.1/src/watches.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | /// Describes a file system watch [INFO] [stderr] 17 | | /// [INFO] [stderr] 18 | | /// Passed to [`Inotify::add_watch`], to describe what file system events [INFO] [stderr] ... | [INFO] [stderr] 273 | | } [INFO] [stderr] 274 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inotify-0.6.1/src/watches.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | /// Describes a file system watch [INFO] [stderr] 17 | | /// [INFO] [stderr] 18 | | /// Passed to [`Inotify::add_watch`], to describe what file system events [INFO] [stderr] ... | [INFO] [stderr] 273 | | } [INFO] [stderr] 274 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inotify-0.6.1/src/watches.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | /// Describes a file system watch [INFO] [stderr] 17 | | /// [INFO] [stderr] 18 | | /// Passed to [`Inotify::add_watch`], to describe what file system events [INFO] [stderr] ... | [INFO] [stderr] 273 | | } [INFO] [stderr] 274 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inotify-0.6.1/src/watches.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | /// Describes a file system watch [INFO] [stderr] 17 | | /// [INFO] [stderr] 18 | | /// Passed to [`Inotify::add_watch`], to describe what file system events [INFO] [stderr] ... | [INFO] [stderr] 273 | | } [INFO] [stderr] 274 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inotify-0.6.1/src/watches.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | /// Describes a file system watch [INFO] [stderr] 17 | | /// [INFO] [stderr] 18 | | /// Passed to [`Inotify::add_watch`], to describe what file system events [INFO] [stderr] ... | [INFO] [stderr] 273 | | } [INFO] [stderr] 274 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inotify-0.6.1/src/watches.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | /// Describes a file system watch [INFO] [stderr] 17 | | /// [INFO] [stderr] 18 | | /// Passed to [`Inotify::add_watch`], to describe what file system events [INFO] [stderr] ... | [INFO] [stderr] 273 | | } [INFO] [stderr] 274 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inotify-0.6.1/src/watches.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | /// Describes a file system watch [INFO] [stderr] 17 | | /// [INFO] [stderr] 18 | | /// Passed to [`Inotify::add_watch`], to describe what file system events [INFO] [stderr] ... | [INFO] [stderr] 273 | | } [INFO] [stderr] 274 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inotify-0.6.1/src/watches.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | /// Describes a file system watch [INFO] [stderr] 17 | | /// [INFO] [stderr] 18 | | /// Passed to [`Inotify::add_watch`], to describe what file system events [INFO] [stderr] ... | [INFO] [stderr] 273 | | } [INFO] [stderr] 274 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inotify-0.6.1/src/watches.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | /// Describes a file system watch [INFO] [stderr] 17 | | /// [INFO] [stderr] 18 | | /// Passed to [`Inotify::add_watch`], to describe what file system events [INFO] [stderr] ... | [INFO] [stderr] 273 | | } [INFO] [stderr] 274 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inotify-0.6.1/src/watches.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | /// Describes a file system watch [INFO] [stderr] 17 | | /// [INFO] [stderr] 18 | | /// Passed to [`Inotify::add_watch`], to describe what file system events [INFO] [stderr] ... | [INFO] [stderr] 273 | | } [INFO] [stderr] 274 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inotify-0.6.1/src/watches.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | /// Describes a file system watch [INFO] [stderr] 17 | | /// [INFO] [stderr] 18 | | /// Passed to [`Inotify::add_watch`], to describe what file system events [INFO] [stderr] ... | [INFO] [stderr] 273 | | } [INFO] [stderr] 274 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inotify-0.6.1/src/watches.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | /// Describes a file system watch [INFO] [stderr] 17 | | /// [INFO] [stderr] 18 | | /// Passed to [`Inotify::add_watch`], to describe what file system events [INFO] [stderr] ... | [INFO] [stderr] 273 | | } [INFO] [stderr] 274 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inotify-0.6.1/src/watches.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | /// Describes a file system watch [INFO] [stderr] 17 | | /// [INFO] [stderr] 18 | | /// Passed to [`Inotify::add_watch`], to describe what file system events [INFO] [stderr] ... | [INFO] [stderr] 273 | | } [INFO] [stderr] 274 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inotify-0.6.1/src/watches.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | /// Describes a file system watch [INFO] [stderr] 17 | | /// [INFO] [stderr] 18 | | /// Passed to [`Inotify::add_watch`], to describe what file system events [INFO] [stderr] ... | [INFO] [stderr] 273 | | } [INFO] [stderr] 274 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inotify-0.6.1/src/watches.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | /// Describes a file system watch [INFO] [stderr] 17 | | /// [INFO] [stderr] 18 | | /// Passed to [`Inotify::add_watch`], to describe what file system events [INFO] [stderr] ... | [INFO] [stderr] 273 | | } [INFO] [stderr] 274 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inotify-0.6.1/src/watches.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | /// Describes a file system watch [INFO] [stderr] 17 | | /// [INFO] [stderr] 18 | | /// Passed to [`Inotify::add_watch`], to describe what file system events [INFO] [stderr] ... | [INFO] [stderr] 273 | | } [INFO] [stderr] 274 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inotify-0.6.1/src/watches.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | /// Describes a file system watch [INFO] [stderr] 17 | | /// [INFO] [stderr] 18 | | /// Passed to [`Inotify::add_watch`], to describe what file system events [INFO] [stderr] ... | [INFO] [stderr] 273 | | } [INFO] [stderr] 274 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inotify-0.6.1/src/watches.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | /// Describes a file system watch [INFO] [stderr] 17 | | /// [INFO] [stderr] 18 | | /// Passed to [`Inotify::add_watch`], to describe what file system events [INFO] [stderr] ... | [INFO] [stderr] 273 | | } [INFO] [stderr] 274 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inotify-0.6.1/src/watches.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | /// Describes a file system watch [INFO] [stderr] 17 | | /// [INFO] [stderr] 18 | | /// Passed to [`Inotify::add_watch`], to describe what file system events [INFO] [stderr] ... | [INFO] [stderr] 273 | | } [INFO] [stderr] 274 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inotify-0.6.1/src/watches.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | /// Describes a file system watch [INFO] [stderr] 17 | | /// [INFO] [stderr] 18 | | /// Passed to [`Inotify::add_watch`], to describe what file system events [INFO] [stderr] ... | [INFO] [stderr] 273 | | } [INFO] [stderr] 274 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Checking hyper v0.10.16 [INFO] [stderr] error: aborting due to 38 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0518`. [INFO] [stderr] error: could not compile `inotify`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "6cee01a93a593db89e37ede44139bbeada57caf6cd8f4353ab076fd8b7bf7302"` [INFO] running `"docker" "rm" "-f" "6cee01a93a593db89e37ede44139bbeada57caf6cd8f4353ab076fd8b7bf7302"` [INFO] [stdout] 6cee01a93a593db89e37ede44139bbeada57caf6cd8f4353ab076fd8b7bf7302