Sep 21 12:20:56.074 INFO checking cereal_macros-0.2.1 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 12:20:56.074 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 12:20:56.074 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-3/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 12:20:56.358 INFO blam! 575c69d17f688bd258e823614e2af04229a44645712b4c4fd9a6e2d809138476 Sep 21 12:20:56.372 INFO running `"docker" "start" "-a" "575c69d17f688bd258e823614e2af04229a44645712b4c4fd9a6e2d809138476"` Sep 21 12:20:57.353 INFO kablam! usermod: no changes Sep 21 12:20:57.390 INFO kablam! Checking cereal_macros v0.2.1 (/source) Sep 21 12:21:01.838 INFO kablam! error[E0432]: unresolved import `rustc::plugin` Sep 21 12:21:01.838 INFO kablam! --> src/plugin.rs:7:12 Sep 21 12:21:01.838 INFO kablam! | Sep 21 12:21:01.838 INFO kablam! 7 | use rustc::plugin::Registry; Sep 21 12:21:01.838 INFO kablam! | ^^^^^^ Could not find `plugin` in `rustc` Sep 21 12:21:01.838 INFO kablam! Sep 21 12:21:01.838 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 21 12:21:01.838 INFO kablam! --> src/plugin.rs:9:13 Sep 21 12:21:01.838 INFO kablam! | Sep 21 12:21:01.838 INFO kablam! 9 | use syntax::codemap::Span; Sep 21 12:21:01.838 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 21 12:21:01.838 INFO kablam! Sep 21 12:21:01.838 INFO kablam! error[E0432]: unresolved import `syntax::ext::deriving` Sep 21 12:21:01.838 INFO kablam! --> src/plugin.rs:12:18 Sep 21 12:21:01.838 INFO kablam! | Sep 21 12:21:01.838 INFO kablam! 12 | use syntax::ext::deriving::generic; Sep 21 12:21:01.838 INFO kablam! | ^^^^^^^^ Could not find `deriving` in `ext` Sep 21 12:21:01.838 INFO kablam! Sep 21 12:21:01.890 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 21 12:21:01.890 INFO kablam! --> src/plugin.rs:18:47 Sep 21 12:21:01.890 INFO kablam! | Sep 21 12:21:01.890 INFO kablam! 18 | registry.register_syntax_extension(token::intern("derive_CerealData"), Sep 21 12:21:01.890 INFO kablam! | ^^^^^^ not found in `token` Sep 21 12:21:01.890 INFO kablam! Sep 21 12:21:02.043 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 21 12:21:02.043 INFO kablam! --> src/plugin.rs:58:60 Sep 21 12:21:02.043 INFO kablam! | Sep 21 12:21:02.043 INFO kablam! 58 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 21 12:21:02.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 21 12:21:02.043 INFO kablam! | Sep 21 12:21:02.043 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 21 12:21:02.044 INFO kablam! Sep 21 12:21:02.055 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 21 12:21:02.055 INFO kablam! --> src/plugin.rs:84:60 Sep 21 12:21:02.055 INFO kablam! | Sep 21 12:21:02.055 INFO kablam! 84 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 21 12:21:02.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 21 12:21:02.056 INFO kablam! | Sep 21 12:21:02.056 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 21 12:21:02.056 INFO kablam! Sep 21 12:21:02.182 INFO kablam! error[E0432]: unresolved import `rustc::plugin` Sep 21 12:21:02.182 INFO kablam! --> src/plugin.rs:7:12 Sep 21 12:21:02.182 INFO kablam! | Sep 21 12:21:02.182 INFO kablam! 7 | use rustc::plugin::Registry; Sep 21 12:21:02.182 INFO kablam! | ^^^^^^ Could not find `plugin` in `rustc` Sep 21 12:21:02.182 INFO kablam! Sep 21 12:21:02.182 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 21 12:21:02.182 INFO kablam! --> src/plugin.rs:9:13 Sep 21 12:21:02.182 INFO kablam! | Sep 21 12:21:02.182 INFO kablam! 9 | use syntax::codemap::Span; Sep 21 12:21:02.182 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 21 12:21:02.182 INFO kablam! Sep 21 12:21:02.182 INFO kablam! error[E0432]: unresolved import `syntax::ext::deriving` Sep 21 12:21:02.182 INFO kablam! --> src/plugin.rs:12:18 Sep 21 12:21:02.182 INFO kablam! | Sep 21 12:21:02.182 INFO kablam! 12 | use syntax::ext::deriving::generic; Sep 21 12:21:02.182 INFO kablam! | ^^^^^^^^ Could not find `deriving` in `ext` Sep 21 12:21:02.182 INFO kablam! Sep 21 12:21:02.250 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 21 12:21:02.250 INFO kablam! --> src/plugin.rs:18:47 Sep 21 12:21:02.250 INFO kablam! | Sep 21 12:21:02.250 INFO kablam! 18 | registry.register_syntax_extension(token::intern("derive_CerealData"), Sep 21 12:21:02.250 INFO kablam! | ^^^^^^ not found in `token` Sep 21 12:21:02.250 INFO kablam! Sep 21 12:21:02.290 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 21 12:21:02.290 INFO kablam! --> src/plugin.rs:173:18 Sep 21 12:21:02.290 INFO kablam! | Sep 21 12:21:02.290 INFO kablam! 173 | $all Sep 21 12:21:02.290 INFO kablam! | ^^^ Sep 21 12:21:02.290 INFO kablam! | Sep 21 12:21:02.290 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 21 12:21:02.290 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 21 12:21:02.290 INFO kablam! Sep 21 12:21:02.318 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 21 12:21:02.318 INFO kablam! --> src/plugin.rs:187:18 Sep 21 12:21:02.318 INFO kablam! | Sep 21 12:21:02.318 INFO kablam! 187 | $all Sep 21 12:21:02.318 INFO kablam! | ^^^ Sep 21 12:21:02.318 INFO kablam! | Sep 21 12:21:02.318 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 21 12:21:02.318 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 21 12:21:02.318 INFO kablam! Sep 21 12:21:02.330 INFO kablam! error: aborting due to 8 previous errors Sep 21 12:21:02.330 INFO kablam! Sep 21 12:21:02.330 INFO kablam! Some errors occurred: E0425, E0432, E0599. Sep 21 12:21:02.330 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 21 12:21:02.338 INFO kablam! error: Could not compile `cereal_macros`. Sep 21 12:21:02.338 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 12:21:02.399 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 21 12:21:02.399 INFO kablam! --> src/plugin.rs:58:60 Sep 21 12:21:02.399 INFO kablam! | Sep 21 12:21:02.399 INFO kablam! 58 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 21 12:21:02.399 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 21 12:21:02.399 INFO kablam! | Sep 21 12:21:02.399 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 21 12:21:02.399 INFO kablam! Sep 21 12:21:02.403 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 21 12:21:02.403 INFO kablam! --> src/plugin.rs:84:60 Sep 21 12:21:02.403 INFO kablam! | Sep 21 12:21:02.403 INFO kablam! 84 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 21 12:21:02.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 21 12:21:02.403 INFO kablam! | Sep 21 12:21:02.403 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 21 12:21:02.403 INFO kablam! Sep 21 12:21:02.497 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 21 12:21:02.497 INFO kablam! --> src/plugin.rs:173:18 Sep 21 12:21:02.497 INFO kablam! | Sep 21 12:21:02.497 INFO kablam! 173 | $all Sep 21 12:21:02.497 INFO kablam! | ^^^ Sep 21 12:21:02.497 INFO kablam! | Sep 21 12:21:02.497 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 21 12:21:02.497 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 21 12:21:02.497 INFO kablam! Sep 21 12:21:02.518 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 21 12:21:02.518 INFO kablam! --> src/plugin.rs:187:18 Sep 21 12:21:02.518 INFO kablam! | Sep 21 12:21:02.518 INFO kablam! 187 | $all Sep 21 12:21:02.518 INFO kablam! | ^^^ Sep 21 12:21:02.518 INFO kablam! | Sep 21 12:21:02.518 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 21 12:21:02.518 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 21 12:21:02.518 INFO kablam! Sep 21 12:21:02.526 INFO kablam! error: aborting due to 8 previous errors Sep 21 12:21:02.526 INFO kablam! Sep 21 12:21:02.526 INFO kablam! Some errors occurred: E0425, E0432, E0599. Sep 21 12:21:02.526 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 21 12:21:02.582 INFO kablam! error: Could not compile `cereal_macros`. Sep 21 12:21:02.582 INFO kablam! Sep 21 12:21:02.582 INFO kablam! To learn more, run the command again with --verbose. Sep 21 12:21:02.582 INFO kablam! su: No module specific data is present Sep 21 12:21:03.559 INFO running `"docker" "rm" "-f" "575c69d17f688bd258e823614e2af04229a44645712b4c4fd9a6e2d809138476"` Sep 21 12:21:03.694 INFO blam! 575c69d17f688bd258e823614e2af04229a44645712b4c4fd9a6e2d809138476