Sep 04 07:02:33.347 INFO checking semverver-0.1.16 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 07:02:33.347 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 07:02:33.347 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-3/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 07:02:33.540 INFO blam! 552322a0d7c0cae7a6b4e61135c8cb4c9baf4df96451278428887da10bb471f0 Sep 04 07:02:33.542 INFO running `"docker" "start" "-a" "552322a0d7c0cae7a6b4e61135c8cb4c9baf4df96451278428887da10bb471f0"` Sep 04 07:02:34.441 INFO kablam! Checking jobserver v0.1.11 Sep 04 07:02:34.441 INFO kablam! Checking tar v0.4.16 Sep 04 07:02:34.451 INFO kablam! Checking globset v0.4.1 Sep 04 07:02:34.451 INFO kablam! Checking git2 v0.7.5 Sep 04 07:02:34.451 INFO kablam! Checking quickcheck v0.6.2 Sep 04 07:02:34.451 INFO kablam! Checking crates-io v0.16.0 Sep 04 07:02:38.126 INFO kablam! Checking ignore v0.4.3 Sep 04 07:02:43.613 INFO kablam! Checking git2-curl v0.8.1 Sep 04 07:02:44.345 INFO kablam! Checking cargo v0.27.0 Sep 04 07:03:01.105 INFO kablam! Checking semverver v0.1.16 (file:///source) Sep 04 07:03:03.869 INFO kablam! error[E0432]: unresolved import `rustc::ty::TypeVariants` Sep 04 07:03:03.869 INFO kablam! --> src/semcheck/mismatch.rs:110:24 Sep 04 07:03:03.869 INFO kablam! | Sep 04 07:03:03.869 INFO kablam! 110 | use rustc::ty::TypeVariants::*; Sep 04 07:03:03.869 INFO kablam! | ^^^^^^^^^^^^ Could not find `TypeVariants` in `ty` Sep 04 07:03:03.870 INFO kablam! Sep 04 07:03:03.870 INFO kablam! error[E0432]: unresolved import `rustc::ty::TypeVariants` Sep 04 07:03:03.870 INFO kablam! --> src/semcheck/translate.rs:167:24 Sep 04 07:03:03.870 INFO kablam! | Sep 04 07:03:03.870 INFO kablam! 167 | use rustc::ty::TypeVariants::*; Sep 04 07:03:03.870 INFO kablam! | ^^^^^^^^^^^^ Could not find `TypeVariants` in `ty` Sep 04 07:03:03.870 INFO kablam! Sep 04 07:03:03.870 INFO kablam! error[E0432]: unresolved import `rustc::ty::TypeVariants` Sep 04 07:03:03.870 INFO kablam! --> src/semcheck/translate.rs:521:24 Sep 04 07:03:03.870 INFO kablam! | Sep 04 07:03:03.870 INFO kablam! 521 | use rustc::ty::TypeVariants::{TyError, TyInfer, TyRef}; Sep 04 07:03:03.870 INFO kablam! | ^^^^^^^^^^^^ Could not find `TypeVariants` in `ty` Sep 04 07:03:03.870 INFO kablam! Sep 04 07:03:03.870 INFO kablam! error[E0432]: unresolved import `rustc::ty::TypeVariants` Sep 04 07:03:03.870 INFO kablam! --> src/semcheck/traverse.rs:502:46 Sep 04 07:03:03.870 INFO kablam! | Sep 04 07:03:03.870 INFO kablam! 502 | use rustc::ty::{ParamTy, Predicate, TyS, TypeVariants::*}; Sep 04 07:03:03.870 INFO kablam! | ^^^^^^^^^^^^ Could not find `TypeVariants` in `ty` Sep 04 07:03:03.870 INFO kablam! Sep 04 07:03:03.941 INFO kablam! error[E0530]: match bindings cannot shadow tuple variants Sep 04 07:03:03.941 INFO kablam! --> src/semcheck/mapping.rs:337:13 Sep 04 07:03:03.941 INFO kablam! | Sep 04 07:03:03.941 INFO kablam! 307 | use rustc::hir::def::Def::*; Sep 04 07:03:03.941 INFO kablam! | ----------------------- a tuple variant `NonMacroAttr` is imported here Sep 04 07:03:03.941 INFO kablam! ... Sep 04 07:03:03.941 INFO kablam! 337 | NonMacroAttr /*(_)*/ | Sep 04 07:03:03.941 INFO kablam! | ^^^^^^^^^^^^ cannot be named the same as a tuple variant Sep 04 07:03:03.941 INFO kablam! Sep 04 07:03:03.950 INFO kablam! error[E0408]: variable `NonMacroAttr` is not bound in all patterns Sep 04 07:03:03.951 INFO kablam! --> src/semcheck/mapping.rs:336:13 Sep 04 07:03:03.951 INFO kablam! | Sep 04 07:03:03.951 INFO kablam! 336 | ToolMod | Sep 04 07:03:03.951 INFO kablam! | ^^^^^^^ pattern doesn't bind `NonMacroAttr` Sep 04 07:03:03.951 INFO kablam! 337 | NonMacroAttr /*(_)*/ | Sep 04 07:03:03.951 INFO kablam! | ------------ variable not in all patterns Sep 04 07:03:03.951 INFO kablam! 338 | GlobalAsm(_) | Sep 04 07:03:03.951 INFO kablam! | ^^^^^^^^^^^^ pattern doesn't bind `NonMacroAttr` Sep 04 07:03:03.951 INFO kablam! 339 | Err => None, Sep 04 07:03:03.951 INFO kablam! | ^^^ pattern doesn't bind `NonMacroAttr` Sep 04 07:03:03.951 INFO kablam! Sep 04 07:03:04.284 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyForeign` in this scope Sep 04 07:03:04.284 INFO kablam! --> src/semcheck/mapping.rs:318:13 Sep 04 07:03:04.284 INFO kablam! | Sep 04 07:03:04.284 INFO kablam! 318 | TyForeign(_) | Sep 04 07:03:04.284 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 07:03:04.284 INFO kablam! Sep 04 07:03:04.285 INFO kablam! error[E0531]: cannot find tuple struct/variant `GlobalAsm` in this scope Sep 04 07:03:04.285 INFO kablam! --> src/semcheck/mapping.rs:338:13 Sep 04 07:03:04.285 INFO kablam! | Sep 04 07:03:04.285 INFO kablam! 338 | GlobalAsm(_) | Sep 04 07:03:04.285 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 07:03:04.285 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 04 07:03:04.285 INFO kablam! | Sep 04 07:03:04.285 INFO kablam! 6 | use rustc::hir::ItemKind::GlobalAsm; Sep 04 07:03:04.285 INFO kablam! | Sep 04 07:03:04.285 INFO kablam! 6 | use rustc::mir::mono::MonoItem::GlobalAsm; Sep 04 07:03:04.285 INFO kablam! | Sep 04 07:03:04.285 INFO kablam! 6 | use syntax::ast::ItemKind::GlobalAsm; Sep 04 07:03:04.285 INFO kablam! | Sep 04 07:03:04.285 INFO kablam! Sep 04 07:03:04.286 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAdt` in this scope Sep 04 07:03:04.286 INFO kablam! --> src/semcheck/mismatch.rs:121:15 Sep 04 07:03:04.286 INFO kablam! | Sep 04 07:03:04.286 INFO kablam! 121 | (&TyAdt(a_def, a_substs), &TyAdt(b_def, b_substs)) => { Sep 04 07:03:04.286 INFO kablam! | ^^^^^ not found in this scope Sep 04 07:03:04.286 INFO kablam! Sep 04 07:03:04.286 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAdt` in this scope Sep 04 07:03:04.286 INFO kablam! --> src/semcheck/mismatch.rs:121:40 Sep 04 07:03:04.286 INFO kablam! | Sep 04 07:03:04.286 INFO kablam! 121 | (&TyAdt(a_def, a_substs), &TyAdt(b_def, b_substs)) => { Sep 04 07:03:04.286 INFO kablam! | ^^^^^ not found in this scope Sep 04 07:03:04.287 INFO kablam! Sep 04 07:03:04.287 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyArray` in this scope Sep 04 07:03:04.287 INFO kablam! --> src/semcheck/mismatch.rs:151:15 Sep 04 07:03:04.287 INFO kablam! | Sep 04 07:03:04.287 INFO kablam! 151 | (&TyArray(a_t, _), &TyArray(b_t, _)) | Sep 04 07:03:04.287 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 07:03:04.288 INFO kablam! Sep 04 07:03:04.288 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyArray` in this scope Sep 04 07:03:04.288 INFO kablam! --> src/semcheck/mismatch.rs:151:33 Sep 04 07:03:04.288 INFO kablam! | Sep 04 07:03:04.288 INFO kablam! 151 | (&TyArray(a_t, _), &TyArray(b_t, _)) | Sep 04 07:03:04.288 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 07:03:04.288 INFO kablam! Sep 04 07:03:04.289 INFO kablam! error[E0531]: cannot find tuple struct/variant `TySlice` in this scope Sep 04 07:03:04.289 INFO kablam! --> src/semcheck/mismatch.rs:152:15 Sep 04 07:03:04.289 INFO kablam! | Sep 04 07:03:04.289 INFO kablam! 152 | (&TySlice(a_t), &TySlice(b_t)) => { Sep 04 07:03:04.289 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 07:03:04.289 INFO kablam! Sep 04 07:03:04.290 INFO kablam! error[E0531]: cannot find tuple struct/variant `TySlice` in this scope Sep 04 07:03:04.290 INFO kablam! --> src/semcheck/mismatch.rs:152:30 Sep 04 07:03:04.290 INFO kablam! | Sep 04 07:03:04.290 INFO kablam! 152 | (&TySlice(a_t), &TySlice(b_t)) => { Sep 04 07:03:04.290 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 07:03:04.290 INFO kablam! Sep 04 07:03:04.291 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyRawPtr` in this scope Sep 04 07:03:04.291 INFO kablam! --> src/semcheck/mismatch.rs:156:15 Sep 04 07:03:04.291 INFO kablam! | Sep 04 07:03:04.291 INFO kablam! 156 | (&TyRawPtr(a_mt), &TyRawPtr(b_mt)) => { Sep 04 07:03:04.291 INFO kablam! | ^^^^^^^^ not found in this scope Sep 04 07:03:04.291 INFO kablam! Sep 04 07:03:04.291 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyRawPtr` in this scope Sep 04 07:03:04.291 INFO kablam! --> src/semcheck/mismatch.rs:156:32 Sep 04 07:03:04.291 INFO kablam! | Sep 04 07:03:04.291 INFO kablam! 156 | (&TyRawPtr(a_mt), &TyRawPtr(b_mt)) => { Sep 04 07:03:04.291 INFO kablam! | ^^^^^^^^ not found in this scope Sep 04 07:03:04.291 INFO kablam! Sep 04 07:03:04.292 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyRef` in this scope Sep 04 07:03:04.292 INFO kablam! --> src/semcheck/mismatch.rs:160:15 Sep 04 07:03:04.292 INFO kablam! | Sep 04 07:03:04.292 INFO kablam! 160 | (&TyRef(a_r, a_ty, _), &TyRef(b_r, b_ty, _)) => { Sep 04 07:03:04.292 INFO kablam! | ^^^^^ not found in this scope Sep 04 07:03:04.292 INFO kablam! Sep 04 07:03:04.292 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyRef` in this scope Sep 04 07:03:04.292 INFO kablam! --> src/semcheck/mismatch.rs:160:37 Sep 04 07:03:04.292 INFO kablam! | Sep 04 07:03:04.292 INFO kablam! 160 | (&TyRef(a_r, a_ty, _), &TyRef(b_r, b_ty, _)) => { Sep 04 07:03:04.292 INFO kablam! | ^^^^^ not found in this scope Sep 04 07:03:04.292 INFO kablam! Sep 04 07:03:04.293 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyFnDef` in this scope Sep 04 07:03:04.293 INFO kablam! --> src/semcheck/mismatch.rs:165:15 Sep 04 07:03:04.293 INFO kablam! | Sep 04 07:03:04.293 INFO kablam! 165 | (&TyFnDef(a_def_id, a_substs), &TyFnDef(b_def_id, b_substs)) => { Sep 04 07:03:04.293 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 07:03:04.293 INFO kablam! Sep 04 07:03:04.301 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyFnDef` in this scope Sep 04 07:03:04.301 INFO kablam! --> src/semcheck/mismatch.rs:165:45 Sep 04 07:03:04.301 INFO kablam! | Sep 04 07:03:04.301 INFO kablam! 165 | (&TyFnDef(a_def_id, a_substs), &TyFnDef(b_def_id, b_substs)) => { Sep 04 07:03:04.301 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 07:03:04.301 INFO kablam! Sep 04 07:03:04.301 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyFnPtr` in this scope Sep 04 07:03:04.301 INFO kablam! --> src/semcheck/mismatch.rs:175:15 Sep 04 07:03:04.301 INFO kablam! | Sep 04 07:03:04.301 INFO kablam! 175 | (&TyFnPtr(a_fty), &TyFnPtr(b_fty)) => { Sep 04 07:03:04.301 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 07:03:04.301 INFO kablam! Sep 04 07:03:04.301 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyFnPtr` in this scope Sep 04 07:03:04.301 INFO kablam! --> src/semcheck/mismatch.rs:175:32 Sep 04 07:03:04.301 INFO kablam! | Sep 04 07:03:04.301 INFO kablam! 175 | (&TyFnPtr(a_fty), &TyFnPtr(b_fty)) => { Sep 04 07:03:04.301 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 07:03:04.302 INFO kablam! Sep 04 07:03:04.302 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyDynamic` in this scope Sep 04 07:03:04.302 INFO kablam! --> src/semcheck/mismatch.rs:179:15 Sep 04 07:03:04.302 INFO kablam! | Sep 04 07:03:04.302 INFO kablam! 179 | (&TyDynamic(a_obj, a_r), &TyDynamic(b_obj, b_r)) => { Sep 04 07:03:04.302 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 07:03:04.302 INFO kablam! Sep 04 07:03:04.302 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyDynamic` in this scope Sep 04 07:03:04.302 INFO kablam! --> src/semcheck/mismatch.rs:179:39 Sep 04 07:03:04.302 INFO kablam! | Sep 04 07:03:04.302 INFO kablam! 179 | (&TyDynamic(a_obj, a_r), &TyDynamic(b_obj, b_r)) => { Sep 04 07:03:04.302 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 07:03:04.302 INFO kablam! Sep 04 07:03:04.302 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyTuple` in this scope Sep 04 07:03:04.302 INFO kablam! --> src/semcheck/mismatch.rs:191:15 Sep 04 07:03:04.302 INFO kablam! | Sep 04 07:03:04.302 INFO kablam! 191 | (&TyTuple(as_), &TyTuple(bs)) => { Sep 04 07:03:04.302 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 07:03:04.302 INFO kablam! Sep 04 07:03:04.302 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyTuple` in this scope Sep 04 07:03:04.302 INFO kablam! --> src/semcheck/mismatch.rs:191:30 Sep 04 07:03:04.302 INFO kablam! | Sep 04 07:03:04.302 INFO kablam! 191 | (&TyTuple(as_), &TyTuple(bs)) => { Sep 04 07:03:04.302 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 07:03:04.302 INFO kablam! Sep 04 07:03:04.302 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyProjection` in this scope Sep 04 07:03:04.302 INFO kablam! --> src/semcheck/mismatch.rs:195:15 Sep 04 07:03:04.302 INFO kablam! | Sep 04 07:03:04.302 INFO kablam! 195 | (&TyProjection(a_data), &TyProjection(b_data)) => { Sep 04 07:03:04.302 INFO kablam! | ^^^^^^^^^^^^ not found in this scope Sep 04 07:03:04.302 INFO kablam! Sep 04 07:03:04.302 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyProjection` in this scope Sep 04 07:03:04.302 INFO kablam! --> src/semcheck/mismatch.rs:195:38 Sep 04 07:03:04.303 INFO kablam! | Sep 04 07:03:04.303 INFO kablam! 195 | (&TyProjection(a_data), &TyProjection(b_data)) => { Sep 04 07:03:04.303 INFO kablam! | ^^^^^^^^^^^^ not found in this scope Sep 04 07:03:04.303 INFO kablam! Sep 04 07:03:04.303 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAnon` in this scope Sep 04 07:03:04.303 INFO kablam! --> src/semcheck/mismatch.rs:199:15 Sep 04 07:03:04.303 INFO kablam! | Sep 04 07:03:04.303 INFO kablam! 199 | (&TyAnon(a_def_id, a_substs), &TyAnon(b_def_id, b_substs)) => { Sep 04 07:03:04.303 INFO kablam! | ^^^^^^ not found in this scope Sep 04 07:03:04.303 INFO kablam! Sep 04 07:03:04.303 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAnon` in this scope Sep 04 07:03:04.303 INFO kablam! --> src/semcheck/mismatch.rs:199:44 Sep 04 07:03:04.303 INFO kablam! | Sep 04 07:03:04.303 INFO kablam! 199 | (&TyAnon(a_def_id, a_substs), &TyAnon(b_def_id, b_substs)) => { Sep 04 07:03:04.303 INFO kablam! | ^^^^^^ not found in this scope Sep 04 07:03:04.303 INFO kablam! Sep 04 07:03:04.303 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyInfer` in this scope Sep 04 07:03:04.303 INFO kablam! --> src/semcheck/mismatch.rs:206:15 Sep 04 07:03:04.303 INFO kablam! | Sep 04 07:03:04.303 INFO kablam! 206 | (&TyInfer(_), _) | (_, &TyInfer(_)) => { Sep 04 07:03:04.303 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 07:03:04.303 INFO kablam! Sep 04 07:03:04.303 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyInfer` in this scope Sep 04 07:03:04.303 INFO kablam! --> src/semcheck/mismatch.rs:206:37 Sep 04 07:03:04.303 INFO kablam! | Sep 04 07:03:04.303 INFO kablam! 206 | (&TyInfer(_), _) | (_, &TyInfer(_)) => { Sep 04 07:03:04.303 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 07:03:04.303 INFO kablam! Sep 04 07:03:04.303 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAdt` in this scope Sep 04 07:03:04.303 INFO kablam! --> src/semcheck/translate.rs:171:17 Sep 04 07:03:04.303 INFO kablam! | Sep 04 07:03:04.303 INFO kablam! 171 | TyAdt(&AdtDef { ref did, .. }, substs) if self.needs_translation(*did) => { Sep 04 07:03:04.304 INFO kablam! | ^^^^^ not found in this scope Sep 04 07:03:04.304 INFO kablam! Sep 04 07:03:04.304 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyRef` in this scope Sep 04 07:03:04.304 INFO kablam! --> src/semcheck/translate.rs:181:17 Sep 04 07:03:04.304 INFO kablam! | Sep 04 07:03:04.304 INFO kablam! 181 | TyRef(region, ty, mutbl) => { Sep 04 07:03:04.304 INFO kablam! | ^^^^^ not found in this scope Sep 04 07:03:04.304 INFO kablam! Sep 04 07:03:04.304 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyFnDef` in this scope Sep 04 07:03:04.304 INFO kablam! --> src/semcheck/translate.rs:185:17 Sep 04 07:03:04.304 INFO kablam! | Sep 04 07:03:04.304 INFO kablam! 185 | TyFnDef(did, substs) => { Sep 04 07:03:04.304 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 07:03:04.304 INFO kablam! Sep 04 07:03:04.304 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyDynamic` in this scope Sep 04 07:03:04.304 INFO kablam! --> src/semcheck/translate.rs:196:17 Sep 04 07:03:04.304 INFO kablam! | Sep 04 07:03:04.304 INFO kablam! 196 | TyDynamic(preds, region) => { Sep 04 07:03:04.304 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 07:03:04.304 INFO kablam! Sep 04 07:03:04.304 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyProjection` in this scope Sep 04 07:03:04.304 INFO kablam! --> src/semcheck/translate.rs:262:17 Sep 04 07:03:04.304 INFO kablam! | Sep 04 07:03:04.304 INFO kablam! 262 | TyProjection(proj) => { Sep 04 07:03:04.304 INFO kablam! | ^^^^^^^^^^^^ did you mean `Projection`? Sep 04 07:03:04.304 INFO kablam! Sep 04 07:03:04.304 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAnon` in this scope Sep 04 07:03:04.304 INFO kablam! --> src/semcheck/translate.rs:272:17 Sep 04 07:03:04.305 INFO kablam! | Sep 04 07:03:04.305 INFO kablam! 272 | TyAnon(did, substs) => { Sep 04 07:03:04.305 INFO kablam! | ^^^^^^ not found in this scope Sep 04 07:03:04.305 INFO kablam! Sep 04 07:03:04.305 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyParam` in this scope Sep 04 07:03:04.305 INFO kablam! --> src/semcheck/translate.rs:281:17 Sep 04 07:03:04.305 INFO kablam! | Sep 04 07:03:04.305 INFO kablam! 281 | TyParam(param) => { Sep 04 07:03:04.305 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 07:03:04.305 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 04 07:03:04.305 INFO kablam! | Sep 04 07:03:04.305 INFO kablam! 4 | use rustc::hir::def::Def::TyParam; Sep 04 07:03:04.305 INFO kablam! | Sep 04 07:03:04.305 INFO kablam! Sep 04 07:03:04.305 INFO kablam! error[E0531]: cannot find tuple struct/variant `GlobalAsm` in this scope Sep 04 07:03:04.305 INFO kablam! --> src/semcheck/traverse.rs:177:30 Sep 04 07:03:04.305 INFO kablam! | Sep 04 07:03:04.305 INFO kablam! 177 | (GlobalAsm(_), GlobalAsm(_)) | Sep 04 07:03:04.305 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 07:03:04.305 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 04 07:03:04.305 INFO kablam! | Sep 04 07:03:04.305 INFO kablam! 12 | use rustc::hir::ItemKind::GlobalAsm; Sep 04 07:03:04.305 INFO kablam! | Sep 04 07:03:04.305 INFO kablam! 12 | use rustc::mir::mono::MonoItem::GlobalAsm; Sep 04 07:03:04.305 INFO kablam! | Sep 04 07:03:04.305 INFO kablam! 12 | use syntax::ast::ItemKind::GlobalAsm; Sep 04 07:03:04.306 INFO kablam! | Sep 04 07:03:04.306 INFO kablam! Sep 04 07:03:04.306 INFO kablam! error[E0531]: cannot find tuple struct/variant `GlobalAsm` in this scope Sep 04 07:03:04.306 INFO kablam! --> src/semcheck/traverse.rs:177:44 Sep 04 07:03:04.306 INFO kablam! | Sep 04 07:03:04.306 INFO kablam! 177 | (GlobalAsm(_), GlobalAsm(_)) | Sep 04 07:03:04.306 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 07:03:04.306 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 04 07:03:04.306 INFO kablam! | Sep 04 07:03:04.306 INFO kablam! 12 | use rustc::hir::ItemKind::GlobalAsm; Sep 04 07:03:04.306 INFO kablam! | Sep 04 07:03:04.306 INFO kablam! 12 | use rustc::mir::mono::MonoItem::GlobalAsm; Sep 04 07:03:04.306 INFO kablam! | Sep 04 07:03:04.306 INFO kablam! 12 | use syntax::ast::ItemKind::GlobalAsm; Sep 04 07:03:04.306 INFO kablam! | Sep 04 07:03:04.306 INFO kablam! Sep 04 07:03:04.306 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyParam` in this scope Sep 04 07:03:04.306 INFO kablam! --> src/semcheck/traverse.rs:529:45 Sep 04 07:03:04.306 INFO kablam! | Sep 04 07:03:04.306 INFO kablam! 529 | if let Type(&TyS { sty: TyParam(ParamTy { idx: 0, ..}), ..}) = Sep 04 07:03:04.306 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 07:03:04.306 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 04 07:03:04.306 INFO kablam! | Sep 04 07:03:04.306 INFO kablam! 12 | use rustc::hir::def::Def::TyParam; Sep 04 07:03:04.306 INFO kablam! | Sep 04 07:03:04.307 INFO kablam! Sep 04 07:03:04.321 INFO kablam! warning: unused import: `rustc::ty::TypeVariants::*` Sep 04 07:03:04.321 INFO kablam! --> src/semcheck/mismatch.rs:110:13 Sep 04 07:03:04.321 INFO kablam! | Sep 04 07:03:04.321 INFO kablam! 110 | use rustc::ty::TypeVariants::*; Sep 04 07:03:04.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:03:04.321 INFO kablam! | Sep 04 07:03:04.321 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 07:03:04.321 INFO kablam! Sep 04 07:03:04.322 INFO kablam! warning: unused import: `rustc::ty::TypeVariants::*` Sep 04 07:03:04.322 INFO kablam! --> src/semcheck/translate.rs:167:13 Sep 04 07:03:04.322 INFO kablam! | Sep 04 07:03:04.322 INFO kablam! 167 | use rustc::ty::TypeVariants::*; Sep 04 07:03:04.322 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:03:04.322 INFO kablam! Sep 04 07:03:04.325 INFO kablam! warning: unused import: `TypeVariants::*` Sep 04 07:03:04.325 INFO kablam! --> src/semcheck/traverse.rs:502:46 Sep 04 07:03:04.325 INFO kablam! | Sep 04 07:03:04.325 INFO kablam! 502 | use rustc::ty::{ParamTy, Predicate, TyS, TypeVariants::*}; Sep 04 07:03:04.325 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 07:03:04.325 INFO kablam! Sep 04 07:03:04.408 INFO kablam! error[E0432]: unresolved import `rustc::ty::TypeVariants` Sep 04 07:03:04.408 INFO kablam! --> src/semcheck/mismatch.rs:110:24 Sep 04 07:03:04.408 INFO kablam! | Sep 04 07:03:04.408 INFO kablam! 110 | use rustc::ty::TypeVariants::*; Sep 04 07:03:04.408 INFO kablam! | ^^^^^^^^^^^^ Could not find `TypeVariants` in `ty` Sep 04 07:03:04.409 INFO kablam! Sep 04 07:03:04.409 INFO kablam! error[E0432]: unresolved import `rustc::ty::TypeVariants` Sep 04 07:03:04.409 INFO kablam! --> src/semcheck/translate.rs:167:24 Sep 04 07:03:04.409 INFO kablam! | Sep 04 07:03:04.409 INFO kablam! 167 | use rustc::ty::TypeVariants::*; Sep 04 07:03:04.409 INFO kablam! | ^^^^^^^^^^^^ Could not find `TypeVariants` in `ty` Sep 04 07:03:04.409 INFO kablam! Sep 04 07:03:04.409 INFO kablam! error[E0432]: unresolved import `rustc::ty::TypeVariants` Sep 04 07:03:04.409 INFO kablam! --> src/semcheck/translate.rs:521:24 Sep 04 07:03:04.409 INFO kablam! | Sep 04 07:03:04.409 INFO kablam! 521 | use rustc::ty::TypeVariants::{TyError, TyInfer, TyRef}; Sep 04 07:03:04.409 INFO kablam! | ^^^^^^^^^^^^ Could not find `TypeVariants` in `ty` Sep 04 07:03:04.409 INFO kablam! Sep 04 07:03:04.409 INFO kablam! error[E0432]: unresolved import `rustc::ty::TypeVariants` Sep 04 07:03:04.410 INFO kablam! --> src/semcheck/traverse.rs:502:46 Sep 04 07:03:04.410 INFO kablam! | Sep 04 07:03:04.410 INFO kablam! 502 | use rustc::ty::{ParamTy, Predicate, TyS, TypeVariants::*}; Sep 04 07:03:04.410 INFO kablam! | ^^^^^^^^^^^^ Could not find `TypeVariants` in `ty` Sep 04 07:03:04.410 INFO kablam! Sep 04 07:03:04.468 INFO kablam! error[E0530]: match bindings cannot shadow tuple variants Sep 04 07:03:04.468 INFO kablam! --> src/semcheck/mapping.rs:337:13 Sep 04 07:03:04.468 INFO kablam! | Sep 04 07:03:04.468 INFO kablam! 307 | use rustc::hir::def::Def::*; Sep 04 07:03:04.468 INFO kablam! | ----------------------- a tuple variant `NonMacroAttr` is imported here Sep 04 07:03:04.468 INFO kablam! ... Sep 04 07:03:04.468 INFO kablam! 337 | NonMacroAttr /*(_)*/ | Sep 04 07:03:04.468 INFO kablam! | ^^^^^^^^^^^^ cannot be named the same as a tuple variant Sep 04 07:03:04.468 INFO kablam! Sep 04 07:03:04.475 INFO kablam! error[E0408]: variable `NonMacroAttr` is not bound in all patterns Sep 04 07:03:04.475 INFO kablam! --> src/semcheck/mapping.rs:336:13 Sep 04 07:03:04.476 INFO kablam! | Sep 04 07:03:04.476 INFO kablam! 336 | ToolMod | Sep 04 07:03:04.476 INFO kablam! | ^^^^^^^ pattern doesn't bind `NonMacroAttr` Sep 04 07:03:04.476 INFO kablam! 337 | NonMacroAttr /*(_)*/ | Sep 04 07:03:04.476 INFO kablam! | ------------ variable not in all patterns Sep 04 07:03:04.476 INFO kablam! 338 | GlobalAsm(_) | Sep 04 07:03:04.476 INFO kablam! | ^^^^^^^^^^^^ pattern doesn't bind `NonMacroAttr` Sep 04 07:03:04.476 INFO kablam! 339 | Err => None, Sep 04 07:03:04.476 INFO kablam! | ^^^ pattern doesn't bind `NonMacroAttr` Sep 04 07:03:04.476 INFO kablam! Sep 04 07:03:04.741 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyForeign` in this scope Sep 04 07:03:04.742 INFO kablam! --> src/semcheck/mapping.rs:318:13 Sep 04 07:03:04.742 INFO kablam! | Sep 04 07:03:04.742 INFO kablam! 318 | TyForeign(_) | Sep 04 07:03:04.742 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 07:03:04.742 INFO kablam! Sep 04 07:03:04.742 INFO kablam! error[E0531]: cannot find tuple struct/variant `GlobalAsm` in this scope Sep 04 07:03:04.742 INFO kablam! --> src/semcheck/mapping.rs:338:13 Sep 04 07:03:04.742 INFO kablam! | Sep 04 07:03:04.742 INFO kablam! 338 | GlobalAsm(_) | Sep 04 07:03:04.742 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 07:03:04.742 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 04 07:03:04.742 INFO kablam! | Sep 04 07:03:04.742 INFO kablam! 6 | use rustc::hir::ItemKind::GlobalAsm; Sep 04 07:03:04.742 INFO kablam! | Sep 04 07:03:04.742 INFO kablam! 6 | use rustc::mir::mono::MonoItem::GlobalAsm; Sep 04 07:03:04.742 INFO kablam! | Sep 04 07:03:04.742 INFO kablam! 6 | use syntax::ast::ItemKind::GlobalAsm; Sep 04 07:03:04.742 INFO kablam! | Sep 04 07:03:04.742 INFO kablam! Sep 04 07:03:04.743 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAdt` in this scope Sep 04 07:03:04.743 INFO kablam! --> src/semcheck/mismatch.rs:121:15 Sep 04 07:03:04.743 INFO kablam! | Sep 04 07:03:04.743 INFO kablam! 121 | (&TyAdt(a_def, a_substs), &TyAdt(b_def, b_substs)) => { Sep 04 07:03:04.743 INFO kablam! | ^^^^^ not found in this scope Sep 04 07:03:04.743 INFO kablam! Sep 04 07:03:04.743 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAdt` in this scope Sep 04 07:03:04.743 INFO kablam! --> src/semcheck/mismatch.rs:121:40 Sep 04 07:03:04.743 INFO kablam! | Sep 04 07:03:04.743 INFO kablam! 121 | (&TyAdt(a_def, a_substs), &TyAdt(b_def, b_substs)) => { Sep 04 07:03:04.743 INFO kablam! | ^^^^^ not found in this scope Sep 04 07:03:04.743 INFO kablam! Sep 04 07:03:04.744 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyArray` in this scope Sep 04 07:03:04.744 INFO kablam! --> src/semcheck/mismatch.rs:151:15 Sep 04 07:03:04.744 INFO kablam! | Sep 04 07:03:04.744 INFO kablam! 151 | (&TyArray(a_t, _), &TyArray(b_t, _)) | Sep 04 07:03:04.744 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 07:03:04.744 INFO kablam! Sep 04 07:03:04.744 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyArray` in this scope Sep 04 07:03:04.745 INFO kablam! --> src/semcheck/mismatch.rs:151:33 Sep 04 07:03:04.745 INFO kablam! | Sep 04 07:03:04.745 INFO kablam! 151 | (&TyArray(a_t, _), &TyArray(b_t, _)) | Sep 04 07:03:04.745 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 07:03:04.745 INFO kablam! Sep 04 07:03:04.752 INFO kablam! error[E0531]: cannot find tuple struct/variant `TySlice` in this scope Sep 04 07:03:04.752 INFO kablam! --> src/semcheck/mismatch.rs:152:15 Sep 04 07:03:04.752 INFO kablam! | Sep 04 07:03:04.752 INFO kablam! 152 | (&TySlice(a_t), &TySlice(b_t)) => { Sep 04 07:03:04.752 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 07:03:04.752 INFO kablam! Sep 04 07:03:04.752 INFO kablam! error[E0531]: cannot find tuple struct/variant `TySlice` in this scope Sep 04 07:03:04.752 INFO kablam! --> src/semcheck/mismatch.rs:152:30 Sep 04 07:03:04.752 INFO kablam! | Sep 04 07:03:04.752 INFO kablam! 152 | (&TySlice(a_t), &TySlice(b_t)) => { Sep 04 07:03:04.752 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 07:03:04.752 INFO kablam! Sep 04 07:03:04.752 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyRawPtr` in this scope Sep 04 07:03:04.752 INFO kablam! --> src/semcheck/mismatch.rs:156:15 Sep 04 07:03:04.752 INFO kablam! | Sep 04 07:03:04.752 INFO kablam! 156 | (&TyRawPtr(a_mt), &TyRawPtr(b_mt)) => { Sep 04 07:03:04.753 INFO kablam! | ^^^^^^^^ not found in this scope Sep 04 07:03:04.753 INFO kablam! Sep 04 07:03:04.753 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyRawPtr` in this scope Sep 04 07:03:04.753 INFO kablam! --> src/semcheck/mismatch.rs:156:32 Sep 04 07:03:04.753 INFO kablam! | Sep 04 07:03:04.753 INFO kablam! 156 | (&TyRawPtr(a_mt), &TyRawPtr(b_mt)) => { Sep 04 07:03:04.753 INFO kablam! | ^^^^^^^^ not found in this scope Sep 04 07:03:04.753 INFO kablam! Sep 04 07:03:04.753 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyRef` in this scope Sep 04 07:03:04.753 INFO kablam! --> src/semcheck/mismatch.rs:160:15 Sep 04 07:03:04.753 INFO kablam! | Sep 04 07:03:04.753 INFO kablam! 160 | (&TyRef(a_r, a_ty, _), &TyRef(b_r, b_ty, _)) => { Sep 04 07:03:04.753 INFO kablam! | ^^^^^ not found in this scope Sep 04 07:03:04.753 INFO kablam! Sep 04 07:03:04.753 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyRef` in this scope Sep 04 07:03:04.753 INFO kablam! --> src/semcheck/mismatch.rs:160:37 Sep 04 07:03:04.753 INFO kablam! | Sep 04 07:03:04.753 INFO kablam! 160 | (&TyRef(a_r, a_ty, _), &TyRef(b_r, b_ty, _)) => { Sep 04 07:03:04.753 INFO kablam! | ^^^^^ not found in this scope Sep 04 07:03:04.753 INFO kablam! Sep 04 07:03:04.753 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyFnDef` in this scope Sep 04 07:03:04.753 INFO kablam! --> src/semcheck/mismatch.rs:165:15 Sep 04 07:03:04.753 INFO kablam! | Sep 04 07:03:04.753 INFO kablam! 165 | (&TyFnDef(a_def_id, a_substs), &TyFnDef(b_def_id, b_substs)) => { Sep 04 07:03:04.754 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 07:03:04.754 INFO kablam! Sep 04 07:03:04.754 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyFnDef` in this scope Sep 04 07:03:04.754 INFO kablam! --> src/semcheck/mismatch.rs:165:45 Sep 04 07:03:04.754 INFO kablam! | Sep 04 07:03:04.754 INFO kablam! 165 | (&TyFnDef(a_def_id, a_substs), &TyFnDef(b_def_id, b_substs)) => { Sep 04 07:03:04.754 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 07:03:04.754 INFO kablam! Sep 04 07:03:04.754 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyFnPtr` in this scope Sep 04 07:03:04.754 INFO kablam! --> src/semcheck/mismatch.rs:175:15 Sep 04 07:03:04.754 INFO kablam! | Sep 04 07:03:04.754 INFO kablam! 175 | (&TyFnPtr(a_fty), &TyFnPtr(b_fty)) => { Sep 04 07:03:04.754 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 07:03:04.754 INFO kablam! Sep 04 07:03:04.754 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyFnPtr` in this scope Sep 04 07:03:04.754 INFO kablam! --> src/semcheck/mismatch.rs:175:32 Sep 04 07:03:04.754 INFO kablam! | Sep 04 07:03:04.754 INFO kablam! 175 | (&TyFnPtr(a_fty), &TyFnPtr(b_fty)) => { Sep 04 07:03:04.754 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 07:03:04.754 INFO kablam! Sep 04 07:03:04.754 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyDynamic` in this scope Sep 04 07:03:04.754 INFO kablam! --> src/semcheck/mismatch.rs:179:15 Sep 04 07:03:04.754 INFO kablam! | Sep 04 07:03:04.754 INFO kablam! 179 | (&TyDynamic(a_obj, a_r), &TyDynamic(b_obj, b_r)) => { Sep 04 07:03:04.755 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 07:03:04.755 INFO kablam! Sep 04 07:03:04.755 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyDynamic` in this scope Sep 04 07:03:04.755 INFO kablam! --> src/semcheck/mismatch.rs:179:39 Sep 04 07:03:04.755 INFO kablam! | Sep 04 07:03:04.755 INFO kablam! 179 | (&TyDynamic(a_obj, a_r), &TyDynamic(b_obj, b_r)) => { Sep 04 07:03:04.755 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 07:03:04.755 INFO kablam! Sep 04 07:03:04.755 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyTuple` in this scope Sep 04 07:03:04.755 INFO kablam! --> src/semcheck/mismatch.rs:191:15 Sep 04 07:03:04.755 INFO kablam! | Sep 04 07:03:04.755 INFO kablam! 191 | (&TyTuple(as_), &TyTuple(bs)) => { Sep 04 07:03:04.755 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 07:03:04.755 INFO kablam! Sep 04 07:03:04.755 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyTuple` in this scope Sep 04 07:03:04.755 INFO kablam! --> src/semcheck/mismatch.rs:191:30 Sep 04 07:03:04.755 INFO kablam! | Sep 04 07:03:04.755 INFO kablam! 191 | (&TyTuple(as_), &TyTuple(bs)) => { Sep 04 07:03:04.755 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 07:03:04.755 INFO kablam! Sep 04 07:03:04.755 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyProjection` in this scope Sep 04 07:03:04.755 INFO kablam! --> src/semcheck/mismatch.rs:195:15 Sep 04 07:03:04.755 INFO kablam! | Sep 04 07:03:04.755 INFO kablam! 195 | (&TyProjection(a_data), &TyProjection(b_data)) => { Sep 04 07:03:04.755 INFO kablam! | ^^^^^^^^^^^^ not found in this scope Sep 04 07:03:04.756 INFO kablam! Sep 04 07:03:04.756 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyProjection` in this scope Sep 04 07:03:04.756 INFO kablam! --> src/semcheck/mismatch.rs:195:38 Sep 04 07:03:04.756 INFO kablam! | Sep 04 07:03:04.756 INFO kablam! 195 | (&TyProjection(a_data), &TyProjection(b_data)) => { Sep 04 07:03:04.756 INFO kablam! | ^^^^^^^^^^^^ not found in this scope Sep 04 07:03:04.756 INFO kablam! Sep 04 07:03:04.756 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAnon` in this scope Sep 04 07:03:04.756 INFO kablam! --> src/semcheck/mismatch.rs:199:15 Sep 04 07:03:04.756 INFO kablam! | Sep 04 07:03:04.756 INFO kablam! 199 | (&TyAnon(a_def_id, a_substs), &TyAnon(b_def_id, b_substs)) => { Sep 04 07:03:04.756 INFO kablam! | ^^^^^^ not found in this scope Sep 04 07:03:04.756 INFO kablam! Sep 04 07:03:04.756 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAnon` in this scope Sep 04 07:03:04.756 INFO kablam! --> src/semcheck/mismatch.rs:199:44 Sep 04 07:03:04.756 INFO kablam! | Sep 04 07:03:04.756 INFO kablam! 199 | (&TyAnon(a_def_id, a_substs), &TyAnon(b_def_id, b_substs)) => { Sep 04 07:03:04.756 INFO kablam! | ^^^^^^ not found in this scope Sep 04 07:03:04.756 INFO kablam! Sep 04 07:03:04.756 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyInfer` in this scope Sep 04 07:03:04.756 INFO kablam! --> src/semcheck/mismatch.rs:206:15 Sep 04 07:03:04.756 INFO kablam! | Sep 04 07:03:04.756 INFO kablam! 206 | (&TyInfer(_), _) | (_, &TyInfer(_)) => { Sep 04 07:03:04.756 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 07:03:04.757 INFO kablam! Sep 04 07:03:04.757 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyInfer` in this scope Sep 04 07:03:04.757 INFO kablam! --> src/semcheck/mismatch.rs:206:37 Sep 04 07:03:04.757 INFO kablam! | Sep 04 07:03:04.757 INFO kablam! 206 | (&TyInfer(_), _) | (_, &TyInfer(_)) => { Sep 04 07:03:04.757 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 07:03:04.757 INFO kablam! Sep 04 07:03:04.757 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAdt` in this scope Sep 04 07:03:04.758 INFO kablam! --> src/semcheck/translate.rs:171:17 Sep 04 07:03:04.758 INFO kablam! | Sep 04 07:03:04.758 INFO kablam! 171 | TyAdt(&AdtDef { ref did, .. }, substs) if self.needs_translation(*did) => { Sep 04 07:03:04.758 INFO kablam! | ^^^^^ not found in this scope Sep 04 07:03:04.758 INFO kablam! Sep 04 07:03:04.758 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyRef` in this scope Sep 04 07:03:04.758 INFO kablam! --> src/semcheck/translate.rs:181:17 Sep 04 07:03:04.758 INFO kablam! | Sep 04 07:03:04.758 INFO kablam! 181 | TyRef(region, ty, mutbl) => { Sep 04 07:03:04.758 INFO kablam! | ^^^^^ not found in this scope Sep 04 07:03:04.758 INFO kablam! Sep 04 07:03:04.759 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyFnDef` in this scope Sep 04 07:03:04.759 INFO kablam! --> src/semcheck/translate.rs:185:17 Sep 04 07:03:04.759 INFO kablam! | Sep 04 07:03:04.759 INFO kablam! 185 | TyFnDef(did, substs) => { Sep 04 07:03:04.759 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 07:03:04.759 INFO kablam! Sep 04 07:03:04.760 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyDynamic` in this scope Sep 04 07:03:04.760 INFO kablam! --> src/semcheck/translate.rs:196:17 Sep 04 07:03:04.760 INFO kablam! | Sep 04 07:03:04.760 INFO kablam! 196 | TyDynamic(preds, region) => { Sep 04 07:03:04.760 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 07:03:04.760 INFO kablam! Sep 04 07:03:04.760 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyProjection` in this scope Sep 04 07:03:04.761 INFO kablam! --> src/semcheck/translate.rs:262:17 Sep 04 07:03:04.761 INFO kablam! | Sep 04 07:03:04.761 INFO kablam! 262 | TyProjection(proj) => { Sep 04 07:03:04.761 INFO kablam! | ^^^^^^^^^^^^ did you mean `Projection`? Sep 04 07:03:04.761 INFO kablam! Sep 04 07:03:04.761 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyAnon` in this scope Sep 04 07:03:04.761 INFO kablam! --> src/semcheck/translate.rs:272:17 Sep 04 07:03:04.761 INFO kablam! | Sep 04 07:03:04.761 INFO kablam! 272 | TyAnon(did, substs) => { Sep 04 07:03:04.761 INFO kablam! | ^^^^^^ not found in this scope Sep 04 07:03:04.761 INFO kablam! Sep 04 07:03:04.762 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyParam` in this scope Sep 04 07:03:04.762 INFO kablam! --> src/semcheck/translate.rs:281:17 Sep 04 07:03:04.762 INFO kablam! | Sep 04 07:03:04.762 INFO kablam! 281 | TyParam(param) => { Sep 04 07:03:04.762 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 07:03:04.762 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 04 07:03:04.762 INFO kablam! | Sep 04 07:03:04.762 INFO kablam! 4 | use rustc::hir::def::Def::TyParam; Sep 04 07:03:04.762 INFO kablam! | Sep 04 07:03:04.762 INFO kablam! Sep 04 07:03:04.763 INFO kablam! error[E0531]: cannot find tuple struct/variant `GlobalAsm` in this scope Sep 04 07:03:04.763 INFO kablam! --> src/semcheck/traverse.rs:177:30 Sep 04 07:03:04.763 INFO kablam! | Sep 04 07:03:04.763 INFO kablam! 177 | (GlobalAsm(_), GlobalAsm(_)) | Sep 04 07:03:04.763 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 07:03:04.763 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 04 07:03:04.763 INFO kablam! | Sep 04 07:03:04.763 INFO kablam! 12 | use rustc::hir::ItemKind::GlobalAsm; Sep 04 07:03:04.763 INFO kablam! | Sep 04 07:03:04.763 INFO kablam! 12 | use rustc::mir::mono::MonoItem::GlobalAsm; Sep 04 07:03:04.763 INFO kablam! | Sep 04 07:03:04.763 INFO kablam! 12 | use syntax::ast::ItemKind::GlobalAsm; Sep 04 07:03:04.763 INFO kablam! | Sep 04 07:03:04.763 INFO kablam! Sep 04 07:03:04.764 INFO kablam! error[E0531]: cannot find tuple struct/variant `GlobalAsm` in this scope Sep 04 07:03:04.764 INFO kablam! --> src/semcheck/traverse.rs:177:44 Sep 04 07:03:04.764 INFO kablam! | Sep 04 07:03:04.764 INFO kablam! 177 | (GlobalAsm(_), GlobalAsm(_)) | Sep 04 07:03:04.764 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 07:03:04.764 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 04 07:03:04.764 INFO kablam! | Sep 04 07:03:04.764 INFO kablam! 12 | use rustc::hir::ItemKind::GlobalAsm; Sep 04 07:03:04.764 INFO kablam! | Sep 04 07:03:04.764 INFO kablam! 12 | use rustc::mir::mono::MonoItem::GlobalAsm; Sep 04 07:03:04.764 INFO kablam! | Sep 04 07:03:04.764 INFO kablam! 12 | use syntax::ast::ItemKind::GlobalAsm; Sep 04 07:03:04.764 INFO kablam! | Sep 04 07:03:04.764 INFO kablam! Sep 04 07:03:04.765 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyParam` in this scope Sep 04 07:03:04.765 INFO kablam! --> src/semcheck/traverse.rs:529:45 Sep 04 07:03:04.765 INFO kablam! | Sep 04 07:03:04.765 INFO kablam! 529 | if let Type(&TyS { sty: TyParam(ParamTy { idx: 0, ..}), ..}) = Sep 04 07:03:04.765 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 07:03:04.765 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 04 07:03:04.765 INFO kablam! | Sep 04 07:03:04.765 INFO kablam! 12 | use rustc::hir::def::Def::TyParam; Sep 04 07:03:04.765 INFO kablam! | Sep 04 07:03:04.765 INFO kablam! Sep 04 07:03:04.792 INFO kablam! warning: unused import: `rustc::ty::TypeVariants::*` Sep 04 07:03:04.792 INFO kablam! --> src/semcheck/mismatch.rs:110:13 Sep 04 07:03:04.792 INFO kablam! | Sep 04 07:03:04.792 INFO kablam! 110 | use rustc::ty::TypeVariants::*; Sep 04 07:03:04.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:03:04.792 INFO kablam! | Sep 04 07:03:04.792 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 07:03:04.792 INFO kablam! Sep 04 07:03:04.792 INFO kablam! warning: unused import: `rustc::ty::TypeVariants::*` Sep 04 07:03:04.793 INFO kablam! --> src/semcheck/translate.rs:167:13 Sep 04 07:03:04.793 INFO kablam! | Sep 04 07:03:04.793 INFO kablam! 167 | use rustc::ty::TypeVariants::*; Sep 04 07:03:04.793 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:03:04.793 INFO kablam! Sep 04 07:03:04.794 INFO kablam! warning: unused import: `TypeVariants::*` Sep 04 07:03:04.794 INFO kablam! --> src/semcheck/traverse.rs:502:46 Sep 04 07:03:04.794 INFO kablam! | Sep 04 07:03:04.794 INFO kablam! 502 | use rustc::ty::{ParamTy, Predicate, TyS, TypeVariants::*}; Sep 04 07:03:04.794 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 07:03:04.794 INFO kablam! Sep 04 07:03:05.394 INFO kablam! error: aborting due to 42 previous errors Sep 04 07:03:05.394 INFO kablam! Sep 04 07:03:05.394 INFO kablam! Some errors occurred: E0408, E0432, E0530, E0531. Sep 04 07:03:05.394 INFO kablam! For more information about an error, try `rustc --explain E0408`. Sep 04 07:03:05.406 INFO kablam! error: Could not compile `semverver`. Sep 04 07:03:05.406 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 07:03:05.749 INFO kablam! error: aborting due to 42 previous errors Sep 04 07:03:05.749 INFO kablam! Sep 04 07:03:05.749 INFO kablam! Some errors occurred: E0408, E0432, E0530, E0531. Sep 04 07:03:05.749 INFO kablam! For more information about an error, try `rustc --explain E0408`. Sep 04 07:03:05.772 INFO kablam! error: Could not compile `semverver`. Sep 04 07:03:05.772 INFO kablam! Sep 04 07:03:05.772 INFO kablam! To learn more, run the command again with --verbose. Sep 04 07:03:05.773 INFO kablam! su: No module specific data is present Sep 04 07:03:06.162 INFO running `"docker" "rm" "-f" "552322a0d7c0cae7a6b4e61135c8cb4c9baf4df96451278428887da10bb471f0"` Sep 04 07:03:06.281 INFO blam! 552322a0d7c0cae7a6b4e61135c8cb4c9baf4df96451278428887da10bb471f0