Sep 19 22:18:46.381 INFO checking racer-2.1.5 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 22:18:46.381 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 22:18:46.381 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-4/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 22:18:46.628 INFO blam! 7a976db959d271480a5e8e7a07437cf52a5da6cd9c930fcdbf1e81073f29f245 Sep 19 22:18:46.630 INFO running `"docker" "start" "-a" "7a976db959d271480a5e8e7a07437cf52a5da6cd9c930fcdbf1e81073f29f245"` Sep 19 22:18:47.572 INFO kablam! usermod: no changes Sep 19 22:18:47.764 INFO kablam! Compiling rustc-ap-rustc_target v237.0.0 Sep 19 22:18:47.764 INFO kablam! Compiling rustc-ap-syntax v237.0.0 Sep 19 22:18:47.767 INFO kablam! Checking rls-span v0.4.0 Sep 19 22:18:47.768 INFO kablam! Checking rustc-ap-rustc_cratesio_shim v237.0.0 Sep 19 22:18:47.768 INFO kablam! Checking parking_lot_core v0.2.14 Sep 19 22:18:47.768 INFO kablam! Checking rustc-ap-serialize v237.0.0 Sep 19 22:18:47.770 INFO kablam! Compiling derive_more v0.11.0 Sep 19 22:18:47.772 INFO kablam! Checking serde_json v1.0.28 Sep 19 22:18:48.162 INFO kablam! Checking racer-interner v0.1.0 Sep 19 22:18:48.665 INFO kablam! Checking parking_lot v0.5.5 Sep 19 22:18:50.902 INFO kablam! Checking rustc-ap-rustc_data_structures v237.0.0 Sep 19 22:18:52.038 INFO kablam! Checking racer-cargo-metadata v0.1.0 Sep 19 22:18:58.087 INFO kablam! Checking rustc-ap-arena v237.0.0 Sep 19 22:18:59.766 INFO kablam! Checking rustc-ap-syntax_pos v237.0.0 Sep 19 22:19:02.361 INFO kablam! Checking rustc-ap-rustc_errors v237.0.0 Sep 19 22:19:19.904 INFO kablam! Checking racer v2.1.5 Sep 19 22:19:19.904 INFO kablam! Checking racer v2.1.5 (/source) Sep 19 22:19:23.222 INFO kablam! Checking racer-testutils v0.1.0 Sep 19 22:19:26.830 INFO kablam! error[E0277]: the trait bound `racer::Location: std::convert::From` is not satisfied Sep 19 22:19:26.830 INFO kablam! --> tests/system.rs:150:15 Sep 19 22:19:26.830 INFO kablam! | Sep 19 22:19:26.830 INFO kablam! 150 | let got = complete_from_file(&path, pos, &session).nth(0).unwrap(); Sep 19 22:19:26.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `racer::Location` Sep 19 22:19:26.830 INFO kablam! | Sep 19 22:19:26.830 INFO kablam! = help: the following implementations were found: Sep 19 22:19:26.830 INFO kablam! > Sep 19 22:19:26.830 INFO kablam! > Sep 19 22:19:26.830 INFO kablam! > Sep 19 22:19:26.830 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `racer::core::BytePos` Sep 19 22:19:26.830 INFO kablam! = note: required by `racer::complete_from_file` Sep 19 22:19:26.830 INFO kablam! Sep 19 22:19:27.125 INFO kablam! error[E0308]: mismatched types Sep 19 22:19:27.125 INFO kablam! --> tests/system.rs:844:5 Sep 19 22:19:27.125 INFO kablam! | Sep 19 22:19:27.125 INFO kablam! 844 | assert_eq!(got.coords, Some(Coordinate::new(10, 19))); Sep 19 22:19:27.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `racer::core::Coordinate`, found struct `racer::Coordinate` Sep 19 22:19:27.125 INFO kablam! | Sep 19 22:19:27.125 INFO kablam! = note: expected type `std::option::Option` Sep 19 22:19:27.125 INFO kablam! found type `std::option::Option` Sep 19 22:19:27.125 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 22:19:27.125 INFO kablam! --> tests/system.rs:844:5 Sep 19 22:19:27.125 INFO kablam! | Sep 19 22:19:27.126 INFO kablam! 844 | assert_eq!(got.coords, Some(Coordinate::new(10, 19))); Sep 19 22:19:27.126 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:19:27.126 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 19 22:19:27.126 INFO kablam! Sep 19 22:19:27.229 INFO kablam! error[E0308]: mismatched types Sep 19 22:19:27.229 INFO kablam! --> tests/system.rs:905:5 Sep 19 22:19:27.229 INFO kablam! | Sep 19 22:19:27.229 INFO kablam! 905 | assert_eq!(got.mtype, MatchType::Module); Sep 19 22:19:27.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 19 22:19:27.229 INFO kablam! | Sep 19 22:19:27.229 INFO kablam! = note: expected type `racer::core::MatchType` Sep 19 22:19:27.229 INFO kablam! found type `racer::MatchType` Sep 19 22:19:27.229 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 22:19:27.229 INFO kablam! --> tests/system.rs:905:5 Sep 19 22:19:27.229 INFO kablam! | Sep 19 22:19:27.229 INFO kablam! 905 | assert_eq!(got.mtype, MatchType::Module); Sep 19 22:19:27.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:19:27.229 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 19 22:19:27.229 INFO kablam! Sep 19 22:19:27.237 INFO kablam! error[E0308]: mismatched types Sep 19 22:19:27.237 INFO kablam! --> tests/system.rs:952:21 Sep 19 22:19:27.237 INFO kablam! | Sep 19 22:19:27.237 INFO kablam! 952 | ("foo", MatchType::Module) => has_module = true, Sep 19 22:19:27.237 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 19 22:19:27.237 INFO kablam! | Sep 19 22:19:27.237 INFO kablam! = note: expected type `racer::core::MatchType` Sep 19 22:19:27.237 INFO kablam! found type `racer::MatchType` Sep 19 22:19:27.237 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 22:19:27.238 INFO kablam! --> tests/system.rs:952:21 Sep 19 22:19:27.238 INFO kablam! | Sep 19 22:19:27.238 INFO kablam! 952 | ("foo", MatchType::Module) => has_module = true, Sep 19 22:19:27.238 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 22:19:27.238 INFO kablam! Sep 19 22:19:27.238 INFO kablam! error[E0308]: mismatched types Sep 19 22:19:27.238 INFO kablam! --> tests/system.rs:953:21 Sep 19 22:19:27.238 INFO kablam! | Sep 19 22:19:27.238 INFO kablam! 953 | ("foo", MatchType::Function) => has_function = true, Sep 19 22:19:27.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 19 22:19:27.238 INFO kablam! | Sep 19 22:19:27.238 INFO kablam! = note: expected type `racer::core::MatchType` Sep 19 22:19:27.238 INFO kablam! found type `racer::MatchType` Sep 19 22:19:27.238 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 22:19:27.238 INFO kablam! --> tests/system.rs:953:21 Sep 19 22:19:27.238 INFO kablam! | Sep 19 22:19:27.238 INFO kablam! 953 | ("foo", MatchType::Function) => has_function = true, Sep 19 22:19:27.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 22:19:27.238 INFO kablam! Sep 19 22:19:27.431 INFO kablam! error[E0308]: mismatched types Sep 19 22:19:27.431 INFO kablam! --> tests/system.rs:1572:5 Sep 19 22:19:27.431 INFO kablam! | Sep 19 22:19:27.431 INFO kablam! 1572 | assert_eq!(MatchType::Function, got.mtype); Sep 19 22:19:27.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 19 22:19:27.438 INFO kablam! | Sep 19 22:19:27.438 INFO kablam! = note: expected type `racer::MatchType` Sep 19 22:19:27.438 INFO kablam! found type `racer::core::MatchType` Sep 19 22:19:27.438 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 22:19:27.438 INFO kablam! --> tests/system.rs:1572:5 Sep 19 22:19:27.438 INFO kablam! | Sep 19 22:19:27.438 INFO kablam! 1572 | assert_eq!(MatchType::Function, got.mtype); Sep 19 22:19:27.438 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:19:27.438 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 19 22:19:27.438 INFO kablam! Sep 19 22:19:27.662 INFO kablam! error[E0308]: mismatched types Sep 19 22:19:27.662 INFO kablam! --> tests/system.rs:2624:5 Sep 19 22:19:27.662 INFO kablam! | Sep 19 22:19:27.662 INFO kablam! 2624 | assert_eq!(got.mtype, MatchType::Function); Sep 19 22:19:27.662 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 19 22:19:27.662 INFO kablam! | Sep 19 22:19:27.662 INFO kablam! = note: expected type `racer::core::MatchType` Sep 19 22:19:27.662 INFO kablam! found type `racer::MatchType` Sep 19 22:19:27.662 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 22:19:27.662 INFO kablam! --> tests/system.rs:2624:5 Sep 19 22:19:27.662 INFO kablam! | Sep 19 22:19:27.662 INFO kablam! 2624 | assert_eq!(got.mtype, MatchType::Function); Sep 19 22:19:27.662 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:19:27.662 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 19 22:19:27.662 INFO kablam! Sep 19 22:19:27.758 INFO kablam! error[E0308]: mismatched types Sep 19 22:19:27.758 INFO kablam! --> tests/system.rs:2638:5 Sep 19 22:19:27.758 INFO kablam! | Sep 19 22:19:27.758 INFO kablam! 2638 | assert_eq!(MatchType::StructField, got.mtype); Sep 19 22:19:27.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 19 22:19:27.758 INFO kablam! | Sep 19 22:19:27.758 INFO kablam! = note: expected type `racer::MatchType` Sep 19 22:19:27.758 INFO kablam! found type `racer::core::MatchType` Sep 19 22:19:27.758 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 22:19:27.758 INFO kablam! --> tests/system.rs:2638:5 Sep 19 22:19:27.758 INFO kablam! | Sep 19 22:19:27.758 INFO kablam! 2638 | assert_eq!(MatchType::StructField, got.mtype); Sep 19 22:19:27.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:19:27.758 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 19 22:19:27.758 INFO kablam! Sep 19 22:19:27.866 INFO kablam! error[E0308]: mismatched types Sep 19 22:19:27.866 INFO kablam! --> tests/system.rs:2652:5 Sep 19 22:19:27.866 INFO kablam! | Sep 19 22:19:27.866 INFO kablam! 2652 | assert_eq!(MatchType::Function, got.mtype); Sep 19 22:19:27.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 19 22:19:27.866 INFO kablam! | Sep 19 22:19:27.866 INFO kablam! = note: expected type `racer::MatchType` Sep 19 22:19:27.866 INFO kablam! found type `racer::core::MatchType` Sep 19 22:19:27.866 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 22:19:27.866 INFO kablam! --> tests/system.rs:2652:5 Sep 19 22:19:27.866 INFO kablam! | Sep 19 22:19:27.866 INFO kablam! 2652 | assert_eq!(MatchType::Function, got.mtype); Sep 19 22:19:27.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:19:27.866 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 19 22:19:27.866 INFO kablam! Sep 19 22:19:28.018 INFO kablam! error[E0308]: mismatched types Sep 19 22:19:28.019 INFO kablam! --> tests/system.rs:2884:5 Sep 19 22:19:28.019 INFO kablam! | Sep 19 22:19:28.019 INFO kablam! 2884 | assert_eq!(MatchType::Struct, got.mtype); Sep 19 22:19:28.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 19 22:19:28.019 INFO kablam! | Sep 19 22:19:28.019 INFO kablam! = note: expected type `racer::MatchType` Sep 19 22:19:28.019 INFO kablam! found type `racer::core::MatchType` Sep 19 22:19:28.019 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 22:19:28.019 INFO kablam! --> tests/system.rs:2884:5 Sep 19 22:19:28.019 INFO kablam! | Sep 19 22:19:28.019 INFO kablam! 2884 | assert_eq!(MatchType::Struct, got.mtype); Sep 19 22:19:28.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:19:28.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 19 22:19:28.019 INFO kablam! Sep 19 22:19:28.146 INFO kablam! error[E0308]: mismatched types Sep 19 22:19:28.146 INFO kablam! --> tests/system.rs:3176:5 Sep 19 22:19:28.146 INFO kablam! | Sep 19 22:19:28.146 INFO kablam! 3176 | assert_eq!(got.mtype, MatchType::Enum); Sep 19 22:19:28.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 19 22:19:28.146 INFO kablam! | Sep 19 22:19:28.146 INFO kablam! = note: expected type `racer::core::MatchType` Sep 19 22:19:28.146 INFO kablam! found type `racer::MatchType` Sep 19 22:19:28.146 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 22:19:28.146 INFO kablam! --> tests/system.rs:3176:5 Sep 19 22:19:28.146 INFO kablam! | Sep 19 22:19:28.146 INFO kablam! 3176 | assert_eq!(got.mtype, MatchType::Enum); Sep 19 22:19:28.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:19:28.146 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 19 22:19:28.146 INFO kablam! Sep 19 22:19:28.278 INFO kablam! error[E0308]: mismatched types Sep 19 22:19:28.278 INFO kablam! --> tests/system.rs:3496:5 Sep 19 22:19:28.278 INFO kablam! | Sep 19 22:19:28.278 INFO kablam! 3496 | assert_eq!(got.mtype, MatchType::Trait); Sep 19 22:19:28.278 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 19 22:19:28.278 INFO kablam! | Sep 19 22:19:28.278 INFO kablam! = note: expected type `racer::core::MatchType` Sep 19 22:19:28.278 INFO kablam! found type `racer::MatchType` Sep 19 22:19:28.278 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 22:19:28.278 INFO kablam! --> tests/system.rs:3496:5 Sep 19 22:19:28.278 INFO kablam! | Sep 19 22:19:28.278 INFO kablam! 3496 | assert_eq!(got.mtype, MatchType::Trait); Sep 19 22:19:28.278 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:19:28.278 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 19 22:19:28.278 INFO kablam! Sep 19 22:19:28.399 INFO kablam! error[E0308]: mismatched types Sep 19 22:19:28.399 INFO kablam! --> tests/system.rs:3520:5 Sep 19 22:19:28.399 INFO kablam! | Sep 19 22:19:28.399 INFO kablam! 3520 | assert_eq!(got.mtype, MatchType::Function); Sep 19 22:19:28.399 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 19 22:19:28.399 INFO kablam! | Sep 19 22:19:28.399 INFO kablam! = note: expected type `racer::core::MatchType` Sep 19 22:19:28.399 INFO kablam! found type `racer::MatchType` Sep 19 22:19:28.399 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 22:19:28.399 INFO kablam! --> tests/system.rs:3520:5 Sep 19 22:19:28.399 INFO kablam! | Sep 19 22:19:28.399 INFO kablam! 3520 | assert_eq!(got.mtype, MatchType::Function); Sep 19 22:19:28.399 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:19:28.399 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 19 22:19:28.399 INFO kablam! Sep 19 22:19:28.507 INFO kablam! error[E0308]: mismatched types Sep 19 22:19:28.507 INFO kablam! --> tests/system.rs:3543:5 Sep 19 22:19:28.507 INFO kablam! | Sep 19 22:19:28.507 INFO kablam! 3543 | assert_eq!(got.mtype, MatchType::Function); Sep 19 22:19:28.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 19 22:19:28.507 INFO kablam! | Sep 19 22:19:28.507 INFO kablam! = note: expected type `racer::core::MatchType` Sep 19 22:19:28.507 INFO kablam! found type `racer::MatchType` Sep 19 22:19:28.507 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 22:19:28.507 INFO kablam! --> tests/system.rs:3543:5 Sep 19 22:19:28.507 INFO kablam! | Sep 19 22:19:28.507 INFO kablam! 3543 | assert_eq!(got.mtype, MatchType::Function); Sep 19 22:19:28.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:19:28.507 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 19 22:19:28.507 INFO kablam! Sep 19 22:19:28.634 INFO kablam! error[E0308]: mismatched types Sep 19 22:19:28.634 INFO kablam! --> tests/system.rs:3567:5 Sep 19 22:19:28.634 INFO kablam! | Sep 19 22:19:28.634 INFO kablam! 3567 | assert_eq!(got.mtype, MatchType::Function); Sep 19 22:19:28.634 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 19 22:19:28.634 INFO kablam! | Sep 19 22:19:28.634 INFO kablam! = note: expected type `racer::core::MatchType` Sep 19 22:19:28.634 INFO kablam! found type `racer::MatchType` Sep 19 22:19:28.634 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 22:19:28.634 INFO kablam! --> tests/system.rs:3567:5 Sep 19 22:19:28.634 INFO kablam! | Sep 19 22:19:28.634 INFO kablam! 3567 | assert_eq!(got.mtype, MatchType::Function); Sep 19 22:19:28.634 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:19:28.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 19 22:19:28.634 INFO kablam! Sep 19 22:19:28.742 INFO kablam! error[E0308]: mismatched types Sep 19 22:19:28.742 INFO kablam! --> tests/system.rs:3586:5 Sep 19 22:19:28.742 INFO kablam! | Sep 19 22:19:28.742 INFO kablam! 3586 | assert_eq!(got.mtype, MatchType::Function); Sep 19 22:19:28.742 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 19 22:19:28.758 INFO kablam! | Sep 19 22:19:28.758 INFO kablam! = note: expected type `racer::core::MatchType` Sep 19 22:19:28.758 INFO kablam! found type `racer::MatchType` Sep 19 22:19:28.758 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 22:19:28.758 INFO kablam! --> tests/system.rs:3586:5 Sep 19 22:19:28.758 INFO kablam! | Sep 19 22:19:28.758 INFO kablam! 3586 | assert_eq!(got.mtype, MatchType::Function); Sep 19 22:19:28.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:19:28.758 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 19 22:19:28.758 INFO kablam! Sep 19 22:19:28.967 INFO kablam! error[E0308]: mismatched types Sep 19 22:19:28.967 INFO kablam! --> tests/system.rs:3610:5 Sep 19 22:19:28.967 INFO kablam! | Sep 19 22:19:28.967 INFO kablam! 3610 | assert_eq!(got.mtype, MatchType::Function); Sep 19 22:19:28.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 19 22:19:28.967 INFO kablam! | Sep 19 22:19:28.967 INFO kablam! = note: expected type `racer::core::MatchType` Sep 19 22:19:28.967 INFO kablam! found type `racer::MatchType` Sep 19 22:19:28.968 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 22:19:28.968 INFO kablam! --> tests/system.rs:3610:5 Sep 19 22:19:28.968 INFO kablam! | Sep 19 22:19:28.968 INFO kablam! 3610 | assert_eq!(got.mtype, MatchType::Function); Sep 19 22:19:28.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:19:28.968 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 19 22:19:28.968 INFO kablam! Sep 19 22:19:29.162 INFO kablam! error: aborting due to 17 previous errors Sep 19 22:19:29.162 INFO kablam! Sep 19 22:19:29.162 INFO kablam! Some errors occurred: E0277, E0308. Sep 19 22:19:29.162 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 19 22:19:29.178 INFO kablam! error: Could not compile `racer`. Sep 19 22:19:29.178 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 22:19:30.021 INFO kablam! error: build failed Sep 19 22:19:30.023 INFO kablam! su: No module specific data is present Sep 19 22:19:30.765 INFO running `"docker" "rm" "-f" "7a976db959d271480a5e8e7a07437cf52a5da6cd9c930fcdbf1e81073f29f245"` Sep 19 22:19:30.893 INFO blam! 7a976db959d271480a5e8e7a07437cf52a5da6cd9c930fcdbf1e81073f29f245