Sep 02 18:29:55.472 INFO checking cereal_macros-0.2.1 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 18:29:55.472 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 18:29:55.472 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-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:29:55.711 INFO blam! 89054047574eb60084bb29185fc91eb30537cac3331672be1eb34a609d5a2ec4 Sep 02 18:29:55.714 INFO running `"docker" "start" "-a" "89054047574eb60084bb29185fc91eb30537cac3331672be1eb34a609d5a2ec4"` Sep 02 18:29:56.727 INFO kablam! Checking cereal_macros v0.2.1 (file:///source) Sep 02 18:30:02.552 INFO kablam! error[E0432]: unresolved import `rustc::plugin` Sep 02 18:30:02.552 INFO kablam! --> src/plugin.rs:7:12 Sep 02 18:30:02.552 INFO kablam! | Sep 02 18:30:02.552 INFO kablam! 7 | use rustc::plugin::Registry; Sep 02 18:30:02.552 INFO kablam! | ^^^^^^ Could not find `plugin` in `rustc` Sep 02 18:30:02.553 INFO kablam! Sep 02 18:30:02.553 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 02 18:30:02.553 INFO kablam! --> src/plugin.rs:9:13 Sep 02 18:30:02.554 INFO kablam! | Sep 02 18:30:02.554 INFO kablam! 9 | use syntax::codemap::Span; Sep 02 18:30:02.554 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 02 18:30:02.554 INFO kablam! Sep 02 18:30:02.555 INFO kablam! error[E0432]: unresolved import `syntax::ext::deriving` Sep 02 18:30:02.555 INFO kablam! --> src/plugin.rs:12:18 Sep 02 18:30:02.555 INFO kablam! | Sep 02 18:30:02.555 INFO kablam! 12 | use syntax::ext::deriving::generic; Sep 02 18:30:02.555 INFO kablam! | ^^^^^^^^ Could not find `deriving` in `ext` Sep 02 18:30:02.555 INFO kablam! Sep 02 18:30:02.628 INFO kablam! error[E0432]: unresolved import `rustc::plugin` Sep 02 18:30:02.628 INFO kablam! --> src/plugin.rs:7:12 Sep 02 18:30:02.628 INFO kablam! | Sep 02 18:30:02.628 INFO kablam! 7 | use rustc::plugin::Registry; Sep 02 18:30:02.628 INFO kablam! | ^^^^^^ Could not find `plugin` in `rustc` Sep 02 18:30:02.628 INFO kablam! Sep 02 18:30:02.629 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 02 18:30:02.629 INFO kablam! --> src/plugin.rs:9:13 Sep 02 18:30:02.629 INFO kablam! | Sep 02 18:30:02.629 INFO kablam! 9 | use syntax::codemap::Span; Sep 02 18:30:02.629 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 02 18:30:02.629 INFO kablam! Sep 02 18:30:02.629 INFO kablam! error[E0432]: unresolved import `syntax::ext::deriving` Sep 02 18:30:02.629 INFO kablam! --> src/plugin.rs:12:18 Sep 02 18:30:02.629 INFO kablam! | Sep 02 18:30:02.629 INFO kablam! 12 | use syntax::ext::deriving::generic; Sep 02 18:30:02.629 INFO kablam! | ^^^^^^^^ Could not find `deriving` in `ext` Sep 02 18:30:02.629 INFO kablam! Sep 02 18:30:02.634 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 02 18:30:02.634 INFO kablam! --> src/plugin.rs:18:47 Sep 02 18:30:02.634 INFO kablam! | Sep 02 18:30:02.634 INFO kablam! 18 | registry.register_syntax_extension(token::intern("derive_CerealData"), Sep 02 18:30:02.634 INFO kablam! | ^^^^^^ not found in `token` Sep 02 18:30:02.634 INFO kablam! Sep 02 18:30:02.705 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 02 18:30:02.705 INFO kablam! --> src/plugin.rs:18:47 Sep 02 18:30:02.705 INFO kablam! | Sep 02 18:30:02.705 INFO kablam! 18 | registry.register_syntax_extension(token::intern("derive_CerealData"), Sep 02 18:30:02.705 INFO kablam! | ^^^^^^ not found in `token` Sep 02 18:30:02.705 INFO kablam! Sep 02 18:30:02.915 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 02 18:30:02.915 INFO kablam! --> src/plugin.rs:58:60 Sep 02 18:30:02.915 INFO kablam! | Sep 02 18:30:02.915 INFO kablam! 58 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 02 18:30:02.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 02 18:30:02.915 INFO kablam! | Sep 02 18:30:02.915 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 02 18:30:02.915 INFO kablam! Sep 02 18:30:02.929 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 02 18:30:02.929 INFO kablam! --> src/plugin.rs:58:60 Sep 02 18:30:02.929 INFO kablam! | Sep 02 18:30:02.929 INFO kablam! 58 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 02 18:30:02.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 02 18:30:02.929 INFO kablam! | Sep 02 18:30:02.929 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 02 18:30:02.929 INFO kablam! Sep 02 18:30:02.939 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 02 18:30:02.939 INFO kablam! --> src/plugin.rs:84:60 Sep 02 18:30:02.939 INFO kablam! | Sep 02 18:30:02.939 INFO kablam! 84 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 02 18:30:02.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 02 18:30:02.939 INFO kablam! | Sep 02 18:30:02.939 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 02 18:30:02.939 INFO kablam! Sep 02 18:30:02.941 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 02 18:30:02.941 INFO kablam! --> src/plugin.rs:84:60 Sep 02 18:30:02.941 INFO kablam! | Sep 02 18:30:02.941 INFO kablam! 84 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 02 18:30:02.941 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 02 18:30:02.941 INFO kablam! | Sep 02 18:30:02.941 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 02 18:30:02.941 INFO kablam! Sep 02 18:30:03.122 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 02 18:30:03.122 INFO kablam! --> src/plugin.rs:173:18 Sep 02 18:30:03.123 INFO kablam! | Sep 02 18:30:03.123 INFO kablam! 173 | $all Sep 02 18:30:03.123 INFO kablam! | ^^^ Sep 02 18:30:03.123 INFO kablam! | Sep 02 18:30:03.123 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 02 18:30:03.123 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 02 18:30:03.123 INFO kablam! Sep 02 18:30:03.150 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 02 18:30:03.151 INFO kablam! --> src/plugin.rs:187:18 Sep 02 18:30:03.151 INFO kablam! | Sep 02 18:30:03.151 INFO kablam! 187 | $all Sep 02 18:30:03.151 INFO kablam! | ^^^ Sep 02 18:30:03.151 INFO kablam! | Sep 02 18:30:03.151 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 02 18:30:03.151 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 02 18:30:03.151 INFO kablam! Sep 02 18:30:03.161 INFO kablam! error: aborting due to 8 previous errors Sep 02 18:30:03.161 INFO kablam! Sep 02 18:30:03.161 INFO kablam! Some errors occurred: E0425, E0432, E0599. Sep 02 18:30:03.161 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 02 18:30:03.162 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 02 18:30:03.162 INFO kablam! --> src/plugin.rs:173:18 Sep 02 18:30:03.162 INFO kablam! | Sep 02 18:30:03.162 INFO kablam! 173 | $all Sep 02 18:30:03.162 INFO kablam! | ^^^ Sep 02 18:30:03.162 INFO kablam! | Sep 02 18:30:03.162 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 02 18:30:03.162 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 02 18:30:03.162 INFO kablam! Sep 02 18:30:03.181 INFO kablam! error: Could not compile `cereal_macros`. Sep 02 18:30:03.183 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 18:30:03.193 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 02 18:30:03.193 INFO kablam! --> src/plugin.rs:187:18 Sep 02 18:30:03.193 INFO kablam! | Sep 02 18:30:03.194 INFO kablam! 187 | $all Sep 02 18:30:03.194 INFO kablam! | ^^^ Sep 02 18:30:03.194 INFO kablam! | Sep 02 18:30:03.194 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 02 18:30:03.194 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 02 18:30:03.194 INFO kablam! Sep 02 18:30:03.204 INFO kablam! error: aborting due to 8 previous errors Sep 02 18:30:03.204 INFO kablam! Sep 02 18:30:03.204 INFO kablam! Some errors occurred: E0425, E0432, E0599. Sep 02 18:30:03.204 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 02 18:30:03.227 INFO kablam! error: Could not compile `cereal_macros`. Sep 02 18:30:03.228 INFO kablam! Sep 02 18:30:03.228 INFO kablam! To learn more, run the command again with --verbose. Sep 02 18:30:03.230 INFO kablam! su: No module specific data is present Sep 02 18:30:03.750 INFO running `"docker" "rm" "-f" "89054047574eb60084bb29185fc91eb30537cac3331672be1eb34a609d5a2ec4"` Sep 02 18:30:03.905 INFO blam! 89054047574eb60084bb29185fc91eb30537cac3331672be1eb34a609d5a2ec4