Sep 02 00:57:07.323 INFO checking cereal_macros-0.2.1 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 02 00:57:07.323 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 02 00:57:07.323 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 00:57:07.578 INFO blam! 7a8e866b679b1289e87f21625901ed7331a4d62454d25d0fca836378e935b41f Sep 02 00:57:07.581 INFO running `"docker" "start" "-a" "7a8e866b679b1289e87f21625901ed7331a4d62454d25d0fca836378e935b41f"` Sep 02 00:57:08.479 INFO kablam! Checking cereal_macros v0.2.1 (file:///source) Sep 02 00:57:14.275 INFO kablam! error[E0432]: unresolved import `rustc::plugin` Sep 02 00:57:14.275 INFO kablam! --> src/plugin.rs:7:12 Sep 02 00:57:14.275 INFO kablam! | Sep 02 00:57:14.275 INFO kablam! 7 | use rustc::plugin::Registry; Sep 02 00:57:14.275 INFO kablam! | ^^^^^^ Could not find `plugin` in `rustc` Sep 02 00:57:14.275 INFO kablam! Sep 02 00:57:14.275 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 02 00:57:14.275 INFO kablam! --> src/plugin.rs:9:13 Sep 02 00:57:14.275 INFO kablam! | Sep 02 00:57:14.275 INFO kablam! 9 | use syntax::codemap::Span; Sep 02 00:57:14.275 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 02 00:57:14.276 INFO kablam! Sep 02 00:57:14.276 INFO kablam! error[E0432]: unresolved import `syntax::ext::deriving` Sep 02 00:57:14.276 INFO kablam! --> src/plugin.rs:12:18 Sep 02 00:57:14.276 INFO kablam! | Sep 02 00:57:14.276 INFO kablam! 12 | use syntax::ext::deriving::generic; Sep 02 00:57:14.276 INFO kablam! | ^^^^^^^^ Could not find `deriving` in `ext` Sep 02 00:57:14.276 INFO kablam! Sep 02 00:57:14.345 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 02 00:57:14.345 INFO kablam! --> src/plugin.rs:18:47 Sep 02 00:57:14.345 INFO kablam! | Sep 02 00:57:14.345 INFO kablam! 18 | registry.register_syntax_extension(token::intern("derive_CerealData"), Sep 02 00:57:14.345 INFO kablam! | ^^^^^^ not found in `token` Sep 02 00:57:14.345 INFO kablam! Sep 02 00:57:14.357 INFO kablam! error[E0432]: unresolved import `rustc::plugin` Sep 02 00:57:14.357 INFO kablam! --> src/plugin.rs:7:12 Sep 02 00:57:14.357 INFO kablam! | Sep 02 00:57:14.357 INFO kablam! 7 | use rustc::plugin::Registry; Sep 02 00:57:14.357 INFO kablam! | ^^^^^^ Could not find `plugin` in `rustc` Sep 02 00:57:14.357 INFO kablam! Sep 02 00:57:14.357 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 02 00:57:14.357 INFO kablam! --> src/plugin.rs:9:13 Sep 02 00:57:14.357 INFO kablam! | Sep 02 00:57:14.357 INFO kablam! 9 | use syntax::codemap::Span; Sep 02 00:57:14.357 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 02 00:57:14.357 INFO kablam! Sep 02 00:57:14.357 INFO kablam! error[E0432]: unresolved import `syntax::ext::deriving` Sep 02 00:57:14.357 INFO kablam! --> src/plugin.rs:12:18 Sep 02 00:57:14.358 INFO kablam! | Sep 02 00:57:14.358 INFO kablam! 12 | use syntax::ext::deriving::generic; Sep 02 00:57:14.358 INFO kablam! | ^^^^^^^^ Could not find `deriving` in `ext` Sep 02 00:57:14.358 INFO kablam! Sep 02 00:57:14.428 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 02 00:57:14.428 INFO kablam! --> src/plugin.rs:18:47 Sep 02 00:57:14.428 INFO kablam! | Sep 02 00:57:14.428 INFO kablam! 18 | registry.register_syntax_extension(token::intern("derive_CerealData"), Sep 02 00:57:14.429 INFO kablam! | ^^^^^^ not found in `token` Sep 02 00:57:14.429 INFO kablam! Sep 02 00:57:14.524 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 02 00:57:14.524 INFO kablam! --> src/plugin.rs:58:60 Sep 02 00:57:14.524 INFO kablam! | Sep 02 00:57:14.524 INFO kablam! 58 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 02 00:57:14.524 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 02 00:57:14.524 INFO kablam! | Sep 02 00:57:14.524 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 02 00:57:14.524 INFO kablam! Sep 02 00:57:14.534 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 02 00:57:14.534 INFO kablam! --> src/plugin.rs:84:60 Sep 02 00:57:14.534 INFO kablam! | Sep 02 00:57:14.534 INFO kablam! 84 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 02 00:57:14.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 02 00:57:14.534 INFO kablam! | Sep 02 00:57:14.534 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 02 00:57:14.534 INFO kablam! Sep 02 00:57:14.613 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 02 00:57:14.613 INFO kablam! --> src/plugin.rs:58:60 Sep 02 00:57:14.613 INFO kablam! | Sep 02 00:57:14.613 INFO kablam! 58 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 02 00:57:14.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 02 00:57:14.613 INFO kablam! | Sep 02 00:57:14.613 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 02 00:57:14.613 INFO kablam! Sep 02 00:57:14.622 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 02 00:57:14.622 INFO kablam! --> src/plugin.rs:84:60 Sep 02 00:57:14.623 INFO kablam! | Sep 02 00:57:14.623 INFO kablam! 84 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 02 00:57:14.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 02 00:57:14.623 INFO kablam! | Sep 02 00:57:14.623 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 02 00:57:14.623 INFO kablam! Sep 02 00:57:14.699 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 02 00:57:14.699 INFO kablam! --> src/plugin.rs:173:18 Sep 02 00:57:14.699 INFO kablam! | Sep 02 00:57:14.699 INFO kablam! 173 | $all Sep 02 00:57:14.699 INFO kablam! | ^^^ Sep 02 00:57:14.700 INFO kablam! | Sep 02 00:57:14.700 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 02 00:57:14.700 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 02 00:57:14.700 INFO kablam! Sep 02 00:57:14.727 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 02 00:57:14.727 INFO kablam! --> src/plugin.rs:187:18 Sep 02 00:57:14.727 INFO kablam! | Sep 02 00:57:14.727 INFO kablam! 187 | $all Sep 02 00:57:14.727 INFO kablam! | ^^^ Sep 02 00:57:14.727 INFO kablam! | Sep 02 00:57:14.727 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 02 00:57:14.727 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 02 00:57:14.727 INFO kablam! Sep 02 00:57:14.737 INFO kablam! error: aborting due to 8 previous errors Sep 02 00:57:14.737 INFO kablam! Sep 02 00:57:14.737 INFO kablam! Some errors occurred: E0425, E0432, E0599. Sep 02 00:57:14.737 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 02 00:57:14.754 INFO kablam! error: Could not compile `cereal_macros`. Sep 02 00:57:14.754 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 00:57:14.805 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 02 00:57:14.805 INFO kablam! --> src/plugin.rs:173:18 Sep 02 00:57:14.805 INFO kablam! | Sep 02 00:57:14.805 INFO kablam! 173 | $all Sep 02 00:57:14.805 INFO kablam! | ^^^ Sep 02 00:57:14.805 INFO kablam! | Sep 02 00:57:14.805 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 02 00:57:14.805 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 02 00:57:14.805 INFO kablam! Sep 02 00:57:14.834 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 02 00:57:14.834 INFO kablam! --> src/plugin.rs:187:18 Sep 02 00:57:14.834 INFO kablam! | Sep 02 00:57:14.834 INFO kablam! 187 | $all Sep 02 00:57:14.834 INFO kablam! | ^^^ Sep 02 00:57:14.834 INFO kablam! | Sep 02 00:57:14.834 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 02 00:57:14.834 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 02 00:57:14.834 INFO kablam! Sep 02 00:57:14.843 INFO kablam! error: aborting due to 8 previous errors Sep 02 00:57:14.843 INFO kablam! Sep 02 00:57:14.844 INFO kablam! Some errors occurred: E0425, E0432, E0599. Sep 02 00:57:14.844 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 02 00:57:14.860 INFO kablam! error: Could not compile `cereal_macros`. Sep 02 00:57:14.860 INFO kablam! Sep 02 00:57:14.860 INFO kablam! To learn more, run the command again with --verbose. Sep 02 00:57:14.862 INFO kablam! su: No module specific data is present Sep 02 00:57:15.414 INFO running `"docker" "rm" "-f" "7a8e866b679b1289e87f21625901ed7331a4d62454d25d0fca836378e935b41f"` Sep 02 00:57:15.566 INFO blam! 7a8e866b679b1289e87f21625901ed7331a4d62454d25d0fca836378e935b41f