[INFO] updating cached repository https://github.com/KhaledSakr/juniper-example [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] a8d01be1780ad3d2583ac2318e6924c92d2b8c7c [INFO] checking KhaledSakr/juniper-example against try#38f08371587f97c145dedb2c055ac7b01bf1e788 for pr-65294 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKhaledSakr%2Fjuniper-example" "/workspace/builds/worker-11/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/KhaledSakr/juniper-example 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/KhaledSakr/juniper-example [INFO] finished tweaking git repo https://github.com/KhaledSakr/juniper-example [INFO] tweaked toml for git repo https://github.com/KhaledSakr/juniper-example written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/KhaledSakr/juniper-example 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-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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] ce4735efc5a366eaf2c92f10d14f68672e25996ce20f18511417bf002c20d55d [INFO] running `"docker" "start" "-a" "ce4735efc5a366eaf2c92f10d14f68672e25996ce20f18511417bf002c20d55d"` [INFO] [stderr] Checking rand_chacha v0.1.1 [INFO] [stderr] Checking rand v0.5.6 [INFO] [stderr] Compiling hyper v0.12.34 [INFO] [stderr] Checking hostname v0.1.5 [INFO] [stderr] Checking indexmap v1.1.0 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking http v0.1.18 [INFO] [stderr] Checking string v0.2.1 [INFO] [stderr] Checking tokio-buf v0.1.1 [INFO] [stderr] Checking chrono v0.4.9 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Compiling serde_derive v1.0.99 [INFO] [stderr] Checking sha-1 v0.7.0 [INFO] [stderr] Checking md-5 v0.7.0 [INFO] [stderr] Checking crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling juniper_codegen v0.13.2 [INFO] [stderr] Checking scan_fmt v0.1.3 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Checking crossbeam-deque v0.7.1 [INFO] [stderr] Checking serde_json v1.0.40 [INFO] [stderr] Checking tokio-codec v0.1.1 [INFO] [stderr] Checking pbkdf2 v0.2.3 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Checking tokio-threadpool v0.1.15 [INFO] [stderr] Checking http-body v0.1.0 [INFO] [stderr] Checking h2 v0.1.26 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking bson v0.13.0 [INFO] [stderr] Checking tokio-fs v0.1.6 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking tokio-uds v0.2.5 [INFO] [stderr] Checking tokio-udp v0.1.5 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking textnonce v0.6.5 [INFO] [stderr] Checking juniper v0.13.1 [INFO] [stderr] Checking mongodb v0.3.12 [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mongodb-0.3.12/src/wire_protocol/flags.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / bitflags! { [INFO] [stderr] 5 | | /// Represents the bit vector of options for an OP_REPLY message. [INFO] [stderr] 6 | | pub struct OpReplyFlags: i32 { [INFO] [stderr] 7 | | const CURSOR_NOT_FOUND = 0b00000001; [INFO] [stderr] ... | [INFO] [stderr] 10 | | } [INFO] [stderr] 11 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mongodb-0.3.12/src/wire_protocol/flags.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / bitflags! { [INFO] [stderr] 14 | | /// Represents the bit vector of options for an OP_UPDATE message. [INFO] [stderr] 15 | | pub struct OpUpdateFlags: i32 { [INFO] [stderr] 16 | | const UPSERT = 0b00000001; [INFO] [stderr] 17 | | const MULTI_UPDATE = 0b00000010; [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mongodb-0.3.12/src/wire_protocol/flags.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / bitflags! { [INFO] [stderr] 22 | | /// Represents the bit vector of flags for an OP_INSERT message. [INFO] [stderr] 23 | | pub struct OpInsertFlags: i32 { [INFO] [stderr] 24 | | const CONTINUE_ON_ERROR = 0b00000001; [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mongodb-0.3.12/src/wire_protocol/flags.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | / bitflags! { [INFO] [stderr] 29 | | /// Represents the bit vector of flags for an OP_QUERY message. [INFO] [stderr] 30 | | pub struct OpQueryFlags: i32 { [INFO] [stderr] 31 | | const TAILABLE_CURSOR = 0b00000010; [INFO] [stderr] ... | [INFO] [stderr] 38 | | } [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mongodb-0.3.12/src/wire_protocol/flags.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / bitflags! { [INFO] [stderr] 5 | | /// Represents the bit vector of options for an OP_REPLY message. [INFO] [stderr] 6 | | pub struct OpReplyFlags: i32 { [INFO] [stderr] 7 | | const CURSOR_NOT_FOUND = 0b00000001; [INFO] [stderr] ... | [INFO] [stderr] 10 | | } [INFO] [stderr] 11 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mongodb-0.3.12/src/wire_protocol/flags.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / bitflags! { [INFO] [stderr] 5 | | /// Represents the bit vector of options for an OP_REPLY message. [INFO] [stderr] 6 | | pub struct OpReplyFlags: i32 { [INFO] [stderr] 7 | | const CURSOR_NOT_FOUND = 0b00000001; [INFO] [stderr] ... | [INFO] [stderr] 10 | | } [INFO] [stderr] 11 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mongodb-0.3.12/src/wire_protocol/flags.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / bitflags! { [INFO] [stderr] 5 | | /// Represents the bit vector of options for an OP_REPLY message. [INFO] [stderr] 6 | | pub struct OpReplyFlags: i32 { [INFO] [stderr] 7 | | const CURSOR_NOT_FOUND = 0b00000001; [INFO] [stderr] ... | [INFO] [stderr] 10 | | } [INFO] [stderr] 11 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mongodb-0.3.12/src/wire_protocol/flags.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / bitflags! { [INFO] [stderr] 14 | | /// Represents the bit vector of options for an OP_UPDATE message. [INFO] [stderr] 15 | | pub struct OpUpdateFlags: i32 { [INFO] [stderr] 16 | | const UPSERT = 0b00000001; [INFO] [stderr] 17 | | const MULTI_UPDATE = 0b00000010; [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mongodb-0.3.12/src/wire_protocol/flags.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / bitflags! { [INFO] [stderr] 14 | | /// Represents the bit vector of options for an OP_UPDATE message. [INFO] [stderr] 15 | | pub struct OpUpdateFlags: i32 { [INFO] [stderr] 16 | | const UPSERT = 0b00000001; [INFO] [stderr] 17 | | const MULTI_UPDATE = 0b00000010; [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mongodb-0.3.12/src/wire_protocol/flags.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / bitflags! { [INFO] [stderr] 22 | | /// Represents the bit vector of flags for an OP_INSERT message. [INFO] [stderr] 23 | | pub struct OpInsertFlags: i32 { [INFO] [stderr] 24 | | const CONTINUE_ON_ERROR = 0b00000001; [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mongodb-0.3.12/src/wire_protocol/flags.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | / bitflags! { [INFO] [stderr] 29 | | /// Represents the bit vector of flags for an OP_QUERY message. [INFO] [stderr] 30 | | pub struct OpQueryFlags: i32 { [INFO] [stderr] 31 | | const TAILABLE_CURSOR = 0b00000010; [INFO] [stderr] ... | [INFO] [stderr] 38 | | } [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mongodb-0.3.12/src/wire_protocol/flags.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | / bitflags! { [INFO] [stderr] 29 | | /// Represents the bit vector of flags for an OP_QUERY message. [INFO] [stderr] 30 | | pub struct OpQueryFlags: i32 { [INFO] [stderr] 31 | | const TAILABLE_CURSOR = 0b00000010; [INFO] [stderr] ... | [INFO] [stderr] 38 | | } [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mongodb-0.3.12/src/wire_protocol/flags.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | / bitflags! { [INFO] [stderr] 29 | | /// Represents the bit vector of flags for an OP_QUERY message. [INFO] [stderr] 30 | | pub struct OpQueryFlags: i32 { [INFO] [stderr] 31 | | const TAILABLE_CURSOR = 0b00000010; [INFO] [stderr] ... | [INFO] [stderr] 38 | | } [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mongodb-0.3.12/src/wire_protocol/flags.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | / bitflags! { [INFO] [stderr] 29 | | /// Represents the bit vector of flags for an OP_QUERY message. [INFO] [stderr] 30 | | pub struct OpQueryFlags: i32 { [INFO] [stderr] 31 | | const TAILABLE_CURSOR = 0b00000010; [INFO] [stderr] ... | [INFO] [stderr] 38 | | } [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mongodb-0.3.12/src/wire_protocol/flags.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | / bitflags! { [INFO] [stderr] 29 | | /// Represents the bit vector of flags for an OP_QUERY message. [INFO] [stderr] 30 | | pub struct OpQueryFlags: i32 { [INFO] [stderr] 31 | | const TAILABLE_CURSOR = 0b00000010; [INFO] [stderr] ... | [INFO] [stderr] 38 | | } [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mongodb-0.3.12/src/wire_protocol/flags.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | / bitflags! { [INFO] [stderr] 29 | | /// Represents the bit vector of flags for an OP_QUERY message. [INFO] [stderr] 30 | | pub struct OpQueryFlags: i32 { [INFO] [stderr] 31 | | const TAILABLE_CURSOR = 0b00000010; [INFO] [stderr] ... | [INFO] [stderr] 38 | | } [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mongodb-0.3.12/src/wire_protocol/flags.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | / bitflags! { [INFO] [stderr] 29 | | /// Represents the bit vector of flags for an OP_QUERY message. [INFO] [stderr] 30 | | pub struct OpQueryFlags: i32 { [INFO] [stderr] 31 | | const TAILABLE_CURSOR = 0b00000010; [INFO] [stderr] ... | [INFO] [stderr] 38 | | } [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in 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 17 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0518`. [INFO] [stderr] error: could not compile `mongodb`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "ce4735efc5a366eaf2c92f10d14f68672e25996ce20f18511417bf002c20d55d"` [INFO] running `"docker" "rm" "-f" "ce4735efc5a366eaf2c92f10d14f68672e25996ce20f18511417bf002c20d55d"` [INFO] [stdout] ce4735efc5a366eaf2c92f10d14f68672e25996ce20f18511417bf002c20d55d