Sep 17 19:27:00.068 INFO checking racer-2.1.5 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 19:27:00.068 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 19:27:00.068 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-0/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 19:27:00.387 INFO blam! 3b2b8308874b2e89575382c1c7f98df417f4e92360978ab6fc997fe53ef7dc2f Sep 17 19:27:00.390 INFO running `"docker" "start" "-a" "3b2b8308874b2e89575382c1c7f98df417f4e92360978ab6fc997fe53ef7dc2f"` Sep 17 19:27:01.748 INFO kablam! usermod: no changes Sep 17 19:27:02.075 INFO kablam! Compiling rustc-ap-rustc_target v237.0.0 Sep 17 19:27:02.075 INFO kablam! Compiling rustc-ap-syntax v237.0.0 Sep 17 19:27:02.107 INFO kablam! Checking rls-span v0.4.0 Sep 17 19:27:02.107 INFO kablam! Checking rustc-ap-rustc_cratesio_shim v237.0.0 Sep 17 19:27:02.107 INFO kablam! Checking ena v0.9.3 Sep 17 19:27:02.115 INFO kablam! Compiling derive_more v0.11.0 Sep 17 19:27:02.115 INFO kablam! Checking racer-interner v0.1.0 Sep 17 19:27:04.447 INFO kablam! Checking racer-cargo-metadata v0.1.0 Sep 17 19:27:04.993 INFO kablam! Checking rustc-ap-rustc_data_structures v237.0.0 Sep 17 19:27:16.797 INFO kablam! Checking rustc-ap-arena v237.0.0 Sep 17 19:27:17.765 INFO kablam! Checking rustc-ap-syntax_pos v237.0.0 Sep 17 19:27:20.222 INFO kablam! Checking rustc-ap-rustc_errors v237.0.0 Sep 17 19:27:38.395 INFO kablam! Checking racer v2.1.5 Sep 17 19:27:38.395 INFO kablam! Checking racer v2.1.5 (/source) Sep 17 19:27:42.552 INFO kablam! Checking racer-testutils v0.1.0 Sep 17 19:27:46.452 INFO kablam! error[E0277]: the trait bound `racer::Location: std::convert::From` is not satisfied Sep 17 19:27:46.452 INFO kablam! --> tests/system.rs:150:15 Sep 17 19:27:46.452 INFO kablam! | Sep 17 19:27:46.452 INFO kablam! 150 | let got = complete_from_file(&path, pos, &session).nth(0).unwrap(); Sep 17 19:27:46.452 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `racer::Location` Sep 17 19:27:46.452 INFO kablam! | Sep 17 19:27:46.452 INFO kablam! = help: the following implementations were found: Sep 17 19:27:46.452 INFO kablam! > Sep 17 19:27:46.452 INFO kablam! > Sep 17 19:27:46.453 INFO kablam! > Sep 17 19:27:46.453 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `racer::core::BytePos` Sep 17 19:27:46.453 INFO kablam! = note: required by `racer::complete_from_file` Sep 17 19:27:46.453 INFO kablam! Sep 17 19:27:46.718 INFO kablam! error[E0308]: mismatched types Sep 17 19:27:46.718 INFO kablam! --> tests/system.rs:844:5 Sep 17 19:27:46.718 INFO kablam! | Sep 17 19:27:46.718 INFO kablam! 844 | assert_eq!(got.coords, Some(Coordinate::new(10, 19))); Sep 17 19:27:46.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `racer::core::Coordinate`, found struct `racer::Coordinate` Sep 17 19:27:46.718 INFO kablam! | Sep 17 19:27:46.718 INFO kablam! = note: expected type `std::option::Option` Sep 17 19:27:46.718 INFO kablam! found type `std::option::Option` Sep 17 19:27:46.718 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 17 19:27:46.718 INFO kablam! --> tests/system.rs:844:5 Sep 17 19:27:46.718 INFO kablam! | Sep 17 19:27:46.718 INFO kablam! 844 | assert_eq!(got.coords, Some(Coordinate::new(10, 19))); Sep 17 19:27:46.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 19:27:46.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 17 19:27:46.718 INFO kablam! Sep 17 19:27:46.786 INFO kablam! error[E0308]: mismatched types Sep 17 19:27:46.786 INFO kablam! --> tests/system.rs:905:5 Sep 17 19:27:46.786 INFO kablam! | Sep 17 19:27:46.786 INFO kablam! 905 | assert_eq!(got.mtype, MatchType::Module); Sep 17 19:27:46.786 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 17 19:27:46.786 INFO kablam! | Sep 17 19:27:46.786 INFO kablam! = note: expected type `racer::core::MatchType` Sep 17 19:27:46.786 INFO kablam! found type `racer::MatchType` Sep 17 19:27:46.786 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 17 19:27:46.786 INFO kablam! --> tests/system.rs:905:5 Sep 17 19:27:46.786 INFO kablam! | Sep 17 19:27:46.786 INFO kablam! 905 | assert_eq!(got.mtype, MatchType::Module); Sep 17 19:27:46.786 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 19:27:46.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 17 19:27:46.786 INFO kablam! Sep 17 19:27:46.791 INFO kablam! error[E0308]: mismatched types Sep 17 19:27:46.791 INFO kablam! --> tests/system.rs:952:21 Sep 17 19:27:46.791 INFO kablam! | Sep 17 19:27:46.791 INFO kablam! 952 | ("foo", MatchType::Module) => has_module = true, Sep 17 19:27:46.791 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 17 19:27:46.791 INFO kablam! | Sep 17 19:27:46.791 INFO kablam! = note: expected type `racer::core::MatchType` Sep 17 19:27:46.791 INFO kablam! found type `racer::MatchType` Sep 17 19:27:46.791 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 17 19:27:46.791 INFO kablam! --> tests/system.rs:952:21 Sep 17 19:27:46.791 INFO kablam! | Sep 17 19:27:46.791 INFO kablam! 952 | ("foo", MatchType::Module) => has_module = true, Sep 17 19:27:46.791 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 17 19:27:46.791 INFO kablam! Sep 17 19:27:46.791 INFO kablam! error[E0308]: mismatched types Sep 17 19:27:46.791 INFO kablam! --> tests/system.rs:953:21 Sep 17 19:27:46.791 INFO kablam! | Sep 17 19:27:46.791 INFO kablam! 953 | ("foo", MatchType::Function) => has_function = true, Sep 17 19:27:46.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 17 19:27:46.791 INFO kablam! | Sep 17 19:27:46.791 INFO kablam! = note: expected type `racer::core::MatchType` Sep 17 19:27:46.791 INFO kablam! found type `racer::MatchType` Sep 17 19:27:46.791 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 17 19:27:46.791 INFO kablam! --> tests/system.rs:953:21 Sep 17 19:27:46.791 INFO kablam! | Sep 17 19:27:46.791 INFO kablam! 953 | ("foo", MatchType::Function) => has_function = true, Sep 17 19:27:46.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 19:27:46.791 INFO kablam! Sep 17 19:27:46.918 INFO kablam! error[E0308]: mismatched types Sep 17 19:27:46.918 INFO kablam! --> tests/system.rs:1572:5 Sep 17 19:27:46.918 INFO kablam! | Sep 17 19:27:46.918 INFO kablam! 1572 | assert_eq!(MatchType::Function, got.mtype); Sep 17 19:27:46.918 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 17 19:27:46.918 INFO kablam! | Sep 17 19:27:46.918 INFO kablam! = note: expected type `racer::MatchType` Sep 17 19:27:46.918 INFO kablam! found type `racer::core::MatchType` Sep 17 19:27:46.918 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 17 19:27:46.918 INFO kablam! --> tests/system.rs:1572:5 Sep 17 19:27:46.918 INFO kablam! | Sep 17 19:27:46.918 INFO kablam! 1572 | assert_eq!(MatchType::Function, got.mtype); Sep 17 19:27:46.918 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 19:27:46.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 17 19:27:46.918 INFO kablam! Sep 17 19:27:47.094 INFO kablam! error[E0308]: mismatched types Sep 17 19:27:47.095 INFO kablam! --> tests/system.rs:2624:5 Sep 17 19:27:47.095 INFO kablam! | Sep 17 19:27:47.095 INFO kablam! 2624 | assert_eq!(got.mtype, MatchType::Function); Sep 17 19:27:47.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 17 19:27:47.095 INFO kablam! | Sep 17 19:27:47.095 INFO kablam! = note: expected type `racer::core::MatchType` Sep 17 19:27:47.095 INFO kablam! found type `racer::MatchType` Sep 17 19:27:47.095 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 17 19:27:47.095 INFO kablam! --> tests/system.rs:2624:5 Sep 17 19:27:47.095 INFO kablam! | Sep 17 19:27:47.095 INFO kablam! 2624 | assert_eq!(got.mtype, MatchType::Function); Sep 17 19:27:47.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 19:27:47.095 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 17 19:27:47.095 INFO kablam! Sep 17 19:27:47.167 INFO kablam! error[E0308]: mismatched types Sep 17 19:27:47.167 INFO kablam! --> tests/system.rs:2638:5 Sep 17 19:27:47.167 INFO kablam! | Sep 17 19:27:47.167 INFO kablam! 2638 | assert_eq!(MatchType::StructField, got.mtype); Sep 17 19:27:47.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 17 19:27:47.167 INFO kablam! | Sep 17 19:27:47.167 INFO kablam! = note: expected type `racer::MatchType` Sep 17 19:27:47.167 INFO kablam! found type `racer::core::MatchType` Sep 17 19:27:47.167 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 17 19:27:47.167 INFO kablam! --> tests/system.rs:2638:5 Sep 17 19:27:47.167 INFO kablam! | Sep 17 19:27:47.167 INFO kablam! 2638 | assert_eq!(MatchType::StructField, got.mtype); Sep 17 19:27:47.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 19:27:47.168 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 17 19:27:47.168 INFO kablam! Sep 17 19:27:47.261 INFO kablam! error[E0308]: mismatched types Sep 17 19:27:47.261 INFO kablam! --> tests/system.rs:2652:5 Sep 17 19:27:47.261 INFO kablam! | Sep 17 19:27:47.261 INFO kablam! 2652 | assert_eq!(MatchType::Function, got.mtype); Sep 17 19:27:47.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 17 19:27:47.261 INFO kablam! | Sep 17 19:27:47.261 INFO kablam! = note: expected type `racer::MatchType` Sep 17 19:27:47.261 INFO kablam! found type `racer::core::MatchType` Sep 17 19:27:47.261 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 17 19:27:47.261 INFO kablam! --> tests/system.rs:2652:5 Sep 17 19:27:47.261 INFO kablam! | Sep 17 19:27:47.261 INFO kablam! 2652 | assert_eq!(MatchType::Function, got.mtype); Sep 17 19:27:47.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 19:27:47.261 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 17 19:27:47.261 INFO kablam! Sep 17 19:27:47.422 INFO kablam! error[E0308]: mismatched types Sep 17 19:27:47.423 INFO kablam! --> tests/system.rs:2884:5 Sep 17 19:27:47.423 INFO kablam! | Sep 17 19:27:47.423 INFO kablam! 2884 | assert_eq!(MatchType::Struct, got.mtype); Sep 17 19:27:47.423 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 17 19:27:47.423 INFO kablam! | Sep 17 19:27:47.423 INFO kablam! = note: expected type `racer::MatchType` Sep 17 19:27:47.423 INFO kablam! found type `racer::core::MatchType` Sep 17 19:27:47.423 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 17 19:27:47.423 INFO kablam! --> tests/system.rs:2884:5 Sep 17 19:27:47.423 INFO kablam! | Sep 17 19:27:47.423 INFO kablam! 2884 | assert_eq!(MatchType::Struct, got.mtype); Sep 17 19:27:47.423 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 19:27:47.423 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 17 19:27:47.423 INFO kablam! Sep 17 19:27:47.564 INFO kablam! error[E0308]: mismatched types Sep 17 19:27:47.567 INFO kablam! --> tests/system.rs:3176:5 Sep 17 19:27:47.567 INFO kablam! | Sep 17 19:27:47.567 INFO kablam! 3176 | assert_eq!(got.mtype, MatchType::Enum); Sep 17 19:27:47.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 17 19:27:47.567 INFO kablam! | Sep 17 19:27:47.567 INFO kablam! = note: expected type `racer::core::MatchType` Sep 17 19:27:47.567 INFO kablam! found type `racer::MatchType` Sep 17 19:27:47.567 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 17 19:27:47.567 INFO kablam! --> tests/system.rs:3176:5 Sep 17 19:27:47.567 INFO kablam! | Sep 17 19:27:47.567 INFO kablam! 3176 | assert_eq!(got.mtype, MatchType::Enum); Sep 17 19:27:47.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 19:27:47.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 17 19:27:47.567 INFO kablam! Sep 17 19:27:47.759 INFO kablam! error[E0308]: mismatched types Sep 17 19:27:47.759 INFO kablam! --> tests/system.rs:3496:5 Sep 17 19:27:47.759 INFO kablam! | Sep 17 19:27:47.759 INFO kablam! 3496 | assert_eq!(got.mtype, MatchType::Trait); Sep 17 19:27:47.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 17 19:27:47.759 INFO kablam! | Sep 17 19:27:47.759 INFO kablam! = note: expected type `racer::core::MatchType` Sep 17 19:27:47.759 INFO kablam! found type `racer::MatchType` Sep 17 19:27:47.759 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 17 19:27:47.759 INFO kablam! --> tests/system.rs:3496:5 Sep 17 19:27:47.759 INFO kablam! | Sep 17 19:27:47.759 INFO kablam! 3496 | assert_eq!(got.mtype, MatchType::Trait); Sep 17 19:27:47.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 19:27:47.759 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 17 19:27:47.759 INFO kablam! Sep 17 19:27:47.871 INFO kablam! error[E0308]: mismatched types Sep 17 19:27:47.871 INFO kablam! --> tests/system.rs:3520:5 Sep 17 19:27:47.871 INFO kablam! | Sep 17 19:27:47.871 INFO kablam! 3520 | assert_eq!(got.mtype, MatchType::Function); Sep 17 19:27:47.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 17 19:27:47.871 INFO kablam! | Sep 17 19:27:47.871 INFO kablam! = note: expected type `racer::core::MatchType` Sep 17 19:27:47.871 INFO kablam! found type `racer::MatchType` Sep 17 19:27:47.871 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 17 19:27:47.871 INFO kablam! --> tests/system.rs:3520:5 Sep 17 19:27:47.871 INFO kablam! | Sep 17 19:27:47.871 INFO kablam! 3520 | assert_eq!(got.mtype, MatchType::Function); Sep 17 19:27:47.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 19:27:47.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 17 19:27:47.871 INFO kablam! Sep 17 19:27:47.971 INFO kablam! error[E0308]: mismatched types Sep 17 19:27:47.971 INFO kablam! --> tests/system.rs:3543:5 Sep 17 19:27:47.971 INFO kablam! | Sep 17 19:27:47.971 INFO kablam! 3543 | assert_eq!(got.mtype, MatchType::Function); Sep 17 19:27:47.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 17 19:27:47.971 INFO kablam! | Sep 17 19:27:47.971 INFO kablam! = note: expected type `racer::core::MatchType` Sep 17 19:27:47.971 INFO kablam! found type `racer::MatchType` Sep 17 19:27:47.971 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 17 19:27:47.971 INFO kablam! --> tests/system.rs:3543:5 Sep 17 19:27:47.971 INFO kablam! | Sep 17 19:27:47.971 INFO kablam! 3543 | assert_eq!(got.mtype, MatchType::Function); Sep 17 19:27:47.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 19:27:47.971 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 17 19:27:47.971 INFO kablam! Sep 17 19:27:48.071 INFO kablam! error[E0308]: mismatched types Sep 17 19:27:48.071 INFO kablam! --> tests/system.rs:3567:5 Sep 17 19:27:48.071 INFO kablam! | Sep 17 19:27:48.071 INFO kablam! 3567 | assert_eq!(got.mtype, MatchType::Function); Sep 17 19:27:48.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 17 19:27:48.071 INFO kablam! | Sep 17 19:27:48.071 INFO kablam! = note: expected type `racer::core::MatchType` Sep 17 19:27:48.071 INFO kablam! found type `racer::MatchType` Sep 17 19:27:48.071 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 17 19:27:48.071 INFO kablam! --> tests/system.rs:3567:5 Sep 17 19:27:48.071 INFO kablam! | Sep 17 19:27:48.071 INFO kablam! 3567 | assert_eq!(got.mtype, MatchType::Function); Sep 17 19:27:48.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 19:27:48.071 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 17 19:27:48.071 INFO kablam! Sep 17 19:27:48.187 INFO kablam! error[E0308]: mismatched types Sep 17 19:27:48.187 INFO kablam! --> tests/system.rs:3586:5 Sep 17 19:27:48.187 INFO kablam! | Sep 17 19:27:48.187 INFO kablam! 3586 | assert_eq!(got.mtype, MatchType::Function); Sep 17 19:27:48.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 17 19:27:48.187 INFO kablam! | Sep 17 19:27:48.187 INFO kablam! = note: expected type `racer::core::MatchType` Sep 17 19:27:48.187 INFO kablam! found type `racer::MatchType` Sep 17 19:27:48.187 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 17 19:27:48.187 INFO kablam! --> tests/system.rs:3586:5 Sep 17 19:27:48.187 INFO kablam! | Sep 17 19:27:48.187 INFO kablam! 3586 | assert_eq!(got.mtype, MatchType::Function); Sep 17 19:27:48.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 19:27:48.187 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 17 19:27:48.187 INFO kablam! Sep 17 19:27:48.329 INFO kablam! error[E0308]: mismatched types Sep 17 19:27:48.329 INFO kablam! --> tests/system.rs:3610:5 Sep 17 19:27:48.329 INFO kablam! | Sep 17 19:27:48.329 INFO kablam! 3610 | assert_eq!(got.mtype, MatchType::Function); Sep 17 19:27:48.329 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 17 19:27:48.329 INFO kablam! | Sep 17 19:27:48.329 INFO kablam! = note: expected type `racer::core::MatchType` Sep 17 19:27:48.329 INFO kablam! found type `racer::MatchType` Sep 17 19:27:48.329 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 17 19:27:48.329 INFO kablam! --> tests/system.rs:3610:5 Sep 17 19:27:48.329 INFO kablam! | Sep 17 19:27:48.329 INFO kablam! 3610 | assert_eq!(got.mtype, MatchType::Function); Sep 17 19:27:48.329 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 19:27:48.329 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 17 19:27:48.329 INFO kablam! Sep 17 19:27:48.539 INFO kablam! error: aborting due to 17 previous errors Sep 17 19:27:48.539 INFO kablam! Sep 17 19:27:48.539 INFO kablam! Some errors occurred: E0277, E0308. Sep 17 19:27:48.539 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 17 19:27:48.551 INFO kablam! error: Could not compile `racer`. Sep 17 19:27:48.551 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 19:27:49.476 INFO kablam! error: build failed Sep 17 19:27:49.478 INFO kablam! su: No module specific data is present Sep 17 19:27:50.429 INFO running `"docker" "rm" "-f" "3b2b8308874b2e89575382c1c7f98df417f4e92360978ab6fc997fe53ef7dc2f"` Sep 17 19:27:50.725 INFO blam! 3b2b8308874b2e89575382c1c7f98df417f4e92360978ab6fc997fe53ef7dc2f