Sep 18 02:39:51.929 INFO checking cereal_macros-0.2.1 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 02:39:51.929 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 02:39:51.929 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-6/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 02:39:52.407 INFO blam! 4e300764af4c4b28fd1957e9b8fc692790363015ea2df95ae591f4dade744b84 Sep 18 02:39:52.410 INFO running `"docker" "start" "-a" "4e300764af4c4b28fd1957e9b8fc692790363015ea2df95ae591f4dade744b84"` Sep 18 02:39:54.482 INFO kablam! usermod: no changes Sep 18 02:39:54.571 INFO kablam! Checking cereal_macros v0.2.1 (/source) Sep 18 02:39:58.095 INFO kablam! error[E0432]: unresolved import `rustc::plugin` Sep 18 02:39:58.095 INFO kablam! --> src/plugin.rs:7:12 Sep 18 02:39:58.095 INFO kablam! | Sep 18 02:39:58.095 INFO kablam! 7 | use rustc::plugin::Registry; Sep 18 02:39:58.095 INFO kablam! | ^^^^^^ Could not find `plugin` in `rustc` Sep 18 02:39:58.095 INFO kablam! Sep 18 02:39:58.095 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 18 02:39:58.095 INFO kablam! --> src/plugin.rs:9:13 Sep 18 02:39:58.095 INFO kablam! | Sep 18 02:39:58.095 INFO kablam! 9 | use syntax::codemap::Span; Sep 18 02:39:58.095 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 18 02:39:58.095 INFO kablam! Sep 18 02:39:58.095 INFO kablam! error[E0432]: unresolved import `syntax::ext::deriving` Sep 18 02:39:58.095 INFO kablam! --> src/plugin.rs:12:18 Sep 18 02:39:58.095 INFO kablam! | Sep 18 02:39:58.095 INFO kablam! 12 | use syntax::ext::deriving::generic; Sep 18 02:39:58.095 INFO kablam! | ^^^^^^^^ Could not find `deriving` in `ext` Sep 18 02:39:58.095 INFO kablam! Sep 18 02:39:58.227 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 18 02:39:58.227 INFO kablam! --> src/plugin.rs:18:47 Sep 18 02:39:58.227 INFO kablam! | Sep 18 02:39:58.227 INFO kablam! 18 | registry.register_syntax_extension(token::intern("derive_CerealData"), Sep 18 02:39:58.227 INFO kablam! | ^^^^^^ not found in `token` Sep 18 02:39:58.259 INFO kablam! Sep 18 02:39:58.495 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 18 02:39:58.495 INFO kablam! --> src/plugin.rs:58:60 Sep 18 02:39:58.495 INFO kablam! | Sep 18 02:39:58.495 INFO kablam! 58 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 18 02:39:58.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 18 02:39:58.495 INFO kablam! | Sep 18 02:39:58.495 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 18 02:39:58.495 INFO kablam! Sep 18 02:39:58.499 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 18 02:39:58.499 INFO kablam! --> src/plugin.rs:84:60 Sep 18 02:39:58.499 INFO kablam! | Sep 18 02:39:58.499 INFO kablam! 84 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 18 02:39:58.499 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 18 02:39:58.499 INFO kablam! | Sep 18 02:39:58.499 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 18 02:39:58.499 INFO kablam! Sep 18 02:39:58.684 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 18 02:39:58.684 INFO kablam! --> src/plugin.rs:173:18 Sep 18 02:39:58.684 INFO kablam! | Sep 18 02:39:58.684 INFO kablam! 173 | $all Sep 18 02:39:58.684 INFO kablam! | ^^^ Sep 18 02:39:58.684 INFO kablam! | Sep 18 02:39:58.699 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 18 02:39:58.699 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 18 02:39:58.699 INFO kablam! Sep 18 02:39:58.715 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 18 02:39:58.715 INFO kablam! --> src/plugin.rs:187:18 Sep 18 02:39:58.715 INFO kablam! | Sep 18 02:39:58.715 INFO kablam! 187 | $all Sep 18 02:39:58.715 INFO kablam! | ^^^ Sep 18 02:39:58.715 INFO kablam! | Sep 18 02:39:58.715 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 18 02:39:58.715 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 18 02:39:58.715 INFO kablam! Sep 18 02:39:58.731 INFO kablam! error: aborting due to 8 previous errors Sep 18 02:39:58.731 INFO kablam! Sep 18 02:39:58.731 INFO kablam! Some errors occurred: E0425, E0432, E0599. Sep 18 02:39:58.731 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 18 02:39:58.755 INFO kablam! error: Could not compile `cereal_macros`. Sep 18 02:39:58.755 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 02:39:59.067 INFO kablam! error[E0432]: unresolved import `rustc::plugin` Sep 18 02:39:59.067 INFO kablam! --> src/plugin.rs:7:12 Sep 18 02:39:59.067 INFO kablam! | Sep 18 02:39:59.067 INFO kablam! 7 | use rustc::plugin::Registry; Sep 18 02:39:59.067 INFO kablam! | ^^^^^^ Could not find `plugin` in `rustc` Sep 18 02:39:59.067 INFO kablam! Sep 18 02:39:59.067 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 18 02:39:59.067 INFO kablam! --> src/plugin.rs:9:13 Sep 18 02:39:59.067 INFO kablam! | Sep 18 02:39:59.067 INFO kablam! 9 | use syntax::codemap::Span; Sep 18 02:39:59.067 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 18 02:39:59.067 INFO kablam! Sep 18 02:39:59.067 INFO kablam! error[E0432]: unresolved import `syntax::ext::deriving` Sep 18 02:39:59.067 INFO kablam! --> src/plugin.rs:12:18 Sep 18 02:39:59.067 INFO kablam! | Sep 18 02:39:59.067 INFO kablam! 12 | use syntax::ext::deriving::generic; Sep 18 02:39:59.067 INFO kablam! | ^^^^^^^^ Could not find `deriving` in `ext` Sep 18 02:39:59.067 INFO kablam! Sep 18 02:39:59.115 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 18 02:39:59.115 INFO kablam! --> src/plugin.rs:18:47 Sep 18 02:39:59.115 INFO kablam! | Sep 18 02:39:59.115 INFO kablam! 18 | registry.register_syntax_extension(token::intern("derive_CerealData"), Sep 18 02:39:59.115 INFO kablam! | ^^^^^^ not found in `token` Sep 18 02:39:59.115 INFO kablam! Sep 18 02:39:59.243 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 18 02:39:59.243 INFO kablam! --> src/plugin.rs:58:60 Sep 18 02:39:59.243 INFO kablam! | Sep 18 02:39:59.243 INFO kablam! 58 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 18 02:39:59.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 18 02:39:59.243 INFO kablam! | Sep 18 02:39:59.243 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 18 02:39:59.243 INFO kablam! Sep 18 02:39:59.248 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 18 02:39:59.248 INFO kablam! --> src/plugin.rs:84:60 Sep 18 02:39:59.248 INFO kablam! | Sep 18 02:39:59.248 INFO kablam! 84 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 18 02:39:59.248 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 18 02:39:59.248 INFO kablam! | Sep 18 02:39:59.248 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 18 02:39:59.248 INFO kablam! Sep 18 02:39:59.341 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 18 02:39:59.341 INFO kablam! --> src/plugin.rs:173:18 Sep 18 02:39:59.341 INFO kablam! | Sep 18 02:39:59.341 INFO kablam! 173 | $all Sep 18 02:39:59.341 INFO kablam! | ^^^ Sep 18 02:39:59.341 INFO kablam! | Sep 18 02:39:59.341 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 18 02:39:59.341 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 18 02:39:59.341 INFO kablam! Sep 18 02:39:59.357 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 18 02:39:59.357 INFO kablam! --> src/plugin.rs:187:18 Sep 18 02:39:59.357 INFO kablam! | Sep 18 02:39:59.357 INFO kablam! 187 | $all Sep 18 02:39:59.357 INFO kablam! | ^^^ Sep 18 02:39:59.357 INFO kablam! | Sep 18 02:39:59.357 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 18 02:39:59.357 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 18 02:39:59.357 INFO kablam! Sep 18 02:39:59.365 INFO kablam! error: aborting due to 8 previous errors Sep 18 02:39:59.365 INFO kablam! Sep 18 02:39:59.365 INFO kablam! Some errors occurred: E0425, E0432, E0599. Sep 18 02:39:59.365 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 18 02:39:59.382 INFO kablam! error: Could not compile `cereal_macros`. Sep 18 02:39:59.382 INFO kablam! Sep 18 02:39:59.382 INFO kablam! To learn more, run the command again with --verbose. Sep 18 02:39:59.384 INFO kablam! su: No module specific data is present Sep 18 02:40:00.534 INFO running `"docker" "rm" "-f" "4e300764af4c4b28fd1957e9b8fc692790363015ea2df95ae591f4dade744b84"` Sep 18 02:40:00.855 INFO blam! 4e300764af4c4b28fd1957e9b8fc692790363015ea2df95ae591f4dade744b84