[INFO] updating cached repository https://github.com/jcamposforner/rust-closests-points [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] 54507e98ecccde539e6d4744418a7914e1812ed0 [INFO] checking jcamposforner/rust-closests-points against try#38f08371587f97c145dedb2c055ac7b01bf1e788 for pr-65294 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjcamposforner%2Frust-closests-points" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jcamposforner/rust-closests-points 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/jcamposforner/rust-closests-points [INFO] finished tweaking git repo https://github.com/jcamposforner/rust-closests-points [INFO] tweaked toml for git repo https://github.com/jcamposforner/rust-closests-points written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/jcamposforner/rust-closests-points 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-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] 5f8e38a2985c0f2ebf86360730945c9fa736362ba1026d2e0f908de50db95279 [INFO] running `"docker" "start" "-a" "5f8e38a2985c0f2ebf86360730945c9fa736362ba1026d2e0f908de50db95279"` [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling autocfg v0.1.5 [INFO] [stderr] Compiling cc v1.0.40 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Checking cfg-if v0.1.9 [INFO] [stderr] Checking rustc-demangle v0.1.16 [INFO] [stderr] Checking pdqselect v0.1.0 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Checking lazy_static v1.3.0 [INFO] [stderr] Compiling pq-sys v0.4.6 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Checking ucd-util v0.1.5 [INFO] [stderr] Checking utf8-ranges v1.0.4 [INFO] [stderr] Checking osrmc-sys v0.0.1 [INFO] [stderr] Checking osrm v0.0.1 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking regex-syntax v0.5.6 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Checking aho-corasick v0.6.10 [INFO] [stderr] Checking num_cpus v1.10.1 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Checking threadpool v1.7.1 [INFO] [stderr] Checking rstar v0.2.0 [INFO] [stderr] Checking backtrace v0.3.34 [INFO] [stderr] Checking geo-types v0.4.3 [INFO] [stderr] Checking dotenv v0.9.0 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling diesel_derives v1.4.0 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking geo v0.12.2 [INFO] [stderr] Checking diesel v1.4.2 [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel-1.4.2/src/pg/types/ranges.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / bitflags! { [INFO] [stderr] 14 | | struct RangeFlags: u8 { [INFO] [stderr] 15 | | const EMPTY = 0x01; [INFO] [stderr] 16 | | const LB_INC = 0x02; [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel-1.4.2/src/pg/types/ranges.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / bitflags! { [INFO] [stderr] 14 | | struct RangeFlags: u8 { [INFO] [stderr] 15 | | const EMPTY = 0x01; [INFO] [stderr] 16 | | const LB_INC = 0x02; [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel-1.4.2/src/pg/types/ranges.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / bitflags! { [INFO] [stderr] 14 | | struct RangeFlags: u8 { [INFO] [stderr] 15 | | const EMPTY = 0x01; [INFO] [stderr] 16 | | const LB_INC = 0x02; [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel-1.4.2/src/pg/types/ranges.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / bitflags! { [INFO] [stderr] 14 | | struct RangeFlags: u8 { [INFO] [stderr] 15 | | const EMPTY = 0x01; [INFO] [stderr] 16 | | const LB_INC = 0x02; [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel-1.4.2/src/pg/types/ranges.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / bitflags! { [INFO] [stderr] 14 | | struct RangeFlags: u8 { [INFO] [stderr] 15 | | const EMPTY = 0x01; [INFO] [stderr] 16 | | const LB_INC = 0x02; [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel-1.4.2/src/pg/types/ranges.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / bitflags! { [INFO] [stderr] 14 | | struct RangeFlags: u8 { [INFO] [stderr] 15 | | const EMPTY = 0x01; [INFO] [stderr] 16 | | const LB_INC = 0x02; [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel-1.4.2/src/pg/types/ranges.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / bitflags! { [INFO] [stderr] 14 | | struct RangeFlags: u8 { [INFO] [stderr] 15 | | const EMPTY = 0x01; [INFO] [stderr] 16 | | const LB_INC = 0x02; [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel-1.4.2/src/pg/types/ranges.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / bitflags! { [INFO] [stderr] 14 | | struct RangeFlags: u8 { [INFO] [stderr] 15 | | const EMPTY = 0x01; [INFO] [stderr] 16 | | const LB_INC = 0x02; [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel-1.4.2/src/pg/types/ranges.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / bitflags! { [INFO] [stderr] 14 | | struct RangeFlags: u8 { [INFO] [stderr] 15 | | const EMPTY = 0x01; [INFO] [stderr] 16 | | const LB_INC = 0x02; [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0518`. [INFO] [stderr] error: could not compile `diesel`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "5f8e38a2985c0f2ebf86360730945c9fa736362ba1026d2e0f908de50db95279"` [INFO] running `"docker" "rm" "-f" "5f8e38a2985c0f2ebf86360730945c9fa736362ba1026d2e0f908de50db95279"` [INFO] [stdout] 5f8e38a2985c0f2ebf86360730945c9fa736362ba1026d2e0f908de50db95279