Jul 12 12:25:04.053 INFO checking cereal-0.3.1 against try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255 for pr-52234 Jul 12 12:25:04.053 INFO running: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 12:25:04.053 INFO creating container for: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 12:25:04.053 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-52234/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-7/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/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 +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 12:25:04.294 INFO blam! d0a674f8ae556bb9c67330760aed3873cc2ed1eede4f1de044e30306dba23f76 Jul 12 12:25:04.296 INFO running `"docker" "start" "-a" "d0a674f8ae556bb9c67330760aed3873cc2ed1eede4f1de044e30306dba23f76"` Jul 12 12:25:05.193 INFO kablam! Checking cereal v0.3.1 (file:///source) Jul 12 12:25:05.194 INFO kablam! Compiling cereal_macros v0.3.5 Jul 12 12:25:08.797 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Jul 12 12:25:08.797 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/cereal_macros-0.3.5/src/plugin.rs:19:47 Jul 12 12:25:08.797 INFO kablam! | Jul 12 12:25:08.797 INFO kablam! 19 | registry.register_syntax_extension(token::intern("derive_CerealData"), Jul 12 12:25:08.797 INFO kablam! | ^^^^^^ not found in `token` Jul 12 12:25:08.797 INFO kablam! Jul 12 12:25:08.856 INFO kablam! error[E0560]: struct `syntax_ext::deriving::generic::ty::Path<'_>` has no field named `global` Jul 12 12:25:08.856 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/cereal_macros-0.3.5/src/plugin.rs:32:13 Jul 12 12:25:08.856 INFO kablam! | Jul 12 12:25:08.856 INFO kablam! 32 | global: true, Jul 12 12:25:08.856 INFO kablam! | ^^^^^^ `syntax_ext::deriving::generic::ty::Path<'_>` does not have this field Jul 12 12:25:08.856 INFO kablam! Jul 12 12:25:08.860 INFO kablam! error[E0560]: struct `syntax_ext::deriving::generic::ty::Path<'_>` has no field named `global` Jul 12 12:25:08.860 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/cereal_macros-0.3.5/src/plugin.rs:51:21 Jul 12 12:25:08.860 INFO kablam! | Jul 12 12:25:08.860 INFO kablam! 51 | global: true, Jul 12 12:25:08.860 INFO kablam! | ^^^^^^ `syntax_ext::deriving::generic::ty::Path<'_>` does not have this field Jul 12 12:25:08.860 INFO kablam! Jul 12 12:25:08.861 INFO kablam! error[E0560]: struct `syntax_ext::deriving::generic::ty::Path<'_>` has no field named `global` Jul 12 12:25:08.861 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/cereal_macros-0.3.5/src/plugin.rs:59:29 Jul 12 12:25:08.861 INFO kablam! | Jul 12 12:25:08.861 INFO kablam! 59 | global: true, Jul 12 12:25:08.861 INFO kablam! | ^^^^^^ `syntax_ext::deriving::generic::ty::Path<'_>` does not have this field Jul 12 12:25:08.861 INFO kablam! Jul 12 12:25:08.862 INFO kablam! error[E0308]: mismatched types Jul 12 12:25:08.862 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/cereal_macros-0.3.5/src/plugin.rs:55:21 Jul 12 12:25:08.862 INFO kablam! | Jul 12 12:25:08.862 INFO kablam! 55 | / generic::ty::Ptr(box generic::ty::Literal(generic::ty::Path { Jul 12 12:25:08.862 INFO kablam! 56 | | path: vec!["std", "io", "Read"], Jul 12 12:25:08.862 INFO kablam! 57 | | lifetime: None, Jul 12 12:25:08.862 INFO kablam! 58 | | params: Vec::new(), Jul 12 12:25:08.862 INFO kablam! ... | Jul 12 12:25:08.862 INFO kablam! 61 | | generic::ty::PtrTy::Borrowed(None, Mutability::Mutable) Jul 12 12:25:08.862 INFO kablam! 62 | | ), Jul 12 12:25:08.863 INFO kablam! | |_____________________^ expected tuple, found enum `syntax_ext::deriving::generic::ty::Ty` Jul 12 12:25:08.863 INFO kablam! | Jul 12 12:25:08.863 INFO kablam! = note: expected type `(syntax_ext::deriving::generic::ty::Ty<'_>, &str)` Jul 12 12:25:08.863 INFO kablam! found type `syntax_ext::deriving::generic::ty::Ty<'_>` Jul 12 12:25:08.863 INFO kablam! Jul 12 12:25:08.866 INFO kablam! error[E0560]: struct `syntax_ext::deriving::generic::ty::Path<'_>` has no field named `global` Jul 12 12:25:08.866 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/cereal_macros-0.3.5/src/plugin.rs:78:21 Jul 12 12:25:08.866 INFO kablam! | Jul 12 12:25:08.866 INFO kablam! 78 | global: true, Jul 12 12:25:08.866 INFO kablam! | ^^^^^^ `syntax_ext::deriving::generic::ty::Path<'_>` does not have this field Jul 12 12:25:08.866 INFO kablam! Jul 12 12:25:08.867 INFO kablam! error[E0560]: struct `syntax_ext::deriving::generic::ty::Path<'_>` has no field named `global` Jul 12 12:25:08.867 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/cereal_macros-0.3.5/src/plugin.rs:86:29 Jul 12 12:25:08.867 INFO kablam! | Jul 12 12:25:08.867 INFO kablam! 86 | global: true, Jul 12 12:25:08.867 INFO kablam! | ^^^^^^ `syntax_ext::deriving::generic::ty::Path<'_>` does not have this field Jul 12 12:25:08.867 INFO kablam! Jul 12 12:25:08.868 INFO kablam! error[E0308]: mismatched types Jul 12 12:25:08.868 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/cereal_macros-0.3.5/src/plugin.rs:82:21 Jul 12 12:25:08.868 INFO kablam! | Jul 12 12:25:08.868 INFO kablam! 82 | / generic::ty::Ptr(box generic::ty::Literal(generic::ty::Path { Jul 12 12:25:08.868 INFO kablam! 83 | | path: vec!["std", "io", "Write"], Jul 12 12:25:08.868 INFO kablam! 84 | | lifetime: None, Jul 12 12:25:08.868 INFO kablam! 85 | | params: Vec::new(), Jul 12 12:25:08.868 INFO kablam! ... | Jul 12 12:25:08.868 INFO kablam! 88 | | generic::ty::PtrTy::Borrowed(None, Mutability::Mutable) Jul 12 12:25:08.868 INFO kablam! 89 | | ), Jul 12 12:25:08.868 INFO kablam! | |_____________________^ expected tuple, found enum `syntax_ext::deriving::generic::ty::Ty` Jul 12 12:25:08.868 INFO kablam! | Jul 12 12:25:08.868 INFO kablam! = note: expected type `(syntax_ext::deriving::generic::ty::Ty<'_>, &str)` Jul 12 12:25:08.868 INFO kablam! found type `syntax_ext::deriving::generic::ty::Ty<'_>` Jul 12 12:25:08.868 INFO kablam! Jul 12 12:25:08.951 INFO kablam! error[E0308]: mismatched types Jul 12 12:25:08.951 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/cereal_macros-0.3.5/src/plugin.rs:123:82 Jul 12 12:25:08.951 INFO kablam! | Jul 12 12:25:08.951 INFO kablam! 123 | let pat = ecx.pat_lit(span, ecx.expr_lit(span, ast::LitKind::Int(id as u64, ast::LitIntType::Unsigned(ast::UintTy::U64)))); Jul 12 12:25:08.951 INFO kablam! | ^^^^^^^^^ expected u128, found u64 Jul 12 12:25:08.951 INFO kablam! help: you can cast an `u64` to `u128`, which will zero-extend the source value Jul 12 12:25:08.951 INFO kablam! | Jul 12 12:25:08.951 INFO kablam! 123 | let pat = ecx.pat_lit(span, ecx.expr_lit(span, ast::LitKind::Int((id as u64).into(), ast::LitIntType::Unsigned(ast::UintTy::U64)))); Jul 12 12:25:08.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Jul 12 12:25:08.952 INFO kablam! Jul 12 12:25:09.037 INFO kablam! error[E0023]: this pattern has 3 fields, but the corresponding tuple variant has 4 fields Jul 12 12:25:09.037 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/cereal_macros-0.3.5/src/plugin.rs:182:9 Jul 12 12:25:09.037 INFO kablam! | Jul 12 12:25:09.038 INFO kablam! 182 | generic::EnumMatching(var_id, _, ref fields) => { Jul 12 12:25:09.038 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 3 Jul 12 12:25:09.038 INFO kablam! Jul 12 12:25:09.267 INFO kablam! error: aborting due to 10 previous errors Jul 12 12:25:09.267 INFO kablam! Jul 12 12:25:09.267 INFO kablam! Some errors occurred: E0023, E0308, E0425, E0560. Jul 12 12:25:09.267 INFO kablam! For more information about an error, try `rustc --explain E0023`. Jul 12 12:25:09.287 INFO kablam! error: Could not compile `cereal_macros`. Jul 12 12:25:09.287 INFO kablam! Jul 12 12:25:09.287 INFO kablam! To learn more, run the command again with --verbose. Jul 12 12:25:09.288 INFO kablam! su: No module specific data is present Jul 12 12:25:09.839 INFO running `"docker" "rm" "-f" "d0a674f8ae556bb9c67330760aed3873cc2ed1eede4f1de044e30306dba23f76"` Jul 12 12:25:10.003 INFO blam! d0a674f8ae556bb9c67330760aed3873cc2ed1eede4f1de044e30306dba23f76