Sep 14 11:14:54.416 INFO checking racer-2.1.5 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 11:14:54.416 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 11:14:54.416 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-3/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 11:14:54.708 INFO blam! ecc7b6e42b6ccdd3d51e28bb4d2a317b9a8db579e01f27c7f3a1748014bda00d Sep 14 11:14:54.710 INFO running `"docker" "start" "-a" "ecc7b6e42b6ccdd3d51e28bb4d2a317b9a8db579e01f27c7f3a1748014bda00d"` Sep 14 11:14:55.970 INFO kablam! usermod: no changes Sep 14 11:14:56.187 INFO kablam! Checking racer v2.1.5 (file:///source) Sep 14 11:14:56.187 INFO kablam! Checking racer-testutils v0.1.0 Sep 14 11:15:09.835 INFO kablam! error[E0277]: the trait bound `racer::Location: std::convert::From` is not satisfied Sep 14 11:15:09.835 INFO kablam! --> tests/system.rs:150:15 Sep 14 11:15:09.835 INFO kablam! | Sep 14 11:15:09.835 INFO kablam! 150 | let got = complete_from_file(&path, pos, &session).nth(0).unwrap(); Sep 14 11:15:09.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `racer::Location` Sep 14 11:15:09.835 INFO kablam! | Sep 14 11:15:09.835 INFO kablam! = help: the following implementations were found: Sep 14 11:15:09.835 INFO kablam! > Sep 14 11:15:09.835 INFO kablam! > Sep 14 11:15:09.835 INFO kablam! > Sep 14 11:15:09.835 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `racer::core::BytePos` Sep 14 11:15:09.835 INFO kablam! = note: required by `racer::complete_from_file` Sep 14 11:15:09.835 INFO kablam! Sep 14 11:15:10.200 INFO kablam! error[E0308]: mismatched types Sep 14 11:15:10.200 INFO kablam! --> tests/system.rs:844:5 Sep 14 11:15:10.200 INFO kablam! | Sep 14 11:15:10.200 INFO kablam! 844 | assert_eq!(got.coords, Some(Coordinate::new(10, 19))); Sep 14 11:15:10.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `racer::core::Coordinate`, found struct `racer::Coordinate` Sep 14 11:15:10.200 INFO kablam! | Sep 14 11:15:10.200 INFO kablam! = note: expected type `std::option::Option` Sep 14 11:15:10.200 INFO kablam! found type `std::option::Option` Sep 14 11:15:10.200 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 14 11:15:10.200 INFO kablam! --> tests/system.rs:844:5 Sep 14 11:15:10.200 INFO kablam! | Sep 14 11:15:10.200 INFO kablam! 844 | assert_eq!(got.coords, Some(Coordinate::new(10, 19))); Sep 14 11:15:10.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:15:10.200 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 14 11:15:10.200 INFO kablam! Sep 14 11:15:10.323 INFO kablam! error[E0308]: mismatched types Sep 14 11:15:10.323 INFO kablam! --> tests/system.rs:905:5 Sep 14 11:15:10.323 INFO kablam! | Sep 14 11:15:10.323 INFO kablam! 905 | assert_eq!(got.mtype, MatchType::Module); Sep 14 11:15:10.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 14 11:15:10.323 INFO kablam! | Sep 14 11:15:10.323 INFO kablam! = note: expected type `racer::core::MatchType` Sep 14 11:15:10.323 INFO kablam! found type `racer::MatchType` Sep 14 11:15:10.323 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 14 11:15:10.323 INFO kablam! --> tests/system.rs:905:5 Sep 14 11:15:10.323 INFO kablam! | Sep 14 11:15:10.323 INFO kablam! 905 | assert_eq!(got.mtype, MatchType::Module); Sep 14 11:15:10.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:15:10.323 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 14 11:15:10.323 INFO kablam! Sep 14 11:15:10.331 INFO kablam! error[E0308]: mismatched types Sep 14 11:15:10.331 INFO kablam! --> tests/system.rs:952:21 Sep 14 11:15:10.331 INFO kablam! | Sep 14 11:15:10.331 INFO kablam! 952 | ("foo", MatchType::Module) => has_module = true, Sep 14 11:15:10.331 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 14 11:15:10.331 INFO kablam! | Sep 14 11:15:10.331 INFO kablam! = note: expected type `racer::core::MatchType` Sep 14 11:15:10.331 INFO kablam! found type `racer::MatchType` Sep 14 11:15:10.331 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 14 11:15:10.331 INFO kablam! --> tests/system.rs:952:21 Sep 14 11:15:10.331 INFO kablam! | Sep 14 11:15:10.331 INFO kablam! 952 | ("foo", MatchType::Module) => has_module = true, Sep 14 11:15:10.331 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 14 11:15:10.331 INFO kablam! Sep 14 11:15:10.331 INFO kablam! error[E0308]: mismatched types Sep 14 11:15:10.331 INFO kablam! --> tests/system.rs:953:21 Sep 14 11:15:10.331 INFO kablam! | Sep 14 11:15:10.331 INFO kablam! 953 | ("foo", MatchType::Function) => has_function = true, Sep 14 11:15:10.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 14 11:15:10.331 INFO kablam! | Sep 14 11:15:10.331 INFO kablam! = note: expected type `racer::core::MatchType` Sep 14 11:15:10.331 INFO kablam! found type `racer::MatchType` Sep 14 11:15:10.331 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 14 11:15:10.331 INFO kablam! --> tests/system.rs:953:21 Sep 14 11:15:10.331 INFO kablam! | Sep 14 11:15:10.331 INFO kablam! 953 | ("foo", MatchType::Function) => has_function = true, Sep 14 11:15:10.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 11:15:10.331 INFO kablam! Sep 14 11:15:10.529 INFO kablam! error[E0308]: mismatched types Sep 14 11:15:10.529 INFO kablam! --> tests/system.rs:1572:5 Sep 14 11:15:10.529 INFO kablam! | Sep 14 11:15:10.529 INFO kablam! 1572 | assert_eq!(MatchType::Function, got.mtype); Sep 14 11:15:10.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 14 11:15:10.530 INFO kablam! | Sep 14 11:15:10.530 INFO kablam! = note: expected type `racer::MatchType` Sep 14 11:15:10.530 INFO kablam! found type `racer::core::MatchType` Sep 14 11:15:10.530 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 14 11:15:10.530 INFO kablam! --> tests/system.rs:1572:5 Sep 14 11:15:10.530 INFO kablam! | Sep 14 11:15:10.530 INFO kablam! 1572 | assert_eq!(MatchType::Function, got.mtype); Sep 14 11:15:10.530 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:15:10.530 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 14 11:15:10.530 INFO kablam! Sep 14 11:15:10.774 INFO kablam! error[E0308]: mismatched types Sep 14 11:15:10.774 INFO kablam! --> tests/system.rs:2624:5 Sep 14 11:15:10.774 INFO kablam! | Sep 14 11:15:10.774 INFO kablam! 2624 | assert_eq!(got.mtype, MatchType::Function); Sep 14 11:15:10.774 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 14 11:15:10.774 INFO kablam! | Sep 14 11:15:10.774 INFO kablam! = note: expected type `racer::core::MatchType` Sep 14 11:15:10.774 INFO kablam! found type `racer::MatchType` Sep 14 11:15:10.774 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 14 11:15:10.774 INFO kablam! --> tests/system.rs:2624:5 Sep 14 11:15:10.774 INFO kablam! | Sep 14 11:15:10.774 INFO kablam! 2624 | assert_eq!(got.mtype, MatchType::Function); Sep 14 11:15:10.774 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:15:10.774 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 14 11:15:10.774 INFO kablam! Sep 14 11:15:10.884 INFO kablam! error[E0308]: mismatched types Sep 14 11:15:10.884 INFO kablam! --> tests/system.rs:2638:5 Sep 14 11:15:10.884 INFO kablam! | Sep 14 11:15:10.884 INFO kablam! 2638 | assert_eq!(MatchType::StructField, got.mtype); Sep 14 11:15:10.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 14 11:15:10.884 INFO kablam! | Sep 14 11:15:10.884 INFO kablam! = note: expected type `racer::MatchType` Sep 14 11:15:10.884 INFO kablam! found type `racer::core::MatchType` Sep 14 11:15:10.884 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 14 11:15:10.884 INFO kablam! --> tests/system.rs:2638:5 Sep 14 11:15:10.884 INFO kablam! | Sep 14 11:15:10.884 INFO kablam! 2638 | assert_eq!(MatchType::StructField, got.mtype); Sep 14 11:15:10.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:15:10.884 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 14 11:15:10.884 INFO kablam! Sep 14 11:15:10.998 INFO kablam! error[E0308]: mismatched types Sep 14 11:15:10.998 INFO kablam! --> tests/system.rs:2652:5 Sep 14 11:15:10.998 INFO kablam! | Sep 14 11:15:10.998 INFO kablam! 2652 | assert_eq!(MatchType::Function, got.mtype); Sep 14 11:15:10.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 14 11:15:10.998 INFO kablam! | Sep 14 11:15:10.998 INFO kablam! = note: expected type `racer::MatchType` Sep 14 11:15:10.998 INFO kablam! found type `racer::core::MatchType` Sep 14 11:15:10.998 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 14 11:15:10.998 INFO kablam! --> tests/system.rs:2652:5 Sep 14 11:15:10.998 INFO kablam! | Sep 14 11:15:10.998 INFO kablam! 2652 | assert_eq!(MatchType::Function, got.mtype); Sep 14 11:15:10.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:15:10.998 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 14 11:15:10.998 INFO kablam! Sep 14 11:15:11.139 INFO kablam! error[E0308]: mismatched types Sep 14 11:15:11.139 INFO kablam! --> tests/system.rs:2884:5 Sep 14 11:15:11.139 INFO kablam! | Sep 14 11:15:11.139 INFO kablam! 2884 | assert_eq!(MatchType::Struct, got.mtype); Sep 14 11:15:11.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 14 11:15:11.139 INFO kablam! | Sep 14 11:15:11.139 INFO kablam! = note: expected type `racer::MatchType` Sep 14 11:15:11.139 INFO kablam! found type `racer::core::MatchType` Sep 14 11:15:11.139 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 14 11:15:11.139 INFO kablam! --> tests/system.rs:2884:5 Sep 14 11:15:11.139 INFO kablam! | Sep 14 11:15:11.139 INFO kablam! 2884 | assert_eq!(MatchType::Struct, got.mtype); Sep 14 11:15:11.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:15:11.139 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 14 11:15:11.139 INFO kablam! Sep 14 11:15:11.283 INFO kablam! error[E0308]: mismatched types Sep 14 11:15:11.283 INFO kablam! --> tests/system.rs:3176:5 Sep 14 11:15:11.283 INFO kablam! | Sep 14 11:15:11.283 INFO kablam! 3176 | assert_eq!(got.mtype, MatchType::Enum); Sep 14 11:15:11.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 14 11:15:11.291 INFO kablam! | Sep 14 11:15:11.291 INFO kablam! = note: expected type `racer::core::MatchType` Sep 14 11:15:11.291 INFO kablam! found type `racer::MatchType` Sep 14 11:15:11.291 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 14 11:15:11.291 INFO kablam! --> tests/system.rs:3176:5 Sep 14 11:15:11.291 INFO kablam! | Sep 14 11:15:11.291 INFO kablam! 3176 | assert_eq!(got.mtype, MatchType::Enum); Sep 14 11:15:11.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:15:11.291 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 14 11:15:11.291 INFO kablam! Sep 14 11:15:11.435 INFO kablam! error[E0308]: mismatched types Sep 14 11:15:11.435 INFO kablam! --> tests/system.rs:3496:5 Sep 14 11:15:11.435 INFO kablam! | Sep 14 11:15:11.435 INFO kablam! 3496 | assert_eq!(got.mtype, MatchType::Trait); Sep 14 11:15:11.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 14 11:15:11.435 INFO kablam! | Sep 14 11:15:11.435 INFO kablam! = note: expected type `racer::core::MatchType` Sep 14 11:15:11.435 INFO kablam! found type `racer::MatchType` Sep 14 11:15:11.435 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 14 11:15:11.435 INFO kablam! --> tests/system.rs:3496:5 Sep 14 11:15:11.435 INFO kablam! | Sep 14 11:15:11.435 INFO kablam! 3496 | assert_eq!(got.mtype, MatchType::Trait); Sep 14 11:15:11.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:15:11.435 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 14 11:15:11.435 INFO kablam! Sep 14 11:15:11.535 INFO kablam! error[E0308]: mismatched types Sep 14 11:15:11.535 INFO kablam! --> tests/system.rs:3520:5 Sep 14 11:15:11.535 INFO kablam! | Sep 14 11:15:11.535 INFO kablam! 3520 | assert_eq!(got.mtype, MatchType::Function); Sep 14 11:15:11.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 14 11:15:11.543 INFO kablam! | Sep 14 11:15:11.543 INFO kablam! = note: expected type `racer::core::MatchType` Sep 14 11:15:11.543 INFO kablam! found type `racer::MatchType` Sep 14 11:15:11.543 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 14 11:15:11.543 INFO kablam! --> tests/system.rs:3520:5 Sep 14 11:15:11.543 INFO kablam! | Sep 14 11:15:11.543 INFO kablam! 3520 | assert_eq!(got.mtype, MatchType::Function); Sep 14 11:15:11.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:15:11.543 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 14 11:15:11.543 INFO kablam! Sep 14 11:15:11.643 INFO kablam! error[E0308]: mismatched types Sep 14 11:15:11.643 INFO kablam! --> tests/system.rs:3543:5 Sep 14 11:15:11.643 INFO kablam! | Sep 14 11:15:11.643 INFO kablam! 3543 | assert_eq!(got.mtype, MatchType::Function); Sep 14 11:15:11.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 14 11:15:11.643 INFO kablam! | Sep 14 11:15:11.643 INFO kablam! = note: expected type `racer::core::MatchType` Sep 14 11:15:11.643 INFO kablam! found type `racer::MatchType` Sep 14 11:15:11.643 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 14 11:15:11.643 INFO kablam! --> tests/system.rs:3543:5 Sep 14 11:15:11.643 INFO kablam! | Sep 14 11:15:11.643 INFO kablam! 3543 | assert_eq!(got.mtype, MatchType::Function); Sep 14 11:15:11.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:15:11.643 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 14 11:15:11.643 INFO kablam! Sep 14 11:15:11.755 INFO kablam! error[E0308]: mismatched types Sep 14 11:15:11.755 INFO kablam! --> tests/system.rs:3567:5 Sep 14 11:15:11.755 INFO kablam! | Sep 14 11:15:11.755 INFO kablam! 3567 | assert_eq!(got.mtype, MatchType::Function); Sep 14 11:15:11.755 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 14 11:15:11.755 INFO kablam! | Sep 14 11:15:11.755 INFO kablam! = note: expected type `racer::core::MatchType` Sep 14 11:15:11.755 INFO kablam! found type `racer::MatchType` Sep 14 11:15:11.755 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 14 11:15:11.755 INFO kablam! --> tests/system.rs:3567:5 Sep 14 11:15:11.755 INFO kablam! | Sep 14 11:15:11.755 INFO kablam! 3567 | assert_eq!(got.mtype, MatchType::Function); Sep 14 11:15:11.755 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:15:11.755 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 14 11:15:11.755 INFO kablam! Sep 14 11:15:11.870 INFO kablam! error[E0308]: mismatched types Sep 14 11:15:11.871 INFO kablam! --> tests/system.rs:3586:5 Sep 14 11:15:11.871 INFO kablam! | Sep 14 11:15:11.871 INFO kablam! 3586 | assert_eq!(got.mtype, MatchType::Function); Sep 14 11:15:11.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 14 11:15:11.871 INFO kablam! | Sep 14 11:15:11.871 INFO kablam! = note: expected type `racer::core::MatchType` Sep 14 11:15:11.871 INFO kablam! found type `racer::MatchType` Sep 14 11:15:11.871 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 14 11:15:11.871 INFO kablam! --> tests/system.rs:3586:5 Sep 14 11:15:11.871 INFO kablam! | Sep 14 11:15:11.871 INFO kablam! 3586 | assert_eq!(got.mtype, MatchType::Function); Sep 14 11:15:11.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:15:11.871 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 14 11:15:11.871 INFO kablam! Sep 14 11:15:11.993 INFO kablam! error[E0308]: mismatched types Sep 14 11:15:11.993 INFO kablam! --> tests/system.rs:3610:5 Sep 14 11:15:11.993 INFO kablam! | Sep 14 11:15:11.993 INFO kablam! 3610 | assert_eq!(got.mtype, MatchType::Function); Sep 14 11:15:11.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 14 11:15:11.993 INFO kablam! | Sep 14 11:15:11.993 INFO kablam! = note: expected type `racer::core::MatchType` Sep 14 11:15:11.993 INFO kablam! found type `racer::MatchType` Sep 14 11:15:11.993 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 14 11:15:11.993 INFO kablam! --> tests/system.rs:3610:5 Sep 14 11:15:11.993 INFO kablam! | Sep 14 11:15:11.993 INFO kablam! 3610 | assert_eq!(got.mtype, MatchType::Function); Sep 14 11:15:11.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:15:11.993 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 14 11:15:11.993 INFO kablam! Sep 14 11:15:12.165 INFO kablam! error: aborting due to 17 previous errors Sep 14 11:15:12.165 INFO kablam! Sep 14 11:15:12.165 INFO kablam! Some errors occurred: E0277, E0308. Sep 14 11:15:12.165 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 14 11:15:12.205 INFO kablam! error: Could not compile `racer`. Sep 14 11:15:12.205 INFO kablam! Sep 14 11:15:12.205 INFO kablam! To learn more, run the command again with --verbose. Sep 14 11:15:12.211 INFO kablam! su: No module specific data is present Sep 14 11:15:13.128 INFO running `"docker" "rm" "-f" "ecc7b6e42b6ccdd3d51e28bb4d2a317b9a8db579e01f27c7f3a1748014bda00d"` Sep 14 11:15:13.413 INFO blam! ecc7b6e42b6ccdd3d51e28bb4d2a317b9a8db579e01f27c7f3a1748014bda00d