Sep 19 15:16:24.153 INFO checking zeromq-0.1.0-pre against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 15:16:24.153 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 15:16:24.153 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-2/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 15:16:24.542 INFO blam! 42514714c7877ac8552e5157656760470247882c26223d37f2f637248dacff22 Sep 19 15:16:24.543 INFO running `"docker" "start" "-a" "42514714c7877ac8552e5157656760470247882c26223d37f2f637248dacff22"` Sep 19 15:16:25.466 INFO kablam! usermod: no changes Sep 19 15:16:25.497 INFO kablam! Checking zeromq v0.1.0-pre (/source) Sep 19 15:16:25.567 INFO kablam! error: expected type, found `|` Sep 19 15:16:25.567 INFO kablam! --> src/socket_base.rs:184:36 Sep 19 15:16:25.567 INFO kablam! | Sep 19 15:16:25.567 INFO kablam! 184 | fn sync_until(&mut self, cond: |&SocketBase| -> bool) { Sep 19 15:16:25.567 INFO kablam! | ^ Sep 19 15:16:25.567 INFO kablam! Sep 19 15:16:25.579 INFO kablam! error: expected type, found `|` Sep 19 15:16:25.579 INFO kablam! --> src/socket_base.rs:184:36 Sep 19 15:16:25.579 INFO kablam! | Sep 19 15:16:25.579 INFO kablam! 184 | fn sync_until(&mut self, cond: |&SocketBase| -> bool) { Sep 19 15:16:25.579 INFO kablam! | ^ Sep 19 15:16:25.579 INFO kablam! Sep 19 15:16:25.674 INFO kablam! error[E0658]: The attribute `phase` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 19 15:16:25.674 INFO kablam! --> src/lib.rs:35:3 Sep 19 15:16:25.674 INFO kablam! | Sep 19 15:16:25.674 INFO kablam! 35 | #[phase(plugin, link)] extern crate log; Sep 19 15:16:25.674 INFO kablam! | ^^^^^ Sep 19 15:16:25.674 INFO kablam! | Sep 19 15:16:25.674 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 19 15:16:25.674 INFO kablam! Sep 19 15:16:25.684 INFO kablam! error[E0658]: The attribute `phase` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 19 15:16:25.684 INFO kablam! --> src/lib.rs:35:3 Sep 19 15:16:25.684 INFO kablam! | Sep 19 15:16:25.684 INFO kablam! 35 | #[phase(plugin, link)] extern crate log; Sep 19 15:16:25.684 INFO kablam! | ^^^^^ Sep 19 15:16:25.684 INFO kablam! | Sep 19 15:16:25.684 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 19 15:16:25.684 INFO kablam! Sep 19 15:16:25.695 INFO kablam! error[E0658]: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 19 15:16:25.695 INFO kablam! --> src/consts.rs:54:3 Sep 19 15:16:25.695 INFO kablam! | Sep 19 15:16:25.695 INFO kablam! 54 | #[deriving(PartialEq, Show)] Sep 19 15:16:25.695 INFO kablam! | ^^^^^^^^ Sep 19 15:16:25.695 INFO kablam! | Sep 19 15:16:25.695 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 19 15:16:25.695 INFO kablam! Sep 19 15:16:25.695 INFO kablam! error[E0658]: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 19 15:16:25.695 INFO kablam! --> src/msg.rs:5:3 Sep 19 15:16:25.695 INFO kablam! | Sep 19 15:16:25.695 INFO kablam! 5 | #[deriving(Show)] Sep 19 15:16:25.695 INFO kablam! | ^^^^^^^^ Sep 19 15:16:25.695 INFO kablam! | Sep 19 15:16:25.695 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 19 15:16:25.695 INFO kablam! Sep 19 15:16:25.695 INFO kablam! error[E0658]: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 19 15:16:25.695 INFO kablam! --> src/result.rs:8:3 Sep 19 15:16:25.695 INFO kablam! | Sep 19 15:16:25.695 INFO kablam! 8 | #[deriving(Show)] Sep 19 15:16:25.695 INFO kablam! | ^^^^^^^^ Sep 19 15:16:25.695 INFO kablam! | Sep 19 15:16:25.695 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 19 15:16:25.695 INFO kablam! Sep 19 15:16:25.699 INFO kablam! error[E0658]: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 19 15:16:25.699 INFO kablam! --> src/consts.rs:54:3 Sep 19 15:16:25.699 INFO kablam! | Sep 19 15:16:25.699 INFO kablam! 54 | #[deriving(PartialEq, Show)] Sep 19 15:16:25.699 INFO kablam! | ^^^^^^^^ Sep 19 15:16:25.699 INFO kablam! | Sep 19 15:16:25.699 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 19 15:16:25.699 INFO kablam! Sep 19 15:16:25.706 INFO kablam! error: aborting due to 5 previous errors Sep 19 15:16:25.706 INFO kablam! Sep 19 15:16:25.706 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 19 15:16:25.706 INFO kablam! error[E0658]: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 19 15:16:25.706 INFO kablam! --> src/msg.rs:5:3 Sep 19 15:16:25.706 INFO kablam! | Sep 19 15:16:25.706 INFO kablam! 5 | #[deriving(Show)] Sep 19 15:16:25.706 INFO kablam! | ^^^^^^^^ Sep 19 15:16:25.706 INFO kablam! | Sep 19 15:16:25.706 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 19 15:16:25.706 INFO kablam! Sep 19 15:16:25.706 INFO kablam! error[E0658]: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 19 15:16:25.706 INFO kablam! --> src/result.rs:8:3 Sep 19 15:16:25.706 INFO kablam! | Sep 19 15:16:25.706 INFO kablam! 8 | #[deriving(Show)] Sep 19 15:16:25.706 INFO kablam! | ^^^^^^^^ Sep 19 15:16:25.706 INFO kablam! | Sep 19 15:16:25.706 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 19 15:16:25.706 INFO kablam! Sep 19 15:16:25.706 INFO kablam! error: aborting due to 5 previous errors Sep 19 15:16:25.706 INFO kablam! Sep 19 15:16:25.706 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 19 15:16:25.706 INFO kablam! error: Could not compile `zeromq`. Sep 19 15:16:25.706 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 15:16:25.707 INFO kablam! error: Could not compile `zeromq`. Sep 19 15:16:25.707 INFO kablam! Sep 19 15:16:25.707 INFO kablam! To learn more, run the command again with --verbose. Sep 19 15:16:25.707 INFO kablam! su: No module specific data is present Sep 19 15:16:26.427 INFO running `"docker" "rm" "-f" "42514714c7877ac8552e5157656760470247882c26223d37f2f637248dacff22"` Sep 19 15:16:26.649 INFO blam! 42514714c7877ac8552e5157656760470247882c26223d37f2f637248dacff22