Aug 31 17:40:05.086 INFO checking racer-2.1.5 against try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b for pr-53578 Aug 31 17:40:05.086 INFO running: cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets Aug 31 17:40:05.086 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-2/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/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 +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 31 17:40:05.245 INFO blam! e92979f220f3660e65a06d4d3b9a89f36b3ba32cab7a22ae47e3387a08f21660 Aug 31 17:40:05.248 INFO running `"docker" "start" "-a" "e92979f220f3660e65a06d4d3b9a89f36b3ba32cab7a22ae47e3387a08f21660"` Aug 31 17:40:06.424 INFO kablam! Compiling rustc-rayon-core v0.1.1 Aug 31 17:40:06.445 INFO kablam! Checking scoped-tls v0.1.2 Aug 31 17:40:06.451 INFO kablam! Compiling rustc-ap-rustc_target v237.0.0 Aug 31 17:40:06.453 INFO kablam! Compiling rustc-ap-syntax v237.0.0 Aug 31 17:40:06.466 INFO kablam! Checking rustc-ap-rustc_cratesio_shim v237.0.0 Aug 31 17:40:06.469 INFO kablam! Checking ena v0.9.3 Aug 31 17:40:06.472 INFO kablam! Checking parking_lot_core v0.2.14 Aug 31 17:40:06.474 INFO kablam! Checking rustc-ap-serialize v237.0.0 Aug 31 17:40:08.143 INFO kablam! Compiling derive_more v0.11.0 Aug 31 17:40:08.229 INFO kablam! Checking racer-interner v0.1.0 Aug 31 17:40:10.795 INFO kablam! Checking parking_lot v0.5.5 Aug 31 17:40:10.895 INFO kablam! Checking racer-cargo-metadata v0.1.0 Aug 31 17:40:13.444 INFO kablam! Checking rustc-rayon v0.1.1 Aug 31 17:40:23.788 INFO kablam! Checking rustc-ap-rustc_data_structures v237.0.0 Aug 31 17:40:29.907 INFO kablam! Checking rustc-ap-arena v237.0.0 Aug 31 17:40:31.827 INFO kablam! Checking rustc-ap-syntax_pos v237.0.0 Aug 31 17:40:36.593 INFO kablam! Checking rustc-ap-rustc_errors v237.0.0 Aug 31 17:41:04.107 INFO kablam! Checking racer v2.1.5 Aug 31 17:41:04.107 INFO kablam! Checking racer v2.1.5 (file:///source) Aug 31 17:41:10.520 INFO kablam! Checking racer-testutils v0.1.0 Aug 31 17:41:18.285 INFO kablam! error[E0277]: the trait bound `racer::Location: std::convert::From` is not satisfied Aug 31 17:41:18.285 INFO kablam! --> tests/system.rs:150:15 Aug 31 17:41:18.285 INFO kablam! | Aug 31 17:41:18.285 INFO kablam! 150 | let got = complete_from_file(&path, pos, &session).nth(0).unwrap(); Aug 31 17:41:18.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `racer::Location` Aug 31 17:41:18.285 INFO kablam! | Aug 31 17:41:18.285 INFO kablam! = help: the following implementations were found: Aug 31 17:41:18.285 INFO kablam! > Aug 31 17:41:18.285 INFO kablam! > Aug 31 17:41:18.285 INFO kablam! > Aug 31 17:41:18.286 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `racer::core::BytePos` Aug 31 17:41:18.286 INFO kablam! = note: required by `racer::complete_from_file` Aug 31 17:41:18.286 INFO kablam! Aug 31 17:41:18.699 INFO kablam! error[E0308]: mismatched types Aug 31 17:41:18.699 INFO kablam! --> tests/system.rs:844:5 Aug 31 17:41:18.699 INFO kablam! | Aug 31 17:41:18.699 INFO kablam! 844 | assert_eq!(got.coords, Some(Coordinate::new(10, 19))); Aug 31 17:41:18.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `racer::core::Coordinate`, found struct `racer::Coordinate` Aug 31 17:41:18.699 INFO kablam! | Aug 31 17:41:18.699 INFO kablam! = note: expected type `std::option::Option` Aug 31 17:41:18.699 INFO kablam! found type `std::option::Option` Aug 31 17:41:18.699 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 31 17:41:18.699 INFO kablam! --> tests/system.rs:844:5 Aug 31 17:41:18.699 INFO kablam! | Aug 31 17:41:18.699 INFO kablam! 844 | assert_eq!(got.coords, Some(Coordinate::new(10, 19))); Aug 31 17:41:18.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 17:41:18.699 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) Aug 31 17:41:18.700 INFO kablam! Aug 31 17:41:18.830 INFO kablam! error[E0308]: mismatched types Aug 31 17:41:18.830 INFO kablam! --> tests/system.rs:905:5 Aug 31 17:41:18.830 INFO kablam! | Aug 31 17:41:18.830 INFO kablam! 905 | assert_eq!(got.mtype, MatchType::Module); Aug 31 17:41:18.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 31 17:41:18.830 INFO kablam! | Aug 31 17:41:18.830 INFO kablam! = note: expected type `racer::core::MatchType` Aug 31 17:41:18.830 INFO kablam! found type `racer::MatchType` Aug 31 17:41:18.830 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 31 17:41:18.830 INFO kablam! --> tests/system.rs:905:5 Aug 31 17:41:18.830 INFO kablam! | Aug 31 17:41:18.830 INFO kablam! 905 | assert_eq!(got.mtype, MatchType::Module); Aug 31 17:41:18.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 17:41:18.831 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) Aug 31 17:41:18.831 INFO kablam! Aug 31 17:41:18.839 INFO kablam! error[E0308]: mismatched types Aug 31 17:41:18.839 INFO kablam! --> tests/system.rs:952:21 Aug 31 17:41:18.839 INFO kablam! | Aug 31 17:41:18.839 INFO kablam! 952 | ("foo", MatchType::Module) => has_module = true, Aug 31 17:41:18.839 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 31 17:41:18.839 INFO kablam! | Aug 31 17:41:18.840 INFO kablam! = note: expected type `racer::core::MatchType` Aug 31 17:41:18.840 INFO kablam! found type `racer::MatchType` Aug 31 17:41:18.840 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 31 17:41:18.840 INFO kablam! --> tests/system.rs:952:21 Aug 31 17:41:18.840 INFO kablam! | Aug 31 17:41:18.840 INFO kablam! 952 | ("foo", MatchType::Module) => has_module = true, Aug 31 17:41:18.840 INFO kablam! | ^^^^^^^^^^^^^^^^^ Aug 31 17:41:18.840 INFO kablam! Aug 31 17:41:18.840 INFO kablam! error[E0308]: mismatched types Aug 31 17:41:18.840 INFO kablam! --> tests/system.rs:953:21 Aug 31 17:41:18.840 INFO kablam! | Aug 31 17:41:18.840 INFO kablam! 953 | ("foo", MatchType::Function) => has_function = true, Aug 31 17:41:18.840 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 31 17:41:18.840 INFO kablam! | Aug 31 17:41:18.840 INFO kablam! = note: expected type `racer::core::MatchType` Aug 31 17:41:18.840 INFO kablam! found type `racer::MatchType` Aug 31 17:41:18.840 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 31 17:41:18.840 INFO kablam! --> tests/system.rs:953:21 Aug 31 17:41:18.840 INFO kablam! | Aug 31 17:41:18.840 INFO kablam! 953 | ("foo", MatchType::Function) => has_function = true, Aug 31 17:41:18.841 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Aug 31 17:41:18.841 INFO kablam! Aug 31 17:41:19.050 INFO kablam! error[E0308]: mismatched types Aug 31 17:41:19.050 INFO kablam! --> tests/system.rs:1572:5 Aug 31 17:41:19.050 INFO kablam! | Aug 31 17:41:19.050 INFO kablam! 1572 | assert_eq!(MatchType::Function, got.mtype); Aug 31 17:41:19.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Aug 31 17:41:19.050 INFO kablam! | Aug 31 17:41:19.050 INFO kablam! = note: expected type `racer::MatchType` Aug 31 17:41:19.050 INFO kablam! found type `racer::core::MatchType` Aug 31 17:41:19.050 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 31 17:41:19.050 INFO kablam! --> tests/system.rs:1572:5 Aug 31 17:41:19.050 INFO kablam! | Aug 31 17:41:19.050 INFO kablam! 1572 | assert_eq!(MatchType::Function, got.mtype); Aug 31 17:41:19.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 17:41:19.050 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) Aug 31 17:41:19.050 INFO kablam! Aug 31 17:41:19.344 INFO kablam! error[E0308]: mismatched types Aug 31 17:41:19.344 INFO kablam! --> tests/system.rs:2624:5 Aug 31 17:41:19.344 INFO kablam! | Aug 31 17:41:19.344 INFO kablam! 2624 | assert_eq!(got.mtype, MatchType::Function); Aug 31 17:41:19.344 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 31 17:41:19.344 INFO kablam! | Aug 31 17:41:19.344 INFO kablam! = note: expected type `racer::core::MatchType` Aug 31 17:41:19.345 INFO kablam! found type `racer::MatchType` Aug 31 17:41:19.345 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 31 17:41:19.345 INFO kablam! --> tests/system.rs:2624:5 Aug 31 17:41:19.345 INFO kablam! | Aug 31 17:41:19.345 INFO kablam! 2624 | assert_eq!(got.mtype, MatchType::Function); Aug 31 17:41:19.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 17:41:19.345 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) Aug 31 17:41:19.345 INFO kablam! Aug 31 17:41:19.447 INFO kablam! error[E0308]: mismatched types Aug 31 17:41:19.448 INFO kablam! --> tests/system.rs:2638:5 Aug 31 17:41:19.448 INFO kablam! | Aug 31 17:41:19.448 INFO kablam! 2638 | assert_eq!(MatchType::StructField, got.mtype); Aug 31 17:41:19.448 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Aug 31 17:41:19.448 INFO kablam! | Aug 31 17:41:19.448 INFO kablam! = note: expected type `racer::MatchType` Aug 31 17:41:19.448 INFO kablam! found type `racer::core::MatchType` Aug 31 17:41:19.448 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 31 17:41:19.448 INFO kablam! --> tests/system.rs:2638:5 Aug 31 17:41:19.448 INFO kablam! | Aug 31 17:41:19.448 INFO kablam! 2638 | assert_eq!(MatchType::StructField, got.mtype); Aug 31 17:41:19.448 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 17:41:19.448 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) Aug 31 17:41:19.448 INFO kablam! Aug 31 17:41:19.546 INFO kablam! error[E0308]: mismatched types Aug 31 17:41:19.546 INFO kablam! --> tests/system.rs:2652:5 Aug 31 17:41:19.546 INFO kablam! | Aug 31 17:41:19.546 INFO kablam! 2652 | assert_eq!(MatchType::Function, got.mtype); Aug 31 17:41:19.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Aug 31 17:41:19.546 INFO kablam! | Aug 31 17:41:19.546 INFO kablam! = note: expected type `racer::MatchType` Aug 31 17:41:19.546 INFO kablam! found type `racer::core::MatchType` Aug 31 17:41:19.546 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 31 17:41:19.547 INFO kablam! --> tests/system.rs:2652:5 Aug 31 17:41:19.547 INFO kablam! | Aug 31 17:41:19.547 INFO kablam! 2652 | assert_eq!(MatchType::Function, got.mtype); Aug 31 17:41:19.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 17:41:19.547 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) Aug 31 17:41:19.547 INFO kablam! Aug 31 17:41:19.687 INFO kablam! error[E0308]: mismatched types Aug 31 17:41:19.687 INFO kablam! --> tests/system.rs:2884:5 Aug 31 17:41:19.687 INFO kablam! | Aug 31 17:41:19.687 INFO kablam! 2884 | assert_eq!(MatchType::Struct, got.mtype); Aug 31 17:41:19.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Aug 31 17:41:19.687 INFO kablam! | Aug 31 17:41:19.687 INFO kablam! = note: expected type `racer::MatchType` Aug 31 17:41:19.687 INFO kablam! found type `racer::core::MatchType` Aug 31 17:41:19.687 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 31 17:41:19.687 INFO kablam! --> tests/system.rs:2884:5 Aug 31 17:41:19.687 INFO kablam! | Aug 31 17:41:19.687 INFO kablam! 2884 | assert_eq!(MatchType::Struct, got.mtype); Aug 31 17:41:19.688 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 17:41:19.688 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) Aug 31 17:41:19.688 INFO kablam! Aug 31 17:41:19.823 INFO kablam! error[E0308]: mismatched types Aug 31 17:41:19.823 INFO kablam! --> tests/system.rs:3176:5 Aug 31 17:41:19.823 INFO kablam! | Aug 31 17:41:19.823 INFO kablam! 3176 | assert_eq!(got.mtype, MatchType::Enum); Aug 31 17:41:19.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 31 17:41:19.823 INFO kablam! | Aug 31 17:41:19.824 INFO kablam! = note: expected type `racer::core::MatchType` Aug 31 17:41:19.824 INFO kablam! found type `racer::MatchType` Aug 31 17:41:19.824 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 31 17:41:19.824 INFO kablam! --> tests/system.rs:3176:5 Aug 31 17:41:19.824 INFO kablam! | Aug 31 17:41:19.824 INFO kablam! 3176 | assert_eq!(got.mtype, MatchType::Enum); Aug 31 17:41:19.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 17:41:19.824 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) Aug 31 17:41:19.824 INFO kablam! Aug 31 17:41:19.964 INFO kablam! error[E0308]: mismatched types Aug 31 17:41:19.964 INFO kablam! --> tests/system.rs:3496:5 Aug 31 17:41:19.964 INFO kablam! | Aug 31 17:41:19.964 INFO kablam! 3496 | assert_eq!(got.mtype, MatchType::Trait); Aug 31 17:41:19.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 31 17:41:19.965 INFO kablam! | Aug 31 17:41:19.965 INFO kablam! = note: expected type `racer::core::MatchType` Aug 31 17:41:19.965 INFO kablam! found type `racer::MatchType` Aug 31 17:41:19.965 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 31 17:41:19.965 INFO kablam! --> tests/system.rs:3496:5 Aug 31 17:41:19.965 INFO kablam! | Aug 31 17:41:19.965 INFO kablam! 3496 | assert_eq!(got.mtype, MatchType::Trait); Aug 31 17:41:19.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 17:41:19.965 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) Aug 31 17:41:19.965 INFO kablam! Aug 31 17:41:20.052 INFO kablam! error[E0308]: mismatched types Aug 31 17:41:20.052 INFO kablam! --> tests/system.rs:3520:5 Aug 31 17:41:20.052 INFO kablam! | Aug 31 17:41:20.052 INFO kablam! 3520 | assert_eq!(got.mtype, MatchType::Function); Aug 31 17:41:20.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 31 17:41:20.052 INFO kablam! | Aug 31 17:41:20.052 INFO kablam! = note: expected type `racer::core::MatchType` Aug 31 17:41:20.052 INFO kablam! found type `racer::MatchType` Aug 31 17:41:20.052 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 31 17:41:20.052 INFO kablam! --> tests/system.rs:3520:5 Aug 31 17:41:20.052 INFO kablam! | Aug 31 17:41:20.053 INFO kablam! 3520 | assert_eq!(got.mtype, MatchType::Function); Aug 31 17:41:20.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 17:41:20.053 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) Aug 31 17:41:20.053 INFO kablam! Aug 31 17:41:20.139 INFO kablam! error[E0308]: mismatched types Aug 31 17:41:20.140 INFO kablam! --> tests/system.rs:3543:5 Aug 31 17:41:20.140 INFO kablam! | Aug 31 17:41:20.140 INFO kablam! 3543 | assert_eq!(got.mtype, MatchType::Function); Aug 31 17:41:20.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 31 17:41:20.140 INFO kablam! | Aug 31 17:41:20.140 INFO kablam! = note: expected type `racer::core::MatchType` Aug 31 17:41:20.140 INFO kablam! found type `racer::MatchType` Aug 31 17:41:20.140 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 31 17:41:20.140 INFO kablam! --> tests/system.rs:3543:5 Aug 31 17:41:20.140 INFO kablam! | Aug 31 17:41:20.140 INFO kablam! 3543 | assert_eq!(got.mtype, MatchType::Function); Aug 31 17:41:20.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 17:41:20.140 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) Aug 31 17:41:20.140 INFO kablam! Aug 31 17:41:20.227 INFO kablam! error[E0308]: mismatched types Aug 31 17:41:20.227 INFO kablam! --> tests/system.rs:3567:5 Aug 31 17:41:20.227 INFO kablam! | Aug 31 17:41:20.228 INFO kablam! 3567 | assert_eq!(got.mtype, MatchType::Function); Aug 31 17:41:20.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 31 17:41:20.228 INFO kablam! | Aug 31 17:41:20.228 INFO kablam! = note: expected type `racer::core::MatchType` Aug 31 17:41:20.228 INFO kablam! found type `racer::MatchType` Aug 31 17:41:20.228 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 31 17:41:20.228 INFO kablam! --> tests/system.rs:3567:5 Aug 31 17:41:20.228 INFO kablam! | Aug 31 17:41:20.228 INFO kablam! 3567 | assert_eq!(got.mtype, MatchType::Function); Aug 31 17:41:20.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 17:41:20.228 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) Aug 31 17:41:20.228 INFO kablam! Aug 31 17:41:20.315 INFO kablam! error[E0308]: mismatched types Aug 31 17:41:20.315 INFO kablam! --> tests/system.rs:3586:5 Aug 31 17:41:20.315 INFO kablam! | Aug 31 17:41:20.315 INFO kablam! 3586 | assert_eq!(got.mtype, MatchType::Function); Aug 31 17:41:20.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 31 17:41:20.315 INFO kablam! | Aug 31 17:41:20.315 INFO kablam! = note: expected type `racer::core::MatchType` Aug 31 17:41:20.315 INFO kablam! found type `racer::MatchType` Aug 31 17:41:20.315 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 31 17:41:20.315 INFO kablam! --> tests/system.rs:3586:5 Aug 31 17:41:20.315 INFO kablam! | Aug 31 17:41:20.316 INFO kablam! 3586 | assert_eq!(got.mtype, MatchType::Function); Aug 31 17:41:20.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 17:41:20.316 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) Aug 31 17:41:20.316 INFO kablam! Aug 31 17:41:20.402 INFO kablam! error[E0308]: mismatched types Aug 31 17:41:20.403 INFO kablam! --> tests/system.rs:3610:5 Aug 31 17:41:20.403 INFO kablam! | Aug 31 17:41:20.403 INFO kablam! 3610 | assert_eq!(got.mtype, MatchType::Function); Aug 31 17:41:20.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 31 17:41:20.403 INFO kablam! | Aug 31 17:41:20.403 INFO kablam! = note: expected type `racer::core::MatchType` Aug 31 17:41:20.403 INFO kablam! found type `racer::MatchType` Aug 31 17:41:20.403 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 31 17:41:20.403 INFO kablam! --> tests/system.rs:3610:5 Aug 31 17:41:20.403 INFO kablam! | Aug 31 17:41:20.403 INFO kablam! 3610 | assert_eq!(got.mtype, MatchType::Function); Aug 31 17:41:20.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 17:41:20.403 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) Aug 31 17:41:20.403 INFO kablam! Aug 31 17:41:20.526 INFO kablam! error: aborting due to 17 previous errors Aug 31 17:41:20.526 INFO kablam! Aug 31 17:41:20.526 INFO kablam! Some errors occurred: E0277, E0308. Aug 31 17:41:20.526 INFO kablam! For more information about an error, try `rustc --explain E0277`. Aug 31 17:41:20.535 INFO kablam! error: Could not compile `racer`. Aug 31 17:41:20.535 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 31 17:41:21.237 INFO kablam! error: build failed Aug 31 17:41:21.239 INFO kablam! su: No module specific data is present Aug 31 17:41:21.571 INFO running `"docker" "rm" "-f" "e92979f220f3660e65a06d4d3b9a89f36b3ba32cab7a22ae47e3387a08f21660"` Aug 31 17:41:21.697 INFO blam! e92979f220f3660e65a06d4d3b9a89f36b3ba32cab7a22ae47e3387a08f21660