Sep 19 18:34:29.508 INFO checking semverver-0.1.16 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 18:34:29.508 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 18:34:29.508 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-5/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 18:34:29.691 INFO blam! bf3ca3a8710772eb86aa323a6c4a166685f9f6be7ea436eef12b1e8d9bbf2b00 Sep 19 18:34:29.692 INFO running `"docker" "start" "-a" "bf3ca3a8710772eb86aa323a6c4a166685f9f6be7ea436eef12b1e8d9bbf2b00"` Sep 19 18:34:30.271 INFO kablam! usermod: no changes Sep 19 18:34:30.665 INFO kablam! Compiling libgit2-sys v0.7.8 Sep 19 18:34:30.683 INFO kablam! Checking fs2 v0.4.3 Sep 19 18:34:30.703 INFO kablam! Checking jobserver v0.1.11 Sep 19 18:34:30.703 INFO kablam! Checking tar v0.4.16 Sep 19 18:34:30.703 INFO kablam! Checking semver v0.9.0 Sep 19 18:34:30.703 INFO kablam! Checking serde_ignored v0.0.4 Sep 19 18:34:30.703 INFO kablam! Checking crossbeam-epoch v0.6.0 Sep 19 18:34:30.703 INFO kablam! Compiling parking_lot_core v0.3.1 Sep 19 18:34:31.758 INFO kablam! Checking crypto-hash v0.3.1 Sep 19 18:34:31.868 INFO kablam! Checking quickcheck v0.6.2 Sep 19 18:34:32.375 INFO kablam! Checking crates-io v0.16.0 Sep 19 18:34:35.199 INFO kablam! Checking parking_lot v0.6.4 Sep 19 18:34:37.304 INFO kablam! Checking crossbeam-channel v0.2.6 Sep 19 18:34:39.050 INFO kablam! Checking ignore v0.4.4 Sep 19 18:35:03.667 INFO kablam! Checking git2 v0.7.5 Sep 19 18:35:07.767 INFO kablam! Checking git2-curl v0.8.1 Sep 19 18:35:08.185 INFO kablam! Checking cargo v0.27.0 Sep 19 18:35:20.867 INFO kablam! Checking semverver v0.1.16 (/source) Sep 19 18:35:23.221 INFO kablam! error[E0432]: unresolved import `rustc::ty::TypeVariants` Sep 19 18:35:23.221 INFO kablam! --> src/semcheck/mismatch.rs:110:24 Sep 19 18:35:23.222 INFO kablam! | Sep 19 18:35:23.222 INFO kablam! 110 | use rustc::ty::TypeVariants::*; Sep 19 18:35:23.222 INFO kablam! | ^^^^^^^^^^^^ Could not find `TypeVariants` in `ty` Sep 19 18:35:23.223 INFO kablam! Sep 19 18:35:23.227 INFO kablam! error[E0432]: unresolved import `rustc::ty::TypeVariants` Sep 19 18:35:23.227 INFO kablam! --> src/semcheck/translate.rs:167:24 Sep 19 18:35:23.228 INFO kablam! | Sep 19 18:35:23.228 INFO kablam! 167 | use rustc::ty::TypeVariants::*; Sep 19 18:35:23.228 INFO kablam! | ^^^^^^^^^^^^ Could not find `TypeVariants` in `ty` Sep 19 18:35:23.229 INFO kablam! Sep 19 18:35:23.229 INFO kablam! error[E0432]: unresolved import `rustc::ty::TypeVariants` Sep 19 18:35:23.229 INFO kablam! --> src/semcheck/translate.rs:521:24 Sep 19 18:35:23.230 INFO kablam! | Sep 19 18:35:23.230 INFO kablam! 521 | use rustc::ty::TypeVariants::{TyError, TyInfer, TyRef}; Sep 19 18:35:23.231 INFO kablam! | ^^^^^^^^^^^^ Could not find `TypeVariants` in `ty` Sep 19 18:35:23.231 INFO kablam! Sep 19 18:35:23.231 INFO kablam! error[E0432]: unresolved import `rustc::ty::TypeVariants` Sep 19 18:35:23.232 INFO kablam! --> src/semcheck/traverse.rs:502:46 Sep 19 18:35:23.232 INFO kablam! | Sep 19 18:35:23.232 INFO kablam! 502 | use rustc::ty::{ParamTy, Predicate, TyS, TypeVariants::*}; Sep 19 18:35:23.233 INFO kablam! | ^^^^^^^^^^^^ Could not find `TypeVariants` in `ty` Sep 19 18:35:23.243 INFO kablam! Sep 19 18:35:23.379 INFO kablam! error[E0530]: match bindings cannot shadow tuple variants Sep 19 18:35:23.379 INFO kablam! --> src/semcheck/mapping.rs:337:13 Sep 19 18:35:23.379 INFO kablam! | Sep 19 18:35:23.379 INFO kablam! 307 | use rustc::hir::def::Def::*; Sep 19 18:35:23.379 INFO kablam! | ----------------------- a tuple variant `NonMacroAttr` is imported here Sep 19 18:35:23.379 INFO kablam! ... Sep 19 18:35:23.379 INFO kablam! 337 | NonMacroAttr /*(_)*/ | Sep 19 18:35:23.379 INFO kablam! | ^^^^^^^^^^^^ cannot be named the same as a tuple variant Sep 19 18:35:23.379 INFO kablam! Sep 19 18:35:23.383 INFO kablam! error[E0408]: variable `NonMacroAttr` is not bound in all patterns Sep 19 18:35:23.383 INFO kablam! --> src/semcheck/mapping.rs:336:13 Sep 19 18:35:23.383 INFO kablam! | Sep 19 18:35:23.383 INFO kablam! 336 | ToolMod | Sep 19 18:35:23.383 INFO kablam! | ^^^^^^^ pattern doesn't bind `NonMacroAttr` Sep 19 18:35:23.383 INFO kablam! 337 | NonMacroAttr /*(_)*/ | Sep 19 18:35:23.383 INFO kablam! | ------------ variable not in all patterns Sep 19 18:35:23.383 INFO kablam! 338 | GlobalAsm(_) | Sep 19 18:35:23.383 INFO kablam! | ^^^^^^^^^^^^ pattern doesn't bind `NonMacroAttr` Sep 19 18:35:23.383 INFO kablam! 339 | Err => None, Sep 19 18:35:23.383 INFO kablam! | ^^^ pattern doesn't bind `NonMacroAttr` Sep 19 18:35:23.383 INFO kablam! Sep 19 18:35:23.687 INFO kablam! error[E0432]: unresolved import `rustc::ty::TypeVariants` Sep 19 18:35:23.687 INFO kablam! --> src/semcheck/mismatch.rs:110:24 Sep 19 18:35:23.687 INFO kablam! | Sep 19 18:35:23.687 INFO kablam! 110 | use rustc::ty::TypeVariants::*; Sep 19 18:35:23.687 INFO kablam! | ^^^^^^^^^^^^ Could not find `TypeVariants` in `ty` Sep 19 18:35:23.687 INFO kablam! Sep 19 18:35:23.687 INFO kablam! error[E0432]: unresolved import `rustc::ty::TypeVariants` Sep 19 18:35:23.687 INFO kablam! --> src/semcheck/translate.rs:167:24 Sep 19 18:35:23.687 INFO kablam! | Sep 19 18:35:23.687 INFO kablam! 167 | use rustc::ty::TypeVariants::*; Sep 19 18:35:23.687 INFO kablam! | ^^^^^^^^^^^^ Could not find `TypeVariants` in `ty` Sep 19 18:35:23.687 INFO kablam! Sep 19 18:35:23.687 INFO kablam! error[E0432]: unresolved import `rustc::ty::TypeVariants` Sep 19 18:35:23.687 INFO kablam! --> src/semcheck/translate.rs:521:24 Sep 19 18:35:23.687 INFO kablam! | Sep 19 18:35:23.687 INFO kablam! 521 | use rustc::ty::TypeVariants::{TyError, TyInfer, TyRef}; Sep 19 18:35:23.687 INFO kablam! | ^^^^^^^^^^^^ Could not find `TypeVariants` in `ty` Sep 19 18:35:23.687 INFO kablam! Sep 19 18:35:23.687 INFO kablam! error[E0432]: unresolved import `rustc::ty::TypeVariants` Sep 19 18:35:23.687 INFO kablam! --> src/semcheck/traverse.rs:502:46 Sep 19 18:35:23.687 INFO kablam! | Sep 19 18:35:23.687 INFO kablam! 502 | use rustc::ty::{ParamTy, Predicate, TyS, TypeVariants::*}; Sep 19 18:35:23.687 INFO kablam! | ^^^^^^^^^^^^ Could not find `TypeVariants` in `ty` Sep 19 18:35:23.687 INFO kablam! Sep 19 18:35:23.791 INFO kablam! error[E0530]: match bindings cannot shadow tuple variants Sep 19 18:35:23.791 INFO kablam! --> src/semcheck/mapping.rs:337:13 Sep 19 18:35:23.791 INFO kablam! | Sep 19 18:35:23.791 INFO kablam! 307 | use rustc::hir::def::Def::*; Sep 19 18:35:23.791 INFO kablam! | ----------------------- a tuple variant `NonMacroAttr` is imported here Sep 19 18:35:23.791 INFO kablam! ... Sep 19 18:35:23.791 INFO kablam! 337 | NonMacroAttr /*(_)*/ | Sep 19 18:35:23.791 INFO kablam! | ^^^^^^^^^^^^ cannot be named the same as a tuple variant Sep 19 18:35:23.791 INFO kablam! Sep 19 18:35:23.811 INFO kablam! error[E0408]: variable `NonMacroAttr` is not bound in all patterns Sep 19 18:35:23.811 INFO kablam! --> src/semcheck/mapping.rs:336:13 Sep 19 18:35:23.811 INFO kablam! | Sep 19 18:35:23.811 INFO kablam! 336 | ToolMod | Sep 19 18:35:23.811 INFO kablam! | ^^^^^^^ pattern doesn't bind `NonMacroAttr` Sep 19 18:35:23.811 INFO kablam! 337 | NonMacroAttr /*(_)*/ | Sep 19 18:35:23.811 INFO kablam! | ------------ variable not in all patterns Sep 19 18:35:23.811 INFO kablam! 338 | GlobalAsm(_) | Sep 19 18:35:23.811 INFO kablam! | ^^^^^^^^^^^^ pattern doesn't bind `NonMacroAttr` Sep 19 18:35:23.811 INFO kablam! 339 | Err => None, Sep 19 18:35:23.811 INFO kablam! | ^^^ pattern doesn't bind `NonMacroAttr` Sep 19 18:35:23.811 INFO kablam! Sep 19 18:35:24.071 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyForeign` in this scope Sep 19 18:35:24.071 INFO kablam! --> src/semcheck/mapping.rs:318:13 Sep 19 18:35:24.071 INFO kablam! | Sep 19 18:35:24.071 INFO kablam! 318 | TyForeign(_) | Sep 19 18:35:24.071 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 19 18:35:24.071 INFO kablam! Sep 19 18:35:24.071 INFO kablam! error[E0531]: cannot find tuple struct/variant `GlobalAsm` in this scope Sep 19 18:35:24.071 INFO kablam! --> src/semcheck/mapping.rs:338:13 Sep 19 18:35:24.071 INFO kablam! | Sep 19 18:35:24.071 INFO kablam! 338 | GlobalAsm(_) | Sep 19 18:35:24.071 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 19 18:35:24.071 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 19 18:35:24.071 INFO kablam! | Sep 19 18:35:24.071 INFO kablam! 6 | use rustc::hir::ItemKind::GlobalAsm; Sep 19 18:35:24.071 INFO kablam! | Sep 19 18:35:24.071 INFO kablam! 6 | use rustc::mir::mono::MonoItem::GlobalAsm; Sep 19 18:35:24.071 INFO kablam! | Sep 19 18:35:24.071 INFO kablam! 6 | use syntax::ast::ItemKind::GlobalAsm; Sep 19 18:35:24.071 INFO kablam! | Sep 19 18:35:24.071 INFO kablam! Sep 19 18:35:24.071 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAdt` in this scope Sep 19 18:35:24.071 INFO kablam! --> src/semcheck/mismatch.rs:121:15 Sep 19 18:35:24.071 INFO kablam! | Sep 19 18:35:24.071 INFO kablam! 121 | (&TyAdt(a_def, a_substs), &TyAdt(b_def, b_substs)) => { Sep 19 18:35:24.071 INFO kablam! | ^^^^^ not found in this scope Sep 19 18:35:24.071 INFO kablam! Sep 19 18:35:24.071 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAdt` in this scope Sep 19 18:35:24.071 INFO kablam! --> src/semcheck/mismatch.rs:121:40 Sep 19 18:35:24.071 INFO kablam! | Sep 19 18:35:24.071 INFO kablam! 121 | (&TyAdt(a_def, a_substs), &TyAdt(b_def, b_substs)) => { Sep 19 18:35:24.071 INFO kablam! | ^^^^^ not found in this scope Sep 19 18:35:24.071 INFO kablam! Sep 19 18:35:24.071 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyArray` in this scope Sep 19 18:35:24.072 INFO kablam! --> src/semcheck/mismatch.rs:151:15 Sep 19 18:35:24.072 INFO kablam! | Sep 19 18:35:24.072 INFO kablam! 151 | (&TyArray(a_t, _), &TyArray(b_t, _)) | Sep 19 18:35:24.072 INFO kablam! | ^^^^^^^ not found in this scope Sep 19 18:35:24.072 INFO kablam! Sep 19 18:35:24.072 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyArray` in this scope Sep 19 18:35:24.072 INFO kablam! --> src/semcheck/mismatch.rs:151:33 Sep 19 18:35:24.072 INFO kablam! | Sep 19 18:35:24.072 INFO kablam! 151 | (&TyArray(a_t, _), &TyArray(b_t, _)) | Sep 19 18:35:24.072 INFO kablam! | ^^^^^^^ not found in this scope Sep 19 18:35:24.072 INFO kablam! Sep 19 18:35:24.072 INFO kablam! error[E0531]: cannot find tuple struct/variant `TySlice` in this scope Sep 19 18:35:24.072 INFO kablam! --> src/semcheck/mismatch.rs:152:15 Sep 19 18:35:24.072 INFO kablam! | Sep 19 18:35:24.072 INFO kablam! 152 | (&TySlice(a_t), &TySlice(b_t)) => { Sep 19 18:35:24.072 INFO kablam! | ^^^^^^^ not found in this scope Sep 19 18:35:24.072 INFO kablam! Sep 19 18:35:24.075 INFO kablam! error[E0531]: cannot find tuple struct/variant `TySlice` in this scope Sep 19 18:35:24.075 INFO kablam! --> src/semcheck/mismatch.rs:152:30 Sep 19 18:35:24.075 INFO kablam! | Sep 19 18:35:24.075 INFO kablam! 152 | (&TySlice(a_t), &TySlice(b_t)) => { Sep 19 18:35:24.075 INFO kablam! | ^^^^^^^ not found in this scope Sep 19 18:35:24.075 INFO kablam! Sep 19 18:35:24.075 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyRawPtr` in this scope Sep 19 18:35:24.075 INFO kablam! --> src/semcheck/mismatch.rs:156:15 Sep 19 18:35:24.075 INFO kablam! | Sep 19 18:35:24.075 INFO kablam! 156 | (&TyRawPtr(a_mt), &TyRawPtr(b_mt)) => { Sep 19 18:35:24.075 INFO kablam! | ^^^^^^^^ not found in this scope Sep 19 18:35:24.075 INFO kablam! Sep 19 18:35:24.075 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyRawPtr` in this scope Sep 19 18:35:24.075 INFO kablam! --> src/semcheck/mismatch.rs:156:32 Sep 19 18:35:24.075 INFO kablam! | Sep 19 18:35:24.075 INFO kablam! 156 | (&TyRawPtr(a_mt), &TyRawPtr(b_mt)) => { Sep 19 18:35:24.075 INFO kablam! | ^^^^^^^^ not found in this scope Sep 19 18:35:24.075 INFO kablam! Sep 19 18:35:24.075 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyRef` in this scope Sep 19 18:35:24.075 INFO kablam! --> src/semcheck/mismatch.rs:160:15 Sep 19 18:35:24.075 INFO kablam! | Sep 19 18:35:24.075 INFO kablam! 160 | (&TyRef(a_r, a_ty, _), &TyRef(b_r, b_ty, _)) => { Sep 19 18:35:24.075 INFO kablam! | ^^^^^ not found in this scope Sep 19 18:35:24.075 INFO kablam! Sep 19 18:35:24.075 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyRef` in this scope Sep 19 18:35:24.075 INFO kablam! --> src/semcheck/mismatch.rs:160:37 Sep 19 18:35:24.075 INFO kablam! | Sep 19 18:35:24.075 INFO kablam! 160 | (&TyRef(a_r, a_ty, _), &TyRef(b_r, b_ty, _)) => { Sep 19 18:35:24.075 INFO kablam! | ^^^^^ not found in this scope Sep 19 18:35:24.075 INFO kablam! Sep 19 18:35:24.075 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyFnDef` in this scope Sep 19 18:35:24.075 INFO kablam! --> src/semcheck/mismatch.rs:165:15 Sep 19 18:35:24.075 INFO kablam! | Sep 19 18:35:24.076 INFO kablam! 165 | (&TyFnDef(a_def_id, a_substs), &TyFnDef(b_def_id, b_substs)) => { Sep 19 18:35:24.076 INFO kablam! | ^^^^^^^ not found in this scope Sep 19 18:35:24.076 INFO kablam! Sep 19 18:35:24.076 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyFnDef` in this scope Sep 19 18:35:24.076 INFO kablam! --> src/semcheck/mismatch.rs:165:45 Sep 19 18:35:24.076 INFO kablam! | Sep 19 18:35:24.076 INFO kablam! 165 | (&TyFnDef(a_def_id, a_substs), &TyFnDef(b_def_id, b_substs)) => { Sep 19 18:35:24.076 INFO kablam! | ^^^^^^^ not found in this scope Sep 19 18:35:24.076 INFO kablam! Sep 19 18:35:24.076 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyFnPtr` in this scope Sep 19 18:35:24.076 INFO kablam! --> src/semcheck/mismatch.rs:175:15 Sep 19 18:35:24.076 INFO kablam! | Sep 19 18:35:24.076 INFO kablam! 175 | (&TyFnPtr(a_fty), &TyFnPtr(b_fty)) => { Sep 19 18:35:24.076 INFO kablam! | ^^^^^^^ not found in this scope Sep 19 18:35:24.076 INFO kablam! Sep 19 18:35:24.076 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyFnPtr` in this scope Sep 19 18:35:24.076 INFO kablam! --> src/semcheck/mismatch.rs:175:32 Sep 19 18:35:24.076 INFO kablam! | Sep 19 18:35:24.076 INFO kablam! 175 | (&TyFnPtr(a_fty), &TyFnPtr(b_fty)) => { Sep 19 18:35:24.076 INFO kablam! | ^^^^^^^ not found in this scope Sep 19 18:35:24.076 INFO kablam! Sep 19 18:35:24.076 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyDynamic` in this scope Sep 19 18:35:24.076 INFO kablam! --> src/semcheck/mismatch.rs:179:15 Sep 19 18:35:24.076 INFO kablam! | Sep 19 18:35:24.076 INFO kablam! 179 | (&TyDynamic(a_obj, a_r), &TyDynamic(b_obj, b_r)) => { Sep 19 18:35:24.076 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 19 18:35:24.076 INFO kablam! Sep 19 18:35:24.076 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyDynamic` in this scope Sep 19 18:35:24.076 INFO kablam! --> src/semcheck/mismatch.rs:179:39 Sep 19 18:35:24.076 INFO kablam! | Sep 19 18:35:24.076 INFO kablam! 179 | (&TyDynamic(a_obj, a_r), &TyDynamic(b_obj, b_r)) => { Sep 19 18:35:24.076 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 19 18:35:24.076 INFO kablam! Sep 19 18:35:24.076 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyTuple` in this scope Sep 19 18:35:24.076 INFO kablam! --> src/semcheck/mismatch.rs:191:15 Sep 19 18:35:24.076 INFO kablam! | Sep 19 18:35:24.076 INFO kablam! 191 | (&TyTuple(as_), &TyTuple(bs)) => { Sep 19 18:35:24.076 INFO kablam! | ^^^^^^^ not found in this scope Sep 19 18:35:24.076 INFO kablam! Sep 19 18:35:24.076 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyTuple` in this scope Sep 19 18:35:24.076 INFO kablam! --> src/semcheck/mismatch.rs:191:30 Sep 19 18:35:24.076 INFO kablam! | Sep 19 18:35:24.076 INFO kablam! 191 | (&TyTuple(as_), &TyTuple(bs)) => { Sep 19 18:35:24.076 INFO kablam! | ^^^^^^^ not found in this scope Sep 19 18:35:24.076 INFO kablam! Sep 19 18:35:24.076 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyProjection` in this scope Sep 19 18:35:24.076 INFO kablam! --> src/semcheck/mismatch.rs:195:15 Sep 19 18:35:24.076 INFO kablam! | Sep 19 18:35:24.076 INFO kablam! 195 | (&TyProjection(a_data), &TyProjection(b_data)) => { Sep 19 18:35:24.076 INFO kablam! | ^^^^^^^^^^^^ not found in this scope Sep 19 18:35:24.076 INFO kablam! Sep 19 18:35:24.076 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyProjection` in this scope Sep 19 18:35:24.076 INFO kablam! --> src/semcheck/mismatch.rs:195:38 Sep 19 18:35:24.076 INFO kablam! | Sep 19 18:35:24.076 INFO kablam! 195 | (&TyProjection(a_data), &TyProjection(b_data)) => { Sep 19 18:35:24.076 INFO kablam! | ^^^^^^^^^^^^ not found in this scope Sep 19 18:35:24.076 INFO kablam! Sep 19 18:35:24.079 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAnon` in this scope Sep 19 18:35:24.079 INFO kablam! --> src/semcheck/mismatch.rs:199:15 Sep 19 18:35:24.079 INFO kablam! | Sep 19 18:35:24.079 INFO kablam! 199 | (&TyAnon(a_def_id, a_substs), &TyAnon(b_def_id, b_substs)) => { Sep 19 18:35:24.079 INFO kablam! | ^^^^^^ not found in this scope Sep 19 18:35:24.079 INFO kablam! Sep 19 18:35:24.079 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAnon` in this scope Sep 19 18:35:24.079 INFO kablam! --> src/semcheck/mismatch.rs:199:44 Sep 19 18:35:24.079 INFO kablam! | Sep 19 18:35:24.079 INFO kablam! 199 | (&TyAnon(a_def_id, a_substs), &TyAnon(b_def_id, b_substs)) => { Sep 19 18:35:24.079 INFO kablam! | ^^^^^^ not found in this scope Sep 19 18:35:24.079 INFO kablam! Sep 19 18:35:24.079 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyInfer` in this scope Sep 19 18:35:24.079 INFO kablam! --> src/semcheck/mismatch.rs:206:15 Sep 19 18:35:24.079 INFO kablam! | Sep 19 18:35:24.079 INFO kablam! 206 | (&TyInfer(_), _) | (_, &TyInfer(_)) => { Sep 19 18:35:24.079 INFO kablam! | ^^^^^^^ not found in this scope Sep 19 18:35:24.079 INFO kablam! Sep 19 18:35:24.079 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyInfer` in this scope Sep 19 18:35:24.079 INFO kablam! --> src/semcheck/mismatch.rs:206:37 Sep 19 18:35:24.079 INFO kablam! | Sep 19 18:35:24.079 INFO kablam! 206 | (&TyInfer(_), _) | (_, &TyInfer(_)) => { Sep 19 18:35:24.079 INFO kablam! | ^^^^^^^ not found in this scope Sep 19 18:35:24.079 INFO kablam! Sep 19 18:35:24.079 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAdt` in this scope Sep 19 18:35:24.079 INFO kablam! --> src/semcheck/translate.rs:171:17 Sep 19 18:35:24.079 INFO kablam! | Sep 19 18:35:24.079 INFO kablam! 171 | TyAdt(&AdtDef { ref did, .. }, substs) if self.needs_translation(*did) => { Sep 19 18:35:24.079 INFO kablam! | ^^^^^ not found in this scope Sep 19 18:35:24.079 INFO kablam! Sep 19 18:35:24.079 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyRef` in this scope Sep 19 18:35:24.079 INFO kablam! --> src/semcheck/translate.rs:181:17 Sep 19 18:35:24.079 INFO kablam! | Sep 19 18:35:24.079 INFO kablam! 181 | TyRef(region, ty, mutbl) => { Sep 19 18:35:24.079 INFO kablam! | ^^^^^ not found in this scope Sep 19 18:35:24.080 INFO kablam! Sep 19 18:35:24.080 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyFnDef` in this scope Sep 19 18:35:24.080 INFO kablam! --> src/semcheck/translate.rs:185:17 Sep 19 18:35:24.080 INFO kablam! | Sep 19 18:35:24.080 INFO kablam! 185 | TyFnDef(did, substs) => { Sep 19 18:35:24.080 INFO kablam! | ^^^^^^^ not found in this scope Sep 19 18:35:24.080 INFO kablam! Sep 19 18:35:24.080 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyDynamic` in this scope Sep 19 18:35:24.080 INFO kablam! --> src/semcheck/translate.rs:196:17 Sep 19 18:35:24.080 INFO kablam! | Sep 19 18:35:24.080 INFO kablam! 196 | TyDynamic(preds, region) => { Sep 19 18:35:24.080 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 19 18:35:24.080 INFO kablam! Sep 19 18:35:24.080 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyProjection` in this scope Sep 19 18:35:24.080 INFO kablam! --> src/semcheck/translate.rs:262:17 Sep 19 18:35:24.080 INFO kablam! | Sep 19 18:35:24.080 INFO kablam! 262 | TyProjection(proj) => { Sep 19 18:35:24.080 INFO kablam! | ^^^^^^^^^^^^ did you mean `Projection`? Sep 19 18:35:24.080 INFO kablam! Sep 19 18:35:24.080 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAnon` in this scope Sep 19 18:35:24.080 INFO kablam! --> src/semcheck/translate.rs:272:17 Sep 19 18:35:24.080 INFO kablam! | Sep 19 18:35:24.080 INFO kablam! 272 | TyAnon(did, substs) => { Sep 19 18:35:24.080 INFO kablam! | ^^^^^^ not found in this scope Sep 19 18:35:24.080 INFO kablam! Sep 19 18:35:24.080 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyParam` in this scope Sep 19 18:35:24.080 INFO kablam! --> src/semcheck/translate.rs:281:17 Sep 19 18:35:24.080 INFO kablam! | Sep 19 18:35:24.080 INFO kablam! 281 | TyParam(param) => { Sep 19 18:35:24.080 INFO kablam! | ^^^^^^^ not found in this scope Sep 19 18:35:24.080 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 19 18:35:24.080 INFO kablam! | Sep 19 18:35:24.080 INFO kablam! 4 | use rustc::hir::def::Def::TyParam; Sep 19 18:35:24.080 INFO kablam! | Sep 19 18:35:24.080 INFO kablam! Sep 19 18:35:24.080 INFO kablam! error[E0531]: cannot find tuple struct/variant `GlobalAsm` in this scope Sep 19 18:35:24.080 INFO kablam! --> src/semcheck/traverse.rs:177:30 Sep 19 18:35:24.080 INFO kablam! | Sep 19 18:35:24.080 INFO kablam! 177 | (GlobalAsm(_), GlobalAsm(_)) | Sep 19 18:35:24.080 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 19 18:35:24.080 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 19 18:35:24.080 INFO kablam! | Sep 19 18:35:24.080 INFO kablam! 12 | use rustc::hir::ItemKind::GlobalAsm; Sep 19 18:35:24.080 INFO kablam! | Sep 19 18:35:24.080 INFO kablam! 12 | use rustc::mir::mono::MonoItem::GlobalAsm; Sep 19 18:35:24.080 INFO kablam! | Sep 19 18:35:24.080 INFO kablam! 12 | use syntax::ast::ItemKind::GlobalAsm; Sep 19 18:35:24.080 INFO kablam! | Sep 19 18:35:24.080 INFO kablam! Sep 19 18:35:24.080 INFO kablam! error[E0531]: cannot find tuple struct/variant `GlobalAsm` in this scope Sep 19 18:35:24.080 INFO kablam! --> src/semcheck/traverse.rs:177:44 Sep 19 18:35:24.080 INFO kablam! | Sep 19 18:35:24.080 INFO kablam! 177 | (GlobalAsm(_), GlobalAsm(_)) | Sep 19 18:35:24.080 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 19 18:35:24.080 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 19 18:35:24.080 INFO kablam! | Sep 19 18:35:24.080 INFO kablam! 12 | use rustc::hir::ItemKind::GlobalAsm; Sep 19 18:35:24.080 INFO kablam! | Sep 19 18:35:24.080 INFO kablam! 12 | use rustc::mir::mono::MonoItem::GlobalAsm; Sep 19 18:35:24.080 INFO kablam! | Sep 19 18:35:24.080 INFO kablam! 12 | use syntax::ast::ItemKind::GlobalAsm; Sep 19 18:35:24.080 INFO kablam! | Sep 19 18:35:24.080 INFO kablam! Sep 19 18:35:24.087 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyParam` in this scope Sep 19 18:35:24.087 INFO kablam! --> src/semcheck/traverse.rs:529:45 Sep 19 18:35:24.087 INFO kablam! | Sep 19 18:35:24.087 INFO kablam! 529 | if let Type(&TyS { sty: TyParam(ParamTy { idx: 0, ..}), ..}) = Sep 19 18:35:24.087 INFO kablam! | ^^^^^^^ not found in this scope Sep 19 18:35:24.087 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 19 18:35:24.087 INFO kablam! | Sep 19 18:35:24.087 INFO kablam! 12 | use rustc::hir::def::Def::TyParam; Sep 19 18:35:24.087 INFO kablam! | Sep 19 18:35:24.087 INFO kablam! Sep 19 18:35:24.095 INFO kablam! warning: unused import: `rustc::ty::TypeVariants::*` Sep 19 18:35:24.095 INFO kablam! --> src/semcheck/mismatch.rs:110:13 Sep 19 18:35:24.095 INFO kablam! | Sep 19 18:35:24.095 INFO kablam! 110 | use rustc::ty::TypeVariants::*; Sep 19 18:35:24.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 18:35:24.095 INFO kablam! | Sep 19 18:35:24.095 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 18:35:24.095 INFO kablam! Sep 19 18:35:24.095 INFO kablam! warning: unused import: `rustc::ty::TypeVariants::*` Sep 19 18:35:24.095 INFO kablam! --> src/semcheck/translate.rs:167:13 Sep 19 18:35:24.095 INFO kablam! | Sep 19 18:35:24.095 INFO kablam! 167 | use rustc::ty::TypeVariants::*; Sep 19 18:35:24.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 18:35:24.095 INFO kablam! Sep 19 18:35:24.103 INFO kablam! warning: unused import: `TypeVariants::*` Sep 19 18:35:24.103 INFO kablam! --> src/semcheck/traverse.rs:502:46 Sep 19 18:35:24.103 INFO kablam! | Sep 19 18:35:24.103 INFO kablam! 502 | use rustc::ty::{ParamTy, Predicate, TyS, TypeVariants::*}; Sep 19 18:35:24.103 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 19 18:35:24.103 INFO kablam! Sep 19 18:35:24.465 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyForeign` in this scope Sep 19 18:35:24.465 INFO kablam! --> src/semcheck/mapping.rs:318:13 Sep 19 18:35:24.465 INFO kablam! | Sep 19 18:35:24.465 INFO kablam! 318 | TyForeign(_) | Sep 19 18:35:24.465 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 19 18:35:24.465 INFO kablam! Sep 19 18:35:24.465 INFO kablam! error[E0531]: cannot find tuple struct/variant `GlobalAsm` in this scope Sep 19 18:35:24.465 INFO kablam! --> src/semcheck/mapping.rs:338:13 Sep 19 18:35:24.465 INFO kablam! | Sep 19 18:35:24.465 INFO kablam! 338 | GlobalAsm(_) | Sep 19 18:35:24.465 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 19 18:35:24.465 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 19 18:35:24.465 INFO kablam! | Sep 19 18:35:24.465 INFO kablam! 6 | use rustc::hir::ItemKind::GlobalAsm; Sep 19 18:35:24.465 INFO kablam! | Sep 19 18:35:24.465 INFO kablam! 6 | use rustc::mir::mono::MonoItem::GlobalAsm; Sep 19 18:35:24.465 INFO kablam! | Sep 19 18:35:24.465 INFO kablam! 6 | use syntax::ast::ItemKind::GlobalAsm; Sep 19 18:35:24.465 INFO kablam! | Sep 19 18:35:24.465 INFO kablam! Sep 19 18:35:24.465 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAdt` in this scope Sep 19 18:35:24.465 INFO kablam! --> src/semcheck/mismatch.rs:121:15 Sep 19 18:35:24.465 INFO kablam! | Sep 19 18:35:24.465 INFO kablam! 121 | (&TyAdt(a_def, a_substs), &TyAdt(b_def, b_substs)) => { Sep 19 18:35:24.465 INFO kablam! | ^^^^^ not found in this scope Sep 19 18:35:24.465 INFO kablam! Sep 19 18:35:24.465 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAdt` in this scope Sep 19 18:35:24.465 INFO kablam! --> src/semcheck/mismatch.rs:121:40 Sep 19 18:35:24.465 INFO kablam! | Sep 19 18:35:24.465 INFO kablam! 121 | (&TyAdt(a_def, a_substs), &TyAdt(b_def, b_substs)) => { Sep 19 18:35:24.465 INFO kablam! | ^^^^^ not found in this scope Sep 19 18:35:24.465 INFO kablam! Sep 19 18:35:24.465 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyArray` in this scope Sep 19 18:35:24.465 INFO kablam! --> src/semcheck/mismatch.rs:151:15 Sep 19 18:35:24.465 INFO kablam! | Sep 19 18:35:24.465 INFO kablam! 151 | (&TyArray(a_t, _), &TyArray(b_t, _)) | Sep 19 18:35:24.465 INFO kablam! | ^^^^^^^ not found in this scope Sep 19 18:35:24.465 INFO kablam! Sep 19 18:35:24.465 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyArray` in this scope Sep 19 18:35:24.465 INFO kablam! --> src/semcheck/mismatch.rs:151:33 Sep 19 18:35:24.465 INFO kablam! | Sep 19 18:35:24.465 INFO kablam! 151 | (&TyArray(a_t, _), &TyArray(b_t, _)) | Sep 19 18:35:24.465 INFO kablam! | ^^^^^^^ not found in this scope Sep 19 18:35:24.465 INFO kablam! Sep 19 18:35:24.465 INFO kablam! error[E0531]: cannot find tuple struct/variant `TySlice` in this scope Sep 19 18:35:24.465 INFO kablam! --> src/semcheck/mismatch.rs:152:15 Sep 19 18:35:24.465 INFO kablam! | Sep 19 18:35:24.465 INFO kablam! 152 | (&TySlice(a_t), &TySlice(b_t)) => { Sep 19 18:35:24.465 INFO kablam! | ^^^^^^^ not found in this scope Sep 19 18:35:24.465 INFO kablam! Sep 19 18:35:24.466 INFO kablam! error[E0531]: cannot find tuple struct/variant `TySlice` in this scope Sep 19 18:35:24.466 INFO kablam! --> src/semcheck/mismatch.rs:152:30 Sep 19 18:35:24.466 INFO kablam! | Sep 19 18:35:24.466 INFO kablam! 152 | (&TySlice(a_t), &TySlice(b_t)) => { Sep 19 18:35:24.466 INFO kablam! | ^^^^^^^ not found in this scope Sep 19 18:35:24.466 INFO kablam! Sep 19 18:35:24.466 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyRawPtr` in this scope Sep 19 18:35:24.466 INFO kablam! --> src/semcheck/mismatch.rs:156:15 Sep 19 18:35:24.466 INFO kablam! | Sep 19 18:35:24.466 INFO kablam! 156 | (&TyRawPtr(a_mt), &TyRawPtr(b_mt)) => { Sep 19 18:35:24.466 INFO kablam! | ^^^^^^^^ not found in this scope Sep 19 18:35:24.466 INFO kablam! Sep 19 18:35:24.466 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyRawPtr` in this scope Sep 19 18:35:24.466 INFO kablam! --> src/semcheck/mismatch.rs:156:32 Sep 19 18:35:24.466 INFO kablam! | Sep 19 18:35:24.466 INFO kablam! 156 | (&TyRawPtr(a_mt), &TyRawPtr(b_mt)) => { Sep 19 18:35:24.466 INFO kablam! | ^^^^^^^^ not found in this scope Sep 19 18:35:24.466 INFO kablam! Sep 19 18:35:24.466 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyRef` in this scope Sep 19 18:35:24.466 INFO kablam! --> src/semcheck/mismatch.rs:160:15 Sep 19 18:35:24.466 INFO kablam! | Sep 19 18:35:24.466 INFO kablam! 160 | (&TyRef(a_r, a_ty, _), &TyRef(b_r, b_ty, _)) => { Sep 19 18:35:24.466 INFO kablam! | ^^^^^ not found in this scope Sep 19 18:35:24.466 INFO kablam! Sep 19 18:35:24.466 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyRef` in this scope Sep 19 18:35:24.466 INFO kablam! --> src/semcheck/mismatch.rs:160:37 Sep 19 18:35:24.466 INFO kablam! | Sep 19 18:35:24.466 INFO kablam! 160 | (&TyRef(a_r, a_ty, _), &TyRef(b_r, b_ty, _)) => { Sep 19 18:35:24.466 INFO kablam! | ^^^^^ not found in this scope Sep 19 18:35:24.466 INFO kablam! Sep 19 18:35:24.466 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyFnDef` in this scope Sep 19 18:35:24.466 INFO kablam! --> src/semcheck/mismatch.rs:165:15 Sep 19 18:35:24.466 INFO kablam! | Sep 19 18:35:24.466 INFO kablam! 165 | (&TyFnDef(a_def_id, a_substs), &TyFnDef(b_def_id, b_substs)) => { Sep 19 18:35:24.466 INFO kablam! | ^^^^^^^ not found in this scope Sep 19 18:35:24.466 INFO kablam! Sep 19 18:35:24.466 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyFnDef` in this scope Sep 19 18:35:24.466 INFO kablam! --> src/semcheck/mismatch.rs:165:45 Sep 19 18:35:24.466 INFO kablam! | Sep 19 18:35:24.466 INFO kablam! 165 | (&TyFnDef(a_def_id, a_substs), &TyFnDef(b_def_id, b_substs)) => { Sep 19 18:35:24.466 INFO kablam! | ^^^^^^^ not found in this scope Sep 19 18:35:24.466 INFO kablam! Sep 19 18:35:24.474 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyFnPtr` in this scope Sep 19 18:35:24.474 INFO kablam! --> src/semcheck/mismatch.rs:175:15 Sep 19 18:35:24.474 INFO kablam! | Sep 19 18:35:24.474 INFO kablam! 175 | (&TyFnPtr(a_fty), &TyFnPtr(b_fty)) => { Sep 19 18:35:24.474 INFO kablam! | ^^^^^^^ not found in this scope Sep 19 18:35:24.474 INFO kablam! Sep 19 18:35:24.474 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyFnPtr` in this scope Sep 19 18:35:24.474 INFO kablam! --> src/semcheck/mismatch.rs:175:32 Sep 19 18:35:24.474 INFO kablam! | Sep 19 18:35:24.474 INFO kablam! 175 | (&TyFnPtr(a_fty), &TyFnPtr(b_fty)) => { Sep 19 18:35:24.474 INFO kablam! | ^^^^^^^ not found in this scope Sep 19 18:35:24.474 INFO kablam! Sep 19 18:35:24.474 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyDynamic` in this scope Sep 19 18:35:24.474 INFO kablam! --> src/semcheck/mismatch.rs:179:15 Sep 19 18:35:24.474 INFO kablam! | Sep 19 18:35:24.474 INFO kablam! 179 | (&TyDynamic(a_obj, a_r), &TyDynamic(b_obj, b_r)) => { Sep 19 18:35:24.474 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 19 18:35:24.474 INFO kablam! Sep 19 18:35:24.474 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyDynamic` in this scope Sep 19 18:35:24.475 INFO kablam! --> src/semcheck/mismatch.rs:179:39 Sep 19 18:35:24.475 INFO kablam! | Sep 19 18:35:24.475 INFO kablam! 179 | (&TyDynamic(a_obj, a_r), &TyDynamic(b_obj, b_r)) => { Sep 19 18:35:24.475 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 19 18:35:24.475 INFO kablam! Sep 19 18:35:24.475 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyTuple` in this scope Sep 19 18:35:24.475 INFO kablam! --> src/semcheck/mismatch.rs:191:15 Sep 19 18:35:24.475 INFO kablam! | Sep 19 18:35:24.475 INFO kablam! 191 | (&TyTuple(as_), &TyTuple(bs)) => { Sep 19 18:35:24.475 INFO kablam! | ^^^^^^^ not found in this scope Sep 19 18:35:24.475 INFO kablam! Sep 19 18:35:24.475 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyTuple` in this scope Sep 19 18:35:24.475 INFO kablam! --> src/semcheck/mismatch.rs:191:30 Sep 19 18:35:24.475 INFO kablam! | Sep 19 18:35:24.475 INFO kablam! 191 | (&TyTuple(as_), &TyTuple(bs)) => { Sep 19 18:35:24.475 INFO kablam! | ^^^^^^^ not found in this scope Sep 19 18:35:24.475 INFO kablam! Sep 19 18:35:24.475 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyProjection` in this scope Sep 19 18:35:24.475 INFO kablam! --> src/semcheck/mismatch.rs:195:15 Sep 19 18:35:24.475 INFO kablam! | Sep 19 18:35:24.475 INFO kablam! 195 | (&TyProjection(a_data), &TyProjection(b_data)) => { Sep 19 18:35:24.475 INFO kablam! | ^^^^^^^^^^^^ not found in this scope Sep 19 18:35:24.475 INFO kablam! Sep 19 18:35:24.479 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyProjection` in this scope Sep 19 18:35:24.479 INFO kablam! --> src/semcheck/mismatch.rs:195:38 Sep 19 18:35:24.479 INFO kablam! | Sep 19 18:35:24.479 INFO kablam! 195 | (&TyProjection(a_data), &TyProjection(b_data)) => { Sep 19 18:35:24.479 INFO kablam! | ^^^^^^^^^^^^ not found in this scope Sep 19 18:35:24.479 INFO kablam! Sep 19 18:35:24.479 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAnon` in this scope Sep 19 18:35:24.479 INFO kablam! --> src/semcheck/mismatch.rs:199:15 Sep 19 18:35:24.479 INFO kablam! | Sep 19 18:35:24.479 INFO kablam! 199 | (&TyAnon(a_def_id, a_substs), &TyAnon(b_def_id, b_substs)) => { Sep 19 18:35:24.479 INFO kablam! | ^^^^^^ not found in this scope Sep 19 18:35:24.479 INFO kablam! Sep 19 18:35:24.479 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAnon` in this scope Sep 19 18:35:24.479 INFO kablam! --> src/semcheck/mismatch.rs:199:44 Sep 19 18:35:24.479 INFO kablam! | Sep 19 18:35:24.479 INFO kablam! 199 | (&TyAnon(a_def_id, a_substs), &TyAnon(b_def_id, b_substs)) => { Sep 19 18:35:24.479 INFO kablam! | ^^^^^^ not found in this scope Sep 19 18:35:24.479 INFO kablam! Sep 19 18:35:24.479 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyInfer` in this scope Sep 19 18:35:24.479 INFO kablam! --> src/semcheck/mismatch.rs:206:15 Sep 19 18:35:24.479 INFO kablam! | Sep 19 18:35:24.479 INFO kablam! 206 | (&TyInfer(_), _) | (_, &TyInfer(_)) => { Sep 19 18:35:24.479 INFO kablam! | ^^^^^^^ not found in this scope Sep 19 18:35:24.479 INFO kablam! Sep 19 18:35:24.479 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyInfer` in this scope Sep 19 18:35:24.479 INFO kablam! --> src/semcheck/mismatch.rs:206:37 Sep 19 18:35:24.479 INFO kablam! | Sep 19 18:35:24.479 INFO kablam! 206 | (&TyInfer(_), _) | (_, &TyInfer(_)) => { Sep 19 18:35:24.479 INFO kablam! | ^^^^^^^ not found in this scope Sep 19 18:35:24.479 INFO kablam! Sep 19 18:35:24.479 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAdt` in this scope Sep 19 18:35:24.479 INFO kablam! --> src/semcheck/translate.rs:171:17 Sep 19 18:35:24.479 INFO kablam! | Sep 19 18:35:24.480 INFO kablam! 171 | TyAdt(&AdtDef { ref did, .. }, substs) if self.needs_translation(*did) => { Sep 19 18:35:24.480 INFO kablam! | ^^^^^ not found in this scope Sep 19 18:35:24.480 INFO kablam! Sep 19 18:35:24.480 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyRef` in this scope Sep 19 18:35:24.480 INFO kablam! --> src/semcheck/translate.rs:181:17 Sep 19 18:35:24.480 INFO kablam! | Sep 19 18:35:24.480 INFO kablam! 181 | TyRef(region, ty, mutbl) => { Sep 19 18:35:24.480 INFO kablam! | ^^^^^ not found in this scope Sep 19 18:35:24.480 INFO kablam! Sep 19 18:35:24.480 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyFnDef` in this scope Sep 19 18:35:24.480 INFO kablam! --> src/semcheck/translate.rs:185:17 Sep 19 18:35:24.480 INFO kablam! | Sep 19 18:35:24.480 INFO kablam! 185 | TyFnDef(did, substs) => { Sep 19 18:35:24.480 INFO kablam! | ^^^^^^^ not found in this scope Sep 19 18:35:24.480 INFO kablam! Sep 19 18:35:24.487 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyDynamic` in this scope Sep 19 18:35:24.487 INFO kablam! --> src/semcheck/translate.rs:196:17 Sep 19 18:35:24.487 INFO kablam! | Sep 19 18:35:24.487 INFO kablam! 196 | TyDynamic(preds, region) => { Sep 19 18:35:24.487 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 19 18:35:24.487 INFO kablam! Sep 19 18:35:24.487 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyProjection` in this scope Sep 19 18:35:24.487 INFO kablam! --> src/semcheck/translate.rs:262:17 Sep 19 18:35:24.487 INFO kablam! | Sep 19 18:35:24.487 INFO kablam! 262 | TyProjection(proj) => { Sep 19 18:35:24.487 INFO kablam! | ^^^^^^^^^^^^ did you mean `Projection`? Sep 19 18:35:24.487 INFO kablam! Sep 19 18:35:24.487 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAnon` in this scope Sep 19 18:35:24.487 INFO kablam! --> src/semcheck/translate.rs:272:17 Sep 19 18:35:24.487 INFO kablam! | Sep 19 18:35:24.487 INFO kablam! 272 | TyAnon(did, substs) => { Sep 19 18:35:24.487 INFO kablam! | ^^^^^^ not found in this scope Sep 19 18:35:24.487 INFO kablam! Sep 19 18:35:24.487 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyParam` in this scope Sep 19 18:35:24.487 INFO kablam! --> src/semcheck/translate.rs:281:17 Sep 19 18:35:24.487 INFO kablam! | Sep 19 18:35:24.487 INFO kablam! 281 | TyParam(param) => { Sep 19 18:35:24.487 INFO kablam! | ^^^^^^^ not found in this scope Sep 19 18:35:24.487 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 19 18:35:24.487 INFO kablam! | Sep 19 18:35:24.487 INFO kablam! 4 | use rustc::hir::def::Def::TyParam; Sep 19 18:35:24.487 INFO kablam! | Sep 19 18:35:24.487 INFO kablam! Sep 19 18:35:24.487 INFO kablam! error[E0531]: cannot find tuple struct/variant `GlobalAsm` in this scope Sep 19 18:35:24.487 INFO kablam! --> src/semcheck/traverse.rs:177:30 Sep 19 18:35:24.487 INFO kablam! | Sep 19 18:35:24.487 INFO kablam! 177 | (GlobalAsm(_), GlobalAsm(_)) | Sep 19 18:35:24.487 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 19 18:35:24.487 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 19 18:35:24.487 INFO kablam! | Sep 19 18:35:24.487 INFO kablam! 12 | use rustc::hir::ItemKind::GlobalAsm; Sep 19 18:35:24.487 INFO kablam! | Sep 19 18:35:24.487 INFO kablam! 12 | use rustc::mir::mono::MonoItem::GlobalAsm; Sep 19 18:35:24.487 INFO kablam! | Sep 19 18:35:24.487 INFO kablam! 12 | use syntax::ast::ItemKind::GlobalAsm; Sep 19 18:35:24.488 INFO kablam! | Sep 19 18:35:24.488 INFO kablam! Sep 19 18:35:24.488 INFO kablam! error[E0531]: cannot find tuple struct/variant `GlobalAsm` in this scope Sep 19 18:35:24.488 INFO kablam! --> src/semcheck/traverse.rs:177:44 Sep 19 18:35:24.488 INFO kablam! | Sep 19 18:35:24.488 INFO kablam! 177 | (GlobalAsm(_), GlobalAsm(_)) | Sep 19 18:35:24.488 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 19 18:35:24.488 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 19 18:35:24.488 INFO kablam! | Sep 19 18:35:24.488 INFO kablam! 12 | use rustc::hir::ItemKind::GlobalAsm; Sep 19 18:35:24.488 INFO kablam! | Sep 19 18:35:24.488 INFO kablam! 12 | use rustc::mir::mono::MonoItem::GlobalAsm; Sep 19 18:35:24.488 INFO kablam! | Sep 19 18:35:24.488 INFO kablam! 12 | use syntax::ast::ItemKind::GlobalAsm; Sep 19 18:35:24.488 INFO kablam! | Sep 19 18:35:24.488 INFO kablam! Sep 19 18:35:24.488 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyParam` in this scope Sep 19 18:35:24.488 INFO kablam! --> src/semcheck/traverse.rs:529:45 Sep 19 18:35:24.488 INFO kablam! | Sep 19 18:35:24.488 INFO kablam! 529 | if let Type(&TyS { sty: TyParam(ParamTy { idx: 0, ..}), ..}) = Sep 19 18:35:24.488 INFO kablam! | ^^^^^^^ not found in this scope Sep 19 18:35:24.488 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 19 18:35:24.488 INFO kablam! | Sep 19 18:35:24.488 INFO kablam! 12 | use rustc::hir::def::Def::TyParam; Sep 19 18:35:24.488 INFO kablam! | Sep 19 18:35:24.488 INFO kablam! Sep 19 18:35:24.516 INFO kablam! warning: unused `#[macro_use]` import Sep 19 18:35:24.516 INFO kablam! --> src/lib.rs:8:1 Sep 19 18:35:24.516 INFO kablam! | Sep 19 18:35:24.516 INFO kablam! 8 | #[macro_use] Sep 19 18:35:24.516 INFO kablam! | ^^^^^^^^^^^^ Sep 19 18:35:24.516 INFO kablam! | Sep 19 18:35:24.516 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 18:35:24.516 INFO kablam! Sep 19 18:35:24.516 INFO kablam! warning: unused import: `rustc::ty::TypeVariants::*` Sep 19 18:35:24.516 INFO kablam! --> src/semcheck/mismatch.rs:110:13 Sep 19 18:35:24.516 INFO kablam! | Sep 19 18:35:24.516 INFO kablam! 110 | use rustc::ty::TypeVariants::*; Sep 19 18:35:24.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 18:35:24.516 INFO kablam! Sep 19 18:35:24.516 INFO kablam! warning: unused import: `rustc::ty::TypeVariants::*` Sep 19 18:35:24.516 INFO kablam! --> src/semcheck/translate.rs:167:13 Sep 19 18:35:24.516 INFO kablam! | Sep 19 18:35:24.516 INFO kablam! 167 | use rustc::ty::TypeVariants::*; Sep 19 18:35:24.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 18:35:24.516 INFO kablam! Sep 19 18:35:24.516 INFO kablam! warning: unused import: `TypeVariants::*` Sep 19 18:35:24.516 INFO kablam! --> src/semcheck/traverse.rs:502:46 Sep 19 18:35:24.516 INFO kablam! | Sep 19 18:35:24.516 INFO kablam! 502 | use rustc::ty::{ParamTy, Predicate, TyS, TypeVariants::*}; Sep 19 18:35:24.516 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 19 18:35:24.516 INFO kablam! Sep 19 18:35:24.686 INFO kablam! error[E0599]: no method named `mk_anon` found for type `rustc::ty::TyCtxt<'a, 'gcx, 'tcx>` in the current scope Sep 19 18:35:24.686 INFO kablam! --> src/semcheck/translate.rs:276:34 Sep 19 18:35:24.686 INFO kablam! | Sep 19 18:35:24.686 INFO kablam! 276 | self.tcx.mk_anon(target_def_id, target_substs) Sep 19 18:35:24.686 INFO kablam! | ^^^^^^^ Sep 19 18:35:24.686 INFO kablam! Sep 19 18:35:25.171 INFO kablam! error: aborting due to 43 previous errors Sep 19 18:35:25.171 INFO kablam! Sep 19 18:35:25.171 INFO kablam! Some errors occurred: E0408, E0432, E0530, E0531, E0599. Sep 19 18:35:25.171 INFO kablam! For more information about an error, try `rustc --explain E0408`. Sep 19 18:35:25.204 INFO kablam! error: Could not compile `semverver`. Sep 19 18:35:25.204 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 18:35:25.503 INFO kablam! error[E0599]: no method named `mk_anon` found for type `rustc::ty::TyCtxt<'a, 'gcx, 'tcx>` in the current scope Sep 19 18:35:25.503 INFO kablam! --> src/semcheck/translate.rs:276:34 Sep 19 18:35:25.503 INFO kablam! | Sep 19 18:35:25.503 INFO kablam! 276 | self.tcx.mk_anon(target_def_id, target_substs) Sep 19 18:35:25.503 INFO kablam! | ^^^^^^^ Sep 19 18:35:25.503 INFO kablam! Sep 19 18:35:25.759 INFO kablam! error: aborting due to 43 previous errors Sep 19 18:35:25.759 INFO kablam! Sep 19 18:35:25.759 INFO kablam! Some errors occurred: E0408, E0432, E0530, E0531, E0599. Sep 19 18:35:25.759 INFO kablam! For more information about an error, try `rustc --explain E0408`. Sep 19 18:35:25.803 INFO kablam! error: Could not compile `semverver`. Sep 19 18:35:25.803 INFO kablam! Sep 19 18:35:25.803 INFO kablam! To learn more, run the command again with --verbose. Sep 19 18:35:25.803 INFO kablam! su: No module specific data is present Sep 19 18:35:26.872 INFO running `"docker" "rm" "-f" "bf3ca3a8710772eb86aa323a6c4a166685f9f6be7ea436eef12b1e8d9bbf2b00"` Sep 19 18:35:26.954 INFO blam! bf3ca3a8710772eb86aa323a6c4a166685f9f6be7ea436eef12b1e8d9bbf2b00