Sep 02 03:46:07.804 INFO checking racer-2.1.5 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 03:46:07.804 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 03:46:07.804 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 03:46:07.997 INFO blam! 8ffa6a1ee35e4c902603ffdb4f42fe323bd01ada5ecc20613a955b21be802b69 Sep 02 03:46:07.999 INFO running `"docker" "start" "-a" "8ffa6a1ee35e4c902603ffdb4f42fe323bd01ada5ecc20613a955b21be802b69"` Sep 02 03:46:08.753 INFO kablam! Compiling rustc-rayon-core v0.1.1 Sep 02 03:46:08.755 INFO kablam! Compiling rustc-ap-rustc_target v237.0.0 Sep 02 03:46:08.755 INFO kablam! Checking scoped-tls v0.1.2 Sep 02 03:46:08.758 INFO kablam! Compiling rustc-ap-syntax v237.0.0 Sep 02 03:46:08.761 INFO kablam! Checking rustc-hash v1.0.1 Sep 02 03:46:08.765 INFO kablam! Checking rustc-ap-rustc_cratesio_shim v237.0.0 Sep 02 03:46:08.766 INFO kablam! Checking ena v0.9.3 Sep 02 03:46:08.768 INFO kablam! Checking parking_lot_core v0.2.14 Sep 02 03:46:09.496 INFO kablam! Checking rustc-ap-serialize v237.0.0 Sep 02 03:46:09.718 INFO kablam! Checking racer-interner v0.1.0 Sep 02 03:46:09.720 INFO kablam! Checking serde_json v1.0.26 Sep 02 03:46:11.260 INFO kablam! Checking parking_lot v0.5.5 Sep 02 03:46:12.819 INFO kablam! Checking rustc-rayon v0.1.1 Sep 02 03:46:15.669 INFO kablam! Checking racer-cargo-metadata v0.1.0 Sep 02 03:46:20.932 INFO kablam! Checking rustc-ap-rustc_data_structures v237.0.0 Sep 02 03:46:26.693 INFO kablam! Checking rustc-ap-arena v237.0.0 Sep 02 03:46:27.910 INFO kablam! Checking rustc-ap-syntax_pos v237.0.0 Sep 02 03:46:30.793 INFO kablam! Checking rustc-ap-rustc_errors v237.0.0 Sep 02 03:47:00.185 INFO kablam! Checking racer v2.1.5 Sep 02 03:47:00.185 INFO kablam! Checking racer v2.1.5 (file:///source) Sep 02 03:47:06.539 INFO kablam! Checking racer-testutils v0.1.0 Sep 02 03:47:15.224 INFO kablam! error[E0277]: the trait bound `racer::Location: std::convert::From` is not satisfied Sep 02 03:47:15.224 INFO kablam! --> tests/system.rs:150:15 Sep 02 03:47:15.224 INFO kablam! | Sep 02 03:47:15.224 INFO kablam! 150 | let got = complete_from_file(&path, pos, &session).nth(0).unwrap(); Sep 02 03:47:15.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `racer::Location` Sep 02 03:47:15.238 INFO kablam! | Sep 02 03:47:15.239 INFO kablam! = help: the following implementations were found: Sep 02 03:47:15.239 INFO kablam! > Sep 02 03:47:15.239 INFO kablam! > Sep 02 03:47:15.239 INFO kablam! > Sep 02 03:47:15.239 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `racer::core::BytePos` Sep 02 03:47:15.239 INFO kablam! = note: required by `racer::complete_from_file` Sep 02 03:47:15.239 INFO kablam! Sep 02 03:47:15.974 INFO kablam! error[E0308]: mismatched types Sep 02 03:47:15.974 INFO kablam! --> tests/system.rs:844:5 Sep 02 03:47:15.974 INFO kablam! | Sep 02 03:47:15.974 INFO kablam! 844 | assert_eq!(got.coords, Some(Coordinate::new(10, 19))); Sep 02 03:47:15.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `racer::core::Coordinate`, found struct `racer::Coordinate` Sep 02 03:47:15.974 INFO kablam! | Sep 02 03:47:15.974 INFO kablam! = note: expected type `std::option::Option` Sep 02 03:47:15.974 INFO kablam! found type `std::option::Option` Sep 02 03:47:15.974 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 02 03:47:15.974 INFO kablam! --> tests/system.rs:844:5 Sep 02 03:47:15.974 INFO kablam! | Sep 02 03:47:15.974 INFO kablam! 844 | assert_eq!(got.coords, Some(Coordinate::new(10, 19))); Sep 02 03:47:15.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:47:15.974 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 02 03:47:15.974 INFO kablam! Sep 02 03:47:16.149 INFO kablam! error[E0308]: mismatched types Sep 02 03:47:16.149 INFO kablam! --> tests/system.rs:905:5 Sep 02 03:47:16.149 INFO kablam! | Sep 02 03:47:16.149 INFO kablam! 905 | assert_eq!(got.mtype, MatchType::Module); Sep 02 03:47:16.150 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 02 03:47:16.150 INFO kablam! | Sep 02 03:47:16.150 INFO kablam! = note: expected type `racer::core::MatchType` Sep 02 03:47:16.150 INFO kablam! found type `racer::MatchType` Sep 02 03:47:16.150 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 02 03:47:16.150 INFO kablam! --> tests/system.rs:905:5 Sep 02 03:47:16.150 INFO kablam! | Sep 02 03:47:16.150 INFO kablam! 905 | assert_eq!(got.mtype, MatchType::Module); Sep 02 03:47:16.150 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:47:16.150 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 02 03:47:16.150 INFO kablam! Sep 02 03:47:16.163 INFO kablam! error[E0308]: mismatched types Sep 02 03:47:16.163 INFO kablam! --> tests/system.rs:952:21 Sep 02 03:47:16.164 INFO kablam! | Sep 02 03:47:16.164 INFO kablam! 952 | ("foo", MatchType::Module) => has_module = true, Sep 02 03:47:16.164 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 02 03:47:16.164 INFO kablam! | Sep 02 03:47:16.164 INFO kablam! = note: expected type `racer::core::MatchType` Sep 02 03:47:16.164 INFO kablam! found type `racer::MatchType` Sep 02 03:47:16.164 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 02 03:47:16.164 INFO kablam! --> tests/system.rs:952:21 Sep 02 03:47:16.164 INFO kablam! | Sep 02 03:47:16.164 INFO kablam! 952 | ("foo", MatchType::Module) => has_module = true, Sep 02 03:47:16.164 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 02 03:47:16.164 INFO kablam! Sep 02 03:47:16.164 INFO kablam! error[E0308]: mismatched types Sep 02 03:47:16.164 INFO kablam! --> tests/system.rs:953:21 Sep 02 03:47:16.164 INFO kablam! | Sep 02 03:47:16.164 INFO kablam! 953 | ("foo", MatchType::Function) => has_function = true, Sep 02 03:47:16.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 02 03:47:16.164 INFO kablam! | Sep 02 03:47:16.164 INFO kablam! = note: expected type `racer::core::MatchType` Sep 02 03:47:16.165 INFO kablam! found type `racer::MatchType` Sep 02 03:47:16.165 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 02 03:47:16.165 INFO kablam! --> tests/system.rs:953:21 Sep 02 03:47:16.165 INFO kablam! | Sep 02 03:47:16.165 INFO kablam! 953 | ("foo", MatchType::Function) => has_function = true, Sep 02 03:47:16.165 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 02 03:47:16.165 INFO kablam! Sep 02 03:47:16.501 INFO kablam! error[E0308]: mismatched types Sep 02 03:47:16.501 INFO kablam! --> tests/system.rs:1572:5 Sep 02 03:47:16.501 INFO kablam! | Sep 02 03:47:16.501 INFO kablam! 1572 | assert_eq!(MatchType::Function, got.mtype); Sep 02 03:47:16.501 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 02 03:47:16.502 INFO kablam! | Sep 02 03:47:16.502 INFO kablam! = note: expected type `racer::MatchType` Sep 02 03:47:16.502 INFO kablam! found type `racer::core::MatchType` Sep 02 03:47:16.502 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 02 03:47:16.502 INFO kablam! --> tests/system.rs:1572:5 Sep 02 03:47:16.502 INFO kablam! | Sep 02 03:47:16.502 INFO kablam! 1572 | assert_eq!(MatchType::Function, got.mtype); Sep 02 03:47:16.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:47:16.503 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 02 03:47:16.503 INFO kablam! Sep 02 03:47:17.007 INFO kablam! error[E0308]: mismatched types Sep 02 03:47:17.007 INFO kablam! --> tests/system.rs:2624:5 Sep 02 03:47:17.007 INFO kablam! | Sep 02 03:47:17.007 INFO kablam! 2624 | assert_eq!(got.mtype, MatchType::Function); Sep 02 03:47:17.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 02 03:47:17.007 INFO kablam! | Sep 02 03:47:17.007 INFO kablam! = note: expected type `racer::core::MatchType` Sep 02 03:47:17.008 INFO kablam! found type `racer::MatchType` Sep 02 03:47:17.008 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 02 03:47:17.008 INFO kablam! --> tests/system.rs:2624:5 Sep 02 03:47:17.008 INFO kablam! | Sep 02 03:47:17.008 INFO kablam! 2624 | assert_eq!(got.mtype, MatchType::Function); Sep 02 03:47:17.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:47:17.008 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 02 03:47:17.008 INFO kablam! Sep 02 03:47:17.195 INFO kablam! error[E0308]: mismatched types Sep 02 03:47:17.195 INFO kablam! --> tests/system.rs:2638:5 Sep 02 03:47:17.195 INFO kablam! | Sep 02 03:47:17.195 INFO kablam! 2638 | assert_eq!(MatchType::StructField, got.mtype); Sep 02 03:47:17.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 02 03:47:17.195 INFO kablam! | Sep 02 03:47:17.195 INFO kablam! = note: expected type `racer::MatchType` Sep 02 03:47:17.195 INFO kablam! found type `racer::core::MatchType` Sep 02 03:47:17.195 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 02 03:47:17.195 INFO kablam! --> tests/system.rs:2638:5 Sep 02 03:47:17.195 INFO kablam! | Sep 02 03:47:17.195 INFO kablam! 2638 | assert_eq!(MatchType::StructField, got.mtype); Sep 02 03:47:17.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:47:17.195 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 02 03:47:17.195 INFO kablam! Sep 02 03:47:17.382 INFO kablam! error[E0308]: mismatched types Sep 02 03:47:17.382 INFO kablam! --> tests/system.rs:2652:5 Sep 02 03:47:17.382 INFO kablam! | Sep 02 03:47:17.382 INFO kablam! 2652 | assert_eq!(MatchType::Function, got.mtype); Sep 02 03:47:17.382 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 02 03:47:17.382 INFO kablam! | Sep 02 03:47:17.382 INFO kablam! = note: expected type `racer::MatchType` Sep 02 03:47:17.382 INFO kablam! found type `racer::core::MatchType` Sep 02 03:47:17.382 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 02 03:47:17.382 INFO kablam! --> tests/system.rs:2652:5 Sep 02 03:47:17.382 INFO kablam! | Sep 02 03:47:17.382 INFO kablam! 2652 | assert_eq!(MatchType::Function, got.mtype); Sep 02 03:47:17.382 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:47:17.382 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 02 03:47:17.382 INFO kablam! Sep 02 03:47:17.639 INFO kablam! error[E0308]: mismatched types Sep 02 03:47:17.639 INFO kablam! --> tests/system.rs:2884:5 Sep 02 03:47:17.639 INFO kablam! | Sep 02 03:47:17.639 INFO kablam! 2884 | assert_eq!(MatchType::Struct, got.mtype); Sep 02 03:47:17.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 02 03:47:17.639 INFO kablam! | Sep 02 03:47:17.640 INFO kablam! = note: expected type `racer::MatchType` Sep 02 03:47:17.640 INFO kablam! found type `racer::core::MatchType` Sep 02 03:47:17.640 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 02 03:47:17.640 INFO kablam! --> tests/system.rs:2884:5 Sep 02 03:47:17.640 INFO kablam! | Sep 02 03:47:17.640 INFO kablam! 2884 | assert_eq!(MatchType::Struct, got.mtype); Sep 02 03:47:17.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:47:17.640 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 02 03:47:17.640 INFO kablam! Sep 02 03:47:17.903 INFO kablam! error[E0308]: mismatched types Sep 02 03:47:17.903 INFO kablam! --> tests/system.rs:3176:5 Sep 02 03:47:17.903 INFO kablam! | Sep 02 03:47:17.903 INFO kablam! 3176 | assert_eq!(got.mtype, MatchType::Enum); Sep 02 03:47:17.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 02 03:47:17.903 INFO kablam! | Sep 02 03:47:17.903 INFO kablam! = note: expected type `racer::core::MatchType` Sep 02 03:47:17.903 INFO kablam! found type `racer::MatchType` Sep 02 03:47:17.903 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 02 03:47:17.903 INFO kablam! --> tests/system.rs:3176:5 Sep 02 03:47:17.903 INFO kablam! | Sep 02 03:47:17.903 INFO kablam! 3176 | assert_eq!(got.mtype, MatchType::Enum); Sep 02 03:47:17.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:47:17.903 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 02 03:47:17.903 INFO kablam! Sep 02 03:47:18.153 INFO kablam! error[E0308]: mismatched types Sep 02 03:47:18.153 INFO kablam! --> tests/system.rs:3496:5 Sep 02 03:47:18.153 INFO kablam! | Sep 02 03:47:18.153 INFO kablam! 3496 | assert_eq!(got.mtype, MatchType::Trait); Sep 02 03:47:18.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 02 03:47:18.153 INFO kablam! | Sep 02 03:47:18.153 INFO kablam! = note: expected type `racer::core::MatchType` Sep 02 03:47:18.154 INFO kablam! found type `racer::MatchType` Sep 02 03:47:18.154 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 02 03:47:18.154 INFO kablam! --> tests/system.rs:3496:5 Sep 02 03:47:18.154 INFO kablam! | Sep 02 03:47:18.154 INFO kablam! 3496 | assert_eq!(got.mtype, MatchType::Trait); Sep 02 03:47:18.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:47:18.154 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 02 03:47:18.154 INFO kablam! Sep 02 03:47:18.329 INFO kablam! error[E0308]: mismatched types Sep 02 03:47:18.329 INFO kablam! --> tests/system.rs:3520:5 Sep 02 03:47:18.329 INFO kablam! | Sep 02 03:47:18.329 INFO kablam! 3520 | assert_eq!(got.mtype, MatchType::Function); Sep 02 03:47:18.329 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 02 03:47:18.329 INFO kablam! | Sep 02 03:47:18.329 INFO kablam! = note: expected type `racer::core::MatchType` Sep 02 03:47:18.329 INFO kablam! found type `racer::MatchType` Sep 02 03:47:18.329 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 02 03:47:18.330 INFO kablam! --> tests/system.rs:3520:5 Sep 02 03:47:18.330 INFO kablam! | Sep 02 03:47:18.330 INFO kablam! 3520 | assert_eq!(got.mtype, MatchType::Function); Sep 02 03:47:18.330 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:47:18.330 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 02 03:47:18.330 INFO kablam! Sep 02 03:47:18.496 INFO kablam! error[E0308]: mismatched types Sep 02 03:47:18.496 INFO kablam! --> tests/system.rs:3543:5 Sep 02 03:47:18.496 INFO kablam! | Sep 02 03:47:18.496 INFO kablam! 3543 | assert_eq!(got.mtype, MatchType::Function); Sep 02 03:47:18.496 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 02 03:47:18.496 INFO kablam! | Sep 02 03:47:18.497 INFO kablam! = note: expected type `racer::core::MatchType` Sep 02 03:47:18.497 INFO kablam! found type `racer::MatchType` Sep 02 03:47:18.497 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 02 03:47:18.497 INFO kablam! --> tests/system.rs:3543:5 Sep 02 03:47:18.497 INFO kablam! | Sep 02 03:47:18.497 INFO kablam! 3543 | assert_eq!(got.mtype, MatchType::Function); Sep 02 03:47:18.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:47:18.497 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 02 03:47:18.497 INFO kablam! Sep 02 03:47:18.675 INFO kablam! error[E0308]: mismatched types Sep 02 03:47:18.675 INFO kablam! --> tests/system.rs:3567:5 Sep 02 03:47:18.675 INFO kablam! | Sep 02 03:47:18.676 INFO kablam! 3567 | assert_eq!(got.mtype, MatchType::Function); Sep 02 03:47:18.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 02 03:47:18.676 INFO kablam! | Sep 02 03:47:18.676 INFO kablam! = note: expected type `racer::core::MatchType` Sep 02 03:47:18.676 INFO kablam! found type `racer::MatchType` Sep 02 03:47:18.676 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 02 03:47:18.676 INFO kablam! --> tests/system.rs:3567:5 Sep 02 03:47:18.676 INFO kablam! | Sep 02 03:47:18.676 INFO kablam! 3567 | assert_eq!(got.mtype, MatchType::Function); Sep 02 03:47:18.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:47:18.676 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 02 03:47:18.676 INFO kablam! Sep 02 03:47:18.845 INFO kablam! error[E0308]: mismatched types Sep 02 03:47:18.845 INFO kablam! --> tests/system.rs:3586:5 Sep 02 03:47:18.845 INFO kablam! | Sep 02 03:47:18.845 INFO kablam! 3586 | assert_eq!(got.mtype, MatchType::Function); Sep 02 03:47:18.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 02 03:47:18.845 INFO kablam! | Sep 02 03:47:18.845 INFO kablam! = note: expected type `racer::core::MatchType` Sep 02 03:47:18.845 INFO kablam! found type `racer::MatchType` Sep 02 03:47:18.845 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 02 03:47:18.845 INFO kablam! --> tests/system.rs:3586:5 Sep 02 03:47:18.845 INFO kablam! | Sep 02 03:47:18.845 INFO kablam! 3586 | assert_eq!(got.mtype, MatchType::Function); Sep 02 03:47:18.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:47:18.845 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 02 03:47:18.845 INFO kablam! Sep 02 03:47:19.020 INFO kablam! error[E0308]: mismatched types Sep 02 03:47:19.020 INFO kablam! --> tests/system.rs:3610:5 Sep 02 03:47:19.020 INFO kablam! | Sep 02 03:47:19.021 INFO kablam! 3610 | assert_eq!(got.mtype, MatchType::Function); Sep 02 03:47:19.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 02 03:47:19.026 INFO kablam! | Sep 02 03:47:19.026 INFO kablam! = note: expected type `racer::core::MatchType` Sep 02 03:47:19.026 INFO kablam! found type `racer::MatchType` Sep 02 03:47:19.027 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 02 03:47:19.027 INFO kablam! --> tests/system.rs:3610:5 Sep 02 03:47:19.027 INFO kablam! | Sep 02 03:47:19.027 INFO kablam! 3610 | assert_eq!(got.mtype, MatchType::Function); Sep 02 03:47:19.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:47:19.027 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 02 03:47:19.027 INFO kablam! Sep 02 03:47:19.238 INFO kablam! error: aborting due to 17 previous errors Sep 02 03:47:19.238 INFO kablam! Sep 02 03:47:19.238 INFO kablam! Some errors occurred: E0277, E0308. Sep 02 03:47:19.238 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 02 03:47:19.255 INFO kablam! error: Could not compile `racer`. Sep 02 03:47:19.255 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 03:47:21.336 INFO kablam! error: build failed Sep 02 03:47:21.338 INFO kablam! su: No module specific data is present Sep 02 03:47:21.859 INFO running `"docker" "rm" "-f" "8ffa6a1ee35e4c902603ffdb4f42fe323bd01ada5ecc20613a955b21be802b69"` Sep 02 03:47:21.975 INFO blam! 8ffa6a1ee35e4c902603ffdb4f42fe323bd01ada5ecc20613a955b21be802b69