Sep 04 10:11:01.931 INFO checking racer-2.1.5 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 10:11:01.931 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 10:11:01.931 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/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 10:11:02.187 INFO blam! 5547b130080f43851ea23c95cc466ed8dfaf6cb22dfe550d6b65debfcfe1f77a Sep 04 10:11:02.188 INFO running `"docker" "start" "-a" "5547b130080f43851ea23c95cc466ed8dfaf6cb22dfe550d6b65debfcfe1f77a"` Sep 04 10:11:03.044 INFO kablam! Checking scoped-tls v0.1.2 Sep 04 10:11:03.046 INFO kablam! Compiling rustc-ap-rustc_target v237.0.0 Sep 04 10:11:03.048 INFO kablam! Compiling rustc-ap-syntax v237.0.0 Sep 04 10:11:03.051 INFO kablam! Checking rls-span v0.4.0 Sep 04 10:11:03.054 INFO kablam! Checking ena v0.9.3 Sep 04 10:11:03.056 INFO kablam! Checking rustc-ap-rustc_cratesio_shim v237.0.0 Sep 04 10:11:03.059 INFO kablam! Checking rustc-ap-serialize v237.0.0 Sep 04 10:11:03.060 INFO kablam! Compiling syn v0.13.11 Sep 04 10:11:03.915 INFO kablam! Checking racer-interner v0.1.0 Sep 04 10:11:05.736 INFO kablam! Checking racer-cargo-metadata v0.1.0 Sep 04 10:11:10.072 INFO kablam! Checking rustc-ap-rustc_data_structures v237.0.0 Sep 04 10:11:16.856 INFO kablam! Checking rustc-ap-arena v237.0.0 Sep 04 10:11:19.272 INFO kablam! Checking rustc-ap-syntax_pos v237.0.0 Sep 04 10:11:20.864 INFO kablam! Compiling derive_more v0.11.0 Sep 04 10:11:23.318 INFO kablam! Checking rustc-ap-rustc_errors v237.0.0 Sep 04 10:11:54.962 INFO kablam! Checking racer v2.1.5 Sep 04 10:11:54.964 INFO kablam! Checking racer v2.1.5 (file:///source) Sep 04 10:12:02.760 INFO kablam! Checking racer-testutils v0.1.0 Sep 04 10:12:09.911 INFO kablam! error[E0277]: the trait bound `racer::Location: std::convert::From` is not satisfied Sep 04 10:12:09.911 INFO kablam! --> tests/system.rs:150:15 Sep 04 10:12:09.911 INFO kablam! | Sep 04 10:12:09.911 INFO kablam! 150 | let got = complete_from_file(&path, pos, &session).nth(0).unwrap(); Sep 04 10:12:09.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `racer::Location` Sep 04 10:12:09.911 INFO kablam! | Sep 04 10:12:09.911 INFO kablam! = help: the following implementations were found: Sep 04 10:12:09.911 INFO kablam! > Sep 04 10:12:09.911 INFO kablam! > Sep 04 10:12:09.911 INFO kablam! > Sep 04 10:12:09.911 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `racer::core::BytePos` Sep 04 10:12:09.911 INFO kablam! = note: required by `racer::complete_from_file` Sep 04 10:12:09.911 INFO kablam! Sep 04 10:12:10.391 INFO kablam! error[E0308]: mismatched types Sep 04 10:12:10.391 INFO kablam! --> tests/system.rs:844:5 Sep 04 10:12:10.391 INFO kablam! | Sep 04 10:12:10.391 INFO kablam! 844 | assert_eq!(got.coords, Some(Coordinate::new(10, 19))); Sep 04 10:12:10.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `racer::core::Coordinate`, found struct `racer::Coordinate` Sep 04 10:12:10.391 INFO kablam! | Sep 04 10:12:10.391 INFO kablam! = note: expected type `std::option::Option` Sep 04 10:12:10.391 INFO kablam! found type `std::option::Option` Sep 04 10:12:10.391 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 04 10:12:10.391 INFO kablam! --> tests/system.rs:844:5 Sep 04 10:12:10.391 INFO kablam! | Sep 04 10:12:10.391 INFO kablam! 844 | assert_eq!(got.coords, Some(Coordinate::new(10, 19))); Sep 04 10:12:10.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:12:10.391 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 04 10:12:10.391 INFO kablam! Sep 04 10:12:10.504 INFO kablam! error[E0308]: mismatched types Sep 04 10:12:10.504 INFO kablam! --> tests/system.rs:905:5 Sep 04 10:12:10.504 INFO kablam! | Sep 04 10:12:10.504 INFO kablam! 905 | assert_eq!(got.mtype, MatchType::Module); Sep 04 10:12:10.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 04 10:12:10.504 INFO kablam! | Sep 04 10:12:10.504 INFO kablam! = note: expected type `racer::core::MatchType` Sep 04 10:12:10.504 INFO kablam! found type `racer::MatchType` Sep 04 10:12:10.504 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 04 10:12:10.504 INFO kablam! --> tests/system.rs:905:5 Sep 04 10:12:10.504 INFO kablam! | Sep 04 10:12:10.504 INFO kablam! 905 | assert_eq!(got.mtype, MatchType::Module); Sep 04 10:12:10.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:12:10.505 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 04 10:12:10.505 INFO kablam! Sep 04 10:12:10.514 INFO kablam! error[E0308]: mismatched types Sep 04 10:12:10.514 INFO kablam! --> tests/system.rs:952:21 Sep 04 10:12:10.514 INFO kablam! | Sep 04 10:12:10.514 INFO kablam! 952 | ("foo", MatchType::Module) => has_module = true, Sep 04 10:12:10.514 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 04 10:12:10.514 INFO kablam! | Sep 04 10:12:10.514 INFO kablam! = note: expected type `racer::core::MatchType` Sep 04 10:12:10.514 INFO kablam! found type `racer::MatchType` Sep 04 10:12:10.514 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 04 10:12:10.514 INFO kablam! --> tests/system.rs:952:21 Sep 04 10:12:10.514 INFO kablam! | Sep 04 10:12:10.514 INFO kablam! 952 | ("foo", MatchType::Module) => has_module = true, Sep 04 10:12:10.514 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 10:12:10.514 INFO kablam! Sep 04 10:12:10.514 INFO kablam! error[E0308]: mismatched types Sep 04 10:12:10.514 INFO kablam! --> tests/system.rs:953:21 Sep 04 10:12:10.515 INFO kablam! | Sep 04 10:12:10.515 INFO kablam! 953 | ("foo", MatchType::Function) => has_function = true, Sep 04 10:12:10.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 04 10:12:10.515 INFO kablam! | Sep 04 10:12:10.515 INFO kablam! = note: expected type `racer::core::MatchType` Sep 04 10:12:10.515 INFO kablam! found type `racer::MatchType` Sep 04 10:12:10.515 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 04 10:12:10.515 INFO kablam! --> tests/system.rs:953:21 Sep 04 10:12:10.515 INFO kablam! | Sep 04 10:12:10.515 INFO kablam! 953 | ("foo", MatchType::Function) => has_function = true, Sep 04 10:12:10.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 10:12:10.515 INFO kablam! Sep 04 10:12:10.746 INFO kablam! error[E0308]: mismatched types Sep 04 10:12:10.746 INFO kablam! --> tests/system.rs:1572:5 Sep 04 10:12:10.746 INFO kablam! | Sep 04 10:12:10.746 INFO kablam! 1572 | assert_eq!(MatchType::Function, got.mtype); Sep 04 10:12:10.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 04 10:12:10.746 INFO kablam! | Sep 04 10:12:10.746 INFO kablam! = note: expected type `racer::MatchType` Sep 04 10:12:10.746 INFO kablam! found type `racer::core::MatchType` Sep 04 10:12:10.746 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 04 10:12:10.746 INFO kablam! --> tests/system.rs:1572:5 Sep 04 10:12:10.746 INFO kablam! | Sep 04 10:12:10.746 INFO kablam! 1572 | assert_eq!(MatchType::Function, got.mtype); Sep 04 10:12:10.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:12:10.746 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 04 10:12:10.746 INFO kablam! Sep 04 10:12:11.018 INFO kablam! error[E0308]: mismatched types Sep 04 10:12:11.018 INFO kablam! --> tests/system.rs:2624:5 Sep 04 10:12:11.018 INFO kablam! | Sep 04 10:12:11.018 INFO kablam! 2624 | assert_eq!(got.mtype, MatchType::Function); Sep 04 10:12:11.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 04 10:12:11.019 INFO kablam! | Sep 04 10:12:11.019 INFO kablam! = note: expected type `racer::core::MatchType` Sep 04 10:12:11.019 INFO kablam! found type `racer::MatchType` Sep 04 10:12:11.019 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 04 10:12:11.019 INFO kablam! --> tests/system.rs:2624:5 Sep 04 10:12:11.019 INFO kablam! | Sep 04 10:12:11.019 INFO kablam! 2624 | assert_eq!(got.mtype, MatchType::Function); Sep 04 10:12:11.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:12:11.019 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 04 10:12:11.019 INFO kablam! Sep 04 10:12:11.157 INFO kablam! error[E0308]: mismatched types Sep 04 10:12:11.157 INFO kablam! --> tests/system.rs:2638:5 Sep 04 10:12:11.157 INFO kablam! | Sep 04 10:12:11.157 INFO kablam! 2638 | assert_eq!(MatchType::StructField, got.mtype); Sep 04 10:12:11.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 04 10:12:11.157 INFO kablam! | Sep 04 10:12:11.157 INFO kablam! = note: expected type `racer::MatchType` Sep 04 10:12:11.157 INFO kablam! found type `racer::core::MatchType` Sep 04 10:12:11.157 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 04 10:12:11.157 INFO kablam! --> tests/system.rs:2638:5 Sep 04 10:12:11.157 INFO kablam! | Sep 04 10:12:11.157 INFO kablam! 2638 | assert_eq!(MatchType::StructField, got.mtype); Sep 04 10:12:11.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:12:11.157 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 04 10:12:11.157 INFO kablam! Sep 04 10:12:11.281 INFO kablam! error[E0308]: mismatched types Sep 04 10:12:11.281 INFO kablam! --> tests/system.rs:2652:5 Sep 04 10:12:11.281 INFO kablam! | Sep 04 10:12:11.281 INFO kablam! 2652 | assert_eq!(MatchType::Function, got.mtype); Sep 04 10:12:11.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 04 10:12:11.281 INFO kablam! | Sep 04 10:12:11.281 INFO kablam! = note: expected type `racer::MatchType` Sep 04 10:12:11.281 INFO kablam! found type `racer::core::MatchType` Sep 04 10:12:11.281 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 04 10:12:11.282 INFO kablam! --> tests/system.rs:2652:5 Sep 04 10:12:11.282 INFO kablam! | Sep 04 10:12:11.282 INFO kablam! 2652 | assert_eq!(MatchType::Function, got.mtype); Sep 04 10:12:11.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:12:11.282 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 04 10:12:11.282 INFO kablam! Sep 04 10:12:11.504 INFO kablam! error[E0308]: mismatched types Sep 04 10:12:11.504 INFO kablam! --> tests/system.rs:2884:5 Sep 04 10:12:11.504 INFO kablam! | Sep 04 10:12:11.504 INFO kablam! 2884 | assert_eq!(MatchType::Struct, got.mtype); Sep 04 10:12:11.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 04 10:12:11.504 INFO kablam! | Sep 04 10:12:11.504 INFO kablam! = note: expected type `racer::MatchType` Sep 04 10:12:11.504 INFO kablam! found type `racer::core::MatchType` Sep 04 10:12:11.504 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 04 10:12:11.504 INFO kablam! --> tests/system.rs:2884:5 Sep 04 10:12:11.504 INFO kablam! | Sep 04 10:12:11.505 INFO kablam! 2884 | assert_eq!(MatchType::Struct, got.mtype); Sep 04 10:12:11.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:12:11.505 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 04 10:12:11.505 INFO kablam! Sep 04 10:12:11.702 INFO kablam! error[E0308]: mismatched types Sep 04 10:12:11.703 INFO kablam! --> tests/system.rs:3176:5 Sep 04 10:12:11.703 INFO kablam! | Sep 04 10:12:11.703 INFO kablam! 3176 | assert_eq!(got.mtype, MatchType::Enum); Sep 04 10:12:11.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 04 10:12:11.703 INFO kablam! | Sep 04 10:12:11.703 INFO kablam! = note: expected type `racer::core::MatchType` Sep 04 10:12:11.703 INFO kablam! found type `racer::MatchType` Sep 04 10:12:11.703 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 04 10:12:11.703 INFO kablam! --> tests/system.rs:3176:5 Sep 04 10:12:11.703 INFO kablam! | Sep 04 10:12:11.703 INFO kablam! 3176 | assert_eq!(got.mtype, MatchType::Enum); Sep 04 10:12:11.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:12:11.703 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 04 10:12:11.703 INFO kablam! Sep 04 10:12:11.911 INFO kablam! error[E0308]: mismatched types Sep 04 10:12:11.911 INFO kablam! --> tests/system.rs:3496:5 Sep 04 10:12:11.911 INFO kablam! | Sep 04 10:12:11.911 INFO kablam! 3496 | assert_eq!(got.mtype, MatchType::Trait); Sep 04 10:12:11.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 04 10:12:11.911 INFO kablam! | Sep 04 10:12:11.911 INFO kablam! = note: expected type `racer::core::MatchType` Sep 04 10:12:11.911 INFO kablam! found type `racer::MatchType` Sep 04 10:12:11.911 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 04 10:12:11.911 INFO kablam! --> tests/system.rs:3496:5 Sep 04 10:12:11.911 INFO kablam! | Sep 04 10:12:11.911 INFO kablam! 3496 | assert_eq!(got.mtype, MatchType::Trait); Sep 04 10:12:11.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:12:11.911 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 04 10:12:11.912 INFO kablam! Sep 04 10:12:12.042 INFO kablam! error[E0308]: mismatched types Sep 04 10:12:12.042 INFO kablam! --> tests/system.rs:3520:5 Sep 04 10:12:12.042 INFO kablam! | Sep 04 10:12:12.042 INFO kablam! 3520 | assert_eq!(got.mtype, MatchType::Function); Sep 04 10:12:12.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 04 10:12:12.043 INFO kablam! | Sep 04 10:12:12.043 INFO kablam! = note: expected type `racer::core::MatchType` Sep 04 10:12:12.043 INFO kablam! found type `racer::MatchType` Sep 04 10:12:12.043 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 04 10:12:12.043 INFO kablam! --> tests/system.rs:3520:5 Sep 04 10:12:12.043 INFO kablam! | Sep 04 10:12:12.043 INFO kablam! 3520 | assert_eq!(got.mtype, MatchType::Function); Sep 04 10:12:12.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:12:12.043 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 04 10:12:12.043 INFO kablam! Sep 04 10:12:12.181 INFO kablam! error[E0308]: mismatched types Sep 04 10:12:12.181 INFO kablam! --> tests/system.rs:3543:5 Sep 04 10:12:12.181 INFO kablam! | Sep 04 10:12:12.181 INFO kablam! 3543 | assert_eq!(got.mtype, MatchType::Function); Sep 04 10:12:12.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 04 10:12:12.181 INFO kablam! | Sep 04 10:12:12.181 INFO kablam! = note: expected type `racer::core::MatchType` Sep 04 10:12:12.181 INFO kablam! found type `racer::MatchType` Sep 04 10:12:12.181 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 04 10:12:12.181 INFO kablam! --> tests/system.rs:3543:5 Sep 04 10:12:12.181 INFO kablam! | Sep 04 10:12:12.181 INFO kablam! 3543 | assert_eq!(got.mtype, MatchType::Function); Sep 04 10:12:12.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:12:12.182 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 04 10:12:12.182 INFO kablam! Sep 04 10:12:12.314 INFO kablam! error[E0308]: mismatched types Sep 04 10:12:12.314 INFO kablam! --> tests/system.rs:3567:5 Sep 04 10:12:12.314 INFO kablam! | Sep 04 10:12:12.314 INFO kablam! 3567 | assert_eq!(got.mtype, MatchType::Function); Sep 04 10:12:12.314 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 04 10:12:12.314 INFO kablam! | Sep 04 10:12:12.314 INFO kablam! = note: expected type `racer::core::MatchType` Sep 04 10:12:12.314 INFO kablam! found type `racer::MatchType` Sep 04 10:12:12.314 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 04 10:12:12.314 INFO kablam! --> tests/system.rs:3567:5 Sep 04 10:12:12.314 INFO kablam! | Sep 04 10:12:12.314 INFO kablam! 3567 | assert_eq!(got.mtype, MatchType::Function); Sep 04 10:12:12.314 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:12:12.314 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 04 10:12:12.314 INFO kablam! Sep 04 10:12:12.461 INFO kablam! error[E0308]: mismatched types Sep 04 10:12:12.461 INFO kablam! --> tests/system.rs:3586:5 Sep 04 10:12:12.461 INFO kablam! | Sep 04 10:12:12.461 INFO kablam! 3586 | assert_eq!(got.mtype, MatchType::Function); Sep 04 10:12:12.461 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 04 10:12:12.461 INFO kablam! | Sep 04 10:12:12.461 INFO kablam! = note: expected type `racer::core::MatchType` Sep 04 10:12:12.461 INFO kablam! found type `racer::MatchType` Sep 04 10:12:12.461 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 04 10:12:12.461 INFO kablam! --> tests/system.rs:3586:5 Sep 04 10:12:12.461 INFO kablam! | Sep 04 10:12:12.461 INFO kablam! 3586 | assert_eq!(got.mtype, MatchType::Function); Sep 04 10:12:12.461 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:12:12.462 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 04 10:12:12.462 INFO kablam! Sep 04 10:12:12.626 INFO kablam! error[E0308]: mismatched types Sep 04 10:12:12.626 INFO kablam! --> tests/system.rs:3610:5 Sep 04 10:12:12.626 INFO kablam! | Sep 04 10:12:12.626 INFO kablam! 3610 | assert_eq!(got.mtype, MatchType::Function); Sep 04 10:12:12.626 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 04 10:12:12.626 INFO kablam! | Sep 04 10:12:12.626 INFO kablam! = note: expected type `racer::core::MatchType` Sep 04 10:12:12.626 INFO kablam! found type `racer::MatchType` Sep 04 10:12:12.627 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 04 10:12:12.627 INFO kablam! --> tests/system.rs:3610:5 Sep 04 10:12:12.627 INFO kablam! | Sep 04 10:12:12.627 INFO kablam! 3610 | assert_eq!(got.mtype, MatchType::Function); Sep 04 10:12:12.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:12:12.627 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 04 10:12:12.627 INFO kablam! Sep 04 10:12:12.829 INFO kablam! error: aborting due to 17 previous errors Sep 04 10:12:12.829 INFO kablam! Sep 04 10:12:12.829 INFO kablam! Some errors occurred: E0277, E0308. Sep 04 10:12:12.829 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 04 10:12:12.841 INFO kablam! error: Could not compile `racer`. Sep 04 10:12:12.841 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 10:12:14.191 INFO kablam! error: build failed Sep 04 10:12:14.193 INFO kablam! su: No module specific data is present Sep 04 10:12:14.937 INFO running `"docker" "rm" "-f" "5547b130080f43851ea23c95cc466ed8dfaf6cb22dfe550d6b65debfcfe1f77a"` Sep 04 10:12:15.027 INFO blam! 5547b130080f43851ea23c95cc466ed8dfaf6cb22dfe550d6b65debfcfe1f77a