Sep 02 18:30:00.841 INFO checking cereal_macros-0.2.1 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 18:30:00.841 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 18:30:00.842 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 18:30:01.094 INFO blam! d09e2c125697e4fd6295708bfde786b07ccd7c9425962f0a8594e4f09504b27b Sep 02 18:30:01.097 INFO running `"docker" "start" "-a" "d09e2c125697e4fd6295708bfde786b07ccd7c9425962f0a8594e4f09504b27b"` Sep 02 18:30:02.120 INFO kablam! Checking cereal_macros v0.2.1 (file:///source) Sep 02 18:30:08.520 INFO kablam! error[E0432]: unresolved import `rustc::plugin` Sep 02 18:30:08.520 INFO kablam! --> src/plugin.rs:7:12 Sep 02 18:30:08.520 INFO kablam! | Sep 02 18:30:08.520 INFO kablam! 7 | use rustc::plugin::Registry; Sep 02 18:30:08.520 INFO kablam! | ^^^^^^ Could not find `plugin` in `rustc` Sep 02 18:30:08.521 INFO kablam! Sep 02 18:30:08.521 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 02 18:30:08.521 INFO kablam! --> src/plugin.rs:9:13 Sep 02 18:30:08.521 INFO kablam! | Sep 02 18:30:08.521 INFO kablam! 9 | use syntax::codemap::Span; Sep 02 18:30:08.521 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 02 18:30:08.521 INFO kablam! Sep 02 18:30:08.521 INFO kablam! error[E0432]: unresolved import `syntax::ext::deriving` Sep 02 18:30:08.521 INFO kablam! --> src/plugin.rs:12:18 Sep 02 18:30:08.521 INFO kablam! | Sep 02 18:30:08.521 INFO kablam! 12 | use syntax::ext::deriving::generic; Sep 02 18:30:08.521 INFO kablam! | ^^^^^^^^ Could not find `deriving` in `ext` Sep 02 18:30:08.521 INFO kablam! Sep 02 18:30:08.616 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 02 18:30:08.617 INFO kablam! --> src/plugin.rs:18:47 Sep 02 18:30:08.617 INFO kablam! | Sep 02 18:30:08.617 INFO kablam! 18 | registry.register_syntax_extension(token::intern("derive_CerealData"), Sep 02 18:30:08.617 INFO kablam! | ^^^^^^ not found in `token` Sep 02 18:30:08.617 INFO kablam! Sep 02 18:30:08.643 INFO kablam! error[E0432]: unresolved import `rustc::plugin` Sep 02 18:30:08.643 INFO kablam! --> src/plugin.rs:7:12 Sep 02 18:30:08.643 INFO kablam! | Sep 02 18:30:08.643 INFO kablam! 7 | use rustc::plugin::Registry; Sep 02 18:30:08.643 INFO kablam! | ^^^^^^ Could not find `plugin` in `rustc` Sep 02 18:30:08.644 INFO kablam! Sep 02 18:30:08.644 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 02 18:30:08.644 INFO kablam! --> src/plugin.rs:9:13 Sep 02 18:30:08.644 INFO kablam! | Sep 02 18:30:08.644 INFO kablam! 9 | use syntax::codemap::Span; Sep 02 18:30:08.644 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 02 18:30:08.644 INFO kablam! Sep 02 18:30:08.644 INFO kablam! error[E0432]: unresolved import `syntax::ext::deriving` Sep 02 18:30:08.644 INFO kablam! --> src/plugin.rs:12:18 Sep 02 18:30:08.644 INFO kablam! | Sep 02 18:30:08.644 INFO kablam! 12 | use syntax::ext::deriving::generic; Sep 02 18:30:08.644 INFO kablam! | ^^^^^^^^ Could not find `deriving` in `ext` Sep 02 18:30:08.644 INFO kablam! Sep 02 18:30:08.733 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 02 18:30:08.733 INFO kablam! --> src/plugin.rs:18:47 Sep 02 18:30:08.733 INFO kablam! | Sep 02 18:30:08.733 INFO kablam! 18 | registry.register_syntax_extension(token::intern("derive_CerealData"), Sep 02 18:30:08.733 INFO kablam! | ^^^^^^ not found in `token` Sep 02 18:30:08.734 INFO kablam! Sep 02 18:30:08.830 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 02 18:30:08.830 INFO kablam! --> src/plugin.rs:58:60 Sep 02 18:30:08.830 INFO kablam! | Sep 02 18:30:08.830 INFO kablam! 58 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 02 18:30:08.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 02 18:30:08.830 INFO kablam! | Sep 02 18:30:08.830 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 02 18:30:08.830 INFO kablam! Sep 02 18:30:08.840 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 02 18:30:08.840 INFO kablam! --> src/plugin.rs:84:60 Sep 02 18:30:08.840 INFO kablam! | Sep 02 18:30:08.840 INFO kablam! 84 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 02 18:30:08.840 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 02 18:30:08.840 INFO kablam! | Sep 02 18:30:08.840 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 02 18:30:08.840 INFO kablam! Sep 02 18:30:08.942 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 02 18:30:08.942 INFO kablam! --> src/plugin.rs:58:60 Sep 02 18:30:08.942 INFO kablam! | Sep 02 18:30:08.942 INFO kablam! 58 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 02 18:30:08.942 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 02 18:30:08.942 INFO kablam! | Sep 02 18:30:08.942 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 02 18:30:08.942 INFO kablam! Sep 02 18:30:08.951 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 02 18:30:08.951 INFO kablam! --> src/plugin.rs:84:60 Sep 02 18:30:08.951 INFO kablam! | Sep 02 18:30:08.951 INFO kablam! 84 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 02 18:30:08.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 02 18:30:08.951 INFO kablam! | Sep 02 18:30:08.951 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 02 18:30:08.951 INFO kablam! Sep 02 18:30:09.039 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 02 18:30:09.039 INFO kablam! --> src/plugin.rs:173:18 Sep 02 18:30:09.039 INFO kablam! | Sep 02 18:30:09.039 INFO kablam! 173 | $all Sep 02 18:30:09.039 INFO kablam! | ^^^ Sep 02 18:30:09.039 INFO kablam! | Sep 02 18:30:09.039 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 02 18:30:09.039 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 02 18:30:09.039 INFO kablam! Sep 02 18:30:09.068 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 02 18:30:09.068 INFO kablam! --> src/plugin.rs:187:18 Sep 02 18:30:09.068 INFO kablam! | Sep 02 18:30:09.069 INFO kablam! 187 | $all Sep 02 18:30:09.069 INFO kablam! | ^^^ Sep 02 18:30:09.069 INFO kablam! | Sep 02 18:30:09.069 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 02 18:30:09.069 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 02 18:30:09.069 INFO kablam! Sep 02 18:30:09.079 INFO kablam! error: aborting due to 8 previous errors Sep 02 18:30:09.079 INFO kablam! Sep 02 18:30:09.079 INFO kablam! Some errors occurred: E0425, E0432, E0599. Sep 02 18:30:09.079 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 02 18:30:09.097 INFO kablam! error: Could not compile `cereal_macros`. Sep 02 18:30:09.098 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 18:30:09.165 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 02 18:30:09.165 INFO kablam! --> src/plugin.rs:173:18 Sep 02 18:30:09.165 INFO kablam! | Sep 02 18:30:09.165 INFO kablam! 173 | $all Sep 02 18:30:09.165 INFO kablam! | ^^^ Sep 02 18:30:09.165 INFO kablam! | Sep 02 18:30:09.165 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 02 18:30:09.165 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 02 18:30:09.165 INFO kablam! Sep 02 18:30:09.198 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 02 18:30:09.198 INFO kablam! --> src/plugin.rs:187:18 Sep 02 18:30:09.198 INFO kablam! | Sep 02 18:30:09.198 INFO kablam! 187 | $all Sep 02 18:30:09.198 INFO kablam! | ^^^ Sep 02 18:30:09.198 INFO kablam! | Sep 02 18:30:09.198 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 02 18:30:09.198 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 02 18:30:09.198 INFO kablam! Sep 02 18:30:09.209 INFO kablam! error: aborting due to 8 previous errors Sep 02 18:30:09.209 INFO kablam! Sep 02 18:30:09.209 INFO kablam! Some errors occurred: E0425, E0432, E0599. Sep 02 18:30:09.209 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 02 18:30:09.231 INFO kablam! error: Could not compile `cereal_macros`. Sep 02 18:30:09.231 INFO kablam! Sep 02 18:30:09.231 INFO kablam! To learn more, run the command again with --verbose. Sep 02 18:30:09.232 INFO kablam! su: No module specific data is present Sep 02 18:30:09.770 INFO running `"docker" "rm" "-f" "d09e2c125697e4fd6295708bfde786b07ccd7c9425962f0a8594e4f09504b27b"` Sep 02 18:30:09.937 INFO blam! d09e2c125697e4fd6295708bfde786b07ccd7c9425962f0a8594e4f09504b27b