Sep 14 11:14:54.466 INFO checking racer-2.1.5 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 11:14:54.467 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 11:14:54.467 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-5/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-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.771 INFO blam! e7655edc24a344989bd9f483ea2fa183bcf277bdc3c6e74b8bb9443ec898d4fd Sep 14 11:14:54.775 INFO running `"docker" "start" "-a" "e7655edc24a344989bd9f483ea2fa183bcf277bdc3c6e74b8bb9443ec898d4fd"` Sep 14 11:14:55.999 INFO kablam! usermod: no changes Sep 14 11:14:56.303 INFO kablam! Compiling rustc-ap-rustc_target v237.0.0 Sep 14 11:14:56.303 INFO kablam! Compiling rustc-ap-syntax v237.0.0 Sep 14 11:14:56.303 INFO kablam! Checking rustc-hash v1.0.1 Sep 14 11:14:56.303 INFO kablam! Checking ena v0.9.3 Sep 14 11:14:56.307 INFO kablam! Checking rustc-ap-rustc_cratesio_shim v237.0.0 Sep 14 11:14:56.307 INFO kablam! Checking smallvec v0.6.5 Sep 14 11:14:56.323 INFO kablam! Compiling syn v0.13.11 Sep 14 11:14:56.323 INFO kablam! Checking racer-interner v0.1.0 Sep 14 11:14:58.807 INFO kablam! Checking racer-cargo-metadata v0.1.0 Sep 14 11:14:58.865 INFO kablam! Checking parking_lot_core v0.2.14 Sep 14 11:14:58.865 INFO kablam! Checking rustc-ap-serialize v237.0.0 Sep 14 11:15:00.394 INFO kablam! Checking parking_lot v0.5.5 Sep 14 11:15:05.639 INFO kablam! Checking rustc-ap-rustc_data_structures v237.0.0 Sep 14 11:15:12.275 INFO kablam! Checking rustc-ap-arena v237.0.0 Sep 14 11:15:14.323 INFO kablam! Checking rustc-ap-syntax_pos v237.0.0 Sep 14 11:15:14.838 INFO kablam! Compiling derive_more v0.11.0 Sep 14 11:15:16.052 INFO kablam! Checking rustc-ap-rustc_errors v237.0.0 Sep 14 11:15:32.413 INFO kablam! Checking racer v2.1.5 Sep 14 11:15:32.413 INFO kablam! Checking racer v2.1.5 (file:///source) Sep 14 11:15:36.567 INFO kablam! Checking racer-testutils v0.1.0 Sep 14 11:15:39.959 INFO kablam! error[E0277]: the trait bound `racer::Location: std::convert::From` is not satisfied Sep 14 11:15:39.959 INFO kablam! --> tests/system.rs:150:15 Sep 14 11:15:39.959 INFO kablam! | Sep 14 11:15:39.959 INFO kablam! 150 | let got = complete_from_file(&path, pos, &session).nth(0).unwrap(); Sep 14 11:15:39.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `racer::Location` Sep 14 11:15:39.959 INFO kablam! | Sep 14 11:15:39.959 INFO kablam! = help: the following implementations were found: Sep 14 11:15:39.959 INFO kablam! > Sep 14 11:15:39.959 INFO kablam! > Sep 14 11:15:39.959 INFO kablam! > Sep 14 11:15:39.959 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `racer::core::BytePos` Sep 14 11:15:39.959 INFO kablam! = note: required by `racer::complete_from_file` Sep 14 11:15:39.959 INFO kablam! Sep 14 11:15:40.287 INFO kablam! error[E0308]: mismatched types Sep 14 11:15:40.287 INFO kablam! --> tests/system.rs:844:5 Sep 14 11:15:40.287 INFO kablam! | Sep 14 11:15:40.287 INFO kablam! 844 | assert_eq!(got.coords, Some(Coordinate::new(10, 19))); Sep 14 11:15:40.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `racer::core::Coordinate`, found struct `racer::Coordinate` Sep 14 11:15:40.287 INFO kablam! | Sep 14 11:15:40.287 INFO kablam! = note: expected type `std::option::Option` Sep 14 11:15:40.287 INFO kablam! found type `std::option::Option` Sep 14 11:15:40.287 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 14 11:15:40.287 INFO kablam! --> tests/system.rs:844:5 Sep 14 11:15:40.287 INFO kablam! | Sep 14 11:15:40.287 INFO kablam! 844 | assert_eq!(got.coords, Some(Coordinate::new(10, 19))); Sep 14 11:15:40.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:15:40.287 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:40.287 INFO kablam! Sep 14 11:15:40.384 INFO kablam! error[E0308]: mismatched types Sep 14 11:15:40.384 INFO kablam! --> tests/system.rs:905:5 Sep 14 11:15:40.384 INFO kablam! | Sep 14 11:15:40.384 INFO kablam! 905 | assert_eq!(got.mtype, MatchType::Module); Sep 14 11:15:40.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 14 11:15:40.384 INFO kablam! | Sep 14 11:15:40.384 INFO kablam! = note: expected type `racer::core::MatchType` Sep 14 11:15:40.384 INFO kablam! found type `racer::MatchType` Sep 14 11:15:40.384 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 14 11:15:40.384 INFO kablam! --> tests/system.rs:905:5 Sep 14 11:15:40.384 INFO kablam! | Sep 14 11:15:40.384 INFO kablam! 905 | assert_eq!(got.mtype, MatchType::Module); Sep 14 11:15:40.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:15:40.384 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:40.384 INFO kablam! Sep 14 11:15:40.389 INFO kablam! error[E0308]: mismatched types Sep 14 11:15:40.389 INFO kablam! --> tests/system.rs:952:21 Sep 14 11:15:40.389 INFO kablam! | Sep 14 11:15:40.389 INFO kablam! 952 | ("foo", MatchType::Module) => has_module = true, Sep 14 11:15:40.389 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 14 11:15:40.389 INFO kablam! | Sep 14 11:15:40.389 INFO kablam! = note: expected type `racer::core::MatchType` Sep 14 11:15:40.389 INFO kablam! found type `racer::MatchType` Sep 14 11:15:40.389 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 14 11:15:40.389 INFO kablam! --> tests/system.rs:952:21 Sep 14 11:15:40.389 INFO kablam! | Sep 14 11:15:40.389 INFO kablam! 952 | ("foo", MatchType::Module) => has_module = true, Sep 14 11:15:40.389 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 14 11:15:40.389 INFO kablam! Sep 14 11:15:40.389 INFO kablam! error[E0308]: mismatched types Sep 14 11:15:40.389 INFO kablam! --> tests/system.rs:953:21 Sep 14 11:15:40.389 INFO kablam! | Sep 14 11:15:40.389 INFO kablam! 953 | ("foo", MatchType::Function) => has_function = true, Sep 14 11:15:40.389 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 14 11:15:40.389 INFO kablam! | Sep 14 11:15:40.390 INFO kablam! = note: expected type `racer::core::MatchType` Sep 14 11:15:40.390 INFO kablam! found type `racer::MatchType` Sep 14 11:15:40.390 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 14 11:15:40.390 INFO kablam! --> tests/system.rs:953:21 Sep 14 11:15:40.390 INFO kablam! | Sep 14 11:15:40.390 INFO kablam! 953 | ("foo", MatchType::Function) => has_function = true, Sep 14 11:15:40.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 14 11:15:40.390 INFO kablam! Sep 14 11:15:40.534 INFO kablam! error[E0308]: mismatched types Sep 14 11:15:40.534 INFO kablam! --> tests/system.rs:1572:5 Sep 14 11:15:40.534 INFO kablam! | Sep 14 11:15:40.534 INFO kablam! 1572 | assert_eq!(MatchType::Function, got.mtype); Sep 14 11:15:40.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 14 11:15:40.534 INFO kablam! | Sep 14 11:15:40.534 INFO kablam! = note: expected type `racer::MatchType` Sep 14 11:15:40.534 INFO kablam! found type `racer::core::MatchType` Sep 14 11:15:40.534 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 14 11:15:40.534 INFO kablam! --> tests/system.rs:1572:5 Sep 14 11:15:40.534 INFO kablam! | Sep 14 11:15:40.534 INFO kablam! 1572 | assert_eq!(MatchType::Function, got.mtype); Sep 14 11:15:40.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:15:40.534 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:40.534 INFO kablam! Sep 14 11:15:40.747 INFO kablam! error[E0308]: mismatched types Sep 14 11:15:40.747 INFO kablam! --> tests/system.rs:2624:5 Sep 14 11:15:40.747 INFO kablam! | Sep 14 11:15:40.748 INFO kablam! 2624 | assert_eq!(got.mtype, MatchType::Function); Sep 14 11:15:40.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 14 11:15:40.748 INFO kablam! | Sep 14 11:15:40.748 INFO kablam! = note: expected type `racer::core::MatchType` Sep 14 11:15:40.748 INFO kablam! found type `racer::MatchType` Sep 14 11:15:40.748 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 14 11:15:40.748 INFO kablam! --> tests/system.rs:2624:5 Sep 14 11:15:40.748 INFO kablam! | Sep 14 11:15:40.748 INFO kablam! 2624 | assert_eq!(got.mtype, MatchType::Function); Sep 14 11:15:40.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:15:40.748 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:40.748 INFO kablam! Sep 14 11:15:40.861 INFO kablam! error[E0308]: mismatched types Sep 14 11:15:40.861 INFO kablam! --> tests/system.rs:2638:5 Sep 14 11:15:40.862 INFO kablam! | Sep 14 11:15:40.862 INFO kablam! 2638 | assert_eq!(MatchType::StructField, got.mtype); Sep 14 11:15:40.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 14 11:15:40.862 INFO kablam! | Sep 14 11:15:40.862 INFO kablam! = note: expected type `racer::MatchType` Sep 14 11:15:40.862 INFO kablam! found type `racer::core::MatchType` Sep 14 11:15:40.862 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 14 11:15:40.862 INFO kablam! --> tests/system.rs:2638:5 Sep 14 11:15:40.862 INFO kablam! | Sep 14 11:15:40.862 INFO kablam! 2638 | assert_eq!(MatchType::StructField, got.mtype); Sep 14 11:15:40.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:15:40.863 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:40.863 INFO kablam! Sep 14 11:15:41.022 INFO kablam! error[E0308]: mismatched types Sep 14 11:15:41.023 INFO kablam! --> tests/system.rs:2652:5 Sep 14 11:15:41.023 INFO kablam! | Sep 14 11:15:41.023 INFO kablam! 2652 | assert_eq!(MatchType::Function, got.mtype); Sep 14 11:15:41.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 14 11:15:41.023 INFO kablam! | Sep 14 11:15:41.023 INFO kablam! = note: expected type `racer::MatchType` Sep 14 11:15:41.023 INFO kablam! found type `racer::core::MatchType` Sep 14 11:15:41.023 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 14 11:15:41.023 INFO kablam! --> tests/system.rs:2652:5 Sep 14 11:15:41.023 INFO kablam! | Sep 14 11:15:41.023 INFO kablam! 2652 | assert_eq!(MatchType::Function, got.mtype); Sep 14 11:15:41.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:15:41.023 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:41.023 INFO kablam! Sep 14 11:15:41.175 INFO kablam! error[E0308]: mismatched types Sep 14 11:15:41.175 INFO kablam! --> tests/system.rs:2884:5 Sep 14 11:15:41.175 INFO kablam! | Sep 14 11:15:41.175 INFO kablam! 2884 | assert_eq!(MatchType::Struct, got.mtype); Sep 14 11:15:41.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 14 11:15:41.175 INFO kablam! | Sep 14 11:15:41.175 INFO kablam! = note: expected type `racer::MatchType` Sep 14 11:15:41.175 INFO kablam! found type `racer::core::MatchType` Sep 14 11:15:41.175 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 14 11:15:41.175 INFO kablam! --> tests/system.rs:2884:5 Sep 14 11:15:41.175 INFO kablam! | Sep 14 11:15:41.175 INFO kablam! 2884 | assert_eq!(MatchType::Struct, got.mtype); Sep 14 11:15:41.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:15:41.175 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:41.175 INFO kablam! Sep 14 11:15:41.315 INFO kablam! error[E0308]: mismatched types Sep 14 11:15:41.315 INFO kablam! --> tests/system.rs:3176:5 Sep 14 11:15:41.315 INFO kablam! | Sep 14 11:15:41.315 INFO kablam! 3176 | assert_eq!(got.mtype, MatchType::Enum); Sep 14 11:15:41.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 14 11:15:41.316 INFO kablam! | Sep 14 11:15:41.316 INFO kablam! = note: expected type `racer::core::MatchType` Sep 14 11:15:41.316 INFO kablam! found type `racer::MatchType` Sep 14 11:15:41.316 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 14 11:15:41.316 INFO kablam! --> tests/system.rs:3176:5 Sep 14 11:15:41.316 INFO kablam! | Sep 14 11:15:41.316 INFO kablam! 3176 | assert_eq!(got.mtype, MatchType::Enum); Sep 14 11:15:41.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:15:41.316 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:41.316 INFO kablam! Sep 14 11:15:41.455 INFO kablam! error[E0308]: mismatched types Sep 14 11:15:41.455 INFO kablam! --> tests/system.rs:3496:5 Sep 14 11:15:41.455 INFO kablam! | Sep 14 11:15:41.455 INFO kablam! 3496 | assert_eq!(got.mtype, MatchType::Trait); Sep 14 11:15:41.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 14 11:15:41.455 INFO kablam! | Sep 14 11:15:41.455 INFO kablam! = note: expected type `racer::core::MatchType` Sep 14 11:15:41.455 INFO kablam! found type `racer::MatchType` Sep 14 11:15:41.455 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 14 11:15:41.455 INFO kablam! --> tests/system.rs:3496:5 Sep 14 11:15:41.455 INFO kablam! | Sep 14 11:15:41.455 INFO kablam! 3496 | assert_eq!(got.mtype, MatchType::Trait); Sep 14 11:15:41.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:15:41.455 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:41.455 INFO kablam! Sep 14 11:15:41.551 INFO kablam! error[E0308]: mismatched types Sep 14 11:15:41.552 INFO kablam! --> tests/system.rs:3520:5 Sep 14 11:15:41.552 INFO kablam! | Sep 14 11:15:41.552 INFO kablam! 3520 | assert_eq!(got.mtype, MatchType::Function); Sep 14 11:15:41.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 14 11:15:41.552 INFO kablam! | Sep 14 11:15:41.552 INFO kablam! = note: expected type `racer::core::MatchType` Sep 14 11:15:41.552 INFO kablam! found type `racer::MatchType` Sep 14 11:15:41.552 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 14 11:15:41.552 INFO kablam! --> tests/system.rs:3520:5 Sep 14 11:15:41.552 INFO kablam! | Sep 14 11:15:41.552 INFO kablam! 3520 | assert_eq!(got.mtype, MatchType::Function); Sep 14 11:15:41.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:15:41.552 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:41.552 INFO kablam! Sep 14 11:15:41.636 INFO kablam! error[E0308]: mismatched types Sep 14 11:15:41.636 INFO kablam! --> tests/system.rs:3543:5 Sep 14 11:15:41.636 INFO kablam! | Sep 14 11:15:41.636 INFO kablam! 3543 | assert_eq!(got.mtype, MatchType::Function); Sep 14 11:15:41.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 14 11:15:41.636 INFO kablam! | Sep 14 11:15:41.636 INFO kablam! = note: expected type `racer::core::MatchType` Sep 14 11:15:41.636 INFO kablam! found type `racer::MatchType` Sep 14 11:15:41.636 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 14 11:15:41.636 INFO kablam! --> tests/system.rs:3543:5 Sep 14 11:15:41.636 INFO kablam! | Sep 14 11:15:41.636 INFO kablam! 3543 | assert_eq!(got.mtype, MatchType::Function); Sep 14 11:15:41.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:15:41.636 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:41.636 INFO kablam! Sep 14 11:15:41.707 INFO kablam! error[E0308]: mismatched types Sep 14 11:15:41.707 INFO kablam! --> tests/system.rs:3567:5 Sep 14 11:15:41.707 INFO kablam! | Sep 14 11:15:41.707 INFO kablam! 3567 | assert_eq!(got.mtype, MatchType::Function); Sep 14 11:15:41.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 14 11:15:41.707 INFO kablam! | Sep 14 11:15:41.707 INFO kablam! = note: expected type `racer::core::MatchType` Sep 14 11:15:41.707 INFO kablam! found type `racer::MatchType` Sep 14 11:15:41.707 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 14 11:15:41.707 INFO kablam! --> tests/system.rs:3567:5 Sep 14 11:15:41.708 INFO kablam! | Sep 14 11:15:41.708 INFO kablam! 3567 | assert_eq!(got.mtype, MatchType::Function); Sep 14 11:15:41.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:15:41.708 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:41.708 INFO kablam! Sep 14 11:15:41.814 INFO kablam! error[E0308]: mismatched types Sep 14 11:15:41.814 INFO kablam! --> tests/system.rs:3586:5 Sep 14 11:15:41.814 INFO kablam! | Sep 14 11:15:41.814 INFO kablam! 3586 | assert_eq!(got.mtype, MatchType::Function); Sep 14 11:15:41.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 14 11:15:41.814 INFO kablam! | Sep 14 11:15:41.814 INFO kablam! = note: expected type `racer::core::MatchType` Sep 14 11:15:41.814 INFO kablam! found type `racer::MatchType` Sep 14 11:15:41.814 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 14 11:15:41.814 INFO kablam! --> tests/system.rs:3586:5 Sep 14 11:15:41.814 INFO kablam! | Sep 14 11:15:41.814 INFO kablam! 3586 | assert_eq!(got.mtype, MatchType::Function); Sep 14 11:15:41.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:15:41.814 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:41.814 INFO kablam! Sep 14 11:15:41.926 INFO kablam! error[E0308]: mismatched types Sep 14 11:15:41.926 INFO kablam! --> tests/system.rs:3610:5 Sep 14 11:15:41.926 INFO kablam! | Sep 14 11:15:41.926 INFO kablam! 3610 | assert_eq!(got.mtype, MatchType::Function); Sep 14 11:15:41.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 14 11:15:41.926 INFO kablam! | Sep 14 11:15:41.926 INFO kablam! = note: expected type `racer::core::MatchType` Sep 14 11:15:41.926 INFO kablam! found type `racer::MatchType` Sep 14 11:15:41.926 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 14 11:15:41.926 INFO kablam! --> tests/system.rs:3610:5 Sep 14 11:15:41.926 INFO kablam! | Sep 14 11:15:41.926 INFO kablam! 3610 | assert_eq!(got.mtype, MatchType::Function); Sep 14 11:15:41.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:15:41.926 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:41.926 INFO kablam! Sep 14 11:15:42.037 INFO kablam! error: aborting due to 17 previous errors Sep 14 11:15:42.037 INFO kablam! Sep 14 11:15:42.037 INFO kablam! Some errors occurred: E0277, E0308. Sep 14 11:15:42.037 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 14 11:15:42.048 INFO kablam! error: Could not compile `racer`. Sep 14 11:15:42.048 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 11:15:42.416 INFO kablam! error: build failed Sep 14 11:15:42.418 INFO kablam! su: No module specific data is present Sep 14 11:15:43.009 INFO running `"docker" "rm" "-f" "e7655edc24a344989bd9f483ea2fa183bcf277bdc3c6e74b8bb9443ec898d4fd"` Sep 14 11:15:43.098 INFO blam! e7655edc24a344989bd9f483ea2fa183bcf277bdc3c6e74b8bb9443ec898d4fd