Sep 19 15:16:22.971 INFO checking zeromq-0.1.0-pre against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 15:16:22.971 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 15:16:22.971 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-1/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-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:23.381 INFO blam! 0c772d931765a021fd00ae30857845c8e1a3c0aeff5f0c72a49c8317097d048b Sep 19 15:16:23.384 INFO running `"docker" "start" "-a" "0c772d931765a021fd00ae30857845c8e1a3c0aeff5f0c72a49c8317097d048b"` Sep 19 15:16:24.933 INFO kablam! usermod: no changes Sep 19 15:16:24.995 INFO kablam! Checking zeromq v0.1.0-pre (/source) Sep 19 15:16:25.055 INFO kablam! error: expected type, found `|` Sep 19 15:16:25.055 INFO kablam! --> src/socket_base.rs:184:36 Sep 19 15:16:25.055 INFO kablam! | Sep 19 15:16:25.055 INFO kablam! 184 | fn sync_until(&mut self, cond: |&SocketBase| -> bool) { Sep 19 15:16:25.055 INFO kablam! | ^ Sep 19 15:16:25.055 INFO kablam! Sep 19 15:16:25.087 INFO kablam! error: expected type, found `|` Sep 19 15:16:25.087 INFO kablam! --> src/socket_base.rs:184:36 Sep 19 15:16:25.087 INFO kablam! | Sep 19 15:16:25.087 INFO kablam! 184 | fn sync_until(&mut self, cond: |&SocketBase| -> bool) { Sep 19 15:16:25.087 INFO kablam! | ^ Sep 19 15:16:25.087 INFO kablam! Sep 19 15:16:25.183 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.183 INFO kablam! --> src/lib.rs:35:3 Sep 19 15:16:25.183 INFO kablam! | Sep 19 15:16:25.183 INFO kablam! 35 | #[phase(plugin, link)] extern crate log; Sep 19 15:16:25.183 INFO kablam! | ^^^^^ Sep 19 15:16:25.183 INFO kablam! | Sep 19 15:16:25.183 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 19 15:16:25.183 INFO kablam! Sep 19 15:16:25.184 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.184 INFO kablam! --> src/lib.rs:35:3 Sep 19 15:16:25.184 INFO kablam! | Sep 19 15:16:25.184 INFO kablam! 35 | #[phase(plugin, link)] extern crate log; Sep 19 15:16:25.184 INFO kablam! | ^^^^^ Sep 19 15:16:25.184 INFO kablam! | Sep 19 15:16:25.184 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 19 15:16:25.184 INFO kablam! Sep 19 15:16:25.195 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.195 INFO kablam! --> src/consts.rs:54:3 Sep 19 15:16:25.195 INFO kablam! | Sep 19 15:16:25.195 INFO kablam! 54 | #[deriving(PartialEq, Show)] Sep 19 15:16:25.195 INFO kablam! | ^^^^^^^^ Sep 19 15:16:25.195 INFO kablam! | Sep 19 15:16:25.195 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 19 15:16:25.195 INFO kablam! Sep 19 15:16:25.195 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.195 INFO kablam! --> src/msg.rs:5:3 Sep 19 15:16:25.195 INFO kablam! | Sep 19 15:16:25.195 INFO kablam! 5 | #[deriving(Show)] Sep 19 15:16:25.195 INFO kablam! | ^^^^^^^^ Sep 19 15:16:25.195 INFO kablam! | Sep 19 15:16:25.195 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 19 15:16:25.195 INFO kablam! Sep 19 15:16:25.195 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.195 INFO kablam! --> src/result.rs:8:3 Sep 19 15:16:25.195 INFO kablam! | Sep 19 15:16:25.195 INFO kablam! 8 | #[deriving(Show)] Sep 19 15:16:25.195 INFO kablam! | ^^^^^^^^ Sep 19 15:16:25.195 INFO kablam! | Sep 19 15:16:25.195 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 19 15:16:25.195 INFO kablam! Sep 19 15:16:25.195 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.195 INFO kablam! --> src/consts.rs:54:3 Sep 19 15:16:25.195 INFO kablam! | Sep 19 15:16:25.195 INFO kablam! 54 | #[deriving(PartialEq, Show)] Sep 19 15:16:25.195 INFO kablam! | ^^^^^^^^ Sep 19 15:16:25.195 INFO kablam! | Sep 19 15:16:25.195 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 19 15:16:25.202 INFO kablam! error: aborting due to 5 previous errors Sep 19 15:16:25.202 INFO kablam! Sep 19 15:16:25.202 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 19 15:16:25.202 INFO kablam! Sep 19 15:16:25.203 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.203 INFO kablam! --> src/msg.rs:5:3 Sep 19 15:16:25.203 INFO kablam! | Sep 19 15:16:25.203 INFO kablam! 5 | #[deriving(Show)] Sep 19 15:16:25.203 INFO kablam! | ^^^^^^^^ Sep 19 15:16:25.203 INFO kablam! | Sep 19 15:16:25.203 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 19 15:16:25.203 INFO kablam! Sep 19 15:16:25.203 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.203 INFO kablam! --> src/result.rs:8:3 Sep 19 15:16:25.203 INFO kablam! | Sep 19 15:16:25.203 INFO kablam! 8 | #[deriving(Show)] Sep 19 15:16:25.203 INFO kablam! | ^^^^^^^^ Sep 19 15:16:25.203 INFO kablam! | Sep 19 15:16:25.203 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 19 15:16:25.204 INFO kablam! Sep 19 15:16:25.204 INFO kablam! error: aborting due to 5 previous errors Sep 19 15:16:25.204 INFO kablam! Sep 19 15:16:25.204 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 19 15:16:25.209 INFO kablam! error: Could not compile `zeromq`. Sep 19 15:16:25.209 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 15:16:25.211 INFO kablam! error: Could not compile `zeromq`. Sep 19 15:16:25.211 INFO kablam! Sep 19 15:16:25.211 INFO kablam! To learn more, run the command again with --verbose. Sep 19 15:16:25.213 INFO kablam! su: No module specific data is present Sep 19 15:16:25.911 INFO running `"docker" "rm" "-f" "0c772d931765a021fd00ae30857845c8e1a3c0aeff5f0c72a49c8317097d048b"` Sep 19 15:16:26.120 INFO blam! 0c772d931765a021fd00ae30857845c8e1a3c0aeff5f0c72a49c8317097d048b