Sep 04 21:50:15.861 INFO checking cereal-0.3.1 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 21:50:15.861 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 21:50:15.861 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 21:50:16.106 INFO blam! c3174e839cacf46d7e8952a8b58e35e8f09bc7256889713210b18e68f28273f5 Sep 04 21:50:16.109 INFO running `"docker" "start" "-a" "c3174e839cacf46d7e8952a8b58e35e8f09bc7256889713210b18e68f28273f5"` Sep 04 21:50:17.017 INFO kablam! Compiling cereal_macros v0.3.5 Sep 04 21:50:17.022 INFO kablam! Checking cereal v0.3.1 (file:///source) Sep 04 21:50:22.922 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 21:50:22.922 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/cereal_macros-0.3.5/src/plugin.rs:10:13 Sep 04 21:50:22.922 INFO kablam! | Sep 04 21:50:22.922 INFO kablam! 10 | use syntax::codemap::Span; Sep 04 21:50:22.923 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 21:50:22.923 INFO kablam! Sep 04 21:50:22.967 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 04 21:50:22.967 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/cereal_macros-0.3.5/src/plugin.rs:19:47 Sep 04 21:50:22.967 INFO kablam! | Sep 04 21:50:22.967 INFO kablam! 19 | registry.register_syntax_extension(token::intern("derive_CerealData"), Sep 04 21:50:22.967 INFO kablam! | ^^^^^^ not found in `token` Sep 04 21:50:22.967 INFO kablam! Sep 04 21:50:23.030 INFO kablam! error[E0560]: struct `syntax_ext::deriving::generic::ty::Path<'_>` has no field named `global` Sep 04 21:50:23.030 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/cereal_macros-0.3.5/src/plugin.rs:32:13 Sep 04 21:50:23.030 INFO kablam! | Sep 04 21:50:23.030 INFO kablam! 32 | global: true, Sep 04 21:50:23.030 INFO kablam! | ^^^^^^ `syntax_ext::deriving::generic::ty::Path<'_>` does not have this field Sep 04 21:50:23.030 INFO kablam! Sep 04 21:50:23.034 INFO kablam! error[E0560]: struct `syntax_ext::deriving::generic::ty::Path<'_>` has no field named `global` Sep 04 21:50:23.034 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/cereal_macros-0.3.5/src/plugin.rs:51:21 Sep 04 21:50:23.034 INFO kablam! | Sep 04 21:50:23.034 INFO kablam! 51 | global: true, Sep 04 21:50:23.034 INFO kablam! | ^^^^^^ `syntax_ext::deriving::generic::ty::Path<'_>` does not have this field Sep 04 21:50:23.034 INFO kablam! Sep 04 21:50:23.035 INFO kablam! error[E0560]: struct `syntax_ext::deriving::generic::ty::Path<'_>` has no field named `global` Sep 04 21:50:23.035 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/cereal_macros-0.3.5/src/plugin.rs:59:29 Sep 04 21:50:23.035 INFO kablam! | Sep 04 21:50:23.035 INFO kablam! 59 | global: true, Sep 04 21:50:23.035 INFO kablam! | ^^^^^^ `syntax_ext::deriving::generic::ty::Path<'_>` does not have this field Sep 04 21:50:23.035 INFO kablam! Sep 04 21:50:23.036 INFO kablam! error[E0308]: mismatched types Sep 04 21:50:23.036 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/cereal_macros-0.3.5/src/plugin.rs:55:21 Sep 04 21:50:23.036 INFO kablam! | Sep 04 21:50:23.036 INFO kablam! 55 | / generic::ty::Ptr(box generic::ty::Literal(generic::ty::Path { Sep 04 21:50:23.036 INFO kablam! 56 | | path: vec!["std", "io", "Read"], Sep 04 21:50:23.036 INFO kablam! 57 | | lifetime: None, Sep 04 21:50:23.036 INFO kablam! 58 | | params: Vec::new(), Sep 04 21:50:23.036 INFO kablam! ... | Sep 04 21:50:23.036 INFO kablam! 61 | | generic::ty::PtrTy::Borrowed(None, Mutability::Mutable) Sep 04 21:50:23.036 INFO kablam! 62 | | ), Sep 04 21:50:23.036 INFO kablam! | |_____________________^ expected tuple, found enum `syntax_ext::deriving::generic::ty::Ty` Sep 04 21:50:23.037 INFO kablam! | Sep 04 21:50:23.037 INFO kablam! = note: expected type `(syntax_ext::deriving::generic::ty::Ty<'_>, &str)` Sep 04 21:50:23.037 INFO kablam! found type `syntax_ext::deriving::generic::ty::Ty<'_>` Sep 04 21:50:23.037 INFO kablam! Sep 04 21:50:23.040 INFO kablam! error[E0560]: struct `syntax_ext::deriving::generic::ty::Path<'_>` has no field named `global` Sep 04 21:50:23.040 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/cereal_macros-0.3.5/src/plugin.rs:78:21 Sep 04 21:50:23.040 INFO kablam! | Sep 04 21:50:23.040 INFO kablam! 78 | global: true, Sep 04 21:50:23.040 INFO kablam! | ^^^^^^ `syntax_ext::deriving::generic::ty::Path<'_>` does not have this field Sep 04 21:50:23.040 INFO kablam! Sep 04 21:50:23.041 INFO kablam! error[E0560]: struct `syntax_ext::deriving::generic::ty::Path<'_>` has no field named `global` Sep 04 21:50:23.041 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/cereal_macros-0.3.5/src/plugin.rs:86:29 Sep 04 21:50:23.041 INFO kablam! | Sep 04 21:50:23.041 INFO kablam! 86 | global: true, Sep 04 21:50:23.041 INFO kablam! | ^^^^^^ `syntax_ext::deriving::generic::ty::Path<'_>` does not have this field Sep 04 21:50:23.042 INFO kablam! Sep 04 21:50:23.042 INFO kablam! error[E0308]: mismatched types Sep 04 21:50:23.042 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/cereal_macros-0.3.5/src/plugin.rs:82:21 Sep 04 21:50:23.042 INFO kablam! | Sep 04 21:50:23.042 INFO kablam! 82 | / generic::ty::Ptr(box generic::ty::Literal(generic::ty::Path { Sep 04 21:50:23.042 INFO kablam! 83 | | path: vec!["std", "io", "Write"], Sep 04 21:50:23.042 INFO kablam! 84 | | lifetime: None, Sep 04 21:50:23.042 INFO kablam! 85 | | params: Vec::new(), Sep 04 21:50:23.042 INFO kablam! ... | Sep 04 21:50:23.042 INFO kablam! 88 | | generic::ty::PtrTy::Borrowed(None, Mutability::Mutable) Sep 04 21:50:23.042 INFO kablam! 89 | | ), Sep 04 21:50:23.042 INFO kablam! | |_____________________^ expected tuple, found enum `syntax_ext::deriving::generic::ty::Ty` Sep 04 21:50:23.042 INFO kablam! | Sep 04 21:50:23.042 INFO kablam! = note: expected type `(syntax_ext::deriving::generic::ty::Ty<'_>, &str)` Sep 04 21:50:23.042 INFO kablam! found type `syntax_ext::deriving::generic::ty::Ty<'_>` Sep 04 21:50:23.042 INFO kablam! Sep 04 21:50:23.146 INFO kablam! error[E0308]: mismatched types Sep 04 21:50:23.146 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/cereal_macros-0.3.5/src/plugin.rs:123:82 Sep 04 21:50:23.146 INFO kablam! | Sep 04 21:50:23.146 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)))); Sep 04 21:50:23.146 INFO kablam! | ^^^^^^^^^ expected u128, found u64 Sep 04 21:50:23.146 INFO kablam! help: you can cast an `u64` to `u128`, which will zero-extend the source value Sep 04 21:50:23.147 INFO kablam! | Sep 04 21:50:23.147 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)))); Sep 04 21:50:23.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 04 21:50:23.147 INFO kablam! Sep 04 21:50:23.196 INFO kablam! error[E0023]: this pattern has 3 fields, but the corresponding tuple variant has 4 fields Sep 04 21:50:23.196 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/cereal_macros-0.3.5/src/plugin.rs:182:9 Sep 04 21:50:23.196 INFO kablam! | Sep 04 21:50:23.196 INFO kablam! 182 | generic::EnumMatching(var_id, _, ref fields) => { Sep 04 21:50:23.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 3 Sep 04 21:50:23.197 INFO kablam! Sep 04 21:50:23.365 INFO kablam! error: aborting due to 11 previous errors Sep 04 21:50:23.365 INFO kablam! Sep 04 21:50:23.366 INFO kablam! Some errors occurred: E0023, E0308, E0425, E0432, E0560. Sep 04 21:50:23.367 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 04 21:50:23.388 INFO kablam! error: Could not compile `cereal_macros`. Sep 04 21:50:23.388 INFO kablam! Sep 04 21:50:23.388 INFO kablam! To learn more, run the command again with --verbose. Sep 04 21:50:23.391 INFO kablam! su: No module specific data is present Sep 04 21:50:23.891 INFO running `"docker" "rm" "-f" "c3174e839cacf46d7e8952a8b58e35e8f09bc7256889713210b18e68f28273f5"` Sep 04 21:50:24.064 INFO blam! c3174e839cacf46d7e8952a8b58e35e8f09bc7256889713210b18e68f28273f5