Sep 05 00:41:55.758 INFO checking cereal_macros-0.3.5 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 05 00:41:55.758 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 05 00:41:55.758 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 00:41:55.985 INFO blam! 18d074a092ba0ef18e4f6b3a2990750dc72085468c7e56002df4adcc84767708 Sep 05 00:41:55.985 INFO running `"docker" "start" "-a" "18d074a092ba0ef18e4f6b3a2990750dc72085468c7e56002df4adcc84767708"` Sep 05 00:41:56.815 INFO kablam! Checking cereal_macros v0.3.5 (file:///source) Sep 05 00:42:02.971 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 05 00:42:02.971 INFO kablam! --> src/plugin.rs:10:13 Sep 05 00:42:02.971 INFO kablam! | Sep 05 00:42:02.971 INFO kablam! 10 | use syntax::codemap::Span; Sep 05 00:42:02.971 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 05 00:42:02.976 INFO kablam! Sep 05 00:42:03.006 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 05 00:42:03.006 INFO kablam! --> src/plugin.rs:10:13 Sep 05 00:42:03.006 INFO kablam! | Sep 05 00:42:03.006 INFO kablam! 10 | use syntax::codemap::Span; Sep 05 00:42:03.006 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 05 00:42:03.007 INFO kablam! Sep 05 00:42:03.030 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 05 00:42:03.030 INFO kablam! --> src/plugin.rs:19:47 Sep 05 00:42:03.030 INFO kablam! | Sep 05 00:42:03.030 INFO kablam! 19 | registry.register_syntax_extension(token::intern("derive_CerealData"), Sep 05 00:42:03.030 INFO kablam! | ^^^^^^ not found in `token` Sep 05 00:42:03.030 INFO kablam! Sep 05 00:42:03.049 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 05 00:42:03.049 INFO kablam! --> src/plugin.rs:19:47 Sep 05 00:42:03.049 INFO kablam! | Sep 05 00:42:03.049 INFO kablam! 19 | registry.register_syntax_extension(token::intern("derive_CerealData"), Sep 05 00:42:03.049 INFO kablam! | ^^^^^^ not found in `token` Sep 05 00:42:03.049 INFO kablam! Sep 05 00:42:03.108 INFO kablam! error[E0560]: struct `syntax_ext::deriving::generic::ty::Path<'_>` has no field named `global` Sep 05 00:42:03.108 INFO kablam! --> src/plugin.rs:32:13 Sep 05 00:42:03.108 INFO kablam! | Sep 05 00:42:03.108 INFO kablam! 32 | global: true, Sep 05 00:42:03.108 INFO kablam! | ^^^^^^ `syntax_ext::deriving::generic::ty::Path<'_>` does not have this field Sep 05 00:42:03.108 INFO kablam! Sep 05 00:42:03.110 INFO kablam! error[E0560]: struct `syntax_ext::deriving::generic::ty::Path<'_>` has no field named `global` Sep 05 00:42:03.110 INFO kablam! --> src/plugin.rs:32:13 Sep 05 00:42:03.110 INFO kablam! | Sep 05 00:42:03.110 INFO kablam! 32 | global: true, Sep 05 00:42:03.110 INFO kablam! | ^^^^^^ `syntax_ext::deriving::generic::ty::Path<'_>` does not have this field Sep 05 00:42:03.110 INFO kablam! Sep 05 00:42:03.111 INFO kablam! error[E0560]: struct `syntax_ext::deriving::generic::ty::Path<'_>` has no field named `global` Sep 05 00:42:03.111 INFO kablam! --> src/plugin.rs:51:21 Sep 05 00:42:03.111 INFO kablam! | Sep 05 00:42:03.111 INFO kablam! 51 | global: true, Sep 05 00:42:03.111 INFO kablam! | ^^^^^^ `syntax_ext::deriving::generic::ty::Path<'_>` does not have this field Sep 05 00:42:03.111 INFO kablam! Sep 05 00:42:03.112 INFO kablam! error[E0560]: struct `syntax_ext::deriving::generic::ty::Path<'_>` has no field named `global` Sep 05 00:42:03.112 INFO kablam! --> src/plugin.rs:59:29 Sep 05 00:42:03.112 INFO kablam! | Sep 05 00:42:03.112 INFO kablam! 59 | global: true, Sep 05 00:42:03.113 INFO kablam! | ^^^^^^ `syntax_ext::deriving::generic::ty::Path<'_>` does not have this field Sep 05 00:42:03.113 INFO kablam! Sep 05 00:42:03.113 INFO kablam! error[E0308]: mismatched types Sep 05 00:42:03.113 INFO kablam! --> src/plugin.rs:55:21 Sep 05 00:42:03.113 INFO kablam! | Sep 05 00:42:03.113 INFO kablam! 55 | / generic::ty::Ptr(box generic::ty::Literal(generic::ty::Path { Sep 05 00:42:03.113 INFO kablam! 56 | | path: vec!["std", "io", "Read"], Sep 05 00:42:03.113 INFO kablam! 57 | | lifetime: None, Sep 05 00:42:03.113 INFO kablam! 58 | | params: Vec::new(), Sep 05 00:42:03.113 INFO kablam! ... | Sep 05 00:42:03.114 INFO kablam! 61 | | generic::ty::PtrTy::Borrowed(None, Mutability::Mutable) Sep 05 00:42:03.114 INFO kablam! 62 | | ), Sep 05 00:42:03.114 INFO kablam! | |_____________________^ expected tuple, found enum `syntax_ext::deriving::generic::ty::Ty` Sep 05 00:42:03.114 INFO kablam! | Sep 05 00:42:03.114 INFO kablam! = note: expected type `(syntax_ext::deriving::generic::ty::Ty<'_>, &str)` Sep 05 00:42:03.114 INFO kablam! found type `syntax_ext::deriving::generic::ty::Ty<'_>` Sep 05 00:42:03.114 INFO kablam! Sep 05 00:42:03.114 INFO kablam! error[E0560]: struct `syntax_ext::deriving::generic::ty::Path<'_>` has no field named `global` Sep 05 00:42:03.114 INFO kablam! --> src/plugin.rs:51:21 Sep 05 00:42:03.114 INFO kablam! | Sep 05 00:42:03.114 INFO kablam! 51 | global: true, Sep 05 00:42:03.114 INFO kablam! | ^^^^^^ `syntax_ext::deriving::generic::ty::Path<'_>` does not have this field Sep 05 00:42:03.114 INFO kablam! Sep 05 00:42:03.114 INFO kablam! error[E0560]: struct `syntax_ext::deriving::generic::ty::Path<'_>` has no field named `global` Sep 05 00:42:03.114 INFO kablam! --> src/plugin.rs:59:29 Sep 05 00:42:03.114 INFO kablam! | Sep 05 00:42:03.115 INFO kablam! 59 | global: true, Sep 05 00:42:03.115 INFO kablam! | ^^^^^^ `syntax_ext::deriving::generic::ty::Path<'_>` does not have this field Sep 05 00:42:03.117 INFO kablam! error[E0560]: struct `syntax_ext::deriving::generic::ty::Path<'_>` has no field named `global` Sep 05 00:42:03.117 INFO kablam! --> src/plugin.rs:78:21 Sep 05 00:42:03.117 INFO kablam! | Sep 05 00:42:03.117 INFO kablam! 78 | global: true, Sep 05 00:42:03.117 INFO kablam! | ^^^^^^ `syntax_ext::deriving::generic::ty::Path<'_>` does not have this field Sep 05 00:42:03.117 INFO kablam! Sep 05 00:42:03.118 INFO kablam! error[E0560]: struct `syntax_ext::deriving::generic::ty::Path<'_>` has no field named `global` Sep 05 00:42:03.118 INFO kablam! --> src/plugin.rs:86:29 Sep 05 00:42:03.118 INFO kablam! | Sep 05 00:42:03.118 INFO kablam! 86 | global: true, Sep 05 00:42:03.118 INFO kablam! | ^^^^^^ `syntax_ext::deriving::generic::ty::Path<'_>` does not have this field Sep 05 00:42:03.118 INFO kablam! Sep 05 00:42:03.118 INFO kablam! Sep 05 00:42:03.118 INFO kablam! error[E0308]: mismatched types Sep 05 00:42:03.119 INFO kablam! --> src/plugin.rs:82:21 Sep 05 00:42:03.119 INFO kablam! | Sep 05 00:42:03.119 INFO kablam! 82 | / generic::ty::Ptr(box generic::ty::Literal(generic::ty::Path { Sep 05 00:42:03.119 INFO kablam! 83 | | path: vec!["std", "io", "Write"], Sep 05 00:42:03.119 INFO kablam! 84 | | lifetime: None, Sep 05 00:42:03.119 INFO kablam! 85 | | params: Vec::new(), Sep 05 00:42:03.119 INFO kablam! ... | Sep 05 00:42:03.119 INFO kablam! 88 | | generic::ty::PtrTy::Borrowed(None, Mutability::Mutable) Sep 05 00:42:03.119 INFO kablam! 89 | | ), Sep 05 00:42:03.119 INFO kablam! | |_____________________^ expected tuple, found enum `syntax_ext::deriving::generic::ty::Ty` Sep 05 00:42:03.119 INFO kablam! | Sep 05 00:42:03.119 INFO kablam! = note: expected type `(syntax_ext::deriving::generic::ty::Ty<'_>, &str)` Sep 05 00:42:03.119 INFO kablam! found type `syntax_ext::deriving::generic::ty::Ty<'_>` Sep 05 00:42:03.119 INFO kablam! Sep 05 00:42:03.119 INFO kablam! error[E0308]: mismatched types Sep 05 00:42:03.119 INFO kablam! --> src/plugin.rs:55:21 Sep 05 00:42:03.119 INFO kablam! | Sep 05 00:42:03.119 INFO kablam! 55 | / generic::ty::Ptr(box generic::ty::Literal(generic::ty::Path { Sep 05 00:42:03.119 INFO kablam! 56 | | path: vec!["std", "io", "Read"], Sep 05 00:42:03.119 INFO kablam! 57 | | lifetime: None, Sep 05 00:42:03.119 INFO kablam! 58 | | params: Vec::new(), Sep 05 00:42:03.120 INFO kablam! ... | Sep 05 00:42:03.120 INFO kablam! 61 | | generic::ty::PtrTy::Borrowed(None, Mutability::Mutable) Sep 05 00:42:03.120 INFO kablam! 62 | | ), Sep 05 00:42:03.120 INFO kablam! | |_____________________^ expected tuple, found enum `syntax_ext::deriving::generic::ty::Ty` Sep 05 00:42:03.120 INFO kablam! | Sep 05 00:42:03.120 INFO kablam! = note: expected type `(syntax_ext::deriving::generic::ty::Ty<'_>, &str)` Sep 05 00:42:03.120 INFO kablam! found type `syntax_ext::deriving::generic::ty::Ty<'_>` Sep 05 00:42:03.120 INFO kablam! Sep 05 00:42:03.122 INFO kablam! error[E0560]: struct `syntax_ext::deriving::generic::ty::Path<'_>` has no field named `global` Sep 05 00:42:03.123 INFO kablam! --> src/plugin.rs:78:21 Sep 05 00:42:03.123 INFO kablam! | Sep 05 00:42:03.123 INFO kablam! 78 | global: true, Sep 05 00:42:03.123 INFO kablam! | ^^^^^^ `syntax_ext::deriving::generic::ty::Path<'_>` does not have this field Sep 05 00:42:03.123 INFO kablam! Sep 05 00:42:03.129 INFO kablam! error[E0560]: struct `syntax_ext::deriving::generic::ty::Path<'_>` has no field named `global` Sep 05 00:42:03.129 INFO kablam! --> src/plugin.rs:86:29 Sep 05 00:42:03.129 INFO kablam! | Sep 05 00:42:03.129 INFO kablam! 86 | global: true, Sep 05 00:42:03.129 INFO kablam! | ^^^^^^ `syntax_ext::deriving::generic::ty::Path<'_>` does not have this field Sep 05 00:42:03.129 INFO kablam! Sep 05 00:42:03.130 INFO kablam! error[E0308]: mismatched types Sep 05 00:42:03.130 INFO kablam! --> src/plugin.rs:82:21 Sep 05 00:42:03.130 INFO kablam! | Sep 05 00:42:03.130 INFO kablam! 82 | / generic::ty::Ptr(box generic::ty::Literal(generic::ty::Path { Sep 05 00:42:03.130 INFO kablam! 83 | | path: vec!["std", "io", "Write"], Sep 05 00:42:03.130 INFO kablam! 84 | | lifetime: None, Sep 05 00:42:03.130 INFO kablam! 85 | | params: Vec::new(), Sep 05 00:42:03.130 INFO kablam! ... | Sep 05 00:42:03.130 INFO kablam! 88 | | generic::ty::PtrTy::Borrowed(None, Mutability::Mutable) Sep 05 00:42:03.130 INFO kablam! 89 | | ), Sep 05 00:42:03.130 INFO kablam! | |_____________________^ expected tuple, found enum `syntax_ext::deriving::generic::ty::Ty` Sep 05 00:42:03.130 INFO kablam! | Sep 05 00:42:03.130 INFO kablam! = note: expected type `(syntax_ext::deriving::generic::ty::Ty<'_>, &str)` Sep 05 00:42:03.130 INFO kablam! found type `syntax_ext::deriving::generic::ty::Ty<'_>` Sep 05 00:42:03.130 INFO kablam! Sep 05 00:42:03.210 INFO kablam! error[E0308]: mismatched types Sep 05 00:42:03.210 INFO kablam! --> src/plugin.rs:123:82 Sep 05 00:42:03.210 INFO kablam! | Sep 05 00:42:03.210 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 05 00:42:03.210 INFO kablam! | ^^^^^^^^^ expected u128, found u64 Sep 05 00:42:03.210 INFO kablam! help: you can cast an `u64` to `u128`, which will zero-extend the source value Sep 05 00:42:03.210 INFO kablam! | Sep 05 00:42:03.210 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 05 00:42:03.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 05 00:42:03.210 INFO kablam! Sep 05 00:42:03.254 INFO kablam! error[E0023]: this pattern has 3 fields, but the corresponding tuple variant has 4 fields Sep 05 00:42:03.254 INFO kablam! --> src/plugin.rs:182:9 Sep 05 00:42:03.254 INFO kablam! | Sep 05 00:42:03.254 INFO kablam! 182 | generic::EnumMatching(var_id, _, ref fields) => { Sep 05 00:42:03.254 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 3 Sep 05 00:42:03.254 INFO kablam! Sep 05 00:42:03.254 INFO kablam! error[E0308]: mismatched types Sep 05 00:42:03.254 INFO kablam! --> src/plugin.rs:123:82 Sep 05 00:42:03.254 INFO kablam! | Sep 05 00:42:03.254 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 05 00:42:03.254 INFO kablam! | ^^^^^^^^^ expected u128, found u64 Sep 05 00:42:03.255 INFO kablam! help: you can cast an `u64` to `u128`, which will zero-extend the source value Sep 05 00:42:03.255 INFO kablam! | Sep 05 00:42:03.255 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 05 00:42:03.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 05 00:42:03.255 INFO kablam! Sep 05 00:42:03.303 INFO kablam! error[E0023]: this pattern has 3 fields, but the corresponding tuple variant has 4 fields Sep 05 00:42:03.303 INFO kablam! --> src/plugin.rs:182:9 Sep 05 00:42:03.303 INFO kablam! | Sep 05 00:42:03.303 INFO kablam! 182 | generic::EnumMatching(var_id, _, ref fields) => { Sep 05 00:42:03.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 3 Sep 05 00:42:03.303 INFO kablam! Sep 05 00:42:03.455 INFO kablam! error: aborting due to 11 previous errors Sep 05 00:42:03.455 INFO kablam! Sep 05 00:42:03.455 INFO kablam! Some errors occurred: E0023, E0308, E0425, E0432, E0560. Sep 05 00:42:03.455 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 05 00:42:03.465 INFO kablam! error: aborting due to 11 previous errors Sep 05 00:42:03.465 INFO kablam! Sep 05 00:42:03.465 INFO kablam! Some errors occurred: E0023, E0308, E0425, E0432, E0560. Sep 05 00:42:03.465 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 05 00:42:03.472 INFO kablam! error: Could not compile `cereal_macros`. Sep 05 00:42:03.472 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 00:42:03.489 INFO kablam! error: Could not compile `cereal_macros`. Sep 05 00:42:03.489 INFO kablam! Sep 05 00:42:03.489 INFO kablam! To learn more, run the command again with --verbose. Sep 05 00:42:03.490 INFO kablam! su: No module specific data is present Sep 05 00:42:04.228 INFO running `"docker" "rm" "-f" "18d074a092ba0ef18e4f6b3a2990750dc72085468c7e56002df4adcc84767708"` Sep 05 00:42:04.380 INFO blam! 18d074a092ba0ef18e4f6b3a2990750dc72085468c7e56002df4adcc84767708