Sep 04 21:50:01.774 INFO checking cereal_macros-0.2.1 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 21:50:01.774 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 21:50:01.774 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 21:50:02.006 INFO blam! 07a6d0de5224f7a07a11de4f8ed064c6f9e994a55c22fd865caa0f9c0098a36c Sep 04 21:50:02.011 INFO running `"docker" "start" "-a" "07a6d0de5224f7a07a11de4f8ed064c6f9e994a55c22fd865caa0f9c0098a36c"` Sep 04 21:50:02.936 INFO kablam! Checking cereal_macros v0.2.1 (file:///source) Sep 04 21:50:08.890 INFO kablam! error[E0432]: unresolved import `rustc::plugin` Sep 04 21:50:08.890 INFO kablam! --> src/plugin.rs:7:12 Sep 04 21:50:08.891 INFO kablam! | Sep 04 21:50:08.891 INFO kablam! 7 | use rustc::plugin::Registry; Sep 04 21:50:08.891 INFO kablam! | ^^^^^^ Could not find `plugin` in `rustc` Sep 04 21:50:08.891 INFO kablam! Sep 04 21:50:08.891 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 21:50:08.891 INFO kablam! --> src/plugin.rs:9:13 Sep 04 21:50:08.891 INFO kablam! | Sep 04 21:50:08.891 INFO kablam! 9 | use syntax::codemap::Span; Sep 04 21:50:08.891 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 21:50:08.891 INFO kablam! Sep 04 21:50:08.892 INFO kablam! error[E0432]: unresolved import `syntax::ext::deriving` Sep 04 21:50:08.892 INFO kablam! --> src/plugin.rs:12:18 Sep 04 21:50:08.892 INFO kablam! | Sep 04 21:50:08.892 INFO kablam! 12 | use syntax::ext::deriving::generic; Sep 04 21:50:08.892 INFO kablam! | ^^^^^^^^ Could not find `deriving` in `ext` Sep 04 21:50:08.892 INFO kablam! Sep 04 21:50:08.916 INFO kablam! error[E0432]: unresolved import `rustc::plugin` Sep 04 21:50:08.916 INFO kablam! --> src/plugin.rs:7:12 Sep 04 21:50:08.916 INFO kablam! | Sep 04 21:50:08.916 INFO kablam! 7 | use rustc::plugin::Registry; Sep 04 21:50:08.916 INFO kablam! | ^^^^^^ Could not find `plugin` in `rustc` Sep 04 21:50:08.917 INFO kablam! Sep 04 21:50:08.917 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 21:50:08.917 INFO kablam! --> src/plugin.rs:9:13 Sep 04 21:50:08.917 INFO kablam! | Sep 04 21:50:08.917 INFO kablam! 9 | use syntax::codemap::Span; Sep 04 21:50:08.917 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 21:50:08.917 INFO kablam! Sep 04 21:50:08.917 INFO kablam! error[E0432]: unresolved import `syntax::ext::deriving` Sep 04 21:50:08.917 INFO kablam! --> src/plugin.rs:12:18 Sep 04 21:50:08.917 INFO kablam! | Sep 04 21:50:08.917 INFO kablam! 12 | use syntax::ext::deriving::generic; Sep 04 21:50:08.917 INFO kablam! | ^^^^^^^^ Could not find `deriving` in `ext` Sep 04 21:50:08.917 INFO kablam! Sep 04 21:50:08.964 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 04 21:50:08.964 INFO kablam! --> src/plugin.rs:18:47 Sep 04 21:50:08.964 INFO kablam! | Sep 04 21:50:08.964 INFO kablam! 18 | registry.register_syntax_extension(token::intern("derive_CerealData"), Sep 04 21:50:08.964 INFO kablam! | ^^^^^^ not found in `token` Sep 04 21:50:08.964 INFO kablam! Sep 04 21:50:08.993 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 04 21:50:08.993 INFO kablam! --> src/plugin.rs:18:47 Sep 04 21:50:08.993 INFO kablam! | Sep 04 21:50:08.993 INFO kablam! 18 | registry.register_syntax_extension(token::intern("derive_CerealData"), Sep 04 21:50:08.993 INFO kablam! | ^^^^^^ not found in `token` Sep 04 21:50:08.993 INFO kablam! Sep 04 21:50:09.164 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 04 21:50:09.164 INFO kablam! --> src/plugin.rs:58:60 Sep 04 21:50:09.164 INFO kablam! | Sep 04 21:50:09.164 INFO kablam! 58 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 04 21:50:09.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 04 21:50:09.164 INFO kablam! | Sep 04 21:50:09.164 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 04 21:50:09.164 INFO kablam! Sep 04 21:50:09.193 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 04 21:50:09.193 INFO kablam! --> src/plugin.rs:84:60 Sep 04 21:50:09.193 INFO kablam! | Sep 04 21:50:09.193 INFO kablam! 84 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 04 21:50:09.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 04 21:50:09.193 INFO kablam! | Sep 04 21:50:09.193 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 04 21:50:09.193 INFO kablam! Sep 04 21:50:09.259 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 04 21:50:09.259 INFO kablam! --> src/plugin.rs:58:60 Sep 04 21:50:09.259 INFO kablam! | Sep 04 21:50:09.259 INFO kablam! 58 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 04 21:50:09.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 04 21:50:09.259 INFO kablam! | Sep 04 21:50:09.259 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 04 21:50:09.259 INFO kablam! Sep 04 21:50:09.274 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 04 21:50:09.275 INFO kablam! --> src/plugin.rs:84:60 Sep 04 21:50:09.275 INFO kablam! | Sep 04 21:50:09.275 INFO kablam! 84 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 04 21:50:09.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 04 21:50:09.275 INFO kablam! | Sep 04 21:50:09.275 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 04 21:50:09.275 INFO kablam! Sep 04 21:50:09.484 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 04 21:50:09.484 INFO kablam! --> src/plugin.rs:173:18 Sep 04 21:50:09.485 INFO kablam! | Sep 04 21:50:09.485 INFO kablam! 173 | $all Sep 04 21:50:09.485 INFO kablam! | ^^^ Sep 04 21:50:09.485 INFO kablam! | Sep 04 21:50:09.485 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 04 21:50:09.485 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 04 21:50:09.485 INFO kablam! Sep 04 21:50:09.512 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 04 21:50:09.513 INFO kablam! --> src/plugin.rs:187:18 Sep 04 21:50:09.513 INFO kablam! | Sep 04 21:50:09.513 INFO kablam! 187 | $all Sep 04 21:50:09.513 INFO kablam! | ^^^ Sep 04 21:50:09.513 INFO kablam! | Sep 04 21:50:09.513 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 04 21:50:09.513 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 04 21:50:09.513 INFO kablam! Sep 04 21:50:09.524 INFO kablam! error: aborting due to 8 previous errors Sep 04 21:50:09.524 INFO kablam! Sep 04 21:50:09.524 INFO kablam! Some errors occurred: E0425, E0432, E0599. Sep 04 21:50:09.524 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 04 21:50:09.552 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 04 21:50:09.552 INFO kablam! --> src/plugin.rs:173:18 Sep 04 21:50:09.552 INFO kablam! | Sep 04 21:50:09.552 INFO kablam! 173 | $all Sep 04 21:50:09.552 INFO kablam! | ^^^ Sep 04 21:50:09.553 INFO kablam! | Sep 04 21:50:09.553 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 04 21:50:09.553 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 04 21:50:09.553 INFO kablam! Sep 04 21:50:09.553 INFO kablam! error: Could not compile `cereal_macros`. Sep 04 21:50:09.553 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 21:50:09.567 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 04 21:50:09.567 INFO kablam! --> src/plugin.rs:187:18 Sep 04 21:50:09.567 INFO kablam! | Sep 04 21:50:09.567 INFO kablam! 187 | $all Sep 04 21:50:09.567 INFO kablam! | ^^^ Sep 04 21:50:09.567 INFO kablam! | Sep 04 21:50:09.567 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 04 21:50:09.567 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 04 21:50:09.567 INFO kablam! Sep 04 21:50:09.578 INFO kablam! error: aborting due to 8 previous errors Sep 04 21:50:09.578 INFO kablam! Sep 04 21:50:09.578 INFO kablam! Some errors occurred: E0425, E0432, E0599. Sep 04 21:50:09.578 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 04 21:50:09.598 INFO kablam! error: Could not compile `cereal_macros`. Sep 04 21:50:09.598 INFO kablam! Sep 04 21:50:09.598 INFO kablam! To learn more, run the command again with --verbose. Sep 04 21:50:09.600 INFO kablam! su: No module specific data is present Sep 04 21:50:10.138 INFO running `"docker" "rm" "-f" "07a6d0de5224f7a07a11de4f8ed064c6f9e994a55c22fd865caa0f9c0098a36c"` Sep 04 21:50:10.289 INFO blam! 07a6d0de5224f7a07a11de4f8ed064c6f9e994a55c22fd865caa0f9c0098a36c