Sep 14 18:35:39.542 INFO checking cereal_macros-0.2.1 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 18:35:39.542 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 18:35:39.542 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-6/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-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:39.907 INFO blam! e3df31e7ffd38820ef147a10c71238f16fc6b28214bd80f8537db773ee1e395e Sep 14 18:35:39.915 INFO running `"docker" "start" "-a" "e3df31e7ffd38820ef147a10c71238f16fc6b28214bd80f8537db773ee1e395e"` Sep 14 18:35:41.450 INFO kablam! usermod: no changes Sep 14 18:35:41.495 INFO kablam! Checking cereal_macros v0.2.1 (file:///source) Sep 14 18:35:45.095 INFO kablam! error[E0432]: unresolved import `rustc::plugin` Sep 14 18:35:45.095 INFO kablam! --> src/plugin.rs:7:12 Sep 14 18:35:45.095 INFO kablam! | Sep 14 18:35:45.095 INFO kablam! 7 | use rustc::plugin::Registry; Sep 14 18:35:45.095 INFO kablam! | ^^^^^^ Could not find `plugin` in `rustc` Sep 14 18:35:45.095 INFO kablam! Sep 14 18:35:45.095 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 14 18:35:45.095 INFO kablam! --> src/plugin.rs:9:13 Sep 14 18:35:45.095 INFO kablam! | Sep 14 18:35:45.095 INFO kablam! 9 | use syntax::codemap::Span; Sep 14 18:35:45.095 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 14 18:35:45.095 INFO kablam! Sep 14 18:35:45.095 INFO kablam! error[E0432]: unresolved import `syntax::ext::deriving` Sep 14 18:35:45.095 INFO kablam! --> src/plugin.rs:12:18 Sep 14 18:35:45.095 INFO kablam! | Sep 14 18:35:45.095 INFO kablam! 12 | use syntax::ext::deriving::generic; Sep 14 18:35:45.095 INFO kablam! | ^^^^^^^^ Could not find `deriving` in `ext` Sep 14 18:35:45.095 INFO kablam! Sep 14 18:35:45.183 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 14 18:35:45.183 INFO kablam! --> src/plugin.rs:18:47 Sep 14 18:35:45.183 INFO kablam! | Sep 14 18:35:45.183 INFO kablam! 18 | registry.register_syntax_extension(token::intern("derive_CerealData"), Sep 14 18:35:45.183 INFO kablam! | ^^^^^^ not found in `token` Sep 14 18:35:45.183 INFO kablam! Sep 14 18:35:45.391 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 14 18:35:45.391 INFO kablam! --> src/plugin.rs:58:60 Sep 14 18:35:45.391 INFO kablam! | Sep 14 18:35:45.391 INFO kablam! 58 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 14 18:35:45.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 14 18:35:45.391 INFO kablam! | Sep 14 18:35:45.391 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 14 18:35:45.391 INFO kablam! Sep 14 18:35:45.395 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 14 18:35:45.395 INFO kablam! --> src/plugin.rs:84:60 Sep 14 18:35:45.395 INFO kablam! | Sep 14 18:35:45.395 INFO kablam! 84 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 14 18:35:45.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 14 18:35:45.395 INFO kablam! | Sep 14 18:35:45.395 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 14 18:35:45.395 INFO kablam! Sep 14 18:35:45.419 INFO kablam! error[E0432]: unresolved import `rustc::plugin` Sep 14 18:35:45.419 INFO kablam! --> src/plugin.rs:7:12 Sep 14 18:35:45.419 INFO kablam! | Sep 14 18:35:45.419 INFO kablam! 7 | use rustc::plugin::Registry; Sep 14 18:35:45.419 INFO kablam! | ^^^^^^ Could not find `plugin` in `rustc` Sep 14 18:35:45.419 INFO kablam! Sep 14 18:35:45.419 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 14 18:35:45.419 INFO kablam! --> src/plugin.rs:9:13 Sep 14 18:35:45.419 INFO kablam! | Sep 14 18:35:45.419 INFO kablam! 9 | use syntax::codemap::Span; Sep 14 18:35:45.419 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 14 18:35:45.419 INFO kablam! Sep 14 18:35:45.419 INFO kablam! error[E0432]: unresolved import `syntax::ext::deriving` Sep 14 18:35:45.419 INFO kablam! --> src/plugin.rs:12:18 Sep 14 18:35:45.419 INFO kablam! | Sep 14 18:35:45.419 INFO kablam! 12 | use syntax::ext::deriving::generic; Sep 14 18:35:45.419 INFO kablam! | ^^^^^^^^ Could not find `deriving` in `ext` Sep 14 18:35:45.419 INFO kablam! Sep 14 18:35:45.466 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 14 18:35:45.466 INFO kablam! --> src/plugin.rs:18:47 Sep 14 18:35:45.466 INFO kablam! | Sep 14 18:35:45.466 INFO kablam! 18 | registry.register_syntax_extension(token::intern("derive_CerealData"), Sep 14 18:35:45.466 INFO kablam! | ^^^^^^ not found in `token` Sep 14 18:35:45.471 INFO kablam! Sep 14 18:35:45.575 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 14 18:35:45.575 INFO kablam! --> src/plugin.rs:173:18 Sep 14 18:35:45.575 INFO kablam! | Sep 14 18:35:45.575 INFO kablam! 173 | $all Sep 14 18:35:45.575 INFO kablam! | ^^^ Sep 14 18:35:45.575 INFO kablam! | Sep 14 18:35:45.575 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 14 18:35:45.575 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 14 18:35:45.575 INFO kablam! Sep 14 18:35:45.587 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 14 18:35:45.587 INFO kablam! --> src/plugin.rs:58:60 Sep 14 18:35:45.587 INFO kablam! | Sep 14 18:35:45.587 INFO kablam! 58 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 14 18:35:45.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 14 18:35:45.595 INFO kablam! | Sep 14 18:35:45.595 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 14 18:35:45.595 INFO kablam! Sep 14 18:35:45.595 INFO kablam! error[E0599]: no variant named `MutMutable` found for type `syntax::ast::Mutability` in the current scope Sep 14 18:35:45.595 INFO kablam! --> src/plugin.rs:84:60 Sep 14 18:35:45.595 INFO kablam! | Sep 14 18:35:45.595 INFO kablam! 84 | generic::ty::PtrTy::Borrowed(None, Mutability::MutMutable) Sep 14 18:35:45.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::Mutability` Sep 14 18:35:45.595 INFO kablam! | Sep 14 18:35:45.595 INFO kablam! = note: did you mean `syntax::ast::Mutability::Mutable`? Sep 14 18:35:45.595 INFO kablam! Sep 14 18:35:45.635 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 14 18:35:45.635 INFO kablam! --> src/plugin.rs:187:18 Sep 14 18:35:45.635 INFO kablam! | Sep 14 18:35:45.635 INFO kablam! 187 | $all Sep 14 18:35:45.635 INFO kablam! | ^^^ Sep 14 18:35:45.635 INFO kablam! | Sep 14 18:35:45.635 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 14 18:35:45.635 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 14 18:35:45.635 INFO kablam! Sep 14 18:35:45.639 INFO kablam! error: aborting due to 8 previous errors Sep 14 18:35:45.639 INFO kablam! Sep 14 18:35:45.639 INFO kablam! Some errors occurred: E0425, E0432, E0599. Sep 14 18:35:45.639 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 14 18:35:45.654 INFO kablam! error: Could not compile `cereal_macros`. Sep 14 18:35:45.654 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 18:35:45.704 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 14 18:35:45.704 INFO kablam! --> src/plugin.rs:173:18 Sep 14 18:35:45.705 INFO kablam! | Sep 14 18:35:45.705 INFO kablam! 173 | $all Sep 14 18:35:45.705 INFO kablam! | ^^^ Sep 14 18:35:45.705 INFO kablam! | Sep 14 18:35:45.705 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 14 18:35:45.705 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 14 18:35:45.705 INFO kablam! Sep 14 18:35:45.731 INFO kablam! error[E0599]: no method named `to_tokens` found for type `std::vec::Vec>` in the current scope Sep 14 18:35:45.731 INFO kablam! --> src/plugin.rs:187:18 Sep 14 18:35:45.731 INFO kablam! | Sep 14 18:35:45.731 INFO kablam! 187 | $all Sep 14 18:35:45.731 INFO kablam! | ^^^ Sep 14 18:35:45.731 INFO kablam! | Sep 14 18:35:45.731 INFO kablam! = note: the method `to_tokens` exists but the following trait bounds were not satisfied: Sep 14 18:35:45.731 INFO kablam! `std::vec::Vec> : syntax::ext::quote::rt::ToTokens` Sep 14 18:35:45.731 INFO kablam! Sep 14 18:35:45.735 INFO kablam! error: aborting due to 8 previous errors Sep 14 18:35:45.735 INFO kablam! Sep 14 18:35:45.735 INFO kablam! Some errors occurred: E0425, E0432, E0599. Sep 14 18:35:45.735 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 14 18:35:45.752 INFO kablam! error: Could not compile `cereal_macros`. Sep 14 18:35:45.752 INFO kablam! Sep 14 18:35:45.752 INFO kablam! To learn more, run the command again with --verbose. Sep 14 18:35:45.753 INFO kablam! su: No module specific data is present Sep 14 18:35:46.881 INFO running `"docker" "rm" "-f" "e3df31e7ffd38820ef147a10c71238f16fc6b28214bd80f8537db773ee1e395e"` Sep 14 18:35:47.130 INFO blam! e3df31e7ffd38820ef147a10c71238f16fc6b28214bd80f8537db773ee1e395e