Sep 14 18:35:40.037 INFO checking cereal_macros-0.2.1 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 18:35:40.037 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 18:35:40.037 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-2/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 18:35:40.487 INFO blam! 865ef228b277130b33ff4fab74b1db78aaf5e2d5065cc49533e3b3645d2e5a30 Sep 14 18:35:40.489 INFO running `"docker" "start" "-a" "865ef228b277130b33ff4fab74b1db78aaf5e2d5065cc49533e3b3645d2e5a30"` Sep 14 18:35:42.050 INFO kablam! usermod: no changes Sep 14 18:35:42.122 INFO kablam! Checking cereal_macros v0.2.1 (file:///source) Sep 14 18:35:46.107 INFO kablam! error[E0432]: unresolved import `rustc::plugin` Sep 14 18:35:46.107 INFO kablam! --> src/plugin.rs:7:12 Sep 14 18:35:46.107 INFO kablam! | Sep 14 18:35:46.107 INFO kablam! 7 | use rustc::plugin::Registry; Sep 14 18:35:46.107 INFO kablam! | ^^^^^^ Could not find `plugin` in `rustc` Sep 14 18:35:46.107 INFO kablam! Sep 14 18:35:46.107 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 14 18:35:46.107 INFO kablam! --> src/plugin.rs:9:13 Sep 14 18:35:46.107 INFO kablam! | Sep 14 18:35:46.107 INFO kablam! 9 | use syntax::codemap::Span; Sep 14 18:35:46.107 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 14 18:35:46.107 INFO kablam! Sep 14 18:35:46.107 INFO kablam! error[E0432]: unresolved import `syntax::ext::deriving` Sep 14 18:35:46.107 INFO kablam! --> src/plugin.rs:12:18 Sep 14 18:35:46.107 INFO kablam! | Sep 14 18:35:46.107 INFO kablam! 12 | use syntax::ext::deriving::generic; Sep 14 18:35:46.107 INFO kablam! | ^^^^^^^^ Could not find `deriving` in `ext` Sep 14 18:35:46.107 INFO kablam! Sep 14 18:35:46.167 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 14 18:35:46.167 INFO kablam! --> src/plugin.rs:18:47 Sep 14 18:35:46.167 INFO kablam! | Sep 14 18:35:46.167 INFO kablam! 18 | registry.register_syntax_extension(token::intern("derive_CerealData"), Sep 14 18:35:46.167 INFO kablam! | ^^^^^^ not found in `token` Sep 14 18:35:46.167 INFO kablam! Sep 14 18:35:46.195 INFO kablam! error[E0432]: unresolved import `rustc::plugin` Sep 14 18:35:46.195 INFO kablam! --> src/plugin.rs:7:12 Sep 14 18:35:46.195 INFO kablam! | Sep 14 18:35:46.195 INFO kablam! 7 | use rustc::plugin::Registry; Sep 14 18:35:46.195 INFO kablam! | ^^^^^^ Could not find `plugin` in `rustc` Sep 14 18:35:46.195 INFO kablam! Sep 14 18:35:46.195 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 14 18:35:46.195 INFO kablam! --> src/plugin.rs:9:13 Sep 14 18:35:46.195 INFO kablam! | Sep 14 18:35:46.195 INFO kablam! 9 | use syntax::codemap::Span; Sep 14 18:35:46.195 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 14 18:35:46.195 INFO kablam! Sep 14 18:35:46.195 INFO kablam! error[E0432]: unresolved import `syntax::ext::deriving` Sep 14 18:35:46.195 INFO kablam! --> src/plugin.rs:12:18 Sep 14 18:35:46.195 INFO kablam! | Sep 14 18:35:46.195 INFO kablam! 12 | use syntax::ext::deriving::generic; Sep 14 18:35:46.195 INFO kablam! | ^^^^^^^^ Could not find `deriving` in `ext` Sep 14 18:35:46.195 INFO kablam! Sep 14 18:35:46.307 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 14 18:35:46.307 INFO kablam! --> src/plugin.rs:18:47 Sep 14 18:35:46.307 INFO kablam! | Sep 14 18:35:46.307 INFO kablam! 18 | registry.register_syntax_extension(token::intern("derive_CerealData"), Sep 14 18:35:46.307 INFO kablam! | ^^^^^^ not found in `token` Sep 14 18:35:46.307 INFO kablam! Sep 14 18:35:46.391 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 14 18:35:46.391 INFO kablam! --> src/plugin.rs:58:60 Sep 14 18:35:46.391 INFO kablam! | Sep 14 18:35:46.391 INFO kablam! 58 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 14 18:35:46.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 14 18:35:46.391 INFO kablam! | Sep 14 18:35:46.391 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 14 18:35:46.391 INFO kablam! Sep 14 18:35:46.407 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 14 18:35:46.407 INFO kablam! --> src/plugin.rs:84:60 Sep 14 18:35:46.407 INFO kablam! | Sep 14 18:35:46.407 INFO kablam! 84 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 14 18:35:46.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 14 18:35:46.407 INFO kablam! | Sep 14 18:35:46.407 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 14 18:35:46.407 INFO kablam! Sep 14 18:35:46.443 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 14 18:35:46.443 INFO kablam! --> src/plugin.rs:58:60 Sep 14 18:35:46.443 INFO kablam! | Sep 14 18:35:46.443 INFO kablam! 58 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 14 18:35:46.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 14 18:35:46.443 INFO kablam! | Sep 14 18:35:46.443 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 14 18:35:46.443 INFO kablam! Sep 14 18:35:46.454 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 14 18:35:46.455 INFO kablam! --> src/plugin.rs:84:60 Sep 14 18:35:46.455 INFO kablam! | Sep 14 18:35:46.455 INFO kablam! 84 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 14 18:35:46.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 14 18:35:46.455 INFO kablam! | Sep 14 18:35:46.455 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 14 18:35:46.455 INFO kablam! Sep 14 18:35:46.625 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 14 18:35:46.625 INFO kablam! --> src/plugin.rs:173:18 Sep 14 18:35:46.625 INFO kablam! | Sep 14 18:35:46.625 INFO kablam! 173 | $all Sep 14 18:35:46.625 INFO kablam! | ^^^ Sep 14 18:35:46.625 INFO kablam! | Sep 14 18:35:46.625 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 14 18:35:46.625 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 14 18:35:46.625 INFO kablam! Sep 14 18:35:46.643 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 14 18:35:46.643 INFO kablam! --> src/plugin.rs:187:18 Sep 14 18:35:46.643 INFO kablam! | Sep 14 18:35:46.643 INFO kablam! 187 | $all Sep 14 18:35:46.643 INFO kablam! | ^^^ Sep 14 18:35:46.643 INFO kablam! | Sep 14 18:35:46.643 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 14 18:35:46.643 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 14 18:35:46.643 INFO kablam! Sep 14 18:35:46.651 INFO kablam! error: aborting due to 8 previous errors Sep 14 18:35:46.651 INFO kablam! Sep 14 18:35:46.651 INFO kablam! Some errors occurred: E0425, E0432, E0599. Sep 14 18:35:46.651 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 14 18:35:46.671 INFO kablam! error: Could not compile `cereal_macros`. Sep 14 18:35:46.671 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 18:35:46.679 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 14 18:35:46.679 INFO kablam! --> src/plugin.rs:173:18 Sep 14 18:35:46.679 INFO kablam! | Sep 14 18:35:46.679 INFO kablam! 173 | $all Sep 14 18:35:46.679 INFO kablam! | ^^^ Sep 14 18:35:46.679 INFO kablam! | Sep 14 18:35:46.679 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 14 18:35:46.679 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 14 18:35:46.679 INFO kablam! Sep 14 18:35:46.711 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 14 18:35:46.711 INFO kablam! --> src/plugin.rs:187:18 Sep 14 18:35:46.711 INFO kablam! | Sep 14 18:35:46.711 INFO kablam! 187 | $all Sep 14 18:35:46.711 INFO kablam! | ^^^ Sep 14 18:35:46.711 INFO kablam! | Sep 14 18:35:46.711 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 14 18:35:46.711 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 14 18:35:46.711 INFO kablam! Sep 14 18:35:46.729 INFO kablam! error: aborting due to 8 previous errors Sep 14 18:35:46.729 INFO kablam! Sep 14 18:35:46.729 INFO kablam! Some errors occurred: E0425, E0432, E0599. Sep 14 18:35:46.729 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 14 18:35:46.759 INFO kablam! error: Could not compile `cereal_macros`. Sep 14 18:35:46.759 INFO kablam! Sep 14 18:35:46.759 INFO kablam! To learn more, run the command again with --verbose. Sep 14 18:35:46.761 INFO kablam! su: No module specific data is present Sep 14 18:35:47.775 INFO running `"docker" "rm" "-f" "865ef228b277130b33ff4fab74b1db78aaf5e2d5065cc49533e3b3645d2e5a30"` Sep 14 18:35:48.159 INFO blam! 865ef228b277130b33ff4fab74b1db78aaf5e2d5065cc49533e3b3645d2e5a30