Aug 11 05:21:55.984 INFO checking racer-2.1.4 against try#a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195+tmplazy for libc-1 Aug 11 05:21:55.984 INFO running: cargo +a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195-alt check --frozen --all --all-targets Aug 11 05:21:55.984 INFO creating container for: cargo +a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195-alt check --frozen --all --all-targets Aug 11 05:21:55.984 INFO running `"docker" "create" "-v" "/tmp/crater.M43jwES6Atui:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/libc-1/worker-4/try#a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195+tmplazy:/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" "-v" "/home/ec2-user/crater/./work/local/cargo-home/git:/cargo-home/git:rw,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 11 05:21:56.298 INFO blam! 90a7b5105c90fbf8bf92e98ee99d5f2fd484c18523fc1b812317c5c768366ed9 Aug 11 05:21:56.301 INFO running `"docker" "start" "-a" "90a7b5105c90fbf8bf92e98ee99d5f2fd484c18523fc1b812317c5c768366ed9"` Aug 11 05:21:57.800 INFO kablam! Checking scopeguard v0.3.3 Aug 11 05:21:57.808 INFO kablam! Compiling rustc-ap-syntax v218.0.0 Aug 11 05:21:57.809 INFO kablam! Checking rls-span v0.4.0 Aug 11 05:21:57.812 INFO kablam! Checking ena v0.9.3 Aug 11 05:21:57.812 INFO kablam! Checking rustc-ap-rustc_cratesio_shim v218.0.0 Aug 11 05:21:57.815 INFO kablam! Compiling derive_more v0.11.0 Aug 11 05:21:59.194 INFO kablam! Checking rustc-ap-rustc_target v218.0.0 Aug 11 05:21:59.905 INFO kablam! Checking crossbeam-epoch v0.3.1 Aug 11 05:22:03.863 INFO kablam! Checking crossbeam-deque v0.2.0 Aug 11 05:22:05.015 INFO kablam! Checking rustc-rayon-core v0.1.1 Aug 11 05:22:08.573 INFO kablam! Checking rustc-rayon v0.1.1 Aug 11 05:22:30.130 INFO kablam! Checking rustc-ap-rustc_data_structures v218.0.0 Aug 11 05:22:36.784 INFO kablam! Checking rustc-ap-arena v218.0.0 Aug 11 05:22:38.077 INFO kablam! Checking rustc-ap-syntax_pos v218.0.0 Aug 11 05:22:42.143 INFO kablam! Checking rustc-ap-rustc_errors v218.0.0 Aug 11 05:23:17.955 INFO kablam! Checking racer v2.1.4 Aug 11 05:23:17.955 INFO kablam! Checking racer v2.1.4 (file:///source) Aug 11 05:23:27.331 INFO kablam! Checking racer-testutils v0.1.0 Aug 11 05:23:40.653 INFO kablam! error[E0277]: the trait bound `racer::Location: std::convert::From` is not satisfied Aug 11 05:23:40.654 INFO kablam! --> tests/system.rs:149:15 Aug 11 05:23:40.654 INFO kablam! | Aug 11 05:23:40.654 INFO kablam! 149 | let got = complete_from_file(&path, pos, &session).nth(0).unwrap(); Aug 11 05:23:40.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `racer::Location` Aug 11 05:23:40.654 INFO kablam! | Aug 11 05:23:40.654 INFO kablam! = help: the following implementations were found: Aug 11 05:23:40.654 INFO kablam! > Aug 11 05:23:40.654 INFO kablam! > Aug 11 05:23:40.654 INFO kablam! > Aug 11 05:23:40.655 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `racer::core::BytePos` Aug 11 05:23:40.655 INFO kablam! = note: required by `racer::complete_from_file` Aug 11 05:23:40.655 INFO kablam! Aug 11 05:23:41.700 INFO kablam! error[E0308]: mismatched types Aug 11 05:23:41.701 INFO kablam! --> tests/system.rs:832:5 Aug 11 05:23:41.701 INFO kablam! | Aug 11 05:23:41.701 INFO kablam! 832 | assert_eq!(got.coords, Some(Coordinate::new(10, 19))); Aug 11 05:23:41.701 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `racer::core::Coordinate`, found struct `racer::Coordinate` Aug 11 05:23:41.701 INFO kablam! | Aug 11 05:23:41.701 INFO kablam! = note: expected type `std::option::Option` Aug 11 05:23:41.701 INFO kablam! found type `std::option::Option` Aug 11 05:23:41.701 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 11 05:23:41.701 INFO kablam! --> tests/system.rs:832:5 Aug 11 05:23:41.701 INFO kablam! | Aug 11 05:23:41.701 INFO kablam! 832 | assert_eq!(got.coords, Some(Coordinate::new(10, 19))); Aug 11 05:23:41.701 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 05:23:41.701 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 11 05:23:41.701 INFO kablam! Aug 11 05:23:42.076 INFO kablam! error[E0308]: mismatched types Aug 11 05:23:42.076 INFO kablam! --> tests/system.rs:885:5 Aug 11 05:23:42.077 INFO kablam! | Aug 11 05:23:42.077 INFO kablam! 885 | assert_eq!(got.mtype, MatchType::Module); Aug 11 05:23:42.077 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 11 05:23:42.077 INFO kablam! | Aug 11 05:23:42.077 INFO kablam! = note: expected type `racer::core::MatchType` Aug 11 05:23:42.077 INFO kablam! found type `racer::MatchType` Aug 11 05:23:42.077 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 11 05:23:42.077 INFO kablam! --> tests/system.rs:885:5 Aug 11 05:23:42.077 INFO kablam! | Aug 11 05:23:42.077 INFO kablam! 885 | assert_eq!(got.mtype, MatchType::Module); Aug 11 05:23:42.077 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 05:23:42.078 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 11 05:23:42.078 INFO kablam! Aug 11 05:23:42.090 INFO kablam! error[E0308]: mismatched types Aug 11 05:23:42.091 INFO kablam! --> tests/system.rs:932:21 Aug 11 05:23:42.091 INFO kablam! | Aug 11 05:23:42.091 INFO kablam! 932 | ("foo", MatchType::Module) => has_module = true, Aug 11 05:23:42.091 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 11 05:23:42.091 INFO kablam! | Aug 11 05:23:42.091 INFO kablam! = note: expected type `racer::core::MatchType` Aug 11 05:23:42.091 INFO kablam! found type `racer::MatchType` Aug 11 05:23:42.092 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 11 05:23:42.092 INFO kablam! --> tests/system.rs:932:21 Aug 11 05:23:42.092 INFO kablam! | Aug 11 05:23:42.092 INFO kablam! 932 | ("foo", MatchType::Module) => has_module = true, Aug 11 05:23:42.092 INFO kablam! | ^^^^^^^^^^^^^^^^^ Aug 11 05:23:42.092 INFO kablam! Aug 11 05:23:42.092 INFO kablam! error[E0308]: mismatched types Aug 11 05:23:42.092 INFO kablam! --> tests/system.rs:933:21 Aug 11 05:23:42.092 INFO kablam! | Aug 11 05:23:42.092 INFO kablam! 933 | ("foo", MatchType::Function) => has_function = true, Aug 11 05:23:42.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 11 05:23:42.092 INFO kablam! | Aug 11 05:23:42.092 INFO kablam! = note: expected type `racer::core::MatchType` Aug 11 05:23:42.092 INFO kablam! found type `racer::MatchType` Aug 11 05:23:42.092 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 11 05:23:42.092 INFO kablam! --> tests/system.rs:933:21 Aug 11 05:23:42.092 INFO kablam! | Aug 11 05:23:42.092 INFO kablam! 933 | ("foo", MatchType::Function) => has_function = true, Aug 11 05:23:42.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Aug 11 05:23:42.092 INFO kablam! Aug 11 05:23:43.145 INFO kablam! error[E0308]: mismatched types Aug 11 05:23:43.145 INFO kablam! --> tests/system.rs:1549:5 Aug 11 05:23:43.145 INFO kablam! | Aug 11 05:23:43.145 INFO kablam! 1549 | assert_eq!(MatchType::Function, got.mtype); Aug 11 05:23:43.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Aug 11 05:23:43.145 INFO kablam! | Aug 11 05:23:43.145 INFO kablam! = note: expected type `racer::MatchType` Aug 11 05:23:43.145 INFO kablam! found type `racer::core::MatchType` Aug 11 05:23:43.145 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 11 05:23:43.145 INFO kablam! --> tests/system.rs:1549:5 Aug 11 05:23:43.145 INFO kablam! | Aug 11 05:23:43.145 INFO kablam! 1549 | assert_eq!(MatchType::Function, got.mtype); Aug 11 05:23:43.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 05:23:43.146 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 11 05:23:43.146 INFO kablam! Aug 11 05:23:43.694 INFO kablam! error[E0308]: mismatched types Aug 11 05:23:43.694 INFO kablam! --> tests/system.rs:2602:5 Aug 11 05:23:43.695 INFO kablam! | Aug 11 05:23:43.695 INFO kablam! 2602 | assert_eq!(got.mtype, MatchType::Function); Aug 11 05:23:43.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 11 05:23:43.695 INFO kablam! | Aug 11 05:23:43.695 INFO kablam! = note: expected type `racer::core::MatchType` Aug 11 05:23:43.696 INFO kablam! found type `racer::MatchType` Aug 11 05:23:43.696 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 11 05:23:43.696 INFO kablam! --> tests/system.rs:2602:5 Aug 11 05:23:43.696 INFO kablam! | Aug 11 05:23:43.696 INFO kablam! 2602 | assert_eq!(got.mtype, MatchType::Function); Aug 11 05:23:43.696 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 05:23:43.697 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 11 05:23:43.697 INFO kablam! Aug 11 05:23:43.996 INFO kablam! error[E0308]: mismatched types Aug 11 05:23:43.996 INFO kablam! --> tests/system.rs:2616:5 Aug 11 05:23:43.996 INFO kablam! | Aug 11 05:23:43.996 INFO kablam! 2616 | assert_eq!(MatchType::StructField, got.mtype); Aug 11 05:23:43.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Aug 11 05:23:43.996 INFO kablam! | Aug 11 05:23:43.996 INFO kablam! = note: expected type `racer::MatchType` Aug 11 05:23:43.996 INFO kablam! found type `racer::core::MatchType` Aug 11 05:23:43.996 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 11 05:23:43.996 INFO kablam! --> tests/system.rs:2616:5 Aug 11 05:23:43.996 INFO kablam! | Aug 11 05:23:43.996 INFO kablam! 2616 | assert_eq!(MatchType::StructField, got.mtype); Aug 11 05:23:43.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 05:23:43.996 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 11 05:23:43.996 INFO kablam! Aug 11 05:23:44.485 INFO kablam! error[E0308]: mismatched types Aug 11 05:23:44.486 INFO kablam! --> tests/system.rs:2630:5 Aug 11 05:23:44.486 INFO kablam! | Aug 11 05:23:44.486 INFO kablam! 2630 | assert_eq!(MatchType::Function, got.mtype); Aug 11 05:23:44.486 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Aug 11 05:23:44.486 INFO kablam! | Aug 11 05:23:44.487 INFO kablam! = note: expected type `racer::MatchType` Aug 11 05:23:44.487 INFO kablam! found type `racer::core::MatchType` Aug 11 05:23:44.487 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 11 05:23:44.487 INFO kablam! --> tests/system.rs:2630:5 Aug 11 05:23:44.487 INFO kablam! | Aug 11 05:23:44.487 INFO kablam! 2630 | assert_eq!(MatchType::Function, got.mtype); Aug 11 05:23:44.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 05:23:44.488 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 11 05:23:44.488 INFO kablam! Aug 11 05:23:45.127 INFO kablam! error[E0308]: mismatched types Aug 11 05:23:45.127 INFO kablam! --> tests/system.rs:2862:5 Aug 11 05:23:45.127 INFO kablam! | Aug 11 05:23:45.127 INFO kablam! 2862 | assert_eq!(MatchType::Struct, got.mtype); Aug 11 05:23:45.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Aug 11 05:23:45.127 INFO kablam! | Aug 11 05:23:45.127 INFO kablam! = note: expected type `racer::MatchType` Aug 11 05:23:45.127 INFO kablam! found type `racer::core::MatchType` Aug 11 05:23:45.127 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 11 05:23:45.127 INFO kablam! --> tests/system.rs:2862:5 Aug 11 05:23:45.127 INFO kablam! | Aug 11 05:23:45.127 INFO kablam! 2862 | assert_eq!(MatchType::Struct, got.mtype); Aug 11 05:23:45.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 05:23:45.128 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 11 05:23:45.128 INFO kablam! Aug 11 05:23:45.668 INFO kablam! error[E0308]: mismatched types Aug 11 05:23:45.668 INFO kablam! --> tests/system.rs:3148:5 Aug 11 05:23:45.668 INFO kablam! | Aug 11 05:23:45.668 INFO kablam! 3148 | assert_eq!(got.mtype, MatchType::Enum); Aug 11 05:23:45.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 11 05:23:45.668 INFO kablam! | Aug 11 05:23:45.668 INFO kablam! = note: expected type `racer::core::MatchType` Aug 11 05:23:45.668 INFO kablam! found type `racer::MatchType` Aug 11 05:23:45.669 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 11 05:23:45.669 INFO kablam! --> tests/system.rs:3148:5 Aug 11 05:23:45.669 INFO kablam! | Aug 11 05:23:45.669 INFO kablam! 3148 | assert_eq!(got.mtype, MatchType::Enum); Aug 11 05:23:45.669 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 05:23:45.670 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 11 05:23:45.671 INFO kablam! Aug 11 05:23:46.058 INFO kablam! error[E0308]: mismatched types Aug 11 05:23:46.059 INFO kablam! --> tests/system.rs:3469:5 Aug 11 05:23:46.059 INFO kablam! | Aug 11 05:23:46.059 INFO kablam! 3469 | assert_eq!(got.mtype, MatchType::Trait); Aug 11 05:23:46.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 11 05:23:46.059 INFO kablam! | Aug 11 05:23:46.059 INFO kablam! = note: expected type `racer::core::MatchType` Aug 11 05:23:46.059 INFO kablam! found type `racer::MatchType` Aug 11 05:23:46.059 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 11 05:23:46.059 INFO kablam! --> tests/system.rs:3469:5 Aug 11 05:23:46.059 INFO kablam! | Aug 11 05:23:46.059 INFO kablam! 3469 | assert_eq!(got.mtype, MatchType::Trait); Aug 11 05:23:46.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 05:23:46.059 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 11 05:23:46.059 INFO kablam! Aug 11 05:23:46.303 INFO kablam! error[E0308]: mismatched types Aug 11 05:23:46.303 INFO kablam! --> tests/system.rs:3493:5 Aug 11 05:23:46.303 INFO kablam! | Aug 11 05:23:46.303 INFO kablam! 3493 | assert_eq!(got.mtype, MatchType::Function); Aug 11 05:23:46.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 11 05:23:46.308 INFO kablam! | Aug 11 05:23:46.309 INFO kablam! = note: expected type `racer::core::MatchType` Aug 11 05:23:46.309 INFO kablam! found type `racer::MatchType` Aug 11 05:23:46.310 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 11 05:23:46.310 INFO kablam! --> tests/system.rs:3493:5 Aug 11 05:23:46.310 INFO kablam! | Aug 11 05:23:46.310 INFO kablam! 3493 | assert_eq!(got.mtype, MatchType::Function); Aug 11 05:23:46.310 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 05:23:46.310 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 11 05:23:46.310 INFO kablam! Aug 11 05:23:46.564 INFO kablam! error[E0308]: mismatched types Aug 11 05:23:46.564 INFO kablam! --> tests/system.rs:3516:5 Aug 11 05:23:46.564 INFO kablam! | Aug 11 05:23:46.564 INFO kablam! 3516 | assert_eq!(got.mtype, MatchType::Function); Aug 11 05:23:46.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 11 05:23:46.564 INFO kablam! | Aug 11 05:23:46.564 INFO kablam! = note: expected type `racer::core::MatchType` Aug 11 05:23:46.564 INFO kablam! found type `racer::MatchType` Aug 11 05:23:46.564 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 11 05:23:46.564 INFO kablam! --> tests/system.rs:3516:5 Aug 11 05:23:46.564 INFO kablam! | Aug 11 05:23:46.564 INFO kablam! 3516 | assert_eq!(got.mtype, MatchType::Function); Aug 11 05:23:46.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 05:23:46.565 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 11 05:23:46.565 INFO kablam! Aug 11 05:23:46.929 INFO kablam! error[E0308]: mismatched types Aug 11 05:23:46.929 INFO kablam! --> tests/system.rs:3540:5 Aug 11 05:23:46.929 INFO kablam! | Aug 11 05:23:46.929 INFO kablam! 3540 | assert_eq!(got.mtype, MatchType::Function); Aug 11 05:23:46.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 11 05:23:46.929 INFO kablam! | Aug 11 05:23:46.929 INFO kablam! = note: expected type `racer::core::MatchType` Aug 11 05:23:46.930 INFO kablam! found type `racer::MatchType` Aug 11 05:23:46.930 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 11 05:23:46.930 INFO kablam! --> tests/system.rs:3540:5 Aug 11 05:23:46.930 INFO kablam! | Aug 11 05:23:46.930 INFO kablam! 3540 | assert_eq!(got.mtype, MatchType::Function); Aug 11 05:23:46.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 05:23:46.930 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 11 05:23:46.930 INFO kablam! Aug 11 05:23:47.214 INFO kablam! error[E0308]: mismatched types Aug 11 05:23:47.214 INFO kablam! --> tests/system.rs:3559:5 Aug 11 05:23:47.214 INFO kablam! | Aug 11 05:23:47.214 INFO kablam! 3559 | assert_eq!(got.mtype, MatchType::Function); Aug 11 05:23:47.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 11 05:23:47.215 INFO kablam! | Aug 11 05:23:47.215 INFO kablam! = note: expected type `racer::core::MatchType` Aug 11 05:23:47.215 INFO kablam! found type `racer::MatchType` Aug 11 05:23:47.215 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 11 05:23:47.215 INFO kablam! --> tests/system.rs:3559:5 Aug 11 05:23:47.215 INFO kablam! | Aug 11 05:23:47.215 INFO kablam! 3559 | assert_eq!(got.mtype, MatchType::Function); Aug 11 05:23:47.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 05:23:47.215 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 11 05:23:47.215 INFO kablam! Aug 11 05:23:47.547 INFO kablam! error[E0308]: mismatched types Aug 11 05:23:47.547 INFO kablam! --> tests/system.rs:3583:5 Aug 11 05:23:47.547 INFO kablam! | Aug 11 05:23:47.547 INFO kablam! 3583 | assert_eq!(got.mtype, MatchType::Function); Aug 11 05:23:47.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 11 05:23:47.547 INFO kablam! | Aug 11 05:23:47.547 INFO kablam! = note: expected type `racer::core::MatchType` Aug 11 05:23:47.547 INFO kablam! found type `racer::MatchType` Aug 11 05:23:47.547 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 11 05:23:47.547 INFO kablam! --> tests/system.rs:3583:5 Aug 11 05:23:47.547 INFO kablam! | Aug 11 05:23:47.548 INFO kablam! 3583 | assert_eq!(got.mtype, MatchType::Function); Aug 11 05:23:47.548 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 05:23:47.548 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 11 05:23:47.548 INFO kablam! Aug 11 05:23:47.878 INFO kablam! error: aborting due to 17 previous errors Aug 11 05:23:47.878 INFO kablam! Aug 11 05:23:47.878 INFO kablam! Some errors occurred: E0277, E0308. Aug 11 05:23:47.878 INFO kablam! For more information about an error, try `rustc --explain E0277`. Aug 11 05:23:47.920 INFO kablam! error: Could not compile `racer`. Aug 11 05:23:47.921 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 11 05:23:49.864 INFO kablam! error: build failed Aug 11 05:23:49.866 INFO kablam! su: No module specific data is present Aug 11 05:23:50.382 INFO running `"docker" "rm" "-f" "90a7b5105c90fbf8bf92e98ee99d5f2fd484c18523fc1b812317c5c768366ed9"` Aug 11 05:23:50.501 INFO blam! 90a7b5105c90fbf8bf92e98ee99d5f2fd484c18523fc1b812317c5c768366ed9