Sep 21 05:10:59.602 INFO checking racer-2.1.5 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 05:10:59.602 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 05:10:59.603 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-6/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 05:10:59.812 INFO blam! 3cc45a879796b0bb72c148437288a953f64ac295762546712a3e6278acaf9d8d Sep 21 05:10:59.814 INFO running `"docker" "start" "-a" "3cc45a879796b0bb72c148437288a953f64ac295762546712a3e6278acaf9d8d"` Sep 21 05:11:00.923 INFO kablam! usermod: no changes Sep 21 05:11:01.212 INFO kablam! Compiling rustc-ap-rustc_target v237.0.0 Sep 21 05:11:01.213 INFO kablam! Compiling rustc-ap-syntax v237.0.0 Sep 21 05:11:01.218 INFO kablam! Checking rustc-ap-rustc_cratesio_shim v237.0.0 Sep 21 05:11:01.218 INFO kablam! Checking parking_lot_core v0.2.14 Sep 21 05:11:01.218 INFO kablam! Checking rustc-ap-serialize v237.0.0 Sep 21 05:11:01.218 INFO kablam! Compiling syn v0.13.11 Sep 21 05:11:01.218 INFO kablam! Checking racer-interner v0.1.0 Sep 21 05:11:03.927 INFO kablam! Checking racer-cargo-metadata v0.1.0 Sep 21 05:11:04.874 INFO kablam! Checking parking_lot v0.5.5 Sep 21 05:11:08.162 INFO kablam! Checking rustc-ap-rustc_data_structures v237.0.0 Sep 21 05:11:13.046 INFO kablam! Checking rustc-ap-arena v237.0.0 Sep 21 05:11:15.366 INFO kablam! Checking rustc-ap-syntax_pos v237.0.0 Sep 21 05:11:17.078 INFO kablam! Compiling derive_more v0.11.0 Sep 21 05:11:19.478 INFO kablam! Checking rustc-ap-rustc_errors v237.0.0 Sep 21 05:11:38.288 INFO kablam! Checking racer v2.1.5 Sep 21 05:11:38.289 INFO kablam! Checking racer v2.1.5 (/source) Sep 21 05:11:41.686 INFO kablam! Checking racer-testutils v0.1.0 Sep 21 05:11:46.418 INFO kablam! error[E0277]: the trait bound `racer::Location: std::convert::From` is not satisfied Sep 21 05:11:46.418 INFO kablam! --> tests/system.rs:150:15 Sep 21 05:11:46.418 INFO kablam! | Sep 21 05:11:46.418 INFO kablam! 150 | let got = complete_from_file(&path, pos, &session).nth(0).unwrap(); Sep 21 05:11:46.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `racer::Location` Sep 21 05:11:46.418 INFO kablam! | Sep 21 05:11:46.418 INFO kablam! = help: the following implementations were found: Sep 21 05:11:46.418 INFO kablam! > Sep 21 05:11:46.418 INFO kablam! > Sep 21 05:11:46.418 INFO kablam! > Sep 21 05:11:46.418 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `racer::core::BytePos` Sep 21 05:11:46.418 INFO kablam! = note: required by `racer::complete_from_file` Sep 21 05:11:46.418 INFO kablam! Sep 21 05:11:46.774 INFO kablam! error[E0308]: mismatched types Sep 21 05:11:46.774 INFO kablam! --> tests/system.rs:844:5 Sep 21 05:11:46.774 INFO kablam! | Sep 21 05:11:46.774 INFO kablam! 844 | assert_eq!(got.coords, Some(Coordinate::new(10, 19))); Sep 21 05:11:46.774 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `racer::core::Coordinate`, found struct `racer::Coordinate` Sep 21 05:11:46.774 INFO kablam! | Sep 21 05:11:46.774 INFO kablam! = note: expected type `std::option::Option` Sep 21 05:11:46.774 INFO kablam! found type `std::option::Option` Sep 21 05:11:46.774 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 21 05:11:46.774 INFO kablam! --> tests/system.rs:844:5 Sep 21 05:11:46.774 INFO kablam! | Sep 21 05:11:46.774 INFO kablam! 844 | assert_eq!(got.coords, Some(Coordinate::new(10, 19))); Sep 21 05:11:46.774 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:11:46.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 21 05:11:46.774 INFO kablam! Sep 21 05:11:46.886 INFO kablam! error[E0308]: mismatched types Sep 21 05:11:46.886 INFO kablam! --> tests/system.rs:905:5 Sep 21 05:11:46.886 INFO kablam! | Sep 21 05:11:46.886 INFO kablam! 905 | assert_eq!(got.mtype, MatchType::Module); Sep 21 05:11:46.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 21 05:11:46.886 INFO kablam! | Sep 21 05:11:46.886 INFO kablam! = note: expected type `racer::core::MatchType` Sep 21 05:11:46.886 INFO kablam! found type `racer::MatchType` Sep 21 05:11:46.886 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 21 05:11:46.886 INFO kablam! --> tests/system.rs:905:5 Sep 21 05:11:46.886 INFO kablam! | Sep 21 05:11:46.886 INFO kablam! 905 | assert_eq!(got.mtype, MatchType::Module); Sep 21 05:11:46.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:11:46.886 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 21 05:11:46.886 INFO kablam! Sep 21 05:11:46.895 INFO kablam! error[E0308]: mismatched types Sep 21 05:11:46.895 INFO kablam! --> tests/system.rs:952:21 Sep 21 05:11:46.895 INFO kablam! | Sep 21 05:11:46.895 INFO kablam! 952 | ("foo", MatchType::Module) => has_module = true, Sep 21 05:11:46.895 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 21 05:11:46.895 INFO kablam! | Sep 21 05:11:46.895 INFO kablam! = note: expected type `racer::core::MatchType` Sep 21 05:11:46.895 INFO kablam! found type `racer::MatchType` Sep 21 05:11:46.895 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 21 05:11:46.895 INFO kablam! --> tests/system.rs:952:21 Sep 21 05:11:46.895 INFO kablam! | Sep 21 05:11:46.895 INFO kablam! 952 | ("foo", MatchType::Module) => has_module = true, Sep 21 05:11:46.895 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 05:11:46.895 INFO kablam! Sep 21 05:11:46.895 INFO kablam! error[E0308]: mismatched types Sep 21 05:11:46.895 INFO kablam! --> tests/system.rs:953:21 Sep 21 05:11:46.895 INFO kablam! | Sep 21 05:11:46.895 INFO kablam! 953 | ("foo", MatchType::Function) => has_function = true, Sep 21 05:11:46.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 21 05:11:46.895 INFO kablam! | Sep 21 05:11:46.895 INFO kablam! = note: expected type `racer::core::MatchType` Sep 21 05:11:46.895 INFO kablam! found type `racer::MatchType` Sep 21 05:11:46.895 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 21 05:11:46.895 INFO kablam! --> tests/system.rs:953:21 Sep 21 05:11:46.895 INFO kablam! | Sep 21 05:11:46.895 INFO kablam! 953 | ("foo", MatchType::Function) => has_function = true, Sep 21 05:11:46.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 05:11:46.895 INFO kablam! Sep 21 05:11:47.098 INFO kablam! error[E0308]: mismatched types Sep 21 05:11:47.098 INFO kablam! --> tests/system.rs:1572:5 Sep 21 05:11:47.098 INFO kablam! | Sep 21 05:11:47.098 INFO kablam! 1572 | assert_eq!(MatchType::Function, got.mtype); Sep 21 05:11:47.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 21 05:11:47.098 INFO kablam! | Sep 21 05:11:47.098 INFO kablam! = note: expected type `racer::MatchType` Sep 21 05:11:47.098 INFO kablam! found type `racer::core::MatchType` Sep 21 05:11:47.098 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 21 05:11:47.098 INFO kablam! --> tests/system.rs:1572:5 Sep 21 05:11:47.098 INFO kablam! | Sep 21 05:11:47.098 INFO kablam! 1572 | assert_eq!(MatchType::Function, got.mtype); Sep 21 05:11:47.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:11:47.098 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 21 05:11:47.098 INFO kablam! Sep 21 05:11:47.435 INFO kablam! error[E0308]: mismatched types Sep 21 05:11:47.436 INFO kablam! --> tests/system.rs:2624:5 Sep 21 05:11:47.436 INFO kablam! | Sep 21 05:11:47.436 INFO kablam! 2624 | assert_eq!(got.mtype, MatchType::Function); Sep 21 05:11:47.436 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 21 05:11:47.436 INFO kablam! | Sep 21 05:11:47.436 INFO kablam! = note: expected type `racer::core::MatchType` Sep 21 05:11:47.436 INFO kablam! found type `racer::MatchType` Sep 21 05:11:47.436 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 21 05:11:47.436 INFO kablam! --> tests/system.rs:2624:5 Sep 21 05:11:47.436 INFO kablam! | Sep 21 05:11:47.436 INFO kablam! 2624 | assert_eq!(got.mtype, MatchType::Function); Sep 21 05:11:47.436 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:11:47.436 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 21 05:11:47.436 INFO kablam! Sep 21 05:11:47.534 INFO kablam! error[E0308]: mismatched types Sep 21 05:11:47.535 INFO kablam! --> tests/system.rs:2638:5 Sep 21 05:11:47.535 INFO kablam! | Sep 21 05:11:47.535 INFO kablam! 2638 | assert_eq!(MatchType::StructField, got.mtype); Sep 21 05:11:47.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 21 05:11:47.536 INFO kablam! | Sep 21 05:11:47.537 INFO kablam! = note: expected type `racer::MatchType` Sep 21 05:11:47.537 INFO kablam! found type `racer::core::MatchType` Sep 21 05:11:47.537 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 21 05:11:47.538 INFO kablam! --> tests/system.rs:2638:5 Sep 21 05:11:47.538 INFO kablam! | Sep 21 05:11:47.538 INFO kablam! 2638 | assert_eq!(MatchType::StructField, got.mtype); Sep 21 05:11:47.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:11:47.539 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 21 05:11:47.539 INFO kablam! Sep 21 05:11:47.634 INFO kablam! error[E0308]: mismatched types Sep 21 05:11:47.634 INFO kablam! --> tests/system.rs:2652:5 Sep 21 05:11:47.634 INFO kablam! | Sep 21 05:11:47.634 INFO kablam! 2652 | assert_eq!(MatchType::Function, got.mtype); Sep 21 05:11:47.634 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 21 05:11:47.634 INFO kablam! | Sep 21 05:11:47.634 INFO kablam! = note: expected type `racer::MatchType` Sep 21 05:11:47.634 INFO kablam! found type `racer::core::MatchType` Sep 21 05:11:47.634 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 21 05:11:47.634 INFO kablam! --> tests/system.rs:2652:5 Sep 21 05:11:47.634 INFO kablam! | Sep 21 05:11:47.634 INFO kablam! 2652 | assert_eq!(MatchType::Function, got.mtype); Sep 21 05:11:47.634 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:11:47.634 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 21 05:11:47.634 INFO kablam! Sep 21 05:11:47.814 INFO kablam! error[E0308]: mismatched types Sep 21 05:11:47.814 INFO kablam! --> tests/system.rs:2884:5 Sep 21 05:11:47.814 INFO kablam! | Sep 21 05:11:47.814 INFO kablam! 2884 | assert_eq!(MatchType::Struct, got.mtype); Sep 21 05:11:47.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 21 05:11:47.814 INFO kablam! | Sep 21 05:11:47.814 INFO kablam! = note: expected type `racer::MatchType` Sep 21 05:11:47.814 INFO kablam! found type `racer::core::MatchType` Sep 21 05:11:47.814 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 21 05:11:47.814 INFO kablam! --> tests/system.rs:2884:5 Sep 21 05:11:47.814 INFO kablam! | Sep 21 05:11:47.814 INFO kablam! 2884 | assert_eq!(MatchType::Struct, got.mtype); Sep 21 05:11:47.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:11:47.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 21 05:11:47.814 INFO kablam! Sep 21 05:11:47.958 INFO kablam! error[E0308]: mismatched types Sep 21 05:11:47.958 INFO kablam! --> tests/system.rs:3176:5 Sep 21 05:11:47.958 INFO kablam! | Sep 21 05:11:47.958 INFO kablam! 3176 | assert_eq!(got.mtype, MatchType::Enum); Sep 21 05:11:47.958 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 21 05:11:47.958 INFO kablam! | Sep 21 05:11:47.958 INFO kablam! = note: expected type `racer::core::MatchType` Sep 21 05:11:47.958 INFO kablam! found type `racer::MatchType` Sep 21 05:11:47.958 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 21 05:11:47.958 INFO kablam! --> tests/system.rs:3176:5 Sep 21 05:11:47.958 INFO kablam! | Sep 21 05:11:47.958 INFO kablam! 3176 | assert_eq!(got.mtype, MatchType::Enum); Sep 21 05:11:47.958 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:11:47.958 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 21 05:11:47.958 INFO kablam! Sep 21 05:11:48.114 INFO kablam! error[E0308]: mismatched types Sep 21 05:11:48.114 INFO kablam! --> tests/system.rs:3496:5 Sep 21 05:11:48.114 INFO kablam! | Sep 21 05:11:48.114 INFO kablam! 3496 | assert_eq!(got.mtype, MatchType::Trait); Sep 21 05:11:48.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 21 05:11:48.115 INFO kablam! | Sep 21 05:11:48.115 INFO kablam! = note: expected type `racer::core::MatchType` Sep 21 05:11:48.116 INFO kablam! found type `racer::MatchType` Sep 21 05:11:48.116 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 21 05:11:48.116 INFO kablam! --> tests/system.rs:3496:5 Sep 21 05:11:48.117 INFO kablam! | Sep 21 05:11:48.117 INFO kablam! 3496 | assert_eq!(got.mtype, MatchType::Trait); Sep 21 05:11:48.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:11:48.118 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 21 05:11:48.118 INFO kablam! Sep 21 05:11:48.256 INFO kablam! error[E0308]: mismatched types Sep 21 05:11:48.256 INFO kablam! --> tests/system.rs:3520:5 Sep 21 05:11:48.256 INFO kablam! | Sep 21 05:11:48.256 INFO kablam! 3520 | assert_eq!(got.mtype, MatchType::Function); Sep 21 05:11:48.256 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 21 05:11:48.256 INFO kablam! | Sep 21 05:11:48.256 INFO kablam! = note: expected type `racer::core::MatchType` Sep 21 05:11:48.256 INFO kablam! found type `racer::MatchType` Sep 21 05:11:48.256 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 21 05:11:48.256 INFO kablam! --> tests/system.rs:3520:5 Sep 21 05:11:48.256 INFO kablam! | Sep 21 05:11:48.256 INFO kablam! 3520 | assert_eq!(got.mtype, MatchType::Function); Sep 21 05:11:48.256 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:11:48.256 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 21 05:11:48.256 INFO kablam! Sep 21 05:11:48.410 INFO kablam! error[E0308]: mismatched types Sep 21 05:11:48.410 INFO kablam! --> tests/system.rs:3543:5 Sep 21 05:11:48.410 INFO kablam! | Sep 21 05:11:48.410 INFO kablam! 3543 | assert_eq!(got.mtype, MatchType::Function); Sep 21 05:11:48.410 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 21 05:11:48.410 INFO kablam! | Sep 21 05:11:48.410 INFO kablam! = note: expected type `racer::core::MatchType` Sep 21 05:11:48.410 INFO kablam! found type `racer::MatchType` Sep 21 05:11:48.410 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 21 05:11:48.410 INFO kablam! --> tests/system.rs:3543:5 Sep 21 05:11:48.410 INFO kablam! | Sep 21 05:11:48.410 INFO kablam! 3543 | assert_eq!(got.mtype, MatchType::Function); Sep 21 05:11:48.410 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:11:48.410 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 21 05:11:48.410 INFO kablam! Sep 21 05:11:48.710 INFO kablam! error[E0308]: mismatched types Sep 21 05:11:48.710 INFO kablam! --> tests/system.rs:3567:5 Sep 21 05:11:48.710 INFO kablam! | Sep 21 05:11:48.710 INFO kablam! 3567 | assert_eq!(got.mtype, MatchType::Function); Sep 21 05:11:48.710 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 21 05:11:48.710 INFO kablam! | Sep 21 05:11:48.710 INFO kablam! = note: expected type `racer::core::MatchType` Sep 21 05:11:48.710 INFO kablam! found type `racer::MatchType` Sep 21 05:11:48.710 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 21 05:11:48.710 INFO kablam! --> tests/system.rs:3567:5 Sep 21 05:11:48.710 INFO kablam! | Sep 21 05:11:48.710 INFO kablam! 3567 | assert_eq!(got.mtype, MatchType::Function); Sep 21 05:11:48.710 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:11:48.710 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 21 05:11:48.710 INFO kablam! Sep 21 05:11:48.814 INFO kablam! error[E0308]: mismatched types Sep 21 05:11:48.814 INFO kablam! --> tests/system.rs:3586:5 Sep 21 05:11:48.814 INFO kablam! | Sep 21 05:11:48.814 INFO kablam! 3586 | assert_eq!(got.mtype, MatchType::Function); Sep 21 05:11:48.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 21 05:11:48.814 INFO kablam! | Sep 21 05:11:48.814 INFO kablam! = note: expected type `racer::core::MatchType` Sep 21 05:11:48.814 INFO kablam! found type `racer::MatchType` Sep 21 05:11:48.814 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 21 05:11:48.814 INFO kablam! --> tests/system.rs:3586:5 Sep 21 05:11:48.814 INFO kablam! | Sep 21 05:11:48.814 INFO kablam! 3586 | assert_eq!(got.mtype, MatchType::Function); Sep 21 05:11:48.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:11:48.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 21 05:11:48.814 INFO kablam! Sep 21 05:11:48.918 INFO kablam! error[E0308]: mismatched types Sep 21 05:11:48.918 INFO kablam! --> tests/system.rs:3610:5 Sep 21 05:11:48.918 INFO kablam! | Sep 21 05:11:48.918 INFO kablam! 3610 | assert_eq!(got.mtype, MatchType::Function); Sep 21 05:11:48.918 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 21 05:11:48.918 INFO kablam! | Sep 21 05:11:48.918 INFO kablam! = note: expected type `racer::core::MatchType` Sep 21 05:11:48.918 INFO kablam! found type `racer::MatchType` Sep 21 05:11:48.918 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 21 05:11:48.918 INFO kablam! --> tests/system.rs:3610:5 Sep 21 05:11:48.918 INFO kablam! | Sep 21 05:11:48.918 INFO kablam! 3610 | assert_eq!(got.mtype, MatchType::Function); Sep 21 05:11:48.918 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:11:48.918 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 21 05:11:48.918 INFO kablam! Sep 21 05:11:49.074 INFO kablam! error: aborting due to 17 previous errors Sep 21 05:11:49.074 INFO kablam! Sep 21 05:11:49.074 INFO kablam! Some errors occurred: E0277, E0308. Sep 21 05:11:49.074 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 21 05:11:49.094 INFO kablam! error: Could not compile `racer`. Sep 21 05:11:49.094 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 05:11:49.782 INFO kablam! error: build failed Sep 21 05:11:49.784 INFO kablam! su: No module specific data is present Sep 21 05:11:50.530 INFO running `"docker" "rm" "-f" "3cc45a879796b0bb72c148437288a953f64ac295762546712a3e6278acaf9d8d"` Sep 21 05:11:50.639 INFO blam! 3cc45a879796b0bb72c148437288a953f64ac295762546712a3e6278acaf9d8d