Sep 05 00:42:07.074 INFO checking cereal_macros-0.2.1 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 05 00:42:07.074 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 05 00:42:07.074 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/try#5fe695a3844714c70e8f7731a553f7947987a68a:/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 +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 00:42:07.331 INFO blam! 362de86f8b6b93cdde0477bfe91c17774e2dcf5dfa2790ff55c2dfe1675a4c42 Sep 05 00:42:07.333 INFO running `"docker" "start" "-a" "362de86f8b6b93cdde0477bfe91c17774e2dcf5dfa2790ff55c2dfe1675a4c42"` Sep 05 00:42:08.263 INFO kablam! Checking cereal_macros v0.2.1 (file:///source) Sep 05 00:42:13.889 INFO kablam! error[E0432]: unresolved import `rustc::plugin` Sep 05 00:42:13.889 INFO kablam! --> src/plugin.rs:7:12 Sep 05 00:42:13.889 INFO kablam! | Sep 05 00:42:13.889 INFO kablam! 7 | use rustc::plugin::Registry; Sep 05 00:42:13.889 INFO kablam! | ^^^^^^ Could not find `plugin` in `rustc` Sep 05 00:42:13.889 INFO kablam! Sep 05 00:42:13.889 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 05 00:42:13.889 INFO kablam! --> src/plugin.rs:9:13 Sep 05 00:42:13.889 INFO kablam! | Sep 05 00:42:13.889 INFO kablam! 9 | use syntax::codemap::Span; Sep 05 00:42:13.889 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 05 00:42:13.890 INFO kablam! Sep 05 00:42:13.890 INFO kablam! error[E0432]: unresolved import `syntax::ext::deriving` Sep 05 00:42:13.890 INFO kablam! --> src/plugin.rs:12:18 Sep 05 00:42:13.890 INFO kablam! | Sep 05 00:42:13.890 INFO kablam! 12 | use syntax::ext::deriving::generic; Sep 05 00:42:13.890 INFO kablam! | ^^^^^^^^ Could not find `deriving` in `ext` Sep 05 00:42:13.890 INFO kablam! Sep 05 00:42:13.959 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 05 00:42:13.959 INFO kablam! --> src/plugin.rs:18:47 Sep 05 00:42:13.959 INFO kablam! | Sep 05 00:42:13.959 INFO kablam! 18 | registry.register_syntax_extension(token::intern("derive_CerealData"), Sep 05 00:42:13.959 INFO kablam! | ^^^^^^ not found in `token` Sep 05 00:42:13.959 INFO kablam! Sep 05 00:42:13.964 INFO kablam! error[E0432]: unresolved import `rustc::plugin` Sep 05 00:42:13.964 INFO kablam! --> src/plugin.rs:7:12 Sep 05 00:42:13.964 INFO kablam! | Sep 05 00:42:13.964 INFO kablam! 7 | use rustc::plugin::Registry; Sep 05 00:42:13.964 INFO kablam! | ^^^^^^ Could not find `plugin` in `rustc` Sep 05 00:42:13.964 INFO kablam! Sep 05 00:42:13.964 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 05 00:42:13.964 INFO kablam! --> src/plugin.rs:9:13 Sep 05 00:42:13.964 INFO kablam! | Sep 05 00:42:13.964 INFO kablam! 9 | use syntax::codemap::Span; Sep 05 00:42:13.964 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 05 00:42:13.964 INFO kablam! Sep 05 00:42:13.964 INFO kablam! error[E0432]: unresolved import `syntax::ext::deriving` Sep 05 00:42:13.964 INFO kablam! --> src/plugin.rs:12:18 Sep 05 00:42:13.964 INFO kablam! | Sep 05 00:42:13.965 INFO kablam! 12 | use syntax::ext::deriving::generic; Sep 05 00:42:13.965 INFO kablam! | ^^^^^^^^ Could not find `deriving` in `ext` Sep 05 00:42:13.965 INFO kablam! Sep 05 00:42:14.033 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 05 00:42:14.033 INFO kablam! --> src/plugin.rs:18:47 Sep 05 00:42:14.033 INFO kablam! | Sep 05 00:42:14.033 INFO kablam! 18 | registry.register_syntax_extension(token::intern("derive_CerealData"), Sep 05 00:42:14.033 INFO kablam! | ^^^^^^ not found in `token` Sep 05 00:42:14.033 INFO kablam! Sep 05 00:42:14.138 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 05 00:42:14.138 INFO kablam! --> src/plugin.rs:58:60 Sep 05 00:42:14.138 INFO kablam! | Sep 05 00:42:14.138 INFO kablam! 58 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 05 00:42:14.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 05 00:42:14.138 INFO kablam! | Sep 05 00:42:14.138 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 05 00:42:14.138 INFO kablam! Sep 05 00:42:14.147 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 05 00:42:14.147 INFO kablam! --> src/plugin.rs:84:60 Sep 05 00:42:14.147 INFO kablam! | Sep 05 00:42:14.147 INFO kablam! 84 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 05 00:42:14.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 05 00:42:14.147 INFO kablam! | Sep 05 00:42:14.147 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 05 00:42:14.147 INFO kablam! Sep 05 00:42:14.209 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 05 00:42:14.210 INFO kablam! --> src/plugin.rs:58:60 Sep 05 00:42:14.210 INFO kablam! | Sep 05 00:42:14.210 INFO kablam! 58 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 05 00:42:14.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 05 00:42:14.210 INFO kablam! | Sep 05 00:42:14.210 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 05 00:42:14.210 INFO kablam! Sep 05 00:42:14.219 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 05 00:42:14.219 INFO kablam! --> src/plugin.rs:84:60 Sep 05 00:42:14.219 INFO kablam! | Sep 05 00:42:14.219 INFO kablam! 84 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 05 00:42:14.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 05 00:42:14.219 INFO kablam! | Sep 05 00:42:14.219 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 05 00:42:14.219 INFO kablam! Sep 05 00:42:14.311 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 05 00:42:14.311 INFO kablam! --> src/plugin.rs:173:18 Sep 05 00:42:14.311 INFO kablam! | Sep 05 00:42:14.311 INFO kablam! 173 | $all Sep 05 00:42:14.311 INFO kablam! | ^^^ Sep 05 00:42:14.311 INFO kablam! | Sep 05 00:42:14.311 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 05 00:42:14.311 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 05 00:42:14.311 INFO kablam! Sep 05 00:42:14.337 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 05 00:42:14.337 INFO kablam! --> src/plugin.rs:187:18 Sep 05 00:42:14.337 INFO kablam! | Sep 05 00:42:14.337 INFO kablam! 187 | $all Sep 05 00:42:14.337 INFO kablam! | ^^^ Sep 05 00:42:14.337 INFO kablam! | Sep 05 00:42:14.337 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 05 00:42:14.338 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 05 00:42:14.338 INFO kablam! Sep 05 00:42:14.346 INFO kablam! error: aborting due to 8 previous errors Sep 05 00:42:14.346 INFO kablam! Sep 05 00:42:14.346 INFO kablam! Some errors occurred: E0425, E0432, E0599. Sep 05 00:42:14.346 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 05 00:42:14.363 INFO kablam! error: Could not compile `cereal_macros`. Sep 05 00:42:14.364 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 00:42:14.381 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 05 00:42:14.382 INFO kablam! --> src/plugin.rs:173:18 Sep 05 00:42:14.382 INFO kablam! | Sep 05 00:42:14.382 INFO kablam! 173 | $all Sep 05 00:42:14.382 INFO kablam! | ^^^ Sep 05 00:42:14.382 INFO kablam! | Sep 05 00:42:14.382 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 05 00:42:14.382 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 05 00:42:14.382 INFO kablam! Sep 05 00:42:14.408 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 05 00:42:14.409 INFO kablam! --> src/plugin.rs:187:18 Sep 05 00:42:14.409 INFO kablam! | Sep 05 00:42:14.409 INFO kablam! 187 | $all Sep 05 00:42:14.409 INFO kablam! | ^^^ Sep 05 00:42:14.409 INFO kablam! | Sep 05 00:42:14.409 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 05 00:42:14.409 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 05 00:42:14.409 INFO kablam! Sep 05 00:42:14.418 INFO kablam! error: aborting due to 8 previous errors Sep 05 00:42:14.418 INFO kablam! Sep 05 00:42:14.418 INFO kablam! Some errors occurred: E0425, E0432, E0599. Sep 05 00:42:14.418 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 05 00:42:14.435 INFO kablam! error: Could not compile `cereal_macros`. Sep 05 00:42:14.435 INFO kablam! Sep 05 00:42:14.435 INFO kablam! To learn more, run the command again with --verbose. Sep 05 00:42:14.437 INFO kablam! su: No module specific data is present Sep 05 00:42:15.035 INFO running `"docker" "rm" "-f" "362de86f8b6b93cdde0477bfe91c17774e2dcf5dfa2790ff55c2dfe1675a4c42"` Sep 05 00:42:15.197 INFO blam! 362de86f8b6b93cdde0477bfe91c17774e2dcf5dfa2790ff55c2dfe1675a4c42