Sep 04 03:50:32.175 INFO checking semverver-0.1.16 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 03:50:32.175 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 03:50:32.175 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 03:50:32.391 INFO blam! a8ec24315adca3d43797338eb5e840fdff59c2a012a56ad79c2789ad39e15c7e Sep 04 03:50:32.393 INFO running `"docker" "start" "-a" "a8ec24315adca3d43797338eb5e840fdff59c2a012a56ad79c2789ad39e15c7e"` Sep 04 03:50:33.432 INFO kablam! Checking jobserver v0.1.11 Sep 04 03:50:33.432 INFO kablam! Checking tar v0.4.16 Sep 04 03:50:33.442 INFO kablam! Checking crypto-hash v0.3.1 Sep 04 03:50:33.443 INFO kablam! Checking git2 v0.7.5 Sep 04 03:50:33.448 INFO kablam! Checking crates-io v0.16.0 Sep 04 03:50:42.632 INFO kablam! Checking git2-curl v0.8.1 Sep 04 03:50:43.512 INFO kablam! Checking cargo v0.27.0 Sep 04 03:51:02.341 INFO kablam! Checking semverver v0.1.16 (file:///source) Sep 04 03:51:04.662 INFO kablam! error[E0432]: unresolved import `rustc::ty::TypeVariants` Sep 04 03:51:04.662 INFO kablam! --> src/semcheck/mismatch.rs:110:24 Sep 04 03:51:04.662 INFO kablam! | Sep 04 03:51:04.662 INFO kablam! 110 | use rustc::ty::TypeVariants::*; Sep 04 03:51:04.662 INFO kablam! | ^^^^^^^^^^^^ Could not find `TypeVariants` in `ty` Sep 04 03:51:04.662 INFO kablam! Sep 04 03:51:04.662 INFO kablam! error[E0432]: unresolved import `rustc::ty::TypeVariants` Sep 04 03:51:04.663 INFO kablam! --> src/semcheck/translate.rs:167:24 Sep 04 03:51:04.663 INFO kablam! | Sep 04 03:51:04.663 INFO kablam! 167 | use rustc::ty::TypeVariants::*; Sep 04 03:51:04.663 INFO kablam! | ^^^^^^^^^^^^ Could not find `TypeVariants` in `ty` Sep 04 03:51:04.663 INFO kablam! Sep 04 03:51:04.663 INFO kablam! error[E0432]: unresolved import `rustc::ty::TypeVariants` Sep 04 03:51:04.663 INFO kablam! --> src/semcheck/translate.rs:521:24 Sep 04 03:51:04.663 INFO kablam! | Sep 04 03:51:04.663 INFO kablam! 521 | use rustc::ty::TypeVariants::{TyError, TyInfer, TyRef}; Sep 04 03:51:04.663 INFO kablam! | ^^^^^^^^^^^^ Could not find `TypeVariants` in `ty` Sep 04 03:51:04.663 INFO kablam! Sep 04 03:51:04.663 INFO kablam! error[E0432]: unresolved import `rustc::ty::TypeVariants` Sep 04 03:51:04.663 INFO kablam! --> src/semcheck/traverse.rs:502:46 Sep 04 03:51:04.663 INFO kablam! | Sep 04 03:51:04.663 INFO kablam! 502 | use rustc::ty::{ParamTy, Predicate, TyS, TypeVariants::*}; Sep 04 03:51:04.663 INFO kablam! | ^^^^^^^^^^^^ Could not find `TypeVariants` in `ty` Sep 04 03:51:04.664 INFO kablam! Sep 04 03:51:04.707 INFO kablam! error[E0530]: match bindings cannot shadow tuple variants Sep 04 03:51:04.707 INFO kablam! --> src/semcheck/mapping.rs:337:13 Sep 04 03:51:04.707 INFO kablam! | Sep 04 03:51:04.707 INFO kablam! 307 | use rustc::hir::def::Def::*; Sep 04 03:51:04.707 INFO kablam! | ----------------------- a tuple variant `NonMacroAttr` is imported here Sep 04 03:51:04.707 INFO kablam! ... Sep 04 03:51:04.707 INFO kablam! 337 | NonMacroAttr /*(_)*/ | Sep 04 03:51:04.707 INFO kablam! | ^^^^^^^^^^^^ cannot be named the same as a tuple variant Sep 04 03:51:04.707 INFO kablam! Sep 04 03:51:04.715 INFO kablam! error[E0408]: variable `NonMacroAttr` is not bound in all patterns Sep 04 03:51:04.715 INFO kablam! --> src/semcheck/mapping.rs:336:13 Sep 04 03:51:04.715 INFO kablam! | Sep 04 03:51:04.715 INFO kablam! 336 | ToolMod | Sep 04 03:51:04.715 INFO kablam! | ^^^^^^^ pattern doesn't bind `NonMacroAttr` Sep 04 03:51:04.715 INFO kablam! 337 | NonMacroAttr /*(_)*/ | Sep 04 03:51:04.715 INFO kablam! | ------------ variable not in all patterns Sep 04 03:51:04.715 INFO kablam! 338 | GlobalAsm(_) | Sep 04 03:51:04.715 INFO kablam! | ^^^^^^^^^^^^ pattern doesn't bind `NonMacroAttr` Sep 04 03:51:04.715 INFO kablam! 339 | Err => None, Sep 04 03:51:04.715 INFO kablam! | ^^^ pattern doesn't bind `NonMacroAttr` Sep 04 03:51:04.715 INFO kablam! Sep 04 03:51:04.982 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyForeign` in this scope Sep 04 03:51:04.983 INFO kablam! --> src/semcheck/mapping.rs:318:13 Sep 04 03:51:04.983 INFO kablam! | Sep 04 03:51:04.983 INFO kablam! 318 | TyForeign(_) | Sep 04 03:51:04.983 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 03:51:04.983 INFO kablam! Sep 04 03:51:04.983 INFO kablam! error[E0531]: cannot find tuple struct/variant `GlobalAsm` in this scope Sep 04 03:51:04.983 INFO kablam! --> src/semcheck/mapping.rs:338:13 Sep 04 03:51:04.983 INFO kablam! | Sep 04 03:51:04.983 INFO kablam! 338 | GlobalAsm(_) | Sep 04 03:51:04.983 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 03:51:04.983 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 04 03:51:04.983 INFO kablam! | Sep 04 03:51:04.983 INFO kablam! 6 | use rustc::hir::ItemKind::GlobalAsm; Sep 04 03:51:04.983 INFO kablam! | Sep 04 03:51:04.983 INFO kablam! 6 | use rustc::mir::mono::MonoItem::GlobalAsm; Sep 04 03:51:04.983 INFO kablam! | Sep 04 03:51:04.983 INFO kablam! 6 | use syntax::ast::ItemKind::GlobalAsm; Sep 04 03:51:04.983 INFO kablam! | Sep 04 03:51:04.983 INFO kablam! Sep 04 03:51:04.983 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAdt` in this scope Sep 04 03:51:04.983 INFO kablam! --> src/semcheck/mismatch.rs:121:15 Sep 04 03:51:04.983 INFO kablam! | Sep 04 03:51:04.983 INFO kablam! 121 | (&TyAdt(a_def, a_substs), &TyAdt(b_def, b_substs)) => { Sep 04 03:51:04.984 INFO kablam! | ^^^^^ not found in this scope Sep 04 03:51:04.984 INFO kablam! Sep 04 03:51:04.984 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAdt` in this scope Sep 04 03:51:04.984 INFO kablam! --> src/semcheck/mismatch.rs:121:40 Sep 04 03:51:04.984 INFO kablam! | Sep 04 03:51:04.984 INFO kablam! 121 | (&TyAdt(a_def, a_substs), &TyAdt(b_def, b_substs)) => { Sep 04 03:51:04.984 INFO kablam! | ^^^^^ not found in this scope Sep 04 03:51:04.984 INFO kablam! Sep 04 03:51:04.984 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyArray` in this scope Sep 04 03:51:04.984 INFO kablam! --> src/semcheck/mismatch.rs:151:15 Sep 04 03:51:04.984 INFO kablam! | Sep 04 03:51:04.984 INFO kablam! 151 | (&TyArray(a_t, _), &TyArray(b_t, _)) | Sep 04 03:51:04.984 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 03:51:04.984 INFO kablam! Sep 04 03:51:04.984 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyArray` in this scope Sep 04 03:51:04.984 INFO kablam! --> src/semcheck/mismatch.rs:151:33 Sep 04 03:51:04.984 INFO kablam! | Sep 04 03:51:04.984 INFO kablam! 151 | (&TyArray(a_t, _), &TyArray(b_t, _)) | Sep 04 03:51:04.984 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 03:51:04.984 INFO kablam! Sep 04 03:51:04.984 INFO kablam! error[E0531]: cannot find tuple struct/variant `TySlice` in this scope Sep 04 03:51:04.984 INFO kablam! --> src/semcheck/mismatch.rs:152:15 Sep 04 03:51:04.985 INFO kablam! | Sep 04 03:51:04.985 INFO kablam! 152 | (&TySlice(a_t), &TySlice(b_t)) => { Sep 04 03:51:04.985 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 03:51:04.985 INFO kablam! Sep 04 03:51:04.985 INFO kablam! error[E0531]: cannot find tuple struct/variant `TySlice` in this scope Sep 04 03:51:04.985 INFO kablam! --> src/semcheck/mismatch.rs:152:30 Sep 04 03:51:04.985 INFO kablam! | Sep 04 03:51:04.985 INFO kablam! 152 | (&TySlice(a_t), &TySlice(b_t)) => { Sep 04 03:51:04.985 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 03:51:04.985 INFO kablam! Sep 04 03:51:04.985 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyRawPtr` in this scope Sep 04 03:51:04.985 INFO kablam! --> src/semcheck/mismatch.rs:156:15 Sep 04 03:51:04.985 INFO kablam! | Sep 04 03:51:04.985 INFO kablam! 156 | (&TyRawPtr(a_mt), &TyRawPtr(b_mt)) => { Sep 04 03:51:04.985 INFO kablam! | ^^^^^^^^ not found in this scope Sep 04 03:51:04.985 INFO kablam! Sep 04 03:51:04.985 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyRawPtr` in this scope Sep 04 03:51:04.985 INFO kablam! --> src/semcheck/mismatch.rs:156:32 Sep 04 03:51:04.985 INFO kablam! | Sep 04 03:51:04.985 INFO kablam! 156 | (&TyRawPtr(a_mt), &TyRawPtr(b_mt)) => { Sep 04 03:51:04.985 INFO kablam! | ^^^^^^^^ not found in this scope Sep 04 03:51:04.985 INFO kablam! Sep 04 03:51:04.986 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyRef` in this scope Sep 04 03:51:04.986 INFO kablam! --> src/semcheck/mismatch.rs:160:15 Sep 04 03:51:04.986 INFO kablam! | Sep 04 03:51:04.986 INFO kablam! 160 | (&TyRef(a_r, a_ty, _), &TyRef(b_r, b_ty, _)) => { Sep 04 03:51:04.986 INFO kablam! | ^^^^^ not found in this scope Sep 04 03:51:04.986 INFO kablam! Sep 04 03:51:04.986 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyRef` in this scope Sep 04 03:51:04.986 INFO kablam! --> src/semcheck/mismatch.rs:160:37 Sep 04 03:51:04.986 INFO kablam! | Sep 04 03:51:04.986 INFO kablam! 160 | (&TyRef(a_r, a_ty, _), &TyRef(b_r, b_ty, _)) => { Sep 04 03:51:04.986 INFO kablam! | ^^^^^ not found in this scope Sep 04 03:51:04.986 INFO kablam! Sep 04 03:51:04.986 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyFnDef` in this scope Sep 04 03:51:04.986 INFO kablam! --> src/semcheck/mismatch.rs:165:15 Sep 04 03:51:04.986 INFO kablam! | Sep 04 03:51:04.986 INFO kablam! 165 | (&TyFnDef(a_def_id, a_substs), &TyFnDef(b_def_id, b_substs)) => { Sep 04 03:51:04.986 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 03:51:04.986 INFO kablam! Sep 04 03:51:04.986 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyFnDef` in this scope Sep 04 03:51:04.986 INFO kablam! --> src/semcheck/mismatch.rs:165:45 Sep 04 03:51:04.986 INFO kablam! | Sep 04 03:51:04.986 INFO kablam! 165 | (&TyFnDef(a_def_id, a_substs), &TyFnDef(b_def_id, b_substs)) => { Sep 04 03:51:04.987 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 03:51:04.987 INFO kablam! Sep 04 03:51:04.987 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyFnPtr` in this scope Sep 04 03:51:04.987 INFO kablam! --> src/semcheck/mismatch.rs:175:15 Sep 04 03:51:04.987 INFO kablam! | Sep 04 03:51:04.987 INFO kablam! 175 | (&TyFnPtr(a_fty), &TyFnPtr(b_fty)) => { Sep 04 03:51:04.987 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 03:51:04.987 INFO kablam! Sep 04 03:51:04.987 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyFnPtr` in this scope Sep 04 03:51:04.987 INFO kablam! --> src/semcheck/mismatch.rs:175:32 Sep 04 03:51:04.987 INFO kablam! | Sep 04 03:51:04.987 INFO kablam! 175 | (&TyFnPtr(a_fty), &TyFnPtr(b_fty)) => { Sep 04 03:51:04.987 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 03:51:04.987 INFO kablam! Sep 04 03:51:04.987 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyDynamic` in this scope Sep 04 03:51:04.987 INFO kablam! --> src/semcheck/mismatch.rs:179:15 Sep 04 03:51:04.987 INFO kablam! | Sep 04 03:51:04.987 INFO kablam! 179 | (&TyDynamic(a_obj, a_r), &TyDynamic(b_obj, b_r)) => { Sep 04 03:51:04.987 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 03:51:04.987 INFO kablam! Sep 04 03:51:04.987 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyDynamic` in this scope Sep 04 03:51:04.987 INFO kablam! --> src/semcheck/mismatch.rs:179:39 Sep 04 03:51:04.987 INFO kablam! | Sep 04 03:51:04.988 INFO kablam! 179 | (&TyDynamic(a_obj, a_r), &TyDynamic(b_obj, b_r)) => { Sep 04 03:51:04.988 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 03:51:04.988 INFO kablam! Sep 04 03:51:04.988 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyTuple` in this scope Sep 04 03:51:04.988 INFO kablam! --> src/semcheck/mismatch.rs:191:15 Sep 04 03:51:04.988 INFO kablam! | Sep 04 03:51:04.988 INFO kablam! 191 | (&TyTuple(as_), &TyTuple(bs)) => { Sep 04 03:51:04.988 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 03:51:04.988 INFO kablam! Sep 04 03:51:04.988 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyTuple` in this scope Sep 04 03:51:04.988 INFO kablam! --> src/semcheck/mismatch.rs:191:30 Sep 04 03:51:04.988 INFO kablam! | Sep 04 03:51:04.988 INFO kablam! 191 | (&TyTuple(as_), &TyTuple(bs)) => { Sep 04 03:51:04.988 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 03:51:04.988 INFO kablam! Sep 04 03:51:04.988 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyProjection` in this scope Sep 04 03:51:04.989 INFO kablam! --> src/semcheck/mismatch.rs:195:15 Sep 04 03:51:04.989 INFO kablam! | Sep 04 03:51:04.989 INFO kablam! 195 | (&TyProjection(a_data), &TyProjection(b_data)) => { Sep 04 03:51:04.989 INFO kablam! | ^^^^^^^^^^^^ not found in this scope Sep 04 03:51:04.989 INFO kablam! Sep 04 03:51:04.989 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyProjection` in this scope Sep 04 03:51:04.989 INFO kablam! --> src/semcheck/mismatch.rs:195:38 Sep 04 03:51:04.989 INFO kablam! | Sep 04 03:51:04.989 INFO kablam! 195 | (&TyProjection(a_data), &TyProjection(b_data)) => { Sep 04 03:51:04.989 INFO kablam! | ^^^^^^^^^^^^ not found in this scope Sep 04 03:51:04.989 INFO kablam! Sep 04 03:51:04.989 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAnon` in this scope Sep 04 03:51:04.989 INFO kablam! --> src/semcheck/mismatch.rs:199:15 Sep 04 03:51:04.989 INFO kablam! | Sep 04 03:51:04.989 INFO kablam! 199 | (&TyAnon(a_def_id, a_substs), &TyAnon(b_def_id, b_substs)) => { Sep 04 03:51:04.989 INFO kablam! | ^^^^^^ not found in this scope Sep 04 03:51:04.989 INFO kablam! Sep 04 03:51:04.989 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAnon` in this scope Sep 04 03:51:04.990 INFO kablam! --> src/semcheck/mismatch.rs:199:44 Sep 04 03:51:04.990 INFO kablam! | Sep 04 03:51:04.990 INFO kablam! 199 | (&TyAnon(a_def_id, a_substs), &TyAnon(b_def_id, b_substs)) => { Sep 04 03:51:04.990 INFO kablam! | ^^^^^^ not found in this scope Sep 04 03:51:04.990 INFO kablam! Sep 04 03:51:04.990 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyInfer` in this scope Sep 04 03:51:04.990 INFO kablam! --> src/semcheck/mismatch.rs:206:15 Sep 04 03:51:04.990 INFO kablam! | Sep 04 03:51:04.990 INFO kablam! 206 | (&TyInfer(_), _) | (_, &TyInfer(_)) => { Sep 04 03:51:04.990 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 03:51:04.990 INFO kablam! Sep 04 03:51:04.990 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyInfer` in this scope Sep 04 03:51:04.990 INFO kablam! --> src/semcheck/mismatch.rs:206:37 Sep 04 03:51:04.990 INFO kablam! | Sep 04 03:51:04.990 INFO kablam! 206 | (&TyInfer(_), _) | (_, &TyInfer(_)) => { Sep 04 03:51:04.990 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 03:51:04.990 INFO kablam! Sep 04 03:51:04.990 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAdt` in this scope Sep 04 03:51:04.991 INFO kablam! --> src/semcheck/translate.rs:171:17 Sep 04 03:51:04.991 INFO kablam! | Sep 04 03:51:04.991 INFO kablam! 171 | TyAdt(&AdtDef { ref did, .. }, substs) if self.needs_translation(*did) => { Sep 04 03:51:04.991 INFO kablam! | ^^^^^ not found in this scope Sep 04 03:51:04.991 INFO kablam! Sep 04 03:51:04.991 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyRef` in this scope Sep 04 03:51:04.991 INFO kablam! --> src/semcheck/translate.rs:181:17 Sep 04 03:51:04.991 INFO kablam! | Sep 04 03:51:04.991 INFO kablam! 181 | TyRef(region, ty, mutbl) => { Sep 04 03:51:04.991 INFO kablam! | ^^^^^ not found in this scope Sep 04 03:51:04.991 INFO kablam! Sep 04 03:51:04.991 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyFnDef` in this scope Sep 04 03:51:04.991 INFO kablam! --> src/semcheck/translate.rs:185:17 Sep 04 03:51:04.991 INFO kablam! | Sep 04 03:51:04.991 INFO kablam! 185 | TyFnDef(did, substs) => { Sep 04 03:51:04.991 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 03:51:04.991 INFO kablam! Sep 04 03:51:04.991 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyDynamic` in this scope Sep 04 03:51:04.992 INFO kablam! --> src/semcheck/translate.rs:196:17 Sep 04 03:51:04.992 INFO kablam! | Sep 04 03:51:04.992 INFO kablam! 196 | TyDynamic(preds, region) => { Sep 04 03:51:04.992 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 03:51:04.992 INFO kablam! Sep 04 03:51:04.992 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyProjection` in this scope Sep 04 03:51:04.992 INFO kablam! --> src/semcheck/translate.rs:262:17 Sep 04 03:51:04.992 INFO kablam! | Sep 04 03:51:04.992 INFO kablam! 262 | TyProjection(proj) => { Sep 04 03:51:04.992 INFO kablam! | ^^^^^^^^^^^^ did you mean `Projection`? Sep 04 03:51:04.992 INFO kablam! Sep 04 03:51:04.992 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAnon` in this scope Sep 04 03:51:04.992 INFO kablam! --> src/semcheck/translate.rs:272:17 Sep 04 03:51:04.992 INFO kablam! | Sep 04 03:51:04.992 INFO kablam! 272 | TyAnon(did, substs) => { Sep 04 03:51:04.992 INFO kablam! | ^^^^^^ not found in this scope Sep 04 03:51:04.992 INFO kablam! Sep 04 03:51:04.992 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyParam` in this scope Sep 04 03:51:04.993 INFO kablam! --> src/semcheck/translate.rs:281:17 Sep 04 03:51:04.993 INFO kablam! | Sep 04 03:51:04.993 INFO kablam! 281 | TyParam(param) => { Sep 04 03:51:04.993 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 03:51:04.993 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 04 03:51:04.993 INFO kablam! | Sep 04 03:51:04.993 INFO kablam! 4 | use rustc::hir::def::Def::TyParam; Sep 04 03:51:04.993 INFO kablam! | Sep 04 03:51:04.993 INFO kablam! Sep 04 03:51:04.993 INFO kablam! error[E0531]: cannot find tuple struct/variant `GlobalAsm` in this scope Sep 04 03:51:04.993 INFO kablam! --> src/semcheck/traverse.rs:177:30 Sep 04 03:51:04.993 INFO kablam! | Sep 04 03:51:04.993 INFO kablam! 177 | (GlobalAsm(_), GlobalAsm(_)) | Sep 04 03:51:04.993 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 03:51:04.993 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 04 03:51:04.993 INFO kablam! | Sep 04 03:51:04.993 INFO kablam! 12 | use rustc::hir::ItemKind::GlobalAsm; Sep 04 03:51:04.994 INFO kablam! | Sep 04 03:51:04.994 INFO kablam! 12 | use rustc::mir::mono::MonoItem::GlobalAsm; Sep 04 03:51:04.994 INFO kablam! | Sep 04 03:51:04.994 INFO kablam! 12 | use syntax::ast::ItemKind::GlobalAsm; Sep 04 03:51:04.994 INFO kablam! | Sep 04 03:51:04.994 INFO kablam! Sep 04 03:51:04.994 INFO kablam! error[E0531]: cannot find tuple struct/variant `GlobalAsm` in this scope Sep 04 03:51:04.994 INFO kablam! --> src/semcheck/traverse.rs:177:44 Sep 04 03:51:04.994 INFO kablam! | Sep 04 03:51:04.994 INFO kablam! 177 | (GlobalAsm(_), GlobalAsm(_)) | Sep 04 03:51:04.994 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 03:51:04.994 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 04 03:51:04.994 INFO kablam! | Sep 04 03:51:04.994 INFO kablam! 12 | use rustc::hir::ItemKind::GlobalAsm; Sep 04 03:51:04.994 INFO kablam! | Sep 04 03:51:04.994 INFO kablam! 12 | use rustc::mir::mono::MonoItem::GlobalAsm; Sep 04 03:51:04.994 INFO kablam! | Sep 04 03:51:04.995 INFO kablam! 12 | use syntax::ast::ItemKind::GlobalAsm; Sep 04 03:51:04.995 INFO kablam! | Sep 04 03:51:04.995 INFO kablam! Sep 04 03:51:04.995 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyParam` in this scope Sep 04 03:51:04.995 INFO kablam! --> src/semcheck/traverse.rs:529:45 Sep 04 03:51:04.995 INFO kablam! | Sep 04 03:51:04.995 INFO kablam! 529 | if let Type(&TyS { sty: TyParam(ParamTy { idx: 0, ..}), ..}) = Sep 04 03:51:04.995 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 03:51:04.995 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 04 03:51:04.995 INFO kablam! | Sep 04 03:51:04.995 INFO kablam! 12 | use rustc::hir::def::Def::TyParam; Sep 04 03:51:04.995 INFO kablam! | Sep 04 03:51:04.995 INFO kablam! Sep 04 03:51:04.999 INFO kablam! warning: unused import: `rustc::ty::TypeVariants::*` Sep 04 03:51:04.999 INFO kablam! --> src/semcheck/mismatch.rs:110:13 Sep 04 03:51:04.999 INFO kablam! | Sep 04 03:51:04.999 INFO kablam! 110 | use rustc::ty::TypeVariants::*; Sep 04 03:51:05.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 03:51:05.000 INFO kablam! | Sep 04 03:51:05.000 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 03:51:05.000 INFO kablam! Sep 04 03:51:05.000 INFO kablam! warning: unused import: `rustc::ty::TypeVariants::*` Sep 04 03:51:05.000 INFO kablam! --> src/semcheck/translate.rs:167:13 Sep 04 03:51:05.000 INFO kablam! | Sep 04 03:51:05.000 INFO kablam! 167 | use rustc::ty::TypeVariants::*; Sep 04 03:51:05.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 03:51:05.000 INFO kablam! Sep 04 03:51:05.001 INFO kablam! warning: unused import: `TypeVariants::*` Sep 04 03:51:05.001 INFO kablam! --> src/semcheck/traverse.rs:502:46 Sep 04 03:51:05.001 INFO kablam! | Sep 04 03:51:05.001 INFO kablam! 502 | use rustc::ty::{ParamTy, Predicate, TyS, TypeVariants::*}; Sep 04 03:51:05.002 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 03:51:05.002 INFO kablam! Sep 04 03:51:05.350 INFO kablam! error[E0432]: unresolved import `rustc::ty::TypeVariants` Sep 04 03:51:05.350 INFO kablam! --> src/semcheck/mismatch.rs:110:24 Sep 04 03:51:05.350 INFO kablam! | Sep 04 03:51:05.350 INFO kablam! 110 | use rustc::ty::TypeVariants::*; Sep 04 03:51:05.350 INFO kablam! | ^^^^^^^^^^^^ Could not find `TypeVariants` in `ty` Sep 04 03:51:05.350 INFO kablam! Sep 04 03:51:05.350 INFO kablam! error[E0432]: unresolved import `rustc::ty::TypeVariants` Sep 04 03:51:05.350 INFO kablam! --> src/semcheck/translate.rs:167:24 Sep 04 03:51:05.350 INFO kablam! | Sep 04 03:51:05.351 INFO kablam! 167 | use rustc::ty::TypeVariants::*; Sep 04 03:51:05.351 INFO kablam! | ^^^^^^^^^^^^ Could not find `TypeVariants` in `ty` Sep 04 03:51:05.351 INFO kablam! Sep 04 03:51:05.351 INFO kablam! error[E0432]: unresolved import `rustc::ty::TypeVariants` Sep 04 03:51:05.351 INFO kablam! --> src/semcheck/translate.rs:521:24 Sep 04 03:51:05.351 INFO kablam! | Sep 04 03:51:05.351 INFO kablam! 521 | use rustc::ty::TypeVariants::{TyError, TyInfer, TyRef}; Sep 04 03:51:05.351 INFO kablam! | ^^^^^^^^^^^^ Could not find `TypeVariants` in `ty` Sep 04 03:51:05.351 INFO kablam! Sep 04 03:51:05.351 INFO kablam! error[E0432]: unresolved import `rustc::ty::TypeVariants` Sep 04 03:51:05.351 INFO kablam! --> src/semcheck/traverse.rs:502:46 Sep 04 03:51:05.351 INFO kablam! | Sep 04 03:51:05.351 INFO kablam! 502 | use rustc::ty::{ParamTy, Predicate, TyS, TypeVariants::*}; Sep 04 03:51:05.351 INFO kablam! | ^^^^^^^^^^^^ Could not find `TypeVariants` in `ty` Sep 04 03:51:05.351 INFO kablam! Sep 04 03:51:05.404 INFO kablam! error[E0530]: match bindings cannot shadow tuple variants Sep 04 03:51:05.404 INFO kablam! --> src/semcheck/mapping.rs:337:13 Sep 04 03:51:05.404 INFO kablam! | Sep 04 03:51:05.404 INFO kablam! 307 | use rustc::hir::def::Def::*; Sep 04 03:51:05.404 INFO kablam! | ----------------------- a tuple variant `NonMacroAttr` is imported here Sep 04 03:51:05.404 INFO kablam! ... Sep 04 03:51:05.404 INFO kablam! 337 | NonMacroAttr /*(_)*/ | Sep 04 03:51:05.404 INFO kablam! | ^^^^^^^^^^^^ cannot be named the same as a tuple variant Sep 04 03:51:05.404 INFO kablam! Sep 04 03:51:05.411 INFO kablam! error[E0408]: variable `NonMacroAttr` is not bound in all patterns Sep 04 03:51:05.411 INFO kablam! --> src/semcheck/mapping.rs:336:13 Sep 04 03:51:05.411 INFO kablam! | Sep 04 03:51:05.411 INFO kablam! 336 | ToolMod | Sep 04 03:51:05.411 INFO kablam! | ^^^^^^^ pattern doesn't bind `NonMacroAttr` Sep 04 03:51:05.411 INFO kablam! 337 | NonMacroAttr /*(_)*/ | Sep 04 03:51:05.412 INFO kablam! | ------------ variable not in all patterns Sep 04 03:51:05.412 INFO kablam! 338 | GlobalAsm(_) | Sep 04 03:51:05.412 INFO kablam! | ^^^^^^^^^^^^ pattern doesn't bind `NonMacroAttr` Sep 04 03:51:05.412 INFO kablam! 339 | Err => None, Sep 04 03:51:05.412 INFO kablam! | ^^^ pattern doesn't bind `NonMacroAttr` Sep 04 03:51:05.412 INFO kablam! Sep 04 03:51:05.677 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyForeign` in this scope Sep 04 03:51:05.677 INFO kablam! --> src/semcheck/mapping.rs:318:13 Sep 04 03:51:05.678 INFO kablam! | Sep 04 03:51:05.678 INFO kablam! 318 | TyForeign(_) | Sep 04 03:51:05.678 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 03:51:05.678 INFO kablam! Sep 04 03:51:05.678 INFO kablam! error[E0531]: cannot find tuple struct/variant `GlobalAsm` in this scope Sep 04 03:51:05.678 INFO kablam! --> src/semcheck/mapping.rs:338:13 Sep 04 03:51:05.678 INFO kablam! | Sep 04 03:51:05.678 INFO kablam! 338 | GlobalAsm(_) | Sep 04 03:51:05.678 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 03:51:05.678 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 04 03:51:05.678 INFO kablam! | Sep 04 03:51:05.678 INFO kablam! 6 | use rustc::hir::ItemKind::GlobalAsm; Sep 04 03:51:05.678 INFO kablam! | Sep 04 03:51:05.678 INFO kablam! 6 | use rustc::mir::mono::MonoItem::GlobalAsm; Sep 04 03:51:05.678 INFO kablam! | Sep 04 03:51:05.678 INFO kablam! 6 | use syntax::ast::ItemKind::GlobalAsm; Sep 04 03:51:05.678 INFO kablam! | Sep 04 03:51:05.678 INFO kablam! Sep 04 03:51:05.678 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAdt` in this scope Sep 04 03:51:05.678 INFO kablam! --> src/semcheck/mismatch.rs:121:15 Sep 04 03:51:05.678 INFO kablam! | Sep 04 03:51:05.678 INFO kablam! 121 | (&TyAdt(a_def, a_substs), &TyAdt(b_def, b_substs)) => { Sep 04 03:51:05.679 INFO kablam! | ^^^^^ not found in this scope Sep 04 03:51:05.679 INFO kablam! Sep 04 03:51:05.679 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAdt` in this scope Sep 04 03:51:05.679 INFO kablam! --> src/semcheck/mismatch.rs:121:40 Sep 04 03:51:05.679 INFO kablam! | Sep 04 03:51:05.679 INFO kablam! 121 | (&TyAdt(a_def, a_substs), &TyAdt(b_def, b_substs)) => { Sep 04 03:51:05.679 INFO kablam! | ^^^^^ not found in this scope Sep 04 03:51:05.679 INFO kablam! Sep 04 03:51:05.679 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyArray` in this scope Sep 04 03:51:05.679 INFO kablam! --> src/semcheck/mismatch.rs:151:15 Sep 04 03:51:05.679 INFO kablam! | Sep 04 03:51:05.679 INFO kablam! 151 | (&TyArray(a_t, _), &TyArray(b_t, _)) | Sep 04 03:51:05.679 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 03:51:05.679 INFO kablam! Sep 04 03:51:05.679 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyArray` in this scope Sep 04 03:51:05.679 INFO kablam! --> src/semcheck/mismatch.rs:151:33 Sep 04 03:51:05.679 INFO kablam! | Sep 04 03:51:05.679 INFO kablam! 151 | (&TyArray(a_t, _), &TyArray(b_t, _)) | Sep 04 03:51:05.679 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 03:51:05.679 INFO kablam! Sep 04 03:51:05.679 INFO kablam! error[E0531]: cannot find tuple struct/variant `TySlice` in this scope Sep 04 03:51:05.679 INFO kablam! --> src/semcheck/mismatch.rs:152:15 Sep 04 03:51:05.679 INFO kablam! | Sep 04 03:51:05.680 INFO kablam! 152 | (&TySlice(a_t), &TySlice(b_t)) => { Sep 04 03:51:05.680 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 03:51:05.680 INFO kablam! Sep 04 03:51:05.680 INFO kablam! error[E0531]: cannot find tuple struct/variant `TySlice` in this scope Sep 04 03:51:05.680 INFO kablam! --> src/semcheck/mismatch.rs:152:30 Sep 04 03:51:05.680 INFO kablam! | Sep 04 03:51:05.680 INFO kablam! 152 | (&TySlice(a_t), &TySlice(b_t)) => { Sep 04 03:51:05.680 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 03:51:05.680 INFO kablam! Sep 04 03:51:05.680 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyRawPtr` in this scope Sep 04 03:51:05.680 INFO kablam! --> src/semcheck/mismatch.rs:156:15 Sep 04 03:51:05.680 INFO kablam! | Sep 04 03:51:05.680 INFO kablam! 156 | (&TyRawPtr(a_mt), &TyRawPtr(b_mt)) => { Sep 04 03:51:05.680 INFO kablam! | ^^^^^^^^ not found in this scope Sep 04 03:51:05.680 INFO kablam! Sep 04 03:51:05.680 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyRawPtr` in this scope Sep 04 03:51:05.680 INFO kablam! --> src/semcheck/mismatch.rs:156:32 Sep 04 03:51:05.680 INFO kablam! | Sep 04 03:51:05.680 INFO kablam! 156 | (&TyRawPtr(a_mt), &TyRawPtr(b_mt)) => { Sep 04 03:51:05.680 INFO kablam! | ^^^^^^^^ not found in this scope Sep 04 03:51:05.680 INFO kablam! Sep 04 03:51:05.680 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyRef` in this scope Sep 04 03:51:05.680 INFO kablam! --> src/semcheck/mismatch.rs:160:15 Sep 04 03:51:05.681 INFO kablam! | Sep 04 03:51:05.681 INFO kablam! 160 | (&TyRef(a_r, a_ty, _), &TyRef(b_r, b_ty, _)) => { Sep 04 03:51:05.681 INFO kablam! | ^^^^^ not found in this scope Sep 04 03:51:05.681 INFO kablam! Sep 04 03:51:05.681 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyRef` in this scope Sep 04 03:51:05.681 INFO kablam! --> src/semcheck/mismatch.rs:160:37 Sep 04 03:51:05.681 INFO kablam! | Sep 04 03:51:05.681 INFO kablam! 160 | (&TyRef(a_r, a_ty, _), &TyRef(b_r, b_ty, _)) => { Sep 04 03:51:05.681 INFO kablam! | ^^^^^ not found in this scope Sep 04 03:51:05.681 INFO kablam! Sep 04 03:51:05.681 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyFnDef` in this scope Sep 04 03:51:05.681 INFO kablam! --> src/semcheck/mismatch.rs:165:15 Sep 04 03:51:05.681 INFO kablam! | Sep 04 03:51:05.681 INFO kablam! 165 | (&TyFnDef(a_def_id, a_substs), &TyFnDef(b_def_id, b_substs)) => { Sep 04 03:51:05.681 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 03:51:05.681 INFO kablam! Sep 04 03:51:05.681 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyFnDef` in this scope Sep 04 03:51:05.681 INFO kablam! --> src/semcheck/mismatch.rs:165:45 Sep 04 03:51:05.681 INFO kablam! | Sep 04 03:51:05.681 INFO kablam! 165 | (&TyFnDef(a_def_id, a_substs), &TyFnDef(b_def_id, b_substs)) => { Sep 04 03:51:05.681 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 03:51:05.681 INFO kablam! Sep 04 03:51:05.681 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyFnPtr` in this scope Sep 04 03:51:05.681 INFO kablam! --> src/semcheck/mismatch.rs:175:15 Sep 04 03:51:05.682 INFO kablam! | Sep 04 03:51:05.682 INFO kablam! 175 | (&TyFnPtr(a_fty), &TyFnPtr(b_fty)) => { Sep 04 03:51:05.682 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 03:51:05.682 INFO kablam! Sep 04 03:51:05.682 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyFnPtr` in this scope Sep 04 03:51:05.682 INFO kablam! --> src/semcheck/mismatch.rs:175:32 Sep 04 03:51:05.682 INFO kablam! | Sep 04 03:51:05.682 INFO kablam! 175 | (&TyFnPtr(a_fty), &TyFnPtr(b_fty)) => { Sep 04 03:51:05.682 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 03:51:05.682 INFO kablam! Sep 04 03:51:05.682 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyDynamic` in this scope Sep 04 03:51:05.682 INFO kablam! --> src/semcheck/mismatch.rs:179:15 Sep 04 03:51:05.682 INFO kablam! | Sep 04 03:51:05.682 INFO kablam! 179 | (&TyDynamic(a_obj, a_r), &TyDynamic(b_obj, b_r)) => { Sep 04 03:51:05.682 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 03:51:05.682 INFO kablam! Sep 04 03:51:05.682 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyDynamic` in this scope Sep 04 03:51:05.682 INFO kablam! --> src/semcheck/mismatch.rs:179:39 Sep 04 03:51:05.682 INFO kablam! | Sep 04 03:51:05.682 INFO kablam! 179 | (&TyDynamic(a_obj, a_r), &TyDynamic(b_obj, b_r)) => { Sep 04 03:51:05.682 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 03:51:05.682 INFO kablam! Sep 04 03:51:05.682 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyTuple` in this scope Sep 04 03:51:05.682 INFO kablam! --> src/semcheck/mismatch.rs:191:15 Sep 04 03:51:05.682 INFO kablam! | Sep 04 03:51:05.682 INFO kablam! 191 | (&TyTuple(as_), &TyTuple(bs)) => { Sep 04 03:51:05.682 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 03:51:05.682 INFO kablam! Sep 04 03:51:05.683 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyTuple` in this scope Sep 04 03:51:05.683 INFO kablam! --> src/semcheck/mismatch.rs:191:30 Sep 04 03:51:05.683 INFO kablam! | Sep 04 03:51:05.683 INFO kablam! 191 | (&TyTuple(as_), &TyTuple(bs)) => { Sep 04 03:51:05.683 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 03:51:05.683 INFO kablam! Sep 04 03:51:05.683 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyProjection` in this scope Sep 04 03:51:05.683 INFO kablam! --> src/semcheck/mismatch.rs:195:15 Sep 04 03:51:05.683 INFO kablam! | Sep 04 03:51:05.683 INFO kablam! 195 | (&TyProjection(a_data), &TyProjection(b_data)) => { Sep 04 03:51:05.683 INFO kablam! | ^^^^^^^^^^^^ not found in this scope Sep 04 03:51:05.683 INFO kablam! Sep 04 03:51:05.683 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyProjection` in this scope Sep 04 03:51:05.683 INFO kablam! --> src/semcheck/mismatch.rs:195:38 Sep 04 03:51:05.683 INFO kablam! | Sep 04 03:51:05.683 INFO kablam! 195 | (&TyProjection(a_data), &TyProjection(b_data)) => { Sep 04 03:51:05.683 INFO kablam! | ^^^^^^^^^^^^ not found in this scope Sep 04 03:51:05.683 INFO kablam! Sep 04 03:51:05.683 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAnon` in this scope Sep 04 03:51:05.683 INFO kablam! --> src/semcheck/mismatch.rs:199:15 Sep 04 03:51:05.683 INFO kablam! | Sep 04 03:51:05.683 INFO kablam! 199 | (&TyAnon(a_def_id, a_substs), &TyAnon(b_def_id, b_substs)) => { Sep 04 03:51:05.683 INFO kablam! | ^^^^^^ not found in this scope Sep 04 03:51:05.683 INFO kablam! Sep 04 03:51:05.684 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAnon` in this scope Sep 04 03:51:05.684 INFO kablam! --> src/semcheck/mismatch.rs:199:44 Sep 04 03:51:05.684 INFO kablam! | Sep 04 03:51:05.685 INFO kablam! 199 | (&TyAnon(a_def_id, a_substs), &TyAnon(b_def_id, b_substs)) => { Sep 04 03:51:05.685 INFO kablam! | ^^^^^^ not found in this scope Sep 04 03:51:05.685 INFO kablam! Sep 04 03:51:05.685 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyInfer` in this scope Sep 04 03:51:05.685 INFO kablam! --> src/semcheck/mismatch.rs:206:15 Sep 04 03:51:05.685 INFO kablam! | Sep 04 03:51:05.685 INFO kablam! 206 | (&TyInfer(_), _) | (_, &TyInfer(_)) => { Sep 04 03:51:05.685 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 03:51:05.685 INFO kablam! Sep 04 03:51:05.685 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyInfer` in this scope Sep 04 03:51:05.685 INFO kablam! --> src/semcheck/mismatch.rs:206:37 Sep 04 03:51:05.685 INFO kablam! | Sep 04 03:51:05.685 INFO kablam! 206 | (&TyInfer(_), _) | (_, &TyInfer(_)) => { Sep 04 03:51:05.685 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 03:51:05.685 INFO kablam! Sep 04 03:51:05.685 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAdt` in this scope Sep 04 03:51:05.686 INFO kablam! --> src/semcheck/translate.rs:171:17 Sep 04 03:51:05.686 INFO kablam! | Sep 04 03:51:05.686 INFO kablam! 171 | TyAdt(&AdtDef { ref did, .. }, substs) if self.needs_translation(*did) => { Sep 04 03:51:05.686 INFO kablam! | ^^^^^ not found in this scope Sep 04 03:51:05.686 INFO kablam! Sep 04 03:51:05.686 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyRef` in this scope Sep 04 03:51:05.686 INFO kablam! --> src/semcheck/translate.rs:181:17 Sep 04 03:51:05.686 INFO kablam! | Sep 04 03:51:05.686 INFO kablam! 181 | TyRef(region, ty, mutbl) => { Sep 04 03:51:05.686 INFO kablam! | ^^^^^ not found in this scope Sep 04 03:51:05.686 INFO kablam! Sep 04 03:51:05.686 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyFnDef` in this scope Sep 04 03:51:05.686 INFO kablam! --> src/semcheck/translate.rs:185:17 Sep 04 03:51:05.686 INFO kablam! | Sep 04 03:51:05.686 INFO kablam! 185 | TyFnDef(did, substs) => { Sep 04 03:51:05.686 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 03:51:05.686 INFO kablam! Sep 04 03:51:05.686 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyDynamic` in this scope Sep 04 03:51:05.686 INFO kablam! --> src/semcheck/translate.rs:196:17 Sep 04 03:51:05.687 INFO kablam! | Sep 04 03:51:05.687 INFO kablam! 196 | TyDynamic(preds, region) => { Sep 04 03:51:05.687 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 03:51:05.687 INFO kablam! Sep 04 03:51:05.687 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyProjection` in this scope Sep 04 03:51:05.687 INFO kablam! --> src/semcheck/translate.rs:262:17 Sep 04 03:51:05.687 INFO kablam! | Sep 04 03:51:05.687 INFO kablam! 262 | TyProjection(proj) => { Sep 04 03:51:05.687 INFO kablam! | ^^^^^^^^^^^^ did you mean `Projection`? Sep 04 03:51:05.687 INFO kablam! Sep 04 03:51:05.687 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAnon` in this scope Sep 04 03:51:05.687 INFO kablam! --> src/semcheck/translate.rs:272:17 Sep 04 03:51:05.687 INFO kablam! | Sep 04 03:51:05.687 INFO kablam! 272 | TyAnon(did, substs) => { Sep 04 03:51:05.687 INFO kablam! | ^^^^^^ not found in this scope Sep 04 03:51:05.687 INFO kablam! Sep 04 03:51:05.687 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyParam` in this scope Sep 04 03:51:05.687 INFO kablam! --> src/semcheck/translate.rs:281:17 Sep 04 03:51:05.688 INFO kablam! | Sep 04 03:51:05.688 INFO kablam! 281 | TyParam(param) => { Sep 04 03:51:05.688 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 03:51:05.688 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 04 03:51:05.688 INFO kablam! | Sep 04 03:51:05.688 INFO kablam! 4 | use rustc::hir::def::Def::TyParam; Sep 04 03:51:05.688 INFO kablam! | Sep 04 03:51:05.688 INFO kablam! Sep 04 03:51:05.688 INFO kablam! error[E0531]: cannot find tuple struct/variant `GlobalAsm` in this scope Sep 04 03:51:05.688 INFO kablam! --> src/semcheck/traverse.rs:177:30 Sep 04 03:51:05.688 INFO kablam! | Sep 04 03:51:05.688 INFO kablam! 177 | (GlobalAsm(_), GlobalAsm(_)) | Sep 04 03:51:05.688 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 03:51:05.688 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 04 03:51:05.688 INFO kablam! | Sep 04 03:51:05.688 INFO kablam! 12 | use rustc::hir::ItemKind::GlobalAsm; Sep 04 03:51:05.688 INFO kablam! | Sep 04 03:51:05.688 INFO kablam! 12 | use rustc::mir::mono::MonoItem::GlobalAsm; Sep 04 03:51:05.688 INFO kablam! | Sep 04 03:51:05.689 INFO kablam! 12 | use syntax::ast::ItemKind::GlobalAsm; Sep 04 03:51:05.689 INFO kablam! | Sep 04 03:51:05.689 INFO kablam! Sep 04 03:51:05.689 INFO kablam! error[E0531]: cannot find tuple struct/variant `GlobalAsm` in this scope Sep 04 03:51:05.689 INFO kablam! --> src/semcheck/traverse.rs:177:44 Sep 04 03:51:05.689 INFO kablam! | Sep 04 03:51:05.689 INFO kablam! 177 | (GlobalAsm(_), GlobalAsm(_)) | Sep 04 03:51:05.689 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 03:51:05.689 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 04 03:51:05.689 INFO kablam! | Sep 04 03:51:05.689 INFO kablam! 12 | use rustc::hir::ItemKind::GlobalAsm; Sep 04 03:51:05.689 INFO kablam! | Sep 04 03:51:05.689 INFO kablam! 12 | use rustc::mir::mono::MonoItem::GlobalAsm; Sep 04 03:51:05.689 INFO kablam! | Sep 04 03:51:05.689 INFO kablam! 12 | use syntax::ast::ItemKind::GlobalAsm; Sep 04 03:51:05.689 INFO kablam! | Sep 04 03:51:05.689 INFO kablam! Sep 04 03:51:05.689 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyParam` in this scope Sep 04 03:51:05.689 INFO kablam! --> src/semcheck/traverse.rs:529:45 Sep 04 03:51:05.690 INFO kablam! | Sep 04 03:51:05.690 INFO kablam! 529 | if let Type(&TyS { sty: TyParam(ParamTy { idx: 0, ..}), ..}) = Sep 04 03:51:05.690 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 03:51:05.690 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 04 03:51:05.690 INFO kablam! | Sep 04 03:51:05.690 INFO kablam! 12 | use rustc::hir::def::Def::TyParam; Sep 04 03:51:05.690 INFO kablam! | Sep 04 03:51:05.690 INFO kablam! Sep 04 03:51:05.705 INFO kablam! warning: unused import: `rustc::ty::TypeVariants::*` Sep 04 03:51:05.705 INFO kablam! --> src/semcheck/mismatch.rs:110:13 Sep 04 03:51:05.705 INFO kablam! | Sep 04 03:51:05.705 INFO kablam! 110 | use rustc::ty::TypeVariants::*; Sep 04 03:51:05.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 03:51:05.705 INFO kablam! | Sep 04 03:51:05.705 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 03:51:05.705 INFO kablam! Sep 04 03:51:05.705 INFO kablam! warning: unused import: `rustc::ty::TypeVariants::*` Sep 04 03:51:05.705 INFO kablam! --> src/semcheck/translate.rs:167:13 Sep 04 03:51:05.705 INFO kablam! | Sep 04 03:51:05.705 INFO kablam! 167 | use rustc::ty::TypeVariants::*; Sep 04 03:51:05.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 03:51:05.705 INFO kablam! Sep 04 03:51:05.707 INFO kablam! warning: unused import: `TypeVariants::*` Sep 04 03:51:05.708 INFO kablam! --> src/semcheck/traverse.rs:502:46 Sep 04 03:51:05.708 INFO kablam! | Sep 04 03:51:05.708 INFO kablam! 502 | use rustc::ty::{ParamTy, Predicate, TyS, TypeVariants::*}; Sep 04 03:51:05.708 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 03:51:05.708 INFO kablam! Sep 04 03:51:05.908 INFO kablam! error: aborting due to 42 previous errors Sep 04 03:51:05.908 INFO kablam! Sep 04 03:51:05.908 INFO kablam! Some errors occurred: E0408, E0432, E0530, E0531. Sep 04 03:51:05.908 INFO kablam! For more information about an error, try `rustc --explain E0408`. Sep 04 03:51:05.922 INFO kablam! error: Could not compile `semverver`. Sep 04 03:51:05.922 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 03:51:06.768 INFO kablam! error: aborting due to 42 previous errors Sep 04 03:51:06.768 INFO kablam! Sep 04 03:51:06.769 INFO kablam! Some errors occurred: E0408, E0432, E0530, E0531. Sep 04 03:51:06.769 INFO kablam! For more information about an error, try `rustc --explain E0408`. Sep 04 03:51:06.804 INFO kablam! error: Could not compile `semverver`. Sep 04 03:51:06.804 INFO kablam! Sep 04 03:51:06.804 INFO kablam! To learn more, run the command again with --verbose. Sep 04 03:51:06.807 INFO kablam! su: No module specific data is present Sep 04 03:51:07.278 INFO running `"docker" "rm" "-f" "a8ec24315adca3d43797338eb5e840fdff59c2a012a56ad79c2789ad39e15c7e"` Sep 04 03:51:07.407 INFO blam! a8ec24315adca3d43797338eb5e840fdff59c2a012a56ad79c2789ad39e15c7e