Aug 30 07:18:37.065 INFO checking racer-2.1.5 against master#ede55518431154bc761f7b2438cce9078c162700 for pr-53707 Aug 30 07:18:37.065 INFO running: cargo +ede55518431154bc761f7b2438cce9078c162700-alt check --frozen --all --all-targets Aug 30 07:18:37.065 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53707/master#ede55518431154bc761f7b2438cce9078c162700:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53707/worker-0/master#ede55518431154bc761f7b2438cce9078c162700:/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 +ede55518431154bc761f7b2438cce9078c162700-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 30 07:18:37.326 INFO blam! 5a6b59344a9db4b081da2680a1630e165a0b0177a1d68d457634ca3f0f3094be Aug 30 07:18:37.328 INFO running `"docker" "start" "-a" "5a6b59344a9db4b081da2680a1630e165a0b0177a1d68d457634ca3f0f3094be"` Aug 30 07:18:38.411 INFO kablam! Compiling rustc-ap-rustc_target v237.0.0 Aug 30 07:18:38.411 INFO kablam! Compiling rustc-ap-syntax v237.0.0 Aug 30 07:18:38.413 INFO kablam! Checking rls-span v0.4.0 Aug 30 07:18:38.421 INFO kablam! Checking rustc-ap-rustc_cratesio_shim v237.0.0 Aug 30 07:18:38.422 INFO kablam! Checking ena v0.9.3 Aug 30 07:18:38.423 INFO kablam! Checking racer-cargo-metadata v0.1.0 Aug 30 07:18:40.654 INFO kablam! Checking rustc-ap-rustc_data_structures v237.0.0 Aug 30 07:18:47.602 INFO kablam! Checking rustc-ap-arena v237.0.0 Aug 30 07:18:49.089 INFO kablam! Checking rustc-ap-syntax_pos v237.0.0 Aug 30 07:18:53.041 INFO kablam! Checking rustc-ap-rustc_errors v237.0.0 Aug 30 07:19:21.413 INFO kablam! Checking racer v2.1.5 Aug 30 07:19:21.413 INFO kablam! Checking racer v2.1.5 (file:///source) Aug 30 07:19:28.256 INFO kablam! Checking racer-testutils v0.1.0 Aug 30 07:19:36.409 INFO kablam! error[E0277]: the trait bound `racer::Location: std::convert::From` is not satisfied Aug 30 07:19:36.409 INFO kablam! --> tests/system.rs:150:15 Aug 30 07:19:36.409 INFO kablam! | Aug 30 07:19:36.409 INFO kablam! 150 | let got = complete_from_file(&path, pos, &session).nth(0).unwrap(); Aug 30 07:19:36.409 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `racer::Location` Aug 30 07:19:36.410 INFO kablam! | Aug 30 07:19:36.410 INFO kablam! = help: the following implementations were found: Aug 30 07:19:36.410 INFO kablam! > Aug 30 07:19:36.410 INFO kablam! > Aug 30 07:19:36.410 INFO kablam! > Aug 30 07:19:36.410 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `racer::core::BytePos` Aug 30 07:19:36.411 INFO kablam! = note: required by `racer::complete_from_file` Aug 30 07:19:36.411 INFO kablam! Aug 30 07:19:37.036 INFO kablam! error[E0308]: mismatched types Aug 30 07:19:37.036 INFO kablam! --> tests/system.rs:844:5 Aug 30 07:19:37.036 INFO kablam! | Aug 30 07:19:37.036 INFO kablam! 844 | assert_eq!(got.coords, Some(Coordinate::new(10, 19))); Aug 30 07:19:37.036 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `racer::core::Coordinate`, found struct `racer::Coordinate` Aug 30 07:19:37.037 INFO kablam! | Aug 30 07:19:37.037 INFO kablam! = note: expected type `std::option::Option` Aug 30 07:19:37.037 INFO kablam! found type `std::option::Option` Aug 30 07:19:37.037 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 07:19:37.037 INFO kablam! --> tests/system.rs:844:5 Aug 30 07:19:37.037 INFO kablam! | Aug 30 07:19:37.037 INFO kablam! 844 | assert_eq!(got.coords, Some(Coordinate::new(10, 19))); Aug 30 07:19:37.037 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 07:19:37.037 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 30 07:19:37.037 INFO kablam! Aug 30 07:19:37.221 INFO kablam! error[E0308]: mismatched types Aug 30 07:19:37.221 INFO kablam! --> tests/system.rs:905:5 Aug 30 07:19:37.221 INFO kablam! | Aug 30 07:19:37.221 INFO kablam! 905 | assert_eq!(got.mtype, MatchType::Module); Aug 30 07:19:37.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 30 07:19:37.222 INFO kablam! | Aug 30 07:19:37.222 INFO kablam! = note: expected type `racer::core::MatchType` Aug 30 07:19:37.222 INFO kablam! found type `racer::MatchType` Aug 30 07:19:37.222 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 07:19:37.222 INFO kablam! --> tests/system.rs:905:5 Aug 30 07:19:37.222 INFO kablam! | Aug 30 07:19:37.222 INFO kablam! 905 | assert_eq!(got.mtype, MatchType::Module); Aug 30 07:19:37.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 07:19:37.222 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 30 07:19:37.222 INFO kablam! Aug 30 07:19:37.236 INFO kablam! error[E0308]: mismatched types Aug 30 07:19:37.236 INFO kablam! --> tests/system.rs:952:21 Aug 30 07:19:37.237 INFO kablam! | Aug 30 07:19:37.237 INFO kablam! 952 | ("foo", MatchType::Module) => has_module = true, Aug 30 07:19:37.237 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 30 07:19:37.237 INFO kablam! | Aug 30 07:19:37.237 INFO kablam! = note: expected type `racer::core::MatchType` Aug 30 07:19:37.237 INFO kablam! found type `racer::MatchType` Aug 30 07:19:37.237 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 07:19:37.237 INFO kablam! --> tests/system.rs:952:21 Aug 30 07:19:37.237 INFO kablam! | Aug 30 07:19:37.237 INFO kablam! 952 | ("foo", MatchType::Module) => has_module = true, Aug 30 07:19:37.237 INFO kablam! | ^^^^^^^^^^^^^^^^^ Aug 30 07:19:37.237 INFO kablam! Aug 30 07:19:37.238 INFO kablam! error[E0308]: mismatched types Aug 30 07:19:37.238 INFO kablam! --> tests/system.rs:953:21 Aug 30 07:19:37.238 INFO kablam! | Aug 30 07:19:37.238 INFO kablam! 953 | ("foo", MatchType::Function) => has_function = true, Aug 30 07:19:37.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 30 07:19:37.238 INFO kablam! | Aug 30 07:19:37.238 INFO kablam! = note: expected type `racer::core::MatchType` Aug 30 07:19:37.238 INFO kablam! found type `racer::MatchType` Aug 30 07:19:37.238 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 07:19:37.238 INFO kablam! --> tests/system.rs:953:21 Aug 30 07:19:37.238 INFO kablam! | Aug 30 07:19:37.238 INFO kablam! 953 | ("foo", MatchType::Function) => has_function = true, Aug 30 07:19:37.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Aug 30 07:19:37.238 INFO kablam! Aug 30 07:19:37.515 INFO kablam! error[E0308]: mismatched types Aug 30 07:19:37.516 INFO kablam! --> tests/system.rs:1572:5 Aug 30 07:19:37.516 INFO kablam! | Aug 30 07:19:37.516 INFO kablam! 1572 | assert_eq!(MatchType::Function, got.mtype); Aug 30 07:19:37.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Aug 30 07:19:37.516 INFO kablam! | Aug 30 07:19:37.516 INFO kablam! = note: expected type `racer::MatchType` Aug 30 07:19:37.516 INFO kablam! found type `racer::core::MatchType` Aug 30 07:19:37.516 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 07:19:37.516 INFO kablam! --> tests/system.rs:1572:5 Aug 30 07:19:37.516 INFO kablam! | Aug 30 07:19:37.516 INFO kablam! 1572 | assert_eq!(MatchType::Function, got.mtype); Aug 30 07:19:37.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 07:19:37.517 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 30 07:19:37.517 INFO kablam! Aug 30 07:19:37.818 INFO kablam! error[E0308]: mismatched types Aug 30 07:19:37.818 INFO kablam! --> tests/system.rs:2624:5 Aug 30 07:19:37.818 INFO kablam! | Aug 30 07:19:37.818 INFO kablam! 2624 | assert_eq!(got.mtype, MatchType::Function); Aug 30 07:19:37.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 30 07:19:37.818 INFO kablam! | Aug 30 07:19:37.818 INFO kablam! = note: expected type `racer::core::MatchType` Aug 30 07:19:37.818 INFO kablam! found type `racer::MatchType` Aug 30 07:19:37.818 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 07:19:37.818 INFO kablam! --> tests/system.rs:2624:5 Aug 30 07:19:37.818 INFO kablam! | Aug 30 07:19:37.818 INFO kablam! 2624 | assert_eq!(got.mtype, MatchType::Function); Aug 30 07:19:37.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 07:19:37.818 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 30 07:19:37.818 INFO kablam! Aug 30 07:19:37.947 INFO kablam! error[E0308]: mismatched types Aug 30 07:19:37.947 INFO kablam! --> tests/system.rs:2638:5 Aug 30 07:19:37.947 INFO kablam! | Aug 30 07:19:37.947 INFO kablam! 2638 | assert_eq!(MatchType::StructField, got.mtype); Aug 30 07:19:37.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Aug 30 07:19:37.947 INFO kablam! | Aug 30 07:19:37.947 INFO kablam! = note: expected type `racer::MatchType` Aug 30 07:19:37.947 INFO kablam! found type `racer::core::MatchType` Aug 30 07:19:37.947 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 07:19:37.947 INFO kablam! --> tests/system.rs:2638:5 Aug 30 07:19:37.947 INFO kablam! | Aug 30 07:19:37.947 INFO kablam! 2638 | assert_eq!(MatchType::StructField, got.mtype); Aug 30 07:19:37.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 07:19:37.947 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 30 07:19:37.947 INFO kablam! Aug 30 07:19:38.094 INFO kablam! error[E0308]: mismatched types Aug 30 07:19:38.094 INFO kablam! --> tests/system.rs:2652:5 Aug 30 07:19:38.094 INFO kablam! | Aug 30 07:19:38.094 INFO kablam! 2652 | assert_eq!(MatchType::Function, got.mtype); Aug 30 07:19:38.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Aug 30 07:19:38.094 INFO kablam! | Aug 30 07:19:38.095 INFO kablam! = note: expected type `racer::MatchType` Aug 30 07:19:38.095 INFO kablam! found type `racer::core::MatchType` Aug 30 07:19:38.095 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 07:19:38.095 INFO kablam! --> tests/system.rs:2652:5 Aug 30 07:19:38.095 INFO kablam! | Aug 30 07:19:38.095 INFO kablam! 2652 | assert_eq!(MatchType::Function, got.mtype); Aug 30 07:19:38.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 07:19:38.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) Aug 30 07:19:38.095 INFO kablam! Aug 30 07:19:38.253 INFO kablam! error[E0308]: mismatched types Aug 30 07:19:38.253 INFO kablam! --> tests/system.rs:2884:5 Aug 30 07:19:38.253 INFO kablam! | Aug 30 07:19:38.253 INFO kablam! 2884 | assert_eq!(MatchType::Struct, got.mtype); Aug 30 07:19:38.253 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Aug 30 07:19:38.254 INFO kablam! | Aug 30 07:19:38.254 INFO kablam! = note: expected type `racer::MatchType` Aug 30 07:19:38.254 INFO kablam! found type `racer::core::MatchType` Aug 30 07:19:38.254 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 07:19:38.254 INFO kablam! --> tests/system.rs:2884:5 Aug 30 07:19:38.254 INFO kablam! | Aug 30 07:19:38.254 INFO kablam! 2884 | assert_eq!(MatchType::Struct, got.mtype); Aug 30 07:19:38.254 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 07:19:38.254 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 30 07:19:38.254 INFO kablam! Aug 30 07:19:38.475 INFO kablam! error[E0308]: mismatched types Aug 30 07:19:38.475 INFO kablam! --> tests/system.rs:3176:5 Aug 30 07:19:38.475 INFO kablam! | Aug 30 07:19:38.475 INFO kablam! 3176 | assert_eq!(got.mtype, MatchType::Enum); Aug 30 07:19:38.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 30 07:19:38.475 INFO kablam! | Aug 30 07:19:38.475 INFO kablam! = note: expected type `racer::core::MatchType` Aug 30 07:19:38.475 INFO kablam! found type `racer::MatchType` Aug 30 07:19:38.475 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 07:19:38.475 INFO kablam! --> tests/system.rs:3176:5 Aug 30 07:19:38.475 INFO kablam! | Aug 30 07:19:38.475 INFO kablam! 3176 | assert_eq!(got.mtype, MatchType::Enum); Aug 30 07:19:38.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 07:19:38.475 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 30 07:19:38.475 INFO kablam! Aug 30 07:19:38.642 INFO kablam! error[E0308]: mismatched types Aug 30 07:19:38.642 INFO kablam! --> tests/system.rs:3496:5 Aug 30 07:19:38.642 INFO kablam! | Aug 30 07:19:38.642 INFO kablam! 3496 | assert_eq!(got.mtype, MatchType::Trait); Aug 30 07:19:38.642 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 30 07:19:38.642 INFO kablam! | Aug 30 07:19:38.642 INFO kablam! = note: expected type `racer::core::MatchType` Aug 30 07:19:38.642 INFO kablam! found type `racer::MatchType` Aug 30 07:19:38.642 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 07:19:38.642 INFO kablam! --> tests/system.rs:3496:5 Aug 30 07:19:38.642 INFO kablam! | Aug 30 07:19:38.642 INFO kablam! 3496 | assert_eq!(got.mtype, MatchType::Trait); Aug 30 07:19:38.642 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 07:19:38.642 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 30 07:19:38.642 INFO kablam! Aug 30 07:19:38.804 INFO kablam! error[E0308]: mismatched types Aug 30 07:19:38.804 INFO kablam! --> tests/system.rs:3520:5 Aug 30 07:19:38.804 INFO kablam! | Aug 30 07:19:38.804 INFO kablam! 3520 | assert_eq!(got.mtype, MatchType::Function); Aug 30 07:19:38.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 30 07:19:38.805 INFO kablam! | Aug 30 07:19:38.805 INFO kablam! = note: expected type `racer::core::MatchType` Aug 30 07:19:38.805 INFO kablam! found type `racer::MatchType` Aug 30 07:19:38.805 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 07:19:38.805 INFO kablam! --> tests/system.rs:3520:5 Aug 30 07:19:38.805 INFO kablam! | Aug 30 07:19:38.805 INFO kablam! 3520 | assert_eq!(got.mtype, MatchType::Function); Aug 30 07:19:38.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 07:19:38.805 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 30 07:19:38.805 INFO kablam! Aug 30 07:19:38.905 INFO kablam! error[E0308]: mismatched types Aug 30 07:19:38.905 INFO kablam! --> tests/system.rs:3543:5 Aug 30 07:19:38.905 INFO kablam! | Aug 30 07:19:38.905 INFO kablam! 3543 | assert_eq!(got.mtype, MatchType::Function); Aug 30 07:19:38.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 30 07:19:38.905 INFO kablam! | Aug 30 07:19:38.905 INFO kablam! = note: expected type `racer::core::MatchType` Aug 30 07:19:38.905 INFO kablam! found type `racer::MatchType` Aug 30 07:19:38.905 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 07:19:38.905 INFO kablam! --> tests/system.rs:3543:5 Aug 30 07:19:38.905 INFO kablam! | Aug 30 07:19:38.905 INFO kablam! 3543 | assert_eq!(got.mtype, MatchType::Function); Aug 30 07:19:38.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 07:19:38.906 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 30 07:19:38.906 INFO kablam! Aug 30 07:19:39.034 INFO kablam! error[E0308]: mismatched types Aug 30 07:19:39.034 INFO kablam! --> tests/system.rs:3567:5 Aug 30 07:19:39.034 INFO kablam! | Aug 30 07:19:39.034 INFO kablam! 3567 | assert_eq!(got.mtype, MatchType::Function); Aug 30 07:19:39.034 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 30 07:19:39.034 INFO kablam! | Aug 30 07:19:39.034 INFO kablam! = note: expected type `racer::core::MatchType` Aug 30 07:19:39.034 INFO kablam! found type `racer::MatchType` Aug 30 07:19:39.034 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 07:19:39.034 INFO kablam! --> tests/system.rs:3567:5 Aug 30 07:19:39.034 INFO kablam! | Aug 30 07:19:39.034 INFO kablam! 3567 | assert_eq!(got.mtype, MatchType::Function); Aug 30 07:19:39.034 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 07:19:39.034 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 30 07:19:39.034 INFO kablam! Aug 30 07:19:39.200 INFO kablam! error[E0308]: mismatched types Aug 30 07:19:39.200 INFO kablam! --> tests/system.rs:3586:5 Aug 30 07:19:39.200 INFO kablam! | Aug 30 07:19:39.200 INFO kablam! 3586 | assert_eq!(got.mtype, MatchType::Function); Aug 30 07:19:39.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 30 07:19:39.200 INFO kablam! | Aug 30 07:19:39.200 INFO kablam! = note: expected type `racer::core::MatchType` Aug 30 07:19:39.200 INFO kablam! found type `racer::MatchType` Aug 30 07:19:39.200 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 07:19:39.200 INFO kablam! --> tests/system.rs:3586:5 Aug 30 07:19:39.200 INFO kablam! | Aug 30 07:19:39.200 INFO kablam! 3586 | assert_eq!(got.mtype, MatchType::Function); Aug 30 07:19:39.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 07:19:39.200 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 30 07:19:39.200 INFO kablam! Aug 30 07:19:39.311 INFO kablam! error[E0308]: mismatched types Aug 30 07:19:39.311 INFO kablam! --> tests/system.rs:3610:5 Aug 30 07:19:39.311 INFO kablam! | Aug 30 07:19:39.311 INFO kablam! 3610 | assert_eq!(got.mtype, MatchType::Function); Aug 30 07:19:39.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 30 07:19:39.311 INFO kablam! | Aug 30 07:19:39.311 INFO kablam! = note: expected type `racer::core::MatchType` Aug 30 07:19:39.311 INFO kablam! found type `racer::MatchType` Aug 30 07:19:39.311 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 07:19:39.311 INFO kablam! --> tests/system.rs:3610:5 Aug 30 07:19:39.311 INFO kablam! | Aug 30 07:19:39.311 INFO kablam! 3610 | assert_eq!(got.mtype, MatchType::Function); Aug 30 07:19:39.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 07:19:39.311 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 30 07:19:39.311 INFO kablam! Aug 30 07:19:39.456 INFO kablam! error: aborting due to 17 previous errors Aug 30 07:19:39.456 INFO kablam! Aug 30 07:19:39.456 INFO kablam! Some errors occurred: E0277, E0308. Aug 30 07:19:39.456 INFO kablam! For more information about an error, try `rustc --explain E0277`. Aug 30 07:19:39.465 INFO kablam! error: Could not compile `racer`. Aug 30 07:19:39.465 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 07:19:40.617 INFO kablam! error: build failed Aug 30 07:19:40.625 INFO kablam! su: No module specific data is present Aug 30 07:19:41.109 INFO running `"docker" "rm" "-f" "5a6b59344a9db4b081da2680a1630e165a0b0177a1d68d457634ca3f0f3094be"` Aug 30 07:19:41.218 INFO blam! 5a6b59344a9db4b081da2680a1630e165a0b0177a1d68d457634ca3f0f3094be