Sep 20 03:50:40.131 INFO checking cereal_macros-0.2.1 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 20 03:50:40.131 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 20 03:50:40.132 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-4/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 20 03:50:40.474 INFO blam! cae1022d9de0a24dbb448402906720166985acc0d0e22eb4650a8a8fc233eb0f Sep 20 03:50:40.479 INFO running `"docker" "start" "-a" "cae1022d9de0a24dbb448402906720166985acc0d0e22eb4650a8a8fc233eb0f"` Sep 20 03:50:42.246 INFO kablam! usermod: no changes Sep 20 03:50:42.338 INFO kablam! Checking cereal_macros v0.2.1 (/source) Sep 20 03:50:46.567 INFO kablam! error[E0432]: unresolved import `rustc::plugin` Sep 20 03:50:46.567 INFO kablam! --> src/plugin.rs:7:12 Sep 20 03:50:46.567 INFO kablam! | Sep 20 03:50:46.567 INFO kablam! 7 | use rustc::plugin::Registry; Sep 20 03:50:46.567 INFO kablam! | ^^^^^^ Could not find `plugin` in `rustc` Sep 20 03:50:46.567 INFO kablam! Sep 20 03:50:46.567 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 20 03:50:46.567 INFO kablam! --> src/plugin.rs:9:13 Sep 20 03:50:46.567 INFO kablam! | Sep 20 03:50:46.567 INFO kablam! 9 | use syntax::codemap::Span; Sep 20 03:50:46.567 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 20 03:50:46.567 INFO kablam! Sep 20 03:50:46.567 INFO kablam! error[E0432]: unresolved import `syntax::ext::deriving` Sep 20 03:50:46.567 INFO kablam! --> src/plugin.rs:12:18 Sep 20 03:50:46.567 INFO kablam! | Sep 20 03:50:46.567 INFO kablam! 12 | use syntax::ext::deriving::generic; Sep 20 03:50:46.567 INFO kablam! | ^^^^^^^^ Could not find `deriving` in `ext` Sep 20 03:50:46.567 INFO kablam! Sep 20 03:50:46.646 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 20 03:50:46.646 INFO kablam! --> src/plugin.rs:18:47 Sep 20 03:50:46.647 INFO kablam! | Sep 20 03:50:46.647 INFO kablam! 18 | registry.register_syntax_extension(token::intern("derive_CerealData"), Sep 20 03:50:46.647 INFO kablam! | ^^^^^^ not found in `token` Sep 20 03:50:46.647 INFO kablam! Sep 20 03:50:46.662 INFO kablam! error[E0432]: unresolved import `rustc::plugin` Sep 20 03:50:46.662 INFO kablam! --> src/plugin.rs:7:12 Sep 20 03:50:46.662 INFO kablam! | Sep 20 03:50:46.662 INFO kablam! 7 | use rustc::plugin::Registry; Sep 20 03:50:46.662 INFO kablam! | ^^^^^^ Could not find `plugin` in `rustc` Sep 20 03:50:46.662 INFO kablam! Sep 20 03:50:46.662 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 20 03:50:46.662 INFO kablam! --> src/plugin.rs:9:13 Sep 20 03:50:46.662 INFO kablam! | Sep 20 03:50:46.662 INFO kablam! 9 | use syntax::codemap::Span; Sep 20 03:50:46.662 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 20 03:50:46.662 INFO kablam! Sep 20 03:50:46.662 INFO kablam! error[E0432]: unresolved import `syntax::ext::deriving` Sep 20 03:50:46.662 INFO kablam! --> src/plugin.rs:12:18 Sep 20 03:50:46.662 INFO kablam! | Sep 20 03:50:46.662 INFO kablam! 12 | use syntax::ext::deriving::generic; Sep 20 03:50:46.662 INFO kablam! | ^^^^^^^^ Could not find `deriving` in `ext` Sep 20 03:50:46.662 INFO kablam! Sep 20 03:50:46.759 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 20 03:50:46.759 INFO kablam! --> src/plugin.rs:18:47 Sep 20 03:50:46.759 INFO kablam! | Sep 20 03:50:46.759 INFO kablam! 18 | registry.register_syntax_extension(token::intern("derive_CerealData"), Sep 20 03:50:46.759 INFO kablam! | ^^^^^^ not found in `token` Sep 20 03:50:46.759 INFO kablam! Sep 20 03:50:46.963 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 20 03:50:46.963 INFO kablam! --> src/plugin.rs:58:60 Sep 20 03:50:46.963 INFO kablam! | Sep 20 03:50:46.963 INFO kablam! 58 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 20 03:50:46.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 20 03:50:46.963 INFO kablam! | Sep 20 03:50:46.963 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 20 03:50:46.963 INFO kablam! Sep 20 03:50:46.978 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 20 03:50:46.979 INFO kablam! --> src/plugin.rs:84:60 Sep 20 03:50:46.979 INFO kablam! | Sep 20 03:50:46.979 INFO kablam! 84 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 20 03:50:46.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 20 03:50:46.979 INFO kablam! | Sep 20 03:50:46.979 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 20 03:50:46.979 INFO kablam! Sep 20 03:50:46.986 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 20 03:50:46.987 INFO kablam! --> src/plugin.rs:58:60 Sep 20 03:50:46.987 INFO kablam! | Sep 20 03:50:46.987 INFO kablam! 58 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 20 03:50:46.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 20 03:50:46.987 INFO kablam! | Sep 20 03:50:46.987 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 20 03:50:46.987 INFO kablam! Sep 20 03:50:47.003 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 20 03:50:47.003 INFO kablam! --> src/plugin.rs:84:60 Sep 20 03:50:47.003 INFO kablam! | Sep 20 03:50:47.003 INFO kablam! 84 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 20 03:50:47.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 20 03:50:47.003 INFO kablam! | Sep 20 03:50:47.003 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 20 03:50:47.003 INFO kablam! Sep 20 03:50:47.179 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 20 03:50:47.179 INFO kablam! --> src/plugin.rs:173:18 Sep 20 03:50:47.179 INFO kablam! | Sep 20 03:50:47.179 INFO kablam! 173 | $all Sep 20 03:50:47.179 INFO kablam! | ^^^ Sep 20 03:50:47.179 INFO kablam! | Sep 20 03:50:47.179 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 20 03:50:47.179 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 20 03:50:47.179 INFO kablam! Sep 20 03:50:47.179 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 20 03:50:47.179 INFO kablam! --> src/plugin.rs:173:18 Sep 20 03:50:47.179 INFO kablam! | Sep 20 03:50:47.179 INFO kablam! 173 | $all Sep 20 03:50:47.179 INFO kablam! | ^^^ Sep 20 03:50:47.179 INFO kablam! | Sep 20 03:50:47.179 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 20 03:50:47.179 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 20 03:50:47.179 INFO kablam! Sep 20 03:50:47.191 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 20 03:50:47.191 INFO kablam! --> src/plugin.rs:187:18 Sep 20 03:50:47.191 INFO kablam! | Sep 20 03:50:47.191 INFO kablam! 187 | $all Sep 20 03:50:47.191 INFO kablam! | ^^^ Sep 20 03:50:47.191 INFO kablam! | Sep 20 03:50:47.191 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 20 03:50:47.191 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 20 03:50:47.191 INFO kablam! Sep 20 03:50:47.203 INFO kablam! error: aborting due to 8 previous errors Sep 20 03:50:47.203 INFO kablam! Sep 20 03:50:47.203 INFO kablam! Some errors occurred: E0425, E0432, E0599. Sep 20 03:50:47.203 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 20 03:50:47.203 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 20 03:50:47.203 INFO kablam! --> src/plugin.rs:187:18 Sep 20 03:50:47.203 INFO kablam! | Sep 20 03:50:47.203 INFO kablam! 187 | $all Sep 20 03:50:47.203 INFO kablam! | ^^^ Sep 20 03:50:47.203 INFO kablam! | Sep 20 03:50:47.203 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 20 03:50:47.203 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 20 03:50:47.203 INFO kablam! Sep 20 03:50:47.214 INFO kablam! error: aborting due to 8 previous errors Sep 20 03:50:47.215 INFO kablam! Sep 20 03:50:47.215 INFO kablam! Some errors occurred: E0425, E0432, E0599. Sep 20 03:50:47.215 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 20 03:50:47.235 INFO kablam! error: Could not compile `cereal_macros`. Sep 20 03:50:47.235 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 03:50:47.247 INFO kablam! error: Could not compile `cereal_macros`. Sep 20 03:50:47.247 INFO kablam! Sep 20 03:50:47.247 INFO kablam! To learn more, run the command again with --verbose. Sep 20 03:50:47.247 INFO kablam! su: No module specific data is present Sep 20 03:50:48.389 INFO running `"docker" "rm" "-f" "cae1022d9de0a24dbb448402906720166985acc0d0e22eb4650a8a8fc233eb0f"` Sep 20 03:50:48.635 INFO blam! cae1022d9de0a24dbb448402906720166985acc0d0e22eb4650a8a8fc233eb0f