[INFO] cloning repository https://github.com/humanistautomata/algosearch-engine [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/humanistautomata/algosearch-engine" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhumanistautomata%2Falgosearch-engine"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhumanistautomata%2Falgosearch-engine'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6ae12c8234f5ba3b44749d1e98ac8b52fcbc7d03 [INFO] checking humanistautomata/algosearch-engine against try#38f08371587f97c145dedb2c055ac7b01bf1e788 for pr-65294 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhumanistautomata%2Falgosearch-engine" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/humanistautomata/algosearch-engine 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/humanistautomata/algosearch-engine [INFO] finished tweaking git repo https://github.com/humanistautomata/algosearch-engine [INFO] tweaked toml for git repo https://github.com/humanistautomata/algosearch-engine written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/humanistautomata/algosearch-engine 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] Downloading crates ... [INFO] [stderr] Downloaded futures-retry v0.3.3 [INFO] [stderr] Downloaded ex v0.1.3 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] 7fbb51a9672013cbcfa1bf2bf9b65c61a53ec482ccb56059ceae89cdbb6263fe [INFO] running `"docker" "start" "-a" "7fbb51a9672013cbcfa1bf2bf9b65c61a53ec482ccb56059ceae89cdbb6263fe"` [INFO] [stderr] Compiling lmdb-sys v0.8.0 [INFO] [stderr] Checking ex v0.1.3 [INFO] [stderr] Checking getrandom v0.1.6 [INFO] [stderr] Checking thread-id v3.3.0 [INFO] [stderr] Checking log-panics v2.0.0 [INFO] [stderr] Checking backtrace-sys v0.1.30 [INFO] [stderr] Checking bincode v1.1.4 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking futures-retry v0.3.3 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Compiling serde_derive v1.0.94 [INFO] [stderr] Checking tokio-threadpool v0.1.15 [INFO] [stderr] Checking backtrace v0.3.32 [INFO] [stderr] Checking rmp v0.8.7 [INFO] [stderr] Checking simple-logging v2.0.2 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Checking rand_core v0.5.0 [INFO] [stderr] Checking tokio-codec v0.1.1 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking rmp-serde v0.13.7 [INFO] [stderr] Checking rand_chacha v0.2.0 [INFO] [stderr] Checking tokio-fs v0.1.6 [INFO] [stderr] Checking rand v0.7.0 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking tokio-udp v0.1.3 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio-uds v0.2.5 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Checking lmdb v0.8.0 [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lmdb-0.8.0/src/flags.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / bitflags! { [INFO] [stderr] 6 | | #[doc="Environment options."] [INFO] [stderr] 7 | | #[derive(Default)] [INFO] [stderr] 8 | | pub struct EnvironmentFlags: c_uint { [INFO] [stderr] ... | [INFO] [stderr] 103 | | } [INFO] [stderr] 104 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lmdb-0.8.0/src/flags.rs:106:1 [INFO] [stderr] | [INFO] [stderr] 106 | / bitflags! { [INFO] [stderr] 107 | | #[doc="Database options."] [INFO] [stderr] 108 | | #[derive(Default)] [INFO] [stderr] 109 | | pub struct DatabaseFlags: c_uint { [INFO] [stderr] ... | [INFO] [stderr] 139 | | } [INFO] [stderr] 140 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lmdb-0.8.0/src/flags.rs:142:1 [INFO] [stderr] | [INFO] [stderr] 142 | / bitflags! { [INFO] [stderr] 143 | | #[doc="Write options."] [INFO] [stderr] 144 | | #[derive(Default)] [INFO] [stderr] 145 | | pub struct WriteFlags: c_uint { [INFO] [stderr] ... | [INFO] [stderr] 172 | | } [INFO] [stderr] 173 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lmdb-0.8.0/src/flags.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / bitflags! { [INFO] [stderr] 6 | | #[doc="Environment options."] [INFO] [stderr] 7 | | #[derive(Default)] [INFO] [stderr] 8 | | pub struct EnvironmentFlags: c_uint { [INFO] [stderr] ... | [INFO] [stderr] 103 | | } [INFO] [stderr] 104 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lmdb-0.8.0/src/flags.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / bitflags! { [INFO] [stderr] 6 | | #[doc="Environment options."] [INFO] [stderr] 7 | | #[derive(Default)] [INFO] [stderr] 8 | | pub struct EnvironmentFlags: c_uint { [INFO] [stderr] ... | [INFO] [stderr] 103 | | } [INFO] [stderr] 104 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lmdb-0.8.0/src/flags.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / bitflags! { [INFO] [stderr] 6 | | #[doc="Environment options."] [INFO] [stderr] 7 | | #[derive(Default)] [INFO] [stderr] 8 | | pub struct EnvironmentFlags: c_uint { [INFO] [stderr] ... | [INFO] [stderr] 103 | | } [INFO] [stderr] 104 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lmdb-0.8.0/src/flags.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / bitflags! { [INFO] [stderr] 6 | | #[doc="Environment options."] [INFO] [stderr] 7 | | #[derive(Default)] [INFO] [stderr] 8 | | pub struct EnvironmentFlags: c_uint { [INFO] [stderr] ... | [INFO] [stderr] 103 | | } [INFO] [stderr] 104 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lmdb-0.8.0/src/flags.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / bitflags! { [INFO] [stderr] 6 | | #[doc="Environment options."] [INFO] [stderr] 7 | | #[derive(Default)] [INFO] [stderr] 8 | | pub struct EnvironmentFlags: c_uint { [INFO] [stderr] ... | [INFO] [stderr] 103 | | } [INFO] [stderr] 104 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lmdb-0.8.0/src/flags.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / bitflags! { [INFO] [stderr] 6 | | #[doc="Environment options."] [INFO] [stderr] 7 | | #[derive(Default)] [INFO] [stderr] 8 | | pub struct EnvironmentFlags: c_uint { [INFO] [stderr] ... | [INFO] [stderr] 103 | | } [INFO] [stderr] 104 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lmdb-0.8.0/src/flags.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / bitflags! { [INFO] [stderr] 6 | | #[doc="Environment options."] [INFO] [stderr] 7 | | #[derive(Default)] [INFO] [stderr] 8 | | pub struct EnvironmentFlags: c_uint { [INFO] [stderr] ... | [INFO] [stderr] 103 | | } [INFO] [stderr] 104 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lmdb-0.8.0/src/flags.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / bitflags! { [INFO] [stderr] 6 | | #[doc="Environment options."] [INFO] [stderr] 7 | | #[derive(Default)] [INFO] [stderr] 8 | | pub struct EnvironmentFlags: c_uint { [INFO] [stderr] ... | [INFO] [stderr] 103 | | } [INFO] [stderr] 104 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lmdb-0.8.0/src/flags.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / bitflags! { [INFO] [stderr] 6 | | #[doc="Environment options."] [INFO] [stderr] 7 | | #[derive(Default)] [INFO] [stderr] 8 | | pub struct EnvironmentFlags: c_uint { [INFO] [stderr] ... | [INFO] [stderr] 103 | | } [INFO] [stderr] 104 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lmdb-0.8.0/src/flags.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / bitflags! { [INFO] [stderr] 6 | | #[doc="Environment options."] [INFO] [stderr] 7 | | #[derive(Default)] [INFO] [stderr] 8 | | pub struct EnvironmentFlags: c_uint { [INFO] [stderr] ... | [INFO] [stderr] 103 | | } [INFO] [stderr] 104 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lmdb-0.8.0/src/flags.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / bitflags! { [INFO] [stderr] 6 | | #[doc="Environment options."] [INFO] [stderr] 7 | | #[derive(Default)] [INFO] [stderr] 8 | | pub struct EnvironmentFlags: c_uint { [INFO] [stderr] ... | [INFO] [stderr] 103 | | } [INFO] [stderr] 104 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lmdb-0.8.0/src/flags.rs:106:1 [INFO] [stderr] | [INFO] [stderr] 106 | / bitflags! { [INFO] [stderr] 107 | | #[doc="Database options."] [INFO] [stderr] 108 | | #[derive(Default)] [INFO] [stderr] 109 | | pub struct DatabaseFlags: c_uint { [INFO] [stderr] ... | [INFO] [stderr] 139 | | } [INFO] [stderr] 140 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lmdb-0.8.0/src/flags.rs:106:1 [INFO] [stderr] | [INFO] [stderr] 106 | / bitflags! { [INFO] [stderr] 107 | | #[doc="Database options."] [INFO] [stderr] 108 | | #[derive(Default)] [INFO] [stderr] 109 | | pub struct DatabaseFlags: c_uint { [INFO] [stderr] ... | [INFO] [stderr] 139 | | } [INFO] [stderr] 140 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lmdb-0.8.0/src/flags.rs:106:1 [INFO] [stderr] | [INFO] [stderr] 106 | / bitflags! { [INFO] [stderr] 107 | | #[doc="Database options."] [INFO] [stderr] 108 | | #[derive(Default)] [INFO] [stderr] 109 | | pub struct DatabaseFlags: c_uint { [INFO] [stderr] ... | [INFO] [stderr] 139 | | } [INFO] [stderr] 140 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lmdb-0.8.0/src/flags.rs:106:1 [INFO] [stderr] | [INFO] [stderr] 106 | / bitflags! { [INFO] [stderr] 107 | | #[doc="Database options."] [INFO] [stderr] 108 | | #[derive(Default)] [INFO] [stderr] 109 | | pub struct DatabaseFlags: c_uint { [INFO] [stderr] ... | [INFO] [stderr] 139 | | } [INFO] [stderr] 140 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lmdb-0.8.0/src/flags.rs:106:1 [INFO] [stderr] | [INFO] [stderr] 106 | / bitflags! { [INFO] [stderr] 107 | | #[doc="Database options."] [INFO] [stderr] 108 | | #[derive(Default)] [INFO] [stderr] 109 | | pub struct DatabaseFlags: c_uint { [INFO] [stderr] ... | [INFO] [stderr] 139 | | } [INFO] [stderr] 140 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lmdb-0.8.0/src/flags.rs:106:1 [INFO] [stderr] | [INFO] [stderr] 106 | / bitflags! { [INFO] [stderr] 107 | | #[doc="Database options."] [INFO] [stderr] 108 | | #[derive(Default)] [INFO] [stderr] 109 | | pub struct DatabaseFlags: c_uint { [INFO] [stderr] ... | [INFO] [stderr] 139 | | } [INFO] [stderr] 140 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lmdb-0.8.0/src/flags.rs:142:1 [INFO] [stderr] | [INFO] [stderr] 142 | / bitflags! { [INFO] [stderr] 143 | | #[doc="Write options."] [INFO] [stderr] 144 | | #[derive(Default)] [INFO] [stderr] 145 | | pub struct WriteFlags: c_uint { [INFO] [stderr] ... | [INFO] [stderr] 172 | | } [INFO] [stderr] 173 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lmdb-0.8.0/src/flags.rs:142:1 [INFO] [stderr] | [INFO] [stderr] 142 | / bitflags! { [INFO] [stderr] 143 | | #[doc="Write options."] [INFO] [stderr] 144 | | #[derive(Default)] [INFO] [stderr] 145 | | pub struct WriteFlags: c_uint { [INFO] [stderr] ... | [INFO] [stderr] 172 | | } [INFO] [stderr] 173 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lmdb-0.8.0/src/flags.rs:142:1 [INFO] [stderr] | [INFO] [stderr] 142 | / bitflags! { [INFO] [stderr] 143 | | #[doc="Write options."] [INFO] [stderr] 144 | | #[derive(Default)] [INFO] [stderr] 145 | | pub struct WriteFlags: c_uint { [INFO] [stderr] ... | [INFO] [stderr] 172 | | } [INFO] [stderr] 173 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lmdb-0.8.0/src/flags.rs:142:1 [INFO] [stderr] | [INFO] [stderr] 142 | / bitflags! { [INFO] [stderr] 143 | | #[doc="Write options."] [INFO] [stderr] 144 | | #[derive(Default)] [INFO] [stderr] 145 | | pub struct WriteFlags: c_uint { [INFO] [stderr] ... | [INFO] [stderr] 172 | | } [INFO] [stderr] 173 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lmdb-0.8.0/src/flags.rs:142:1 [INFO] [stderr] | [INFO] [stderr] 142 | / bitflags! { [INFO] [stderr] 143 | | #[doc="Write options."] [INFO] [stderr] 144 | | #[derive(Default)] [INFO] [stderr] 145 | | pub struct WriteFlags: c_uint { [INFO] [stderr] ... | [INFO] [stderr] 172 | | } [INFO] [stderr] 173 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in 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 25 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0518`. [INFO] [stderr] error: could not compile `lmdb`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "7fbb51a9672013cbcfa1bf2bf9b65c61a53ec482ccb56059ceae89cdbb6263fe"` [INFO] running `"docker" "rm" "-f" "7fbb51a9672013cbcfa1bf2bf9b65c61a53ec482ccb56059ceae89cdbb6263fe"` [INFO] [stdout] 7fbb51a9672013cbcfa1bf2bf9b65c61a53ec482ccb56059ceae89cdbb6263fe