Sep 01 07:12:28.542 INFO checking semverver-0.1.16 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 07:12:28.542 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 07:12:28.542 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-3/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 07:12:28.707 INFO blam! 5cb9e657552aaa286a7dc167c8e5ebc2bf183b270759ddd9af5625be7a7a5d9f Sep 01 07:12:28.709 INFO running `"docker" "start" "-a" "5cb9e657552aaa286a7dc167c8e5ebc2bf183b270759ddd9af5625be7a7a5d9f"` Sep 01 07:12:29.583 INFO kablam! Checking quickcheck v0.6.2 Sep 01 07:12:29.583 INFO kablam! Checking crates-io v0.16.0 Sep 01 07:12:32.547 INFO kablam! Checking cargo v0.27.0 Sep 01 07:12:49.326 INFO kablam! Checking semverver v0.1.16 (file:///source) Sep 01 07:12:52.018 INFO kablam! error[E0432]: unresolved import `rustc::ty::TypeVariants` Sep 01 07:12:52.018 INFO kablam! --> src/semcheck/mismatch.rs:110:24 Sep 01 07:12:52.018 INFO kablam! | Sep 01 07:12:52.018 INFO kablam! 110 | use rustc::ty::TypeVariants::*; Sep 01 07:12:52.018 INFO kablam! | ^^^^^^^^^^^^ Could not find `TypeVariants` in `ty` Sep 01 07:12:52.018 INFO kablam! Sep 01 07:12:52.018 INFO kablam! error[E0432]: unresolved import `rustc::ty::TypeVariants` Sep 01 07:12:52.018 INFO kablam! --> src/semcheck/translate.rs:167:24 Sep 01 07:12:52.018 INFO kablam! | Sep 01 07:12:52.018 INFO kablam! 167 | use rustc::ty::TypeVariants::*; Sep 01 07:12:52.018 INFO kablam! | ^^^^^^^^^^^^ Could not find `TypeVariants` in `ty` Sep 01 07:12:52.018 INFO kablam! Sep 01 07:12:52.019 INFO kablam! error[E0432]: unresolved import `rustc::ty::TypeVariants` Sep 01 07:12:52.019 INFO kablam! --> src/semcheck/translate.rs:521:24 Sep 01 07:12:52.019 INFO kablam! | Sep 01 07:12:52.019 INFO kablam! 521 | use rustc::ty::TypeVariants::{TyError, TyInfer, TyRef}; Sep 01 07:12:52.019 INFO kablam! | ^^^^^^^^^^^^ Could not find `TypeVariants` in `ty` Sep 01 07:12:52.019 INFO kablam! Sep 01 07:12:52.020 INFO kablam! error[E0432]: unresolved import `rustc::ty::TypeVariants` Sep 01 07:12:52.020 INFO kablam! --> src/semcheck/traverse.rs:502:46 Sep 01 07:12:52.020 INFO kablam! | Sep 01 07:12:52.020 INFO kablam! 502 | use rustc::ty::{ParamTy, Predicate, TyS, TypeVariants::*}; Sep 01 07:12:52.020 INFO kablam! | ^^^^^^^^^^^^ Could not find `TypeVariants` in `ty` Sep 01 07:12:52.020 INFO kablam! Sep 01 07:12:52.085 INFO kablam! error[E0530]: match bindings cannot shadow tuple variants Sep 01 07:12:52.085 INFO kablam! --> src/semcheck/mapping.rs:337:13 Sep 01 07:12:52.085 INFO kablam! | Sep 01 07:12:52.085 INFO kablam! 307 | use rustc::hir::def::Def::*; Sep 01 07:12:52.085 INFO kablam! | ----------------------- a tuple variant `NonMacroAttr` is imported here Sep 01 07:12:52.085 INFO kablam! ... Sep 01 07:12:52.085 INFO kablam! 337 | NonMacroAttr /*(_)*/ | Sep 01 07:12:52.085 INFO kablam! | ^^^^^^^^^^^^ cannot be named the same as a tuple variant Sep 01 07:12:52.085 INFO kablam! Sep 01 07:12:52.092 INFO kablam! error[E0408]: variable `NonMacroAttr` is not bound in all patterns Sep 01 07:12:52.092 INFO kablam! --> src/semcheck/mapping.rs:336:13 Sep 01 07:12:52.092 INFO kablam! | Sep 01 07:12:52.092 INFO kablam! 336 | ToolMod | Sep 01 07:12:52.092 INFO kablam! | ^^^^^^^ pattern doesn't bind `NonMacroAttr` Sep 01 07:12:52.092 INFO kablam! 337 | NonMacroAttr /*(_)*/ | Sep 01 07:12:52.092 INFO kablam! | ------------ variable not in all patterns Sep 01 07:12:52.092 INFO kablam! 338 | GlobalAsm(_) | Sep 01 07:12:52.092 INFO kablam! | ^^^^^^^^^^^^ pattern doesn't bind `NonMacroAttr` Sep 01 07:12:52.092 INFO kablam! 339 | Err => None, Sep 01 07:12:52.092 INFO kablam! | ^^^ pattern doesn't bind `NonMacroAttr` Sep 01 07:12:52.092 INFO kablam! Sep 01 07:12:52.354 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyForeign` in this scope Sep 01 07:12:52.355 INFO kablam! --> src/semcheck/mapping.rs:318:13 Sep 01 07:12:52.355 INFO kablam! | Sep 01 07:12:52.355 INFO kablam! 318 | TyForeign(_) | Sep 01 07:12:52.355 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 01 07:12:52.355 INFO kablam! Sep 01 07:12:52.355 INFO kablam! error[E0531]: cannot find tuple struct/variant `GlobalAsm` in this scope Sep 01 07:12:52.355 INFO kablam! --> src/semcheck/mapping.rs:338:13 Sep 01 07:12:52.355 INFO kablam! | Sep 01 07:12:52.355 INFO kablam! 338 | GlobalAsm(_) | Sep 01 07:12:52.355 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 01 07:12:52.355 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 01 07:12:52.355 INFO kablam! | Sep 01 07:12:52.355 INFO kablam! 6 | use rustc::hir::ItemKind::GlobalAsm; Sep 01 07:12:52.355 INFO kablam! | Sep 01 07:12:52.355 INFO kablam! 6 | use rustc::mir::mono::MonoItem::GlobalAsm; Sep 01 07:12:52.356 INFO kablam! | Sep 01 07:12:52.356 INFO kablam! 6 | use syntax::ast::ItemKind::GlobalAsm; Sep 01 07:12:52.356 INFO kablam! | Sep 01 07:12:52.356 INFO kablam! Sep 01 07:12:52.356 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAdt` in this scope Sep 01 07:12:52.356 INFO kablam! --> src/semcheck/mismatch.rs:121:15 Sep 01 07:12:52.356 INFO kablam! | Sep 01 07:12:52.356 INFO kablam! 121 | (&TyAdt(a_def, a_substs), &TyAdt(b_def, b_substs)) => { Sep 01 07:12:52.356 INFO kablam! | ^^^^^ not found in this scope Sep 01 07:12:52.356 INFO kablam! Sep 01 07:12:52.356 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAdt` in this scope Sep 01 07:12:52.356 INFO kablam! --> src/semcheck/mismatch.rs:121:40 Sep 01 07:12:52.356 INFO kablam! | Sep 01 07:12:52.356 INFO kablam! 121 | (&TyAdt(a_def, a_substs), &TyAdt(b_def, b_substs)) => { Sep 01 07:12:52.356 INFO kablam! | ^^^^^ not found in this scope Sep 01 07:12:52.356 INFO kablam! Sep 01 07:12:52.356 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyArray` in this scope Sep 01 07:12:52.356 INFO kablam! --> src/semcheck/mismatch.rs:151:15 Sep 01 07:12:52.356 INFO kablam! | Sep 01 07:12:52.356 INFO kablam! 151 | (&TyArray(a_t, _), &TyArray(b_t, _)) | Sep 01 07:12:52.356 INFO kablam! | ^^^^^^^ not found in this scope Sep 01 07:12:52.356 INFO kablam! Sep 01 07:12:52.356 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyArray` in this scope Sep 01 07:12:52.356 INFO kablam! --> src/semcheck/mismatch.rs:151:33 Sep 01 07:12:52.356 INFO kablam! | Sep 01 07:12:52.357 INFO kablam! 151 | (&TyArray(a_t, _), &TyArray(b_t, _)) | Sep 01 07:12:52.357 INFO kablam! | ^^^^^^^ not found in this scope Sep 01 07:12:52.357 INFO kablam! Sep 01 07:12:52.357 INFO kablam! error[E0531]: cannot find tuple struct/variant `TySlice` in this scope Sep 01 07:12:52.357 INFO kablam! --> src/semcheck/mismatch.rs:152:15 Sep 01 07:12:52.357 INFO kablam! | Sep 01 07:12:52.357 INFO kablam! 152 | (&TySlice(a_t), &TySlice(b_t)) => { Sep 01 07:12:52.357 INFO kablam! | ^^^^^^^ not found in this scope Sep 01 07:12:52.357 INFO kablam! Sep 01 07:12:52.357 INFO kablam! error[E0531]: cannot find tuple struct/variant `TySlice` in this scope Sep 01 07:12:52.357 INFO kablam! --> src/semcheck/mismatch.rs:152:30 Sep 01 07:12:52.357 INFO kablam! | Sep 01 07:12:52.357 INFO kablam! 152 | (&TySlice(a_t), &TySlice(b_t)) => { Sep 01 07:12:52.357 INFO kablam! | ^^^^^^^ not found in this scope Sep 01 07:12:52.357 INFO kablam! Sep 01 07:12:52.357 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyRawPtr` in this scope Sep 01 07:12:52.357 INFO kablam! --> src/semcheck/mismatch.rs:156:15 Sep 01 07:12:52.357 INFO kablam! | Sep 01 07:12:52.357 INFO kablam! 156 | (&TyRawPtr(a_mt), &TyRawPtr(b_mt)) => { Sep 01 07:12:52.357 INFO kablam! | ^^^^^^^^ not found in this scope Sep 01 07:12:52.357 INFO kablam! Sep 01 07:12:52.357 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyRawPtr` in this scope Sep 01 07:12:52.357 INFO kablam! --> src/semcheck/mismatch.rs:156:32 Sep 01 07:12:52.357 INFO kablam! | Sep 01 07:12:52.357 INFO kablam! 156 | (&TyRawPtr(a_mt), &TyRawPtr(b_mt)) => { Sep 01 07:12:52.357 INFO kablam! | ^^^^^^^^ not found in this scope Sep 01 07:12:52.357 INFO kablam! Sep 01 07:12:52.357 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyRef` in this scope Sep 01 07:12:52.357 INFO kablam! --> src/semcheck/mismatch.rs:160:15 Sep 01 07:12:52.357 INFO kablam! | Sep 01 07:12:52.357 INFO kablam! 160 | (&TyRef(a_r, a_ty, _), &TyRef(b_r, b_ty, _)) => { Sep 01 07:12:52.357 INFO kablam! | ^^^^^ not found in this scope Sep 01 07:12:52.357 INFO kablam! Sep 01 07:12:52.357 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyRef` in this scope Sep 01 07:12:52.357 INFO kablam! --> src/semcheck/mismatch.rs:160:37 Sep 01 07:12:52.357 INFO kablam! | Sep 01 07:12:52.357 INFO kablam! 160 | (&TyRef(a_r, a_ty, _), &TyRef(b_r, b_ty, _)) => { Sep 01 07:12:52.358 INFO kablam! | ^^^^^ not found in this scope Sep 01 07:12:52.358 INFO kablam! Sep 01 07:12:52.358 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyFnDef` in this scope Sep 01 07:12:52.358 INFO kablam! --> src/semcheck/mismatch.rs:165:15 Sep 01 07:12:52.358 INFO kablam! | Sep 01 07:12:52.358 INFO kablam! 165 | (&TyFnDef(a_def_id, a_substs), &TyFnDef(b_def_id, b_substs)) => { Sep 01 07:12:52.358 INFO kablam! | ^^^^^^^ not found in this scope Sep 01 07:12:52.358 INFO kablam! Sep 01 07:12:52.358 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyFnDef` in this scope Sep 01 07:12:52.358 INFO kablam! --> src/semcheck/mismatch.rs:165:45 Sep 01 07:12:52.358 INFO kablam! | Sep 01 07:12:52.358 INFO kablam! 165 | (&TyFnDef(a_def_id, a_substs), &TyFnDef(b_def_id, b_substs)) => { Sep 01 07:12:52.358 INFO kablam! | ^^^^^^^ not found in this scope Sep 01 07:12:52.358 INFO kablam! Sep 01 07:12:52.358 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyFnPtr` in this scope Sep 01 07:12:52.358 INFO kablam! --> src/semcheck/mismatch.rs:175:15 Sep 01 07:12:52.358 INFO kablam! | Sep 01 07:12:52.358 INFO kablam! 175 | (&TyFnPtr(a_fty), &TyFnPtr(b_fty)) => { Sep 01 07:12:52.358 INFO kablam! | ^^^^^^^ not found in this scope Sep 01 07:12:52.358 INFO kablam! Sep 01 07:12:52.358 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyFnPtr` in this scope Sep 01 07:12:52.358 INFO kablam! --> src/semcheck/mismatch.rs:175:32 Sep 01 07:12:52.358 INFO kablam! | Sep 01 07:12:52.358 INFO kablam! 175 | (&TyFnPtr(a_fty), &TyFnPtr(b_fty)) => { Sep 01 07:12:52.358 INFO kablam! | ^^^^^^^ not found in this scope Sep 01 07:12:52.358 INFO kablam! Sep 01 07:12:52.358 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyDynamic` in this scope Sep 01 07:12:52.358 INFO kablam! --> src/semcheck/mismatch.rs:179:15 Sep 01 07:12:52.358 INFO kablam! | Sep 01 07:12:52.359 INFO kablam! 179 | (&TyDynamic(a_obj, a_r), &TyDynamic(b_obj, b_r)) => { Sep 01 07:12:52.359 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 01 07:12:52.359 INFO kablam! Sep 01 07:12:52.359 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyDynamic` in this scope Sep 01 07:12:52.359 INFO kablam! --> src/semcheck/mismatch.rs:179:39 Sep 01 07:12:52.359 INFO kablam! | Sep 01 07:12:52.359 INFO kablam! 179 | (&TyDynamic(a_obj, a_r), &TyDynamic(b_obj, b_r)) => { Sep 01 07:12:52.359 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 01 07:12:52.359 INFO kablam! Sep 01 07:12:52.359 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyTuple` in this scope Sep 01 07:12:52.359 INFO kablam! --> src/semcheck/mismatch.rs:191:15 Sep 01 07:12:52.359 INFO kablam! | Sep 01 07:12:52.359 INFO kablam! 191 | (&TyTuple(as_), &TyTuple(bs)) => { Sep 01 07:12:52.359 INFO kablam! | ^^^^^^^ not found in this scope Sep 01 07:12:52.359 INFO kablam! Sep 01 07:12:52.359 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyTuple` in this scope Sep 01 07:12:52.359 INFO kablam! --> src/semcheck/mismatch.rs:191:30 Sep 01 07:12:52.359 INFO kablam! | Sep 01 07:12:52.359 INFO kablam! 191 | (&TyTuple(as_), &TyTuple(bs)) => { Sep 01 07:12:52.359 INFO kablam! | ^^^^^^^ not found in this scope Sep 01 07:12:52.359 INFO kablam! Sep 01 07:12:52.359 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyProjection` in this scope Sep 01 07:12:52.359 INFO kablam! --> src/semcheck/mismatch.rs:195:15 Sep 01 07:12:52.359 INFO kablam! | Sep 01 07:12:52.359 INFO kablam! 195 | (&TyProjection(a_data), &TyProjection(b_data)) => { Sep 01 07:12:52.360 INFO kablam! | ^^^^^^^^^^^^ not found in this scope Sep 01 07:12:52.360 INFO kablam! Sep 01 07:12:52.360 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyProjection` in this scope Sep 01 07:12:52.360 INFO kablam! --> src/semcheck/mismatch.rs:195:38 Sep 01 07:12:52.360 INFO kablam! | Sep 01 07:12:52.360 INFO kablam! 195 | (&TyProjection(a_data), &TyProjection(b_data)) => { Sep 01 07:12:52.360 INFO kablam! | ^^^^^^^^^^^^ not found in this scope Sep 01 07:12:52.360 INFO kablam! Sep 01 07:12:52.360 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAnon` in this scope Sep 01 07:12:52.360 INFO kablam! --> src/semcheck/mismatch.rs:199:15 Sep 01 07:12:52.360 INFO kablam! | Sep 01 07:12:52.360 INFO kablam! 199 | (&TyAnon(a_def_id, a_substs), &TyAnon(b_def_id, b_substs)) => { Sep 01 07:12:52.360 INFO kablam! | ^^^^^^ not found in this scope Sep 01 07:12:52.360 INFO kablam! Sep 01 07:12:52.360 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAnon` in this scope Sep 01 07:12:52.360 INFO kablam! --> src/semcheck/mismatch.rs:199:44 Sep 01 07:12:52.360 INFO kablam! | Sep 01 07:12:52.360 INFO kablam! 199 | (&TyAnon(a_def_id, a_substs), &TyAnon(b_def_id, b_substs)) => { Sep 01 07:12:52.360 INFO kablam! | ^^^^^^ not found in this scope Sep 01 07:12:52.360 INFO kablam! Sep 01 07:12:52.360 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyInfer` in this scope Sep 01 07:12:52.360 INFO kablam! --> src/semcheck/mismatch.rs:206:15 Sep 01 07:12:52.360 INFO kablam! | Sep 01 07:12:52.360 INFO kablam! 206 | (&TyInfer(_), _) | (_, &TyInfer(_)) => { Sep 01 07:12:52.361 INFO kablam! | ^^^^^^^ not found in this scope Sep 01 07:12:52.361 INFO kablam! Sep 01 07:12:52.361 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyInfer` in this scope Sep 01 07:12:52.361 INFO kablam! --> src/semcheck/mismatch.rs:206:37 Sep 01 07:12:52.361 INFO kablam! | Sep 01 07:12:52.361 INFO kablam! 206 | (&TyInfer(_), _) | (_, &TyInfer(_)) => { Sep 01 07:12:52.361 INFO kablam! | ^^^^^^^ not found in this scope Sep 01 07:12:52.361 INFO kablam! Sep 01 07:12:52.361 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAdt` in this scope Sep 01 07:12:52.361 INFO kablam! --> src/semcheck/translate.rs:171:17 Sep 01 07:12:52.361 INFO kablam! | Sep 01 07:12:52.361 INFO kablam! 171 | TyAdt(&AdtDef { ref did, .. }, substs) if self.needs_translation(*did) => { Sep 01 07:12:52.361 INFO kablam! | ^^^^^ not found in this scope Sep 01 07:12:52.362 INFO kablam! Sep 01 07:12:52.363 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyRef` in this scope Sep 01 07:12:52.363 INFO kablam! --> src/semcheck/translate.rs:181:17 Sep 01 07:12:52.363 INFO kablam! | Sep 01 07:12:52.363 INFO kablam! 181 | TyRef(region, ty, mutbl) => { Sep 01 07:12:52.363 INFO kablam! | ^^^^^ not found in this scope Sep 01 07:12:52.363 INFO kablam! Sep 01 07:12:52.363 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyFnDef` in this scope Sep 01 07:12:52.363 INFO kablam! --> src/semcheck/translate.rs:185:17 Sep 01 07:12:52.363 INFO kablam! | Sep 01 07:12:52.363 INFO kablam! 185 | TyFnDef(did, substs) => { Sep 01 07:12:52.363 INFO kablam! | ^^^^^^^ not found in this scope Sep 01 07:12:52.363 INFO kablam! Sep 01 07:12:52.363 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyDynamic` in this scope Sep 01 07:12:52.363 INFO kablam! --> src/semcheck/translate.rs:196:17 Sep 01 07:12:52.363 INFO kablam! | Sep 01 07:12:52.363 INFO kablam! 196 | TyDynamic(preds, region) => { Sep 01 07:12:52.363 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 01 07:12:52.364 INFO kablam! Sep 01 07:12:52.364 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyProjection` in this scope Sep 01 07:12:52.364 INFO kablam! --> src/semcheck/translate.rs:262:17 Sep 01 07:12:52.364 INFO kablam! | Sep 01 07:12:52.364 INFO kablam! 262 | TyProjection(proj) => { Sep 01 07:12:52.364 INFO kablam! | ^^^^^^^^^^^^ did you mean `Projection`? Sep 01 07:12:52.364 INFO kablam! Sep 01 07:12:52.364 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAnon` in this scope Sep 01 07:12:52.364 INFO kablam! --> src/semcheck/translate.rs:272:17 Sep 01 07:12:52.364 INFO kablam! | Sep 01 07:12:52.364 INFO kablam! 272 | TyAnon(did, substs) => { Sep 01 07:12:52.364 INFO kablam! | ^^^^^^ not found in this scope Sep 01 07:12:52.364 INFO kablam! Sep 01 07:12:52.364 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyParam` in this scope Sep 01 07:12:52.364 INFO kablam! --> src/semcheck/translate.rs:281:17 Sep 01 07:12:52.364 INFO kablam! | Sep 01 07:12:52.364 INFO kablam! 281 | TyParam(param) => { Sep 01 07:12:52.364 INFO kablam! | ^^^^^^^ not found in this scope Sep 01 07:12:52.365 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 01 07:12:52.365 INFO kablam! | Sep 01 07:12:52.365 INFO kablam! 4 | use rustc::hir::def::Def::TyParam; Sep 01 07:12:52.365 INFO kablam! | Sep 01 07:12:52.365 INFO kablam! Sep 01 07:12:52.365 INFO kablam! error[E0531]: cannot find tuple struct/variant `GlobalAsm` in this scope Sep 01 07:12:52.365 INFO kablam! --> src/semcheck/traverse.rs:177:30 Sep 01 07:12:52.365 INFO kablam! | Sep 01 07:12:52.365 INFO kablam! 177 | (GlobalAsm(_), GlobalAsm(_)) | Sep 01 07:12:52.365 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 01 07:12:52.365 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 01 07:12:52.365 INFO kablam! | Sep 01 07:12:52.365 INFO kablam! 12 | use rustc::hir::ItemKind::GlobalAsm; Sep 01 07:12:52.365 INFO kablam! | Sep 01 07:12:52.365 INFO kablam! 12 | use rustc::mir::mono::MonoItem::GlobalAsm; Sep 01 07:12:52.365 INFO kablam! | Sep 01 07:12:52.365 INFO kablam! 12 | use syntax::ast::ItemKind::GlobalAsm; Sep 01 07:12:52.365 INFO kablam! | Sep 01 07:12:52.365 INFO kablam! Sep 01 07:12:52.366 INFO kablam! error[E0531]: cannot find tuple struct/variant `GlobalAsm` in this scope Sep 01 07:12:52.366 INFO kablam! --> src/semcheck/traverse.rs:177:44 Sep 01 07:12:52.366 INFO kablam! | Sep 01 07:12:52.366 INFO kablam! 177 | (GlobalAsm(_), GlobalAsm(_)) | Sep 01 07:12:52.366 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 01 07:12:52.366 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 01 07:12:52.366 INFO kablam! | Sep 01 07:12:52.366 INFO kablam! 12 | use rustc::hir::ItemKind::GlobalAsm; Sep 01 07:12:52.366 INFO kablam! | Sep 01 07:12:52.366 INFO kablam! 12 | use rustc::mir::mono::MonoItem::GlobalAsm; Sep 01 07:12:52.366 INFO kablam! | Sep 01 07:12:52.366 INFO kablam! 12 | use syntax::ast::ItemKind::GlobalAsm; Sep 01 07:12:52.366 INFO kablam! | Sep 01 07:12:52.366 INFO kablam! Sep 01 07:12:52.366 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyParam` in this scope Sep 01 07:12:52.366 INFO kablam! --> src/semcheck/traverse.rs:529:45 Sep 01 07:12:52.366 INFO kablam! | Sep 01 07:12:52.366 INFO kablam! 529 | if let Type(&TyS { sty: TyParam(ParamTy { idx: 0, ..}), ..}) = Sep 01 07:12:52.367 INFO kablam! | ^^^^^^^ not found in this scope Sep 01 07:12:52.367 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 01 07:12:52.367 INFO kablam! | Sep 01 07:12:52.367 INFO kablam! 12 | use rustc::hir::def::Def::TyParam; Sep 01 07:12:52.367 INFO kablam! | Sep 01 07:12:52.367 INFO kablam! Sep 01 07:12:52.386 INFO kablam! warning: unused import: `rustc::ty::TypeVariants::*` Sep 01 07:12:52.386 INFO kablam! --> src/semcheck/mismatch.rs:110:13 Sep 01 07:12:52.386 INFO kablam! | Sep 01 07:12:52.386 INFO kablam! 110 | use rustc::ty::TypeVariants::*; Sep 01 07:12:52.386 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:12:52.386 INFO kablam! | Sep 01 07:12:52.386 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 07:12:52.386 INFO kablam! Sep 01 07:12:52.387 INFO kablam! warning: unused import: `rustc::ty::TypeVariants::*` Sep 01 07:12:52.387 INFO kablam! --> src/semcheck/translate.rs:167:13 Sep 01 07:12:52.387 INFO kablam! | Sep 01 07:12:52.387 INFO kablam! 167 | use rustc::ty::TypeVariants::*; Sep 01 07:12:52.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:12:52.387 INFO kablam! Sep 01 07:12:52.389 INFO kablam! warning: unused import: `TypeVariants::*` Sep 01 07:12:52.389 INFO kablam! --> src/semcheck/traverse.rs:502:46 Sep 01 07:12:52.389 INFO kablam! | Sep 01 07:12:52.389 INFO kablam! 502 | use rustc::ty::{ParamTy, Predicate, TyS, TypeVariants::*}; Sep 01 07:12:52.389 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 01 07:12:52.389 INFO kablam! Sep 01 07:12:52.679 INFO kablam! error[E0432]: unresolved import `rustc::ty::TypeVariants` Sep 01 07:12:52.679 INFO kablam! --> src/semcheck/mismatch.rs:110:24 Sep 01 07:12:52.679 INFO kablam! | Sep 01 07:12:52.679 INFO kablam! 110 | use rustc::ty::TypeVariants::*; Sep 01 07:12:52.679 INFO kablam! | ^^^^^^^^^^^^ Could not find `TypeVariants` in `ty` Sep 01 07:12:52.679 INFO kablam! Sep 01 07:12:52.680 INFO kablam! error[E0432]: unresolved import `rustc::ty::TypeVariants` Sep 01 07:12:52.680 INFO kablam! --> src/semcheck/translate.rs:167:24 Sep 01 07:12:52.680 INFO kablam! | Sep 01 07:12:52.680 INFO kablam! 167 | use rustc::ty::TypeVariants::*; Sep 01 07:12:52.680 INFO kablam! | ^^^^^^^^^^^^ Could not find `TypeVariants` in `ty` Sep 01 07:12:52.680 INFO kablam! Sep 01 07:12:52.680 INFO kablam! error[E0432]: unresolved import `rustc::ty::TypeVariants` Sep 01 07:12:52.680 INFO kablam! --> src/semcheck/translate.rs:521:24 Sep 01 07:12:52.680 INFO kablam! | Sep 01 07:12:52.680 INFO kablam! 521 | use rustc::ty::TypeVariants::{TyError, TyInfer, TyRef}; Sep 01 07:12:52.680 INFO kablam! | ^^^^^^^^^^^^ Could not find `TypeVariants` in `ty` Sep 01 07:12:52.680 INFO kablam! Sep 01 07:12:52.680 INFO kablam! error[E0432]: unresolved import `rustc::ty::TypeVariants` Sep 01 07:12:52.680 INFO kablam! --> src/semcheck/traverse.rs:502:46 Sep 01 07:12:52.681 INFO kablam! | Sep 01 07:12:52.681 INFO kablam! 502 | use rustc::ty::{ParamTy, Predicate, TyS, TypeVariants::*}; Sep 01 07:12:52.681 INFO kablam! | ^^^^^^^^^^^^ Could not find `TypeVariants` in `ty` Sep 01 07:12:52.681 INFO kablam! Sep 01 07:12:52.732 INFO kablam! error[E0530]: match bindings cannot shadow tuple variants Sep 01 07:12:52.732 INFO kablam! --> src/semcheck/mapping.rs:337:13 Sep 01 07:12:52.732 INFO kablam! | Sep 01 07:12:52.732 INFO kablam! 307 | use rustc::hir::def::Def::*; Sep 01 07:12:52.732 INFO kablam! | ----------------------- a tuple variant `NonMacroAttr` is imported here Sep 01 07:12:52.732 INFO kablam! ... Sep 01 07:12:52.732 INFO kablam! 337 | NonMacroAttr /*(_)*/ | Sep 01 07:12:52.732 INFO kablam! | ^^^^^^^^^^^^ cannot be named the same as a tuple variant Sep 01 07:12:52.732 INFO kablam! Sep 01 07:12:52.740 INFO kablam! error[E0408]: variable `NonMacroAttr` is not bound in all patterns Sep 01 07:12:52.740 INFO kablam! --> src/semcheck/mapping.rs:336:13 Sep 01 07:12:52.740 INFO kablam! | Sep 01 07:12:52.740 INFO kablam! 336 | ToolMod | Sep 01 07:12:52.740 INFO kablam! | ^^^^^^^ pattern doesn't bind `NonMacroAttr` Sep 01 07:12:52.740 INFO kablam! 337 | NonMacroAttr /*(_)*/ | Sep 01 07:12:52.740 INFO kablam! | ------------ variable not in all patterns Sep 01 07:12:52.740 INFO kablam! 338 | GlobalAsm(_) | Sep 01 07:12:52.740 INFO kablam! | ^^^^^^^^^^^^ pattern doesn't bind `NonMacroAttr` Sep 01 07:12:52.740 INFO kablam! 339 | Err => None, Sep 01 07:12:52.740 INFO kablam! | ^^^ pattern doesn't bind `NonMacroAttr` Sep 01 07:12:52.740 INFO kablam! Sep 01 07:12:53.072 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyForeign` in this scope Sep 01 07:12:53.072 INFO kablam! --> src/semcheck/mapping.rs:318:13 Sep 01 07:12:53.072 INFO kablam! | Sep 01 07:12:53.072 INFO kablam! 318 | TyForeign(_) | Sep 01 07:12:53.072 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 01 07:12:53.072 INFO kablam! Sep 01 07:12:53.073 INFO kablam! error[E0531]: cannot find tuple struct/variant `GlobalAsm` in this scope Sep 01 07:12:53.073 INFO kablam! --> src/semcheck/mapping.rs:338:13 Sep 01 07:12:53.073 INFO kablam! | Sep 01 07:12:53.073 INFO kablam! 338 | GlobalAsm(_) | Sep 01 07:12:53.073 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 01 07:12:53.073 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 01 07:12:53.073 INFO kablam! | Sep 01 07:12:53.073 INFO kablam! 6 | use rustc::hir::ItemKind::GlobalAsm; Sep 01 07:12:53.073 INFO kablam! | Sep 01 07:12:53.073 INFO kablam! 6 | use rustc::mir::mono::MonoItem::GlobalAsm; Sep 01 07:12:53.073 INFO kablam! | Sep 01 07:12:53.073 INFO kablam! 6 | use syntax::ast::ItemKind::GlobalAsm; Sep 01 07:12:53.073 INFO kablam! | Sep 01 07:12:53.073 INFO kablam! Sep 01 07:12:53.073 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAdt` in this scope Sep 01 07:12:53.073 INFO kablam! --> src/semcheck/mismatch.rs:121:15 Sep 01 07:12:53.073 INFO kablam! | Sep 01 07:12:53.073 INFO kablam! 121 | (&TyAdt(a_def, a_substs), &TyAdt(b_def, b_substs)) => { Sep 01 07:12:53.073 INFO kablam! | ^^^^^ not found in this scope Sep 01 07:12:53.073 INFO kablam! Sep 01 07:12:53.073 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAdt` in this scope Sep 01 07:12:53.073 INFO kablam! --> src/semcheck/mismatch.rs:121:40 Sep 01 07:12:53.073 INFO kablam! | Sep 01 07:12:53.073 INFO kablam! 121 | (&TyAdt(a_def, a_substs), &TyAdt(b_def, b_substs)) => { Sep 01 07:12:53.073 INFO kablam! | ^^^^^ not found in this scope Sep 01 07:12:53.073 INFO kablam! Sep 01 07:12:53.073 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyArray` in this scope Sep 01 07:12:53.073 INFO kablam! --> src/semcheck/mismatch.rs:151:15 Sep 01 07:12:53.074 INFO kablam! | Sep 01 07:12:53.074 INFO kablam! 151 | (&TyArray(a_t, _), &TyArray(b_t, _)) | Sep 01 07:12:53.074 INFO kablam! | ^^^^^^^ not found in this scope Sep 01 07:12:53.074 INFO kablam! Sep 01 07:12:53.074 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyArray` in this scope Sep 01 07:12:53.074 INFO kablam! --> src/semcheck/mismatch.rs:151:33 Sep 01 07:12:53.074 INFO kablam! | Sep 01 07:12:53.074 INFO kablam! 151 | (&TyArray(a_t, _), &TyArray(b_t, _)) | Sep 01 07:12:53.074 INFO kablam! | ^^^^^^^ not found in this scope Sep 01 07:12:53.074 INFO kablam! Sep 01 07:12:53.075 INFO kablam! error[E0531]: cannot find tuple struct/variant `TySlice` in this scope Sep 01 07:12:53.075 INFO kablam! --> src/semcheck/mismatch.rs:152:15 Sep 01 07:12:53.075 INFO kablam! | Sep 01 07:12:53.075 INFO kablam! 152 | (&TySlice(a_t), &TySlice(b_t)) => { Sep 01 07:12:53.075 INFO kablam! | ^^^^^^^ not found in this scope Sep 01 07:12:53.075 INFO kablam! Sep 01 07:12:53.075 INFO kablam! error[E0531]: cannot find tuple struct/variant `TySlice` in this scope Sep 01 07:12:53.075 INFO kablam! --> src/semcheck/mismatch.rs:152:30 Sep 01 07:12:53.075 INFO kablam! | Sep 01 07:12:53.075 INFO kablam! 152 | (&TySlice(a_t), &TySlice(b_t)) => { Sep 01 07:12:53.075 INFO kablam! | ^^^^^^^ not found in this scope Sep 01 07:12:53.075 INFO kablam! Sep 01 07:12:53.075 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyRawPtr` in this scope Sep 01 07:12:53.075 INFO kablam! --> src/semcheck/mismatch.rs:156:15 Sep 01 07:12:53.075 INFO kablam! | Sep 01 07:12:53.075 INFO kablam! 156 | (&TyRawPtr(a_mt), &TyRawPtr(b_mt)) => { Sep 01 07:12:53.075 INFO kablam! | ^^^^^^^^ not found in this scope Sep 01 07:12:53.076 INFO kablam! Sep 01 07:12:53.076 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyRawPtr` in this scope Sep 01 07:12:53.076 INFO kablam! --> src/semcheck/mismatch.rs:156:32 Sep 01 07:12:53.076 INFO kablam! | Sep 01 07:12:53.076 INFO kablam! 156 | (&TyRawPtr(a_mt), &TyRawPtr(b_mt)) => { Sep 01 07:12:53.076 INFO kablam! | ^^^^^^^^ not found in this scope Sep 01 07:12:53.076 INFO kablam! Sep 01 07:12:53.076 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyRef` in this scope Sep 01 07:12:53.076 INFO kablam! --> src/semcheck/mismatch.rs:160:15 Sep 01 07:12:53.076 INFO kablam! | Sep 01 07:12:53.076 INFO kablam! 160 | (&TyRef(a_r, a_ty, _), &TyRef(b_r, b_ty, _)) => { Sep 01 07:12:53.076 INFO kablam! | ^^^^^ not found in this scope Sep 01 07:12:53.076 INFO kablam! Sep 01 07:12:53.076 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyRef` in this scope Sep 01 07:12:53.076 INFO kablam! --> src/semcheck/mismatch.rs:160:37 Sep 01 07:12:53.076 INFO kablam! | Sep 01 07:12:53.076 INFO kablam! 160 | (&TyRef(a_r, a_ty, _), &TyRef(b_r, b_ty, _)) => { Sep 01 07:12:53.076 INFO kablam! | ^^^^^ not found in this scope Sep 01 07:12:53.076 INFO kablam! Sep 01 07:12:53.076 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyFnDef` in this scope Sep 01 07:12:53.076 INFO kablam! --> src/semcheck/mismatch.rs:165:15 Sep 01 07:12:53.076 INFO kablam! | Sep 01 07:12:53.076 INFO kablam! 165 | (&TyFnDef(a_def_id, a_substs), &TyFnDef(b_def_id, b_substs)) => { Sep 01 07:12:53.076 INFO kablam! | ^^^^^^^ not found in this scope Sep 01 07:12:53.076 INFO kablam! Sep 01 07:12:53.076 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyFnDef` in this scope Sep 01 07:12:53.076 INFO kablam! --> src/semcheck/mismatch.rs:165:45 Sep 01 07:12:53.076 INFO kablam! | Sep 01 07:12:53.076 INFO kablam! 165 | (&TyFnDef(a_def_id, a_substs), &TyFnDef(b_def_id, b_substs)) => { Sep 01 07:12:53.076 INFO kablam! | ^^^^^^^ not found in this scope Sep 01 07:12:53.076 INFO kablam! Sep 01 07:12:53.077 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyFnPtr` in this scope Sep 01 07:12:53.077 INFO kablam! --> src/semcheck/mismatch.rs:175:15 Sep 01 07:12:53.077 INFO kablam! | Sep 01 07:12:53.077 INFO kablam! 175 | (&TyFnPtr(a_fty), &TyFnPtr(b_fty)) => { Sep 01 07:12:53.077 INFO kablam! | ^^^^^^^ not found in this scope Sep 01 07:12:53.077 INFO kablam! Sep 01 07:12:53.077 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyFnPtr` in this scope Sep 01 07:12:53.077 INFO kablam! --> src/semcheck/mismatch.rs:175:32 Sep 01 07:12:53.077 INFO kablam! | Sep 01 07:12:53.077 INFO kablam! 175 | (&TyFnPtr(a_fty), &TyFnPtr(b_fty)) => { Sep 01 07:12:53.078 INFO kablam! | ^^^^^^^ not found in this scope Sep 01 07:12:53.078 INFO kablam! Sep 01 07:12:53.078 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyDynamic` in this scope Sep 01 07:12:53.078 INFO kablam! --> src/semcheck/mismatch.rs:179:15 Sep 01 07:12:53.078 INFO kablam! | Sep 01 07:12:53.078 INFO kablam! 179 | (&TyDynamic(a_obj, a_r), &TyDynamic(b_obj, b_r)) => { Sep 01 07:12:53.078 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 01 07:12:53.078 INFO kablam! Sep 01 07:12:53.078 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyDynamic` in this scope Sep 01 07:12:53.078 INFO kablam! --> src/semcheck/mismatch.rs:179:39 Sep 01 07:12:53.078 INFO kablam! | Sep 01 07:12:53.078 INFO kablam! 179 | (&TyDynamic(a_obj, a_r), &TyDynamic(b_obj, b_r)) => { Sep 01 07:12:53.078 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 01 07:12:53.078 INFO kablam! Sep 01 07:12:53.079 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyTuple` in this scope Sep 01 07:12:53.079 INFO kablam! --> src/semcheck/mismatch.rs:191:15 Sep 01 07:12:53.079 INFO kablam! | Sep 01 07:12:53.079 INFO kablam! 191 | (&TyTuple(as_), &TyTuple(bs)) => { Sep 01 07:12:53.079 INFO kablam! | ^^^^^^^ not found in this scope Sep 01 07:12:53.079 INFO kablam! Sep 01 07:12:53.079 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyTuple` in this scope Sep 01 07:12:53.079 INFO kablam! --> src/semcheck/mismatch.rs:191:30 Sep 01 07:12:53.079 INFO kablam! | Sep 01 07:12:53.079 INFO kablam! 191 | (&TyTuple(as_), &TyTuple(bs)) => { Sep 01 07:12:53.079 INFO kablam! | ^^^^^^^ not found in this scope Sep 01 07:12:53.079 INFO kablam! Sep 01 07:12:53.079 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyProjection` in this scope Sep 01 07:12:53.079 INFO kablam! --> src/semcheck/mismatch.rs:195:15 Sep 01 07:12:53.080 INFO kablam! | Sep 01 07:12:53.080 INFO kablam! 195 | (&TyProjection(a_data), &TyProjection(b_data)) => { Sep 01 07:12:53.080 INFO kablam! | ^^^^^^^^^^^^ not found in this scope Sep 01 07:12:53.080 INFO kablam! Sep 01 07:12:53.080 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyProjection` in this scope Sep 01 07:12:53.080 INFO kablam! --> src/semcheck/mismatch.rs:195:38 Sep 01 07:12:53.080 INFO kablam! | Sep 01 07:12:53.080 INFO kablam! 195 | (&TyProjection(a_data), &TyProjection(b_data)) => { Sep 01 07:12:53.080 INFO kablam! | ^^^^^^^^^^^^ not found in this scope Sep 01 07:12:53.080 INFO kablam! Sep 01 07:12:53.080 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAnon` in this scope Sep 01 07:12:53.080 INFO kablam! --> src/semcheck/mismatch.rs:199:15 Sep 01 07:12:53.080 INFO kablam! | Sep 01 07:12:53.080 INFO kablam! 199 | (&TyAnon(a_def_id, a_substs), &TyAnon(b_def_id, b_substs)) => { Sep 01 07:12:53.080 INFO kablam! | ^^^^^^ not found in this scope Sep 01 07:12:53.080 INFO kablam! Sep 01 07:12:53.080 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAnon` in this scope Sep 01 07:12:53.080 INFO kablam! --> src/semcheck/mismatch.rs:199:44 Sep 01 07:12:53.080 INFO kablam! | Sep 01 07:12:53.080 INFO kablam! 199 | (&TyAnon(a_def_id, a_substs), &TyAnon(b_def_id, b_substs)) => { Sep 01 07:12:53.080 INFO kablam! | ^^^^^^ not found in this scope Sep 01 07:12:53.080 INFO kablam! Sep 01 07:12:53.080 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyInfer` in this scope Sep 01 07:12:53.080 INFO kablam! --> src/semcheck/mismatch.rs:206:15 Sep 01 07:12:53.080 INFO kablam! | Sep 01 07:12:53.080 INFO kablam! 206 | (&TyInfer(_), _) | (_, &TyInfer(_)) => { Sep 01 07:12:53.081 INFO kablam! | ^^^^^^^ not found in this scope Sep 01 07:12:53.081 INFO kablam! Sep 01 07:12:53.081 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyInfer` in this scope Sep 01 07:12:53.081 INFO kablam! --> src/semcheck/mismatch.rs:206:37 Sep 01 07:12:53.081 INFO kablam! | Sep 01 07:12:53.081 INFO kablam! 206 | (&TyInfer(_), _) | (_, &TyInfer(_)) => { Sep 01 07:12:53.081 INFO kablam! | ^^^^^^^ not found in this scope Sep 01 07:12:53.081 INFO kablam! Sep 01 07:12:53.082 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAdt` in this scope Sep 01 07:12:53.082 INFO kablam! --> src/semcheck/translate.rs:171:17 Sep 01 07:12:53.082 INFO kablam! | Sep 01 07:12:53.082 INFO kablam! 171 | TyAdt(&AdtDef { ref did, .. }, substs) if self.needs_translation(*did) => { Sep 01 07:12:53.082 INFO kablam! | ^^^^^ not found in this scope Sep 01 07:12:53.082 INFO kablam! Sep 01 07:12:53.082 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyRef` in this scope Sep 01 07:12:53.082 INFO kablam! --> src/semcheck/translate.rs:181:17 Sep 01 07:12:53.082 INFO kablam! | Sep 01 07:12:53.082 INFO kablam! 181 | TyRef(region, ty, mutbl) => { Sep 01 07:12:53.082 INFO kablam! | ^^^^^ not found in this scope Sep 01 07:12:53.082 INFO kablam! Sep 01 07:12:53.082 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyFnDef` in this scope Sep 01 07:12:53.082 INFO kablam! --> src/semcheck/translate.rs:185:17 Sep 01 07:12:53.082 INFO kablam! | Sep 01 07:12:53.082 INFO kablam! 185 | TyFnDef(did, substs) => { Sep 01 07:12:53.082 INFO kablam! | ^^^^^^^ not found in this scope Sep 01 07:12:53.082 INFO kablam! Sep 01 07:12:53.082 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyDynamic` in this scope Sep 01 07:12:53.082 INFO kablam! --> src/semcheck/translate.rs:196:17 Sep 01 07:12:53.082 INFO kablam! | Sep 01 07:12:53.082 INFO kablam! 196 | TyDynamic(preds, region) => { Sep 01 07:12:53.082 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 01 07:12:53.082 INFO kablam! Sep 01 07:12:53.082 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyProjection` in this scope Sep 01 07:12:53.082 INFO kablam! --> src/semcheck/translate.rs:262:17 Sep 01 07:12:53.082 INFO kablam! | Sep 01 07:12:53.082 INFO kablam! 262 | TyProjection(proj) => { Sep 01 07:12:53.083 INFO kablam! | ^^^^^^^^^^^^ did you mean `Projection`? Sep 01 07:12:53.083 INFO kablam! Sep 01 07:12:53.083 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAnon` in this scope Sep 01 07:12:53.083 INFO kablam! --> src/semcheck/translate.rs:272:17 Sep 01 07:12:53.083 INFO kablam! | Sep 01 07:12:53.083 INFO kablam! 272 | TyAnon(did, substs) => { Sep 01 07:12:53.083 INFO kablam! | ^^^^^^ not found in this scope Sep 01 07:12:53.084 INFO kablam! Sep 01 07:12:53.084 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyParam` in this scope Sep 01 07:12:53.084 INFO kablam! --> src/semcheck/translate.rs:281:17 Sep 01 07:12:53.084 INFO kablam! | Sep 01 07:12:53.084 INFO kablam! 281 | TyParam(param) => { Sep 01 07:12:53.084 INFO kablam! | ^^^^^^^ not found in this scope Sep 01 07:12:53.084 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 01 07:12:53.084 INFO kablam! | Sep 01 07:12:53.084 INFO kablam! 4 | use rustc::hir::def::Def::TyParam; Sep 01 07:12:53.084 INFO kablam! | Sep 01 07:12:53.084 INFO kablam! Sep 01 07:12:53.084 INFO kablam! error[E0531]: cannot find tuple struct/variant `GlobalAsm` in this scope Sep 01 07:12:53.084 INFO kablam! --> src/semcheck/traverse.rs:177:30 Sep 01 07:12:53.084 INFO kablam! | Sep 01 07:12:53.084 INFO kablam! 177 | (GlobalAsm(_), GlobalAsm(_)) | Sep 01 07:12:53.084 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 01 07:12:53.085 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 01 07:12:53.085 INFO kablam! | Sep 01 07:12:53.085 INFO kablam! 12 | use rustc::hir::ItemKind::GlobalAsm; Sep 01 07:12:53.085 INFO kablam! | Sep 01 07:12:53.085 INFO kablam! 12 | use rustc::mir::mono::MonoItem::GlobalAsm; Sep 01 07:12:53.085 INFO kablam! | Sep 01 07:12:53.085 INFO kablam! 12 | use syntax::ast::ItemKind::GlobalAsm; Sep 01 07:12:53.085 INFO kablam! | Sep 01 07:12:53.085 INFO kablam! Sep 01 07:12:53.085 INFO kablam! error[E0531]: cannot find tuple struct/variant `GlobalAsm` in this scope Sep 01 07:12:53.085 INFO kablam! --> src/semcheck/traverse.rs:177:44 Sep 01 07:12:53.085 INFO kablam! | Sep 01 07:12:53.085 INFO kablam! 177 | (GlobalAsm(_), GlobalAsm(_)) | Sep 01 07:12:53.085 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 01 07:12:53.085 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 01 07:12:53.085 INFO kablam! | Sep 01 07:12:53.085 INFO kablam! 12 | use rustc::hir::ItemKind::GlobalAsm; Sep 01 07:12:53.085 INFO kablam! | Sep 01 07:12:53.085 INFO kablam! 12 | use rustc::mir::mono::MonoItem::GlobalAsm; Sep 01 07:12:53.085 INFO kablam! | Sep 01 07:12:53.085 INFO kablam! 12 | use syntax::ast::ItemKind::GlobalAsm; Sep 01 07:12:53.085 INFO kablam! | Sep 01 07:12:53.085 INFO kablam! Sep 01 07:12:53.085 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyParam` in this scope Sep 01 07:12:53.086 INFO kablam! --> src/semcheck/traverse.rs:529:45 Sep 01 07:12:53.086 INFO kablam! | Sep 01 07:12:53.086 INFO kablam! 529 | if let Type(&TyS { sty: TyParam(ParamTy { idx: 0, ..}), ..}) = Sep 01 07:12:53.086 INFO kablam! | ^^^^^^^ not found in this scope Sep 01 07:12:53.086 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 01 07:12:53.086 INFO kablam! | Sep 01 07:12:53.086 INFO kablam! 12 | use rustc::hir::def::Def::TyParam; Sep 01 07:12:53.086 INFO kablam! | Sep 01 07:12:53.086 INFO kablam! Sep 01 07:12:53.115 INFO kablam! warning: unused import: `rustc::ty::TypeVariants::*` Sep 01 07:12:53.115 INFO kablam! --> src/semcheck/mismatch.rs:110:13 Sep 01 07:12:53.115 INFO kablam! | Sep 01 07:12:53.115 INFO kablam! 110 | use rustc::ty::TypeVariants::*; Sep 01 07:12:53.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:12:53.115 INFO kablam! | Sep 01 07:12:53.115 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 07:12:53.115 INFO kablam! Sep 01 07:12:53.116 INFO kablam! warning: unused import: `rustc::ty::TypeVariants::*` Sep 01 07:12:53.116 INFO kablam! --> src/semcheck/translate.rs:167:13 Sep 01 07:12:53.116 INFO kablam! | Sep 01 07:12:53.116 INFO kablam! 167 | use rustc::ty::TypeVariants::*; Sep 01 07:12:53.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:12:53.116 INFO kablam! Sep 01 07:12:53.118 INFO kablam! warning: unused import: `TypeVariants::*` Sep 01 07:12:53.118 INFO kablam! --> src/semcheck/traverse.rs:502:46 Sep 01 07:12:53.118 INFO kablam! | Sep 01 07:12:53.118 INFO kablam! 502 | use rustc::ty::{ParamTy, Predicate, TyS, TypeVariants::*}; Sep 01 07:12:53.118 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 01 07:12:53.118 INFO kablam! Sep 01 07:12:53.378 INFO kablam! error: aborting due to 42 previous errors Sep 01 07:12:53.378 INFO kablam! Sep 01 07:12:53.378 INFO kablam! Some errors occurred: E0408, E0432, E0530, E0531. Sep 01 07:12:53.378 INFO kablam! For more information about an error, try `rustc --explain E0408`. Sep 01 07:12:53.392 INFO kablam! error: Could not compile `semverver`. Sep 01 07:12:53.392 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 07:12:54.130 INFO kablam! error: aborting due to 42 previous errors Sep 01 07:12:54.130 INFO kablam! Sep 01 07:12:54.130 INFO kablam! Some errors occurred: E0408, E0432, E0530, E0531. Sep 01 07:12:54.130 INFO kablam! For more information about an error, try `rustc --explain E0408`. Sep 01 07:12:54.155 INFO kablam! error: Could not compile `semverver`. Sep 01 07:12:54.155 INFO kablam! Sep 01 07:12:54.155 INFO kablam! To learn more, run the command again with --verbose. Sep 01 07:12:54.156 INFO kablam! su: No module specific data is present Sep 01 07:12:54.643 INFO running `"docker" "rm" "-f" "5cb9e657552aaa286a7dc167c8e5ebc2bf183b270759ddd9af5625be7a7a5d9f"` Sep 01 07:12:54.727 INFO blam! 5cb9e657552aaa286a7dc167c8e5ebc2bf183b270759ddd9af5625be7a7a5d9f