[INFO] crate bitcoin-zmq 0.1.2 is already in cache [INFO] checking bitcoin-zmq-0.1.2 against try#38f08371587f97c145dedb2c055ac7b01bf1e788 for pr-65294 [INFO] extracting crate bitcoin-zmq 0.1.2 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate bitcoin-zmq 0.1.2 on toolchain 38f08371587f97c145dedb2c055ac7b01bf1e788 [INFO] running `"/workspace/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate bitcoin-zmq 0.1.2 [INFO] finished tweaking crates.io crate bitcoin-zmq 0.1.2 [INFO] tweaked toml for crates.io crate bitcoin-zmq 0.1.2 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate crates.io crate bitcoin-zmq 0.1.2 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] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] [stdout] c510873ba841c5ae21df30f6710a22e78b1ea4379242de2ea08e768d53831d12 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "c510873ba841c5ae21df30f6710a22e78b1ea4379242de2ea08e768d53831d12"` [INFO] [stderr] Compiling syn v0.15.43 [INFO] [stderr] Compiling toml v0.2.1 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling zmq v0.9.1 [INFO] [stderr] Checking rustc-demangle v0.1.15 [INFO] [stderr] Checking owned-alloc v0.2.0 [INFO] [stderr] Checking arc-swap v0.3.11 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Checking tokio-sync v0.1.6 [INFO] [stderr] Checking log v0.4.8 [INFO] [stderr] Checking tokio-executor v0.1.8 [INFO] [stderr] Checking iovec v0.1.2 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Checking num_cpus v1.10.1 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Checking lockfree v0.5.1 [INFO] [stderr] Checking tokio-timer v0.2.11 [INFO] [stderr] Checking tokio-current-thread v0.1.6 [INFO] [stderr] Checking crossbeam-deque v0.7.1 [INFO] [stderr] Compiling metadeps v1.1.2 [INFO] [stderr] Checking mio v0.6.19 [INFO] [stderr] Compiling zmq-sys v0.9.1 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking backtrace v0.3.34 [INFO] [stderr] Checking bus_queue v0.4.1 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/zmq-0.9.1/src/lib.rs:1004:1 [INFO] [stderr] | [INFO] [stderr] 1004 | / bitflags! { [INFO] [stderr] 1005 | | /// Type representing pending socket events. [INFO] [stderr] 1006 | | pub struct PollEvents: i16 { [INFO] [stderr] 1007 | | /// For `poll()`, specifies to signal when a message/some data [INFO] [stderr] ... | [INFO] [stderr] 1017 | | } [INFO] [stderr] 1018 | | } [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/zmq-0.9.1/src/lib.rs:1004:1 [INFO] [stderr] | [INFO] [stderr] 1004 | / bitflags! { [INFO] [stderr] 1005 | | /// Type representing pending socket events. [INFO] [stderr] 1006 | | pub struct PollEvents: i16 { [INFO] [stderr] 1007 | | /// For `poll()`, specifies to signal when a message/some data [INFO] [stderr] ... | [INFO] [stderr] 1017 | | } [INFO] [stderr] 1018 | | } [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/zmq-0.9.1/src/lib.rs:1004:1 [INFO] [stderr] | [INFO] [stderr] 1004 | / bitflags! { [INFO] [stderr] 1005 | | /// Type representing pending socket events. [INFO] [stderr] 1006 | | pub struct PollEvents: i16 { [INFO] [stderr] 1007 | | /// For `poll()`, specifies to signal when a message/some data [INFO] [stderr] ... | [INFO] [stderr] 1017 | | } [INFO] [stderr] 1018 | | } [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/zmq-0.9.1/src/lib.rs:1004:1 [INFO] [stderr] | [INFO] [stderr] 1004 | / bitflags! { [INFO] [stderr] 1005 | | /// Type representing pending socket events. [INFO] [stderr] 1006 | | pub struct PollEvents: i16 { [INFO] [stderr] 1007 | | /// For `poll()`, specifies to signal when a message/some data [INFO] [stderr] ... | [INFO] [stderr] 1017 | | } [INFO] [stderr] 1018 | | } [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 tokio-codec v0.1.1 [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0518`. [INFO] [stderr] error: could not compile `zmq`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "c510873ba841c5ae21df30f6710a22e78b1ea4379242de2ea08e768d53831d12"` [INFO] running `"docker" "rm" "-f" "c510873ba841c5ae21df30f6710a22e78b1ea4379242de2ea08e768d53831d12"` [INFO] [stdout] c510873ba841c5ae21df30f6710a22e78b1ea4379242de2ea08e768d53831d12