Sep 21 12:20:49.018 INFO checking cereal_macros-0.3.5 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 12:20:49.018 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 12:20:49.018 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-5/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 12:20:49.334 INFO blam! 8f66251332201d6221d002dc4e67a844b36f1c9ab2cc5edc381796b979d41a3b Sep 21 12:20:49.336 INFO running `"docker" "start" "-a" "8f66251332201d6221d002dc4e67a844b36f1c9ab2cc5edc381796b979d41a3b"` Sep 21 12:20:50.606 INFO kablam! usermod: no changes Sep 21 12:20:50.654 INFO kablam! Checking cereal_macros v0.3.5 (/source) Sep 21 12:20:54.558 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 21 12:20:54.558 INFO kablam! --> src/plugin.rs:10:13 Sep 21 12:20:54.558 INFO kablam! | Sep 21 12:20:54.558 INFO kablam! 10 | use syntax::codemap::Span; Sep 21 12:20:54.558 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 21 12:20:54.558 INFO kablam! Sep 21 12:20:54.598 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 21 12:20:54.598 INFO kablam! --> src/plugin.rs:19:47 Sep 21 12:20:54.598 INFO kablam! | Sep 21 12:20:54.598 INFO kablam! 19 | registry.register_syntax_extension(token::intern("derive_CerealData"), Sep 21 12:20:54.598 INFO kablam! | ^^^^^^ not found in `token` Sep 21 12:20:54.598 INFO kablam! Sep 21 12:20:54.610 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 21 12:20:54.610 INFO kablam! --> src/plugin.rs:10:13 Sep 21 12:20:54.610 INFO kablam! | Sep 21 12:20:54.610 INFO kablam! 10 | use syntax::codemap::Span; Sep 21 12:20:54.610 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 21 12:20:54.610 INFO kablam! Sep 21 12:20:54.654 INFO kablam! error[E0560]: struct `syntax_ext::deriving::generic::ty::Path<'_>` has no field named `global` Sep 21 12:20:54.654 INFO kablam! --> src/plugin.rs:32:13 Sep 21 12:20:54.654 INFO kablam! | Sep 21 12:20:54.654 INFO kablam! 32 | global: true, Sep 21 12:20:54.654 INFO kablam! | ^^^^^^ `syntax_ext::deriving::generic::ty::Path<'_>` does not have this field Sep 21 12:20:54.654 INFO kablam! Sep 21 12:20:54.658 INFO kablam! error[E0560]: struct `syntax_ext::deriving::generic::ty::Path<'_>` has no field named `global` Sep 21 12:20:54.658 INFO kablam! --> src/plugin.rs:51:21 Sep 21 12:20:54.658 INFO kablam! | Sep 21 12:20:54.658 INFO kablam! 51 | global: true, Sep 21 12:20:54.658 INFO kablam! | ^^^^^^ `syntax_ext::deriving::generic::ty::Path<'_>` does not have this field Sep 21 12:20:54.658 INFO kablam! Sep 21 12:20:54.658 INFO kablam! error[E0560]: struct `syntax_ext::deriving::generic::ty::Path<'_>` has no field named `global` Sep 21 12:20:54.658 INFO kablam! --> src/plugin.rs:59:29 Sep 21 12:20:54.658 INFO kablam! | Sep 21 12:20:54.658 INFO kablam! 59 | global: true, Sep 21 12:20:54.658 INFO kablam! | ^^^^^^ `syntax_ext::deriving::generic::ty::Path<'_>` does not have this field Sep 21 12:20:54.658 INFO kablam! Sep 21 12:20:54.658 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 21 12:20:54.658 INFO kablam! --> src/plugin.rs:19:47 Sep 21 12:20:54.658 INFO kablam! | Sep 21 12:20:54.658 INFO kablam! 19 | registry.register_syntax_extension(token::intern("derive_CerealData"), Sep 21 12:20:54.658 INFO kablam! | ^^^^^^ not found in `token` Sep 21 12:20:54.658 INFO kablam! Sep 21 12:20:54.659 INFO kablam! error[E0308]: mismatched types Sep 21 12:20:54.659 INFO kablam! --> src/plugin.rs:55:21 Sep 21 12:20:54.659 INFO kablam! | Sep 21 12:20:54.659 INFO kablam! 55 | / generic::ty::Ptr(box generic::ty::Literal(generic::ty::Path { Sep 21 12:20:54.659 INFO kablam! 56 | | path: vec!["std", "io", "Read"], Sep 21 12:20:54.659 INFO kablam! 57 | | lifetime: None, Sep 21 12:20:54.659 INFO kablam! 58 | | params: Vec::new(), Sep 21 12:20:54.659 INFO kablam! ... | Sep 21 12:20:54.659 INFO kablam! 61 | | generic::ty::PtrTy::Borrowed(None, Mutability::Mutable) Sep 21 12:20:54.659 INFO kablam! 62 | | ), Sep 21 12:20:54.659 INFO kablam! | |_____________________^ expected tuple, found enum `syntax_ext::deriving::generic::ty::Ty` Sep 21 12:20:54.659 INFO kablam! | Sep 21 12:20:54.659 INFO kablam! = note: expected type `(syntax_ext::deriving::generic::ty::Ty<'_>, &str)` Sep 21 12:20:54.659 INFO kablam! found type `syntax_ext::deriving::generic::ty::Ty<'_>` Sep 21 12:20:54.659 INFO kablam! Sep 21 12:20:54.666 INFO kablam! error[E0560]: struct `syntax_ext::deriving::generic::ty::Path<'_>` has no field named `global` Sep 21 12:20:54.666 INFO kablam! --> src/plugin.rs:78:21 Sep 21 12:20:54.666 INFO kablam! | Sep 21 12:20:54.666 INFO kablam! 78 | global: true, Sep 21 12:20:54.666 INFO kablam! | ^^^^^^ `syntax_ext::deriving::generic::ty::Path<'_>` does not have this field Sep 21 12:20:54.666 INFO kablam! Sep 21 12:20:54.666 INFO kablam! error[E0560]: struct `syntax_ext::deriving::generic::ty::Path<'_>` has no field named `global` Sep 21 12:20:54.666 INFO kablam! --> src/plugin.rs:86:29 Sep 21 12:20:54.666 INFO kablam! | Sep 21 12:20:54.666 INFO kablam! 86 | global: true, Sep 21 12:20:54.666 INFO kablam! | ^^^^^^ `syntax_ext::deriving::generic::ty::Path<'_>` does not have this field Sep 21 12:20:54.666 INFO kablam! Sep 21 12:20:54.666 INFO kablam! error[E0308]: mismatched types Sep 21 12:20:54.666 INFO kablam! --> src/plugin.rs:82:21 Sep 21 12:20:54.666 INFO kablam! | Sep 21 12:20:54.666 INFO kablam! 82 | / generic::ty::Ptr(box generic::ty::Literal(generic::ty::Path { Sep 21 12:20:54.666 INFO kablam! 83 | | path: vec!["std", "io", "Write"], Sep 21 12:20:54.666 INFO kablam! 84 | | lifetime: None, Sep 21 12:20:54.666 INFO kablam! 85 | | params: Vec::new(), Sep 21 12:20:54.666 INFO kablam! ... | Sep 21 12:20:54.666 INFO kablam! 88 | | generic::ty::PtrTy::Borrowed(None, Mutability::Mutable) Sep 21 12:20:54.666 INFO kablam! 89 | | ), Sep 21 12:20:54.666 INFO kablam! | |_____________________^ expected tuple, found enum `syntax_ext::deriving::generic::ty::Ty` Sep 21 12:20:54.666 INFO kablam! | Sep 21 12:20:54.666 INFO kablam! = note: expected type `(syntax_ext::deriving::generic::ty::Ty<'_>, &str)` Sep 21 12:20:54.666 INFO kablam! found type `syntax_ext::deriving::generic::ty::Ty<'_>` Sep 21 12:20:54.666 INFO kablam! Sep 21 12:20:54.713 INFO kablam! error[E0560]: struct `syntax_ext::deriving::generic::ty::Path<'_>` has no field named `global` Sep 21 12:20:54.713 INFO kablam! --> src/plugin.rs:32:13 Sep 21 12:20:54.713 INFO kablam! | Sep 21 12:20:54.713 INFO kablam! 32 | global: true, Sep 21 12:20:54.713 INFO kablam! | ^^^^^^ `syntax_ext::deriving::generic::ty::Path<'_>` does not have this field Sep 21 12:20:54.713 INFO kablam! Sep 21 12:20:54.718 INFO kablam! error[E0560]: struct `syntax_ext::deriving::generic::ty::Path<'_>` has no field named `global` Sep 21 12:20:54.718 INFO kablam! --> src/plugin.rs:51:21 Sep 21 12:20:54.718 INFO kablam! | Sep 21 12:20:54.718 INFO kablam! 51 | global: true, Sep 21 12:20:54.718 INFO kablam! | ^^^^^^ `syntax_ext::deriving::generic::ty::Path<'_>` does not have this field Sep 21 12:20:54.718 INFO kablam! Sep 21 12:20:54.718 INFO kablam! error[E0560]: struct `syntax_ext::deriving::generic::ty::Path<'_>` has no field named `global` Sep 21 12:20:54.718 INFO kablam! --> src/plugin.rs:59:29 Sep 21 12:20:54.718 INFO kablam! | Sep 21 12:20:54.718 INFO kablam! 59 | global: true, Sep 21 12:20:54.718 INFO kablam! | ^^^^^^ `syntax_ext::deriving::generic::ty::Path<'_>` does not have this field Sep 21 12:20:54.718 INFO kablam! Sep 21 12:20:54.718 INFO kablam! error[E0308]: mismatched types Sep 21 12:20:54.718 INFO kablam! --> src/plugin.rs:55:21 Sep 21 12:20:54.718 INFO kablam! | Sep 21 12:20:54.718 INFO kablam! 55 | / generic::ty::Ptr(box generic::ty::Literal(generic::ty::Path { Sep 21 12:20:54.718 INFO kablam! 56 | | path: vec!["std", "io", "Read"], Sep 21 12:20:54.718 INFO kablam! 57 | | lifetime: None, Sep 21 12:20:54.718 INFO kablam! 58 | | params: Vec::new(), Sep 21 12:20:54.718 INFO kablam! ... | Sep 21 12:20:54.718 INFO kablam! 61 | | generic::ty::PtrTy::Borrowed(None, Mutability::Mutable) Sep 21 12:20:54.718 INFO kablam! 62 | | ), Sep 21 12:20:54.718 INFO kablam! | |_____________________^ expected tuple, found enum `syntax_ext::deriving::generic::ty::Ty` Sep 21 12:20:54.718 INFO kablam! | Sep 21 12:20:54.718 INFO kablam! = note: expected type `(syntax_ext::deriving::generic::ty::Ty<'_>, &str)` Sep 21 12:20:54.718 INFO kablam! found type `syntax_ext::deriving::generic::ty::Ty<'_>` Sep 21 12:20:54.718 INFO kablam! Sep 21 12:20:54.739 INFO kablam! error[E0560]: struct `syntax_ext::deriving::generic::ty::Path<'_>` has no field named `global` Sep 21 12:20:54.740 INFO kablam! --> src/plugin.rs:78:21 Sep 21 12:20:54.740 INFO kablam! | Sep 21 12:20:54.740 INFO kablam! 78 | global: true, Sep 21 12:20:54.740 INFO kablam! | ^^^^^^ `syntax_ext::deriving::generic::ty::Path<'_>` does not have this field Sep 21 12:20:54.740 INFO kablam! Sep 21 12:20:54.740 INFO kablam! error[E0560]: struct `syntax_ext::deriving::generic::ty::Path<'_>` has no field named `global` Sep 21 12:20:54.740 INFO kablam! --> src/plugin.rs:86:29 Sep 21 12:20:54.740 INFO kablam! | Sep 21 12:20:54.740 INFO kablam! 86 | global: true, Sep 21 12:20:54.740 INFO kablam! | ^^^^^^ `syntax_ext::deriving::generic::ty::Path<'_>` does not have this field Sep 21 12:20:54.740 INFO kablam! Sep 21 12:20:54.740 INFO kablam! error[E0308]: mismatched types Sep 21 12:20:54.740 INFO kablam! --> src/plugin.rs:82:21 Sep 21 12:20:54.740 INFO kablam! | Sep 21 12:20:54.740 INFO kablam! 82 | / generic::ty::Ptr(box generic::ty::Literal(generic::ty::Path { Sep 21 12:20:54.740 INFO kablam! 83 | | path: vec!["std", "io", "Write"], Sep 21 12:20:54.740 INFO kablam! 84 | | lifetime: None, Sep 21 12:20:54.740 INFO kablam! 85 | | params: Vec::new(), Sep 21 12:20:54.740 INFO kablam! ... | Sep 21 12:20:54.740 INFO kablam! 88 | | generic::ty::PtrTy::Borrowed(None, Mutability::Mutable) Sep 21 12:20:54.740 INFO kablam! 89 | | ), Sep 21 12:20:54.740 INFO kablam! | |_____________________^ expected tuple, found enum `syntax_ext::deriving::generic::ty::Ty` Sep 21 12:20:54.740 INFO kablam! | Sep 21 12:20:54.740 INFO kablam! = note: expected type `(syntax_ext::deriving::generic::ty::Ty<'_>, &str)` Sep 21 12:20:54.740 INFO kablam! found type `syntax_ext::deriving::generic::ty::Ty<'_>` Sep 21 12:20:54.740 INFO kablam! Sep 21 12:20:54.786 INFO kablam! error[E0308]: mismatched types Sep 21 12:20:54.786 INFO kablam! --> src/plugin.rs:123:82 Sep 21 12:20:54.786 INFO kablam! | Sep 21 12:20:54.786 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 21 12:20:54.786 INFO kablam! | ^^^^^^^^^ expected u128, found u64 Sep 21 12:20:54.786 INFO kablam! help: you can cast an `u64` to `u128`, which will zero-extend the source value Sep 21 12:20:54.786 INFO kablam! | Sep 21 12:20:54.786 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 21 12:20:54.786 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 12:20:54.786 INFO kablam! Sep 21 12:20:54.786 INFO kablam! error[E0308]: mismatched types Sep 21 12:20:54.786 INFO kablam! --> src/plugin.rs:123:82 Sep 21 12:20:54.786 INFO kablam! | Sep 21 12:20:54.786 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 21 12:20:54.787 INFO kablam! | ^^^^^^^^^ expected u128, found u64 Sep 21 12:20:54.787 INFO kablam! help: you can cast an `u64` to `u128`, which will zero-extend the source value Sep 21 12:20:54.787 INFO kablam! | Sep 21 12:20:54.787 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 21 12:20:54.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 12:20:54.787 INFO kablam! Sep 21 12:20:54.808 INFO kablam! error[E0023]: this pattern has 3 fields, but the corresponding tuple variant has 4 fields Sep 21 12:20:54.808 INFO kablam! --> src/plugin.rs:182:9 Sep 21 12:20:54.808 INFO kablam! | Sep 21 12:20:54.808 INFO kablam! 182 | generic::EnumMatching(var_id, _, ref fields) => { Sep 21 12:20:54.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 3 Sep 21 12:20:54.808 INFO kablam! Sep 21 12:20:54.813 INFO kablam! error[E0023]: this pattern has 3 fields, but the corresponding tuple variant has 4 fields Sep 21 12:20:54.813 INFO kablam! --> src/plugin.rs:182:9 Sep 21 12:20:54.813 INFO kablam! | Sep 21 12:20:54.813 INFO kablam! 182 | generic::EnumMatching(var_id, _, ref fields) => { Sep 21 12:20:54.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 3 Sep 21 12:20:54.813 INFO kablam! Sep 21 12:20:54.948 INFO kablam! error: aborting due to 11 previous errors Sep 21 12:20:54.948 INFO kablam! Sep 21 12:20:54.948 INFO kablam! Some errors occurred: E0023, E0308, E0425, E0432, E0560. Sep 21 12:20:54.949 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 21 12:20:54.965 INFO kablam! error: Could not compile `cereal_macros`. Sep 21 12:20:54.965 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 12:20:54.970 INFO kablam! error: aborting due to 11 previous errors Sep 21 12:20:54.970 INFO kablam! Sep 21 12:20:54.970 INFO kablam! Some errors occurred: E0023, E0308, E0425, E0432, E0560. Sep 21 12:20:54.970 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 21 12:20:54.994 INFO kablam! error: Could not compile `cereal_macros`. Sep 21 12:20:54.994 INFO kablam! Sep 21 12:20:54.994 INFO kablam! To learn more, run the command again with --verbose. Sep 21 12:20:54.998 INFO kablam! su: No module specific data is present Sep 21 12:20:56.092 INFO running `"docker" "rm" "-f" "8f66251332201d6221d002dc4e67a844b36f1c9ab2cc5edc381796b979d41a3b"` Sep 21 12:20:56.264 INFO blam! 8f66251332201d6221d002dc4e67a844b36f1c9ab2cc5edc381796b979d41a3b