Sep 10 12:20:42.359 INFO checking racer-2.1.5 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 12:20:42.359 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 12:20:42.360 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-1/try#3a2610c2a16575649896925631bf8cec4f4b1961:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 12:20:42.659 INFO blam! a0fac10527fb0b427155374dd185190f1ed7f407a6435c81a10ea07569b51f6f Sep 10 12:20:42.661 INFO running `"docker" "start" "-a" "a0fac10527fb0b427155374dd185190f1ed7f407a6435c81a10ea07569b51f6f"` Sep 10 12:20:43.858 INFO kablam! usermod: no changes Sep 10 12:20:44.130 INFO kablam! Checking rls-span v0.4.0 Sep 10 12:20:44.134 INFO kablam! Checking racer-cargo-metadata v0.1.0 Sep 10 12:20:45.502 INFO kablam! Checking racer v2.1.5 Sep 10 12:20:45.502 INFO kablam! Checking racer v2.1.5 (file:///source) Sep 10 12:20:53.831 INFO kablam! Checking racer-testutils v0.1.0 Sep 10 12:21:04.017 INFO kablam! error[E0277]: the trait bound `racer::Location: std::convert::From` is not satisfied Sep 10 12:21:04.018 INFO kablam! --> tests/system.rs:150:15 Sep 10 12:21:04.018 INFO kablam! | Sep 10 12:21:04.018 INFO kablam! 150 | let got = complete_from_file(&path, pos, &session).nth(0).unwrap(); Sep 10 12:21:04.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `racer::Location` Sep 10 12:21:04.018 INFO kablam! | Sep 10 12:21:04.018 INFO kablam! = help: the following implementations were found: Sep 10 12:21:04.018 INFO kablam! > Sep 10 12:21:04.018 INFO kablam! > Sep 10 12:21:04.018 INFO kablam! > Sep 10 12:21:04.019 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `racer::core::BytePos` Sep 10 12:21:04.019 INFO kablam! = note: required by `racer::complete_from_file` Sep 10 12:21:04.019 INFO kablam! Sep 10 12:21:04.546 INFO kablam! error[E0308]: mismatched types Sep 10 12:21:04.546 INFO kablam! --> tests/system.rs:844:5 Sep 10 12:21:04.546 INFO kablam! | Sep 10 12:21:04.546 INFO kablam! 844 | assert_eq!(got.coords, Some(Coordinate::new(10, 19))); Sep 10 12:21:04.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `racer::core::Coordinate`, found struct `racer::Coordinate` Sep 10 12:21:04.546 INFO kablam! | Sep 10 12:21:04.546 INFO kablam! = note: expected type `std::option::Option` Sep 10 12:21:04.546 INFO kablam! found type `std::option::Option` Sep 10 12:21:04.546 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 10 12:21:04.546 INFO kablam! --> tests/system.rs:844:5 Sep 10 12:21:04.546 INFO kablam! | Sep 10 12:21:04.546 INFO kablam! 844 | assert_eq!(got.coords, Some(Coordinate::new(10, 19))); Sep 10 12:21:04.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 12:21:04.546 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) Sep 10 12:21:04.546 INFO kablam! Sep 10 12:21:04.718 INFO kablam! error[E0308]: mismatched types Sep 10 12:21:04.718 INFO kablam! --> tests/system.rs:905:5 Sep 10 12:21:04.718 INFO kablam! | Sep 10 12:21:04.718 INFO kablam! 905 | assert_eq!(got.mtype, MatchType::Module); Sep 10 12:21:04.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 10 12:21:04.718 INFO kablam! | Sep 10 12:21:04.718 INFO kablam! = note: expected type `racer::core::MatchType` Sep 10 12:21:04.718 INFO kablam! found type `racer::MatchType` Sep 10 12:21:04.718 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 10 12:21:04.718 INFO kablam! --> tests/system.rs:905:5 Sep 10 12:21:04.718 INFO kablam! | Sep 10 12:21:04.718 INFO kablam! 905 | assert_eq!(got.mtype, MatchType::Module); Sep 10 12:21:04.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 12:21:04.718 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) Sep 10 12:21:04.718 INFO kablam! Sep 10 12:21:04.722 INFO kablam! error[E0308]: mismatched types Sep 10 12:21:04.722 INFO kablam! --> tests/system.rs:952:21 Sep 10 12:21:04.722 INFO kablam! | Sep 10 12:21:04.722 INFO kablam! 952 | ("foo", MatchType::Module) => has_module = true, Sep 10 12:21:04.722 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 10 12:21:04.722 INFO kablam! | Sep 10 12:21:04.722 INFO kablam! = note: expected type `racer::core::MatchType` Sep 10 12:21:04.722 INFO kablam! found type `racer::MatchType` Sep 10 12:21:04.722 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 10 12:21:04.722 INFO kablam! --> tests/system.rs:952:21 Sep 10 12:21:04.722 INFO kablam! | Sep 10 12:21:04.722 INFO kablam! 952 | ("foo", MatchType::Module) => has_module = true, Sep 10 12:21:04.722 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 10 12:21:04.722 INFO kablam! Sep 10 12:21:04.722 INFO kablam! error[E0308]: mismatched types Sep 10 12:21:04.722 INFO kablam! --> tests/system.rs:953:21 Sep 10 12:21:04.722 INFO kablam! | Sep 10 12:21:04.722 INFO kablam! 953 | ("foo", MatchType::Function) => has_function = true, Sep 10 12:21:04.722 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 10 12:21:04.722 INFO kablam! | Sep 10 12:21:04.722 INFO kablam! = note: expected type `racer::core::MatchType` Sep 10 12:21:04.722 INFO kablam! found type `racer::MatchType` Sep 10 12:21:04.722 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 10 12:21:04.722 INFO kablam! --> tests/system.rs:953:21 Sep 10 12:21:04.722 INFO kablam! | Sep 10 12:21:04.722 INFO kablam! 953 | ("foo", MatchType::Function) => has_function = true, Sep 10 12:21:04.722 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 10 12:21:04.722 INFO kablam! Sep 10 12:21:05.234 INFO kablam! error[E0308]: mismatched types Sep 10 12:21:05.234 INFO kablam! --> tests/system.rs:1572:5 Sep 10 12:21:05.234 INFO kablam! | Sep 10 12:21:05.234 INFO kablam! 1572 | assert_eq!(MatchType::Function, got.mtype); Sep 10 12:21:05.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 10 12:21:05.234 INFO kablam! | Sep 10 12:21:05.234 INFO kablam! = note: expected type `racer::MatchType` Sep 10 12:21:05.234 INFO kablam! found type `racer::core::MatchType` Sep 10 12:21:05.234 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 10 12:21:05.234 INFO kablam! --> tests/system.rs:1572:5 Sep 10 12:21:05.234 INFO kablam! | Sep 10 12:21:05.234 INFO kablam! 1572 | assert_eq!(MatchType::Function, got.mtype); Sep 10 12:21:05.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 12:21:05.234 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) Sep 10 12:21:05.234 INFO kablam! Sep 10 12:21:05.566 INFO kablam! error[E0308]: mismatched types Sep 10 12:21:05.566 INFO kablam! --> tests/system.rs:2624:5 Sep 10 12:21:05.566 INFO kablam! | Sep 10 12:21:05.566 INFO kablam! 2624 | assert_eq!(got.mtype, MatchType::Function); Sep 10 12:21:05.566 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 10 12:21:05.566 INFO kablam! | Sep 10 12:21:05.566 INFO kablam! = note: expected type `racer::core::MatchType` Sep 10 12:21:05.567 INFO kablam! found type `racer::MatchType` Sep 10 12:21:05.567 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 10 12:21:05.567 INFO kablam! --> tests/system.rs:2624:5 Sep 10 12:21:05.567 INFO kablam! | Sep 10 12:21:05.567 INFO kablam! 2624 | assert_eq!(got.mtype, MatchType::Function); Sep 10 12:21:05.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 12:21:05.567 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) Sep 10 12:21:05.567 INFO kablam! Sep 10 12:21:05.674 INFO kablam! error[E0308]: mismatched types Sep 10 12:21:05.674 INFO kablam! --> tests/system.rs:2638:5 Sep 10 12:21:05.674 INFO kablam! | Sep 10 12:21:05.674 INFO kablam! 2638 | assert_eq!(MatchType::StructField, got.mtype); Sep 10 12:21:05.674 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 10 12:21:05.674 INFO kablam! | Sep 10 12:21:05.674 INFO kablam! = note: expected type `racer::MatchType` Sep 10 12:21:05.674 INFO kablam! found type `racer::core::MatchType` Sep 10 12:21:05.674 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 10 12:21:05.674 INFO kablam! --> tests/system.rs:2638:5 Sep 10 12:21:05.674 INFO kablam! | Sep 10 12:21:05.674 INFO kablam! 2638 | assert_eq!(MatchType::StructField, got.mtype); Sep 10 12:21:05.674 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 12:21:05.674 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) Sep 10 12:21:05.674 INFO kablam! Sep 10 12:21:05.818 INFO kablam! error[E0308]: mismatched types Sep 10 12:21:05.818 INFO kablam! --> tests/system.rs:2652:5 Sep 10 12:21:05.818 INFO kablam! | Sep 10 12:21:05.818 INFO kablam! 2652 | assert_eq!(MatchType::Function, got.mtype); Sep 10 12:21:05.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 10 12:21:05.818 INFO kablam! | Sep 10 12:21:05.818 INFO kablam! = note: expected type `racer::MatchType` Sep 10 12:21:05.818 INFO kablam! found type `racer::core::MatchType` Sep 10 12:21:05.818 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 10 12:21:05.818 INFO kablam! --> tests/system.rs:2652:5 Sep 10 12:21:05.818 INFO kablam! | Sep 10 12:21:05.818 INFO kablam! 2652 | assert_eq!(MatchType::Function, got.mtype); Sep 10 12:21:05.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 12:21:05.818 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) Sep 10 12:21:05.818 INFO kablam! Sep 10 12:21:06.010 INFO kablam! error[E0308]: mismatched types Sep 10 12:21:06.010 INFO kablam! --> tests/system.rs:2884:5 Sep 10 12:21:06.010 INFO kablam! | Sep 10 12:21:06.010 INFO kablam! 2884 | assert_eq!(MatchType::Struct, got.mtype); Sep 10 12:21:06.010 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 10 12:21:06.010 INFO kablam! | Sep 10 12:21:06.010 INFO kablam! = note: expected type `racer::MatchType` Sep 10 12:21:06.010 INFO kablam! found type `racer::core::MatchType` Sep 10 12:21:06.010 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 10 12:21:06.010 INFO kablam! --> tests/system.rs:2884:5 Sep 10 12:21:06.010 INFO kablam! | Sep 10 12:21:06.010 INFO kablam! 2884 | assert_eq!(MatchType::Struct, got.mtype); Sep 10 12:21:06.010 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 12:21:06.010 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) Sep 10 12:21:06.010 INFO kablam! Sep 10 12:21:06.157 INFO kablam! error[E0308]: mismatched types Sep 10 12:21:06.157 INFO kablam! --> tests/system.rs:3176:5 Sep 10 12:21:06.157 INFO kablam! | Sep 10 12:21:06.157 INFO kablam! 3176 | assert_eq!(got.mtype, MatchType::Enum); Sep 10 12:21:06.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 10 12:21:06.160 INFO kablam! | Sep 10 12:21:06.160 INFO kablam! = note: expected type `racer::core::MatchType` Sep 10 12:21:06.160 INFO kablam! found type `racer::MatchType` Sep 10 12:21:06.160 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 10 12:21:06.160 INFO kablam! --> tests/system.rs:3176:5 Sep 10 12:21:06.160 INFO kablam! | Sep 10 12:21:06.160 INFO kablam! 3176 | assert_eq!(got.mtype, MatchType::Enum); Sep 10 12:21:06.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 12:21:06.160 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) Sep 10 12:21:06.160 INFO kablam! Sep 10 12:21:06.344 INFO kablam! error[E0308]: mismatched types Sep 10 12:21:06.344 INFO kablam! --> tests/system.rs:3496:5 Sep 10 12:21:06.344 INFO kablam! | Sep 10 12:21:06.344 INFO kablam! 3496 | assert_eq!(got.mtype, MatchType::Trait); Sep 10 12:21:06.344 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 10 12:21:06.345 INFO kablam! | Sep 10 12:21:06.345 INFO kablam! = note: expected type `racer::core::MatchType` Sep 10 12:21:06.345 INFO kablam! found type `racer::MatchType` Sep 10 12:21:06.345 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 10 12:21:06.345 INFO kablam! --> tests/system.rs:3496:5 Sep 10 12:21:06.345 INFO kablam! | Sep 10 12:21:06.345 INFO kablam! 3496 | assert_eq!(got.mtype, MatchType::Trait); Sep 10 12:21:06.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 12:21:06.345 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) Sep 10 12:21:06.345 INFO kablam! Sep 10 12:21:06.483 INFO kablam! error[E0308]: mismatched types Sep 10 12:21:06.483 INFO kablam! --> tests/system.rs:3520:5 Sep 10 12:21:06.483 INFO kablam! | Sep 10 12:21:06.483 INFO kablam! 3520 | assert_eq!(got.mtype, MatchType::Function); Sep 10 12:21:06.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 10 12:21:06.483 INFO kablam! | Sep 10 12:21:06.483 INFO kablam! = note: expected type `racer::core::MatchType` Sep 10 12:21:06.483 INFO kablam! found type `racer::MatchType` Sep 10 12:21:06.483 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 10 12:21:06.483 INFO kablam! --> tests/system.rs:3520:5 Sep 10 12:21:06.483 INFO kablam! | Sep 10 12:21:06.483 INFO kablam! 3520 | assert_eq!(got.mtype, MatchType::Function); Sep 10 12:21:06.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 12:21:06.483 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) Sep 10 12:21:06.483 INFO kablam! Sep 10 12:21:06.590 INFO kablam! error[E0308]: mismatched types Sep 10 12:21:06.590 INFO kablam! --> tests/system.rs:3543:5 Sep 10 12:21:06.590 INFO kablam! | Sep 10 12:21:06.590 INFO kablam! 3543 | assert_eq!(got.mtype, MatchType::Function); Sep 10 12:21:06.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 10 12:21:06.590 INFO kablam! | Sep 10 12:21:06.590 INFO kablam! = note: expected type `racer::core::MatchType` Sep 10 12:21:06.590 INFO kablam! found type `racer::MatchType` Sep 10 12:21:06.590 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 10 12:21:06.590 INFO kablam! --> tests/system.rs:3543:5 Sep 10 12:21:06.590 INFO kablam! | Sep 10 12:21:06.590 INFO kablam! 3543 | assert_eq!(got.mtype, MatchType::Function); Sep 10 12:21:06.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 12:21:06.590 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) Sep 10 12:21:06.590 INFO kablam! Sep 10 12:21:06.683 INFO kablam! error[E0308]: mismatched types Sep 10 12:21:06.683 INFO kablam! --> tests/system.rs:3567:5 Sep 10 12:21:06.683 INFO kablam! | Sep 10 12:21:06.683 INFO kablam! 3567 | assert_eq!(got.mtype, MatchType::Function); Sep 10 12:21:06.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 10 12:21:06.683 INFO kablam! | Sep 10 12:21:06.683 INFO kablam! = note: expected type `racer::core::MatchType` Sep 10 12:21:06.683 INFO kablam! found type `racer::MatchType` Sep 10 12:21:06.683 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 10 12:21:06.683 INFO kablam! --> tests/system.rs:3567:5 Sep 10 12:21:06.683 INFO kablam! | Sep 10 12:21:06.683 INFO kablam! 3567 | assert_eq!(got.mtype, MatchType::Function); Sep 10 12:21:06.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 12:21:06.683 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) Sep 10 12:21:06.683 INFO kablam! Sep 10 12:21:06.786 INFO kablam! error[E0308]: mismatched types Sep 10 12:21:06.786 INFO kablam! --> tests/system.rs:3586:5 Sep 10 12:21:06.786 INFO kablam! | Sep 10 12:21:06.786 INFO kablam! 3586 | assert_eq!(got.mtype, MatchType::Function); Sep 10 12:21:06.786 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 10 12:21:06.786 INFO kablam! | Sep 10 12:21:06.786 INFO kablam! = note: expected type `racer::core::MatchType` Sep 10 12:21:06.786 INFO kablam! found type `racer::MatchType` Sep 10 12:21:06.786 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 10 12:21:06.786 INFO kablam! --> tests/system.rs:3586:5 Sep 10 12:21:06.786 INFO kablam! | Sep 10 12:21:06.786 INFO kablam! 3586 | assert_eq!(got.mtype, MatchType::Function); Sep 10 12:21:06.786 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 12:21:06.786 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) Sep 10 12:21:06.786 INFO kablam! Sep 10 12:21:06.876 INFO kablam! error[E0308]: mismatched types Sep 10 12:21:06.876 INFO kablam! --> tests/system.rs:3610:5 Sep 10 12:21:06.876 INFO kablam! | Sep 10 12:21:06.876 INFO kablam! 3610 | assert_eq!(got.mtype, MatchType::Function); Sep 10 12:21:06.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 10 12:21:06.876 INFO kablam! | Sep 10 12:21:06.877 INFO kablam! = note: expected type `racer::core::MatchType` Sep 10 12:21:06.877 INFO kablam! found type `racer::MatchType` Sep 10 12:21:06.877 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 10 12:21:06.877 INFO kablam! --> tests/system.rs:3610:5 Sep 10 12:21:06.877 INFO kablam! | Sep 10 12:21:06.877 INFO kablam! 3610 | assert_eq!(got.mtype, MatchType::Function); Sep 10 12:21:06.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 12:21:06.877 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) Sep 10 12:21:06.877 INFO kablam! Sep 10 12:21:06.948 INFO kablam! error: aborting due to 17 previous errors Sep 10 12:21:06.948 INFO kablam! Sep 10 12:21:06.948 INFO kablam! Some errors occurred: E0277, E0308. Sep 10 12:21:06.948 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 10 12:21:06.964 INFO kablam! error: Could not compile `racer`. Sep 10 12:21:06.964 INFO kablam! Sep 10 12:21:06.964 INFO kablam! To learn more, run the command again with --verbose. Sep 10 12:21:06.966 INFO kablam! su: No module specific data is present Sep 10 12:21:07.515 INFO running `"docker" "rm" "-f" "a0fac10527fb0b427155374dd185190f1ed7f407a6435c81a10ea07569b51f6f"` Sep 10 12:21:07.600 INFO blam! a0fac10527fb0b427155374dd185190f1ed7f407a6435c81a10ea07569b51f6f