Sep 01 08:24:26.501 INFO checking cereal_macros-0.2.1 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Sep 01 08:24:26.502 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Sep 01 08:24:26.502 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-1/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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 +d0d81b7fc1421859ba0218e8a437af29ae3b0967-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:26.755 INFO blam! 5e1bac6fa0f4dd63c387336e00d009626e83423e31945b8976d7b5de8da81c35 Sep 01 08:24:26.757 INFO running `"docker" "start" "-a" "5e1bac6fa0f4dd63c387336e00d009626e83423e31945b8976d7b5de8da81c35"` Sep 01 08:24:27.600 INFO kablam! Checking cereal_macros v0.2.1 (file:///source) Sep 01 08:24:33.210 INFO kablam! error[E0432]: unresolved import `rustc::plugin` Sep 01 08:24:33.210 INFO kablam! --> src/plugin.rs:7:12 Sep 01 08:24:33.211 INFO kablam! | Sep 01 08:24:33.211 INFO kablam! 7 | use rustc::plugin::Registry; Sep 01 08:24:33.211 INFO kablam! | ^^^^^^ Could not find `plugin` in `rustc` Sep 01 08:24:33.211 INFO kablam! Sep 01 08:24:33.211 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 01 08:24:33.211 INFO kablam! --> src/plugin.rs:9:13 Sep 01 08:24:33.211 INFO kablam! | Sep 01 08:24:33.211 INFO kablam! 9 | use syntax::codemap::Span; Sep 01 08:24:33.211 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 01 08:24:33.211 INFO kablam! Sep 01 08:24:33.211 INFO kablam! error[E0432]: unresolved import `syntax::ext::deriving` Sep 01 08:24:33.211 INFO kablam! --> src/plugin.rs:12:18 Sep 01 08:24:33.211 INFO kablam! | Sep 01 08:24:33.211 INFO kablam! 12 | use syntax::ext::deriving::generic; Sep 01 08:24:33.211 INFO kablam! | ^^^^^^^^ Could not find `deriving` in `ext` Sep 01 08:24:33.211 INFO kablam! Sep 01 08:24:33.288 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 01 08:24:33.288 INFO kablam! --> src/plugin.rs:18:47 Sep 01 08:24:33.288 INFO kablam! | Sep 01 08:24:33.288 INFO kablam! 18 | registry.register_syntax_extension(token::intern("derive_CerealData"), Sep 01 08:24:33.288 INFO kablam! | ^^^^^^ not found in `token` Sep 01 08:24:33.289 INFO kablam! Sep 01 08:24:33.552 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 01 08:24:33.552 INFO kablam! --> src/plugin.rs:58:60 Sep 01 08:24:33.552 INFO kablam! | Sep 01 08:24:33.552 INFO kablam! 58 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 01 08:24:33.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 01 08:24:33.552 INFO kablam! | Sep 01 08:24:33.552 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 01 08:24:33.552 INFO kablam! Sep 01 08:24:33.566 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 01 08:24:33.566 INFO kablam! --> src/plugin.rs:84:60 Sep 01 08:24:33.566 INFO kablam! | Sep 01 08:24:33.566 INFO kablam! 84 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 01 08:24:33.566 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 01 08:24:33.566 INFO kablam! | Sep 01 08:24:33.567 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 01 08:24:33.567 INFO kablam! Sep 01 08:24:33.826 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 01 08:24:33.826 INFO kablam! --> src/plugin.rs:173:18 Sep 01 08:24:33.826 INFO kablam! | Sep 01 08:24:33.826 INFO kablam! 173 | $all Sep 01 08:24:33.826 INFO kablam! | ^^^ Sep 01 08:24:33.827 INFO kablam! | Sep 01 08:24:33.827 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 01 08:24:33.827 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 01 08:24:33.827 INFO kablam! Sep 01 08:24:33.828 INFO kablam! error[E0432]: unresolved import `rustc::plugin` Sep 01 08:24:33.828 INFO kablam! --> src/plugin.rs:7:12 Sep 01 08:24:33.828 INFO kablam! | Sep 01 08:24:33.828 INFO kablam! 7 | use rustc::plugin::Registry; Sep 01 08:24:33.828 INFO kablam! | ^^^^^^ Could not find `plugin` in `rustc` Sep 01 08:24:33.828 INFO kablam! Sep 01 08:24:33.828 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 01 08:24:33.828 INFO kablam! --> src/plugin.rs:9:13 Sep 01 08:24:33.828 INFO kablam! | Sep 01 08:24:33.828 INFO kablam! 9 | use syntax::codemap::Span; Sep 01 08:24:33.828 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 01 08:24:33.828 INFO kablam! Sep 01 08:24:33.829 INFO kablam! error[E0432]: unresolved import `syntax::ext::deriving` Sep 01 08:24:33.829 INFO kablam! --> src/plugin.rs:12:18 Sep 01 08:24:33.829 INFO kablam! | Sep 01 08:24:33.829 INFO kablam! 12 | use syntax::ext::deriving::generic; Sep 01 08:24:33.829 INFO kablam! | ^^^^^^^^ Could not find `deriving` in `ext` Sep 01 08:24:33.829 INFO kablam! Sep 01 08:24:33.861 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 01 08:24:33.861 INFO kablam! --> src/plugin.rs:187:18 Sep 01 08:24:33.861 INFO kablam! | Sep 01 08:24:33.861 INFO kablam! 187 | $all Sep 01 08:24:33.861 INFO kablam! | ^^^ Sep 01 08:24:33.861 INFO kablam! | Sep 01 08:24:33.862 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 01 08:24:33.862 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 01 08:24:33.862 INFO kablam! Sep 01 08:24:33.872 INFO kablam! error: aborting due to 8 previous errors Sep 01 08:24:33.872 INFO kablam! Sep 01 08:24:33.872 INFO kablam! Some errors occurred: E0425, E0432, E0599. Sep 01 08:24:33.872 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 01 08:24:33.893 INFO kablam! error: Could not compile `cereal_macros`. Sep 01 08:24:33.893 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 08:24:33.905 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 01 08:24:33.905 INFO kablam! --> src/plugin.rs:18:47 Sep 01 08:24:33.905 INFO kablam! | Sep 01 08:24:33.905 INFO kablam! 18 | registry.register_syntax_extension(token::intern("derive_CerealData"), Sep 01 08:24:33.906 INFO kablam! | ^^^^^^ not found in `token` Sep 01 08:24:33.906 INFO kablam! Sep 01 08:24:34.135 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 01 08:24:34.135 INFO kablam! --> src/plugin.rs:58:60 Sep 01 08:24:34.135 INFO kablam! | Sep 01 08:24:34.136 INFO kablam! 58 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 01 08:24:34.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 01 08:24:34.136 INFO kablam! | Sep 01 08:24:34.136 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 01 08:24:34.136 INFO kablam! Sep 01 08:24:34.145 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 01 08:24:34.145 INFO kablam! --> src/plugin.rs:84:60 Sep 01 08:24:34.145 INFO kablam! | Sep 01 08:24:34.145 INFO kablam! 84 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 01 08:24:34.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 01 08:24:34.145 INFO kablam! | Sep 01 08:24:34.145 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 01 08:24:34.145 INFO kablam! Sep 01 08:24:34.359 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 01 08:24:34.359 INFO kablam! --> src/plugin.rs:173:18 Sep 01 08:24:34.359 INFO kablam! | Sep 01 08:24:34.359 INFO kablam! 173 | $all Sep 01 08:24:34.359 INFO kablam! | ^^^ Sep 01 08:24:34.359 INFO kablam! | Sep 01 08:24:34.359 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 01 08:24:34.359 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 01 08:24:34.359 INFO kablam! Sep 01 08:24:34.390 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 01 08:24:34.391 INFO kablam! --> src/plugin.rs:187:18 Sep 01 08:24:34.391 INFO kablam! | Sep 01 08:24:34.391 INFO kablam! 187 | $all Sep 01 08:24:34.391 INFO kablam! | ^^^ Sep 01 08:24:34.391 INFO kablam! | Sep 01 08:24:34.391 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 01 08:24:34.391 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 01 08:24:34.391 INFO kablam! Sep 01 08:24:34.402 INFO kablam! error: aborting due to 8 previous errors Sep 01 08:24:34.402 INFO kablam! Sep 01 08:24:34.402 INFO kablam! Some errors occurred: E0425, E0432, E0599. Sep 01 08:24:34.402 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 01 08:24:34.420 INFO kablam! error: Could not compile `cereal_macros`. Sep 01 08:24:34.421 INFO kablam! Sep 01 08:24:34.421 INFO kablam! To learn more, run the command again with --verbose. Sep 01 08:24:34.423 INFO kablam! su: No module specific data is present Sep 01 08:24:34.882 INFO running `"docker" "rm" "-f" "5e1bac6fa0f4dd63c387336e00d009626e83423e31945b8976d7b5de8da81c35"` Sep 01 08:24:35.061 INFO blam! 5e1bac6fa0f4dd63c387336e00d009626e83423e31945b8976d7b5de8da81c35