Sep 01 08:24:21.692 INFO checking cereal_macros-0.2.1 against try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b for pr-53578 Sep 01 08:24:21.692 INFO running: cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets Sep 01 08:24:21.692 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-2/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/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 +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 08:24:21.930 INFO blam! ae91083a6d00ba0fa1b98df106d56e9e139196f76bd85be8bcfdee00719d92c5 Sep 01 08:24:21.932 INFO running `"docker" "start" "-a" "ae91083a6d00ba0fa1b98df106d56e9e139196f76bd85be8bcfdee00719d92c5"` Sep 01 08:24:22.815 INFO kablam! Checking cereal_macros v0.2.1 (file:///source) Sep 01 08:24:28.330 INFO kablam! error[E0432]: unresolved import `rustc::plugin` Sep 01 08:24:28.330 INFO kablam! --> src/plugin.rs:7:12 Sep 01 08:24:28.330 INFO kablam! | Sep 01 08:24:28.330 INFO kablam! 7 | use rustc::plugin::Registry; Sep 01 08:24:28.330 INFO kablam! | ^^^^^^ Could not find `plugin` in `rustc` Sep 01 08:24:28.330 INFO kablam! Sep 01 08:24:28.330 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 01 08:24:28.330 INFO kablam! --> src/plugin.rs:9:13 Sep 01 08:24:28.330 INFO kablam! | Sep 01 08:24:28.330 INFO kablam! 9 | use syntax::codemap::Span; Sep 01 08:24:28.331 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 01 08:24:28.331 INFO kablam! Sep 01 08:24:28.331 INFO kablam! error[E0432]: unresolved import `syntax::ext::deriving` Sep 01 08:24:28.331 INFO kablam! --> src/plugin.rs:12:18 Sep 01 08:24:28.331 INFO kablam! | Sep 01 08:24:28.331 INFO kablam! 12 | use syntax::ext::deriving::generic; Sep 01 08:24:28.331 INFO kablam! | ^^^^^^^^ Could not find `deriving` in `ext` Sep 01 08:24:28.331 INFO kablam! Sep 01 08:24:28.401 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 01 08:24:28.401 INFO kablam! --> src/plugin.rs:18:47 Sep 01 08:24:28.401 INFO kablam! | Sep 01 08:24:28.401 INFO kablam! 18 | registry.register_syntax_extension(token::intern("derive_CerealData"), Sep 01 08:24:28.401 INFO kablam! | ^^^^^^ not found in `token` Sep 01 08:24:28.402 INFO kablam! Sep 01 08:24:28.420 INFO kablam! error[E0432]: unresolved import `rustc::plugin` Sep 01 08:24:28.420 INFO kablam! --> src/plugin.rs:7:12 Sep 01 08:24:28.420 INFO kablam! | Sep 01 08:24:28.420 INFO kablam! 7 | use rustc::plugin::Registry; Sep 01 08:24:28.420 INFO kablam! | ^^^^^^ Could not find `plugin` in `rustc` Sep 01 08:24:28.420 INFO kablam! Sep 01 08:24:28.420 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 01 08:24:28.420 INFO kablam! --> src/plugin.rs:9:13 Sep 01 08:24:28.420 INFO kablam! | Sep 01 08:24:28.420 INFO kablam! 9 | use syntax::codemap::Span; Sep 01 08:24:28.420 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 01 08:24:28.420 INFO kablam! Sep 01 08:24:28.420 INFO kablam! error[E0432]: unresolved import `syntax::ext::deriving` Sep 01 08:24:28.420 INFO kablam! --> src/plugin.rs:12:18 Sep 01 08:24:28.421 INFO kablam! | Sep 01 08:24:28.421 INFO kablam! 12 | use syntax::ext::deriving::generic; Sep 01 08:24:28.421 INFO kablam! | ^^^^^^^^ Could not find `deriving` in `ext` Sep 01 08:24:28.421 INFO kablam! Sep 01 08:24:28.490 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 01 08:24:28.490 INFO kablam! --> src/plugin.rs:18:47 Sep 01 08:24:28.490 INFO kablam! | Sep 01 08:24:28.490 INFO kablam! 18 | registry.register_syntax_extension(token::intern("derive_CerealData"), Sep 01 08:24:28.490 INFO kablam! | ^^^^^^ not found in `token` Sep 01 08:24:28.490 INFO kablam! Sep 01 08:24:28.594 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 01 08:24:28.594 INFO kablam! --> src/plugin.rs:58:60 Sep 01 08:24:28.594 INFO kablam! | Sep 01 08:24:28.594 INFO kablam! 58 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 01 08:24:28.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 01 08:24:28.594 INFO kablam! | Sep 01 08:24:28.594 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 01 08:24:28.595 INFO kablam! Sep 01 08:24:28.604 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 01 08:24:28.604 INFO kablam! --> src/plugin.rs:84:60 Sep 01 08:24:28.604 INFO kablam! | Sep 01 08:24:28.604 INFO kablam! 84 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 01 08:24:28.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 01 08:24:28.604 INFO kablam! | Sep 01 08:24:28.604 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 01 08:24:28.605 INFO kablam! Sep 01 08:24:28.684 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 01 08:24:28.684 INFO kablam! --> src/plugin.rs:58:60 Sep 01 08:24:28.684 INFO kablam! | Sep 01 08:24:28.684 INFO kablam! 58 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 01 08:24:28.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 01 08:24:28.684 INFO kablam! | Sep 01 08:24:28.684 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 01 08:24:28.684 INFO kablam! Sep 01 08:24:28.694 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 01 08:24:28.694 INFO kablam! --> src/plugin.rs:84:60 Sep 01 08:24:28.694 INFO kablam! | Sep 01 08:24:28.694 INFO kablam! 84 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 01 08:24:28.694 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 01 08:24:28.694 INFO kablam! | Sep 01 08:24:28.694 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 01 08:24:28.694 INFO kablam! Sep 01 08:24:28.786 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 01 08:24:28.786 INFO kablam! --> src/plugin.rs:173:18 Sep 01 08:24:28.786 INFO kablam! | Sep 01 08:24:28.786 INFO kablam! 173 | $all Sep 01 08:24:28.786 INFO kablam! | ^^^ Sep 01 08:24:28.786 INFO kablam! | Sep 01 08:24:28.786 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 01 08:24:28.786 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 01 08:24:28.786 INFO kablam! Sep 01 08:24:28.814 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 01 08:24:28.814 INFO kablam! --> src/plugin.rs:187:18 Sep 01 08:24:28.814 INFO kablam! | Sep 01 08:24:28.814 INFO kablam! 187 | $all Sep 01 08:24:28.814 INFO kablam! | ^^^ Sep 01 08:24:28.815 INFO kablam! | Sep 01 08:24:28.815 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 01 08:24:28.815 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 01 08:24:28.815 INFO kablam! Sep 01 08:24:28.825 INFO kablam! error: aborting due to 8 previous errors Sep 01 08:24:28.825 INFO kablam! Sep 01 08:24:28.825 INFO kablam! Some errors occurred: E0425, E0432, E0599. Sep 01 08:24:28.826 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 01 08:24:28.844 INFO kablam! error: Could not compile `cereal_macros`. Sep 01 08:24:28.844 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 08:24:28.872 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 01 08:24:28.872 INFO kablam! --> src/plugin.rs:173:18 Sep 01 08:24:28.872 INFO kablam! | Sep 01 08:24:28.873 INFO kablam! 173 | $all Sep 01 08:24:28.873 INFO kablam! | ^^^ Sep 01 08:24:28.873 INFO kablam! | Sep 01 08:24:28.873 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 01 08:24:28.873 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 01 08:24:28.873 INFO kablam! Sep 01 08:24:28.900 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 01 08:24:28.901 INFO kablam! --> src/plugin.rs:187:18 Sep 01 08:24:28.901 INFO kablam! | Sep 01 08:24:28.901 INFO kablam! 187 | $all Sep 01 08:24:28.901 INFO kablam! | ^^^ Sep 01 08:24:28.901 INFO kablam! | Sep 01 08:24:28.901 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 01 08:24:28.901 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 01 08:24:28.901 INFO kablam! Sep 01 08:24:28.910 INFO kablam! error: aborting due to 8 previous errors Sep 01 08:24:28.910 INFO kablam! Sep 01 08:24:28.910 INFO kablam! Some errors occurred: E0425, E0432, E0599. Sep 01 08:24:28.910 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 01 08:24:28.929 INFO kablam! error: Could not compile `cereal_macros`. Sep 01 08:24:28.929 INFO kablam! Sep 01 08:24:28.929 INFO kablam! To learn more, run the command again with --verbose. Sep 01 08:24:28.935 INFO kablam! su: No module specific data is present Sep 01 08:24:29.471 INFO running `"docker" "rm" "-f" "ae91083a6d00ba0fa1b98df106d56e9e139196f76bd85be8bcfdee00719d92c5"` Sep 01 08:24:29.631 INFO blam! ae91083a6d00ba0fa1b98df106d56e9e139196f76bd85be8bcfdee00719d92c5