Aug 30 06:46:36.947 INFO checking racer-2.1.5 against master#545f22340f72ee0efaf6463efb43a2840e3d35db for pr-53699 Aug 30 06:46:36.947 INFO running: cargo +545f22340f72ee0efaf6463efb43a2840e3d35db-alt check --frozen --all --all-targets Aug 30 06:46:36.947 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53699/master#545f22340f72ee0efaf6463efb43a2840e3d35db:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53699/worker-0/master#545f22340f72ee0efaf6463efb43a2840e3d35db:/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 +545f22340f72ee0efaf6463efb43a2840e3d35db-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 30 06:46:37.110 INFO blam! ebb549731063b8839177cb0b9132a535e07f0d4b7be8ad482ec60b50149b8b8b Aug 30 06:46:37.112 INFO running `"docker" "start" "-a" "ebb549731063b8839177cb0b9132a535e07f0d4b7be8ad482ec60b50149b8b8b"` Aug 30 06:46:38.050 INFO kablam! Checking racer-cargo-metadata v0.1.0 Aug 30 06:46:39.437 INFO kablam! Checking racer v2.1.5 Aug 30 06:46:39.437 INFO kablam! Checking racer v2.1.5 (file:///source) Aug 30 06:46:45.797 INFO kablam! Checking racer-testutils v0.1.0 Aug 30 06:46:53.188 INFO kablam! error[E0277]: the trait bound `racer::Location: std::convert::From` is not satisfied Aug 30 06:46:53.188 INFO kablam! --> tests/system.rs:150:15 Aug 30 06:46:53.189 INFO kablam! | Aug 30 06:46:53.189 INFO kablam! 150 | let got = complete_from_file(&path, pos, &session).nth(0).unwrap(); Aug 30 06:46:53.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `racer::Location` Aug 30 06:46:53.189 INFO kablam! | Aug 30 06:46:53.189 INFO kablam! = help: the following implementations were found: Aug 30 06:46:53.189 INFO kablam! > Aug 30 06:46:53.189 INFO kablam! > Aug 30 06:46:53.189 INFO kablam! > Aug 30 06:46:53.189 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `racer::core::BytePos` Aug 30 06:46:53.189 INFO kablam! = note: required by `racer::complete_from_file` Aug 30 06:46:53.189 INFO kablam! Aug 30 06:46:53.823 INFO kablam! error[E0308]: mismatched types Aug 30 06:46:53.823 INFO kablam! --> tests/system.rs:844:5 Aug 30 06:46:53.823 INFO kablam! | Aug 30 06:46:53.823 INFO kablam! 844 | assert_eq!(got.coords, Some(Coordinate::new(10, 19))); Aug 30 06:46:53.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `racer::core::Coordinate`, found struct `racer::Coordinate` Aug 30 06:46:53.823 INFO kablam! | Aug 30 06:46:53.823 INFO kablam! = note: expected type `std::option::Option` Aug 30 06:46:53.823 INFO kablam! found type `std::option::Option` Aug 30 06:46:53.823 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 06:46:53.823 INFO kablam! --> tests/system.rs:844:5 Aug 30 06:46:53.823 INFO kablam! | Aug 30 06:46:53.823 INFO kablam! 844 | assert_eq!(got.coords, Some(Coordinate::new(10, 19))); Aug 30 06:46:53.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 06:46:53.823 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 06:46:53.824 INFO kablam! Aug 30 06:46:54.020 INFO kablam! error[E0308]: mismatched types Aug 30 06:46:54.022 INFO kablam! --> tests/system.rs:905:5 Aug 30 06:46:54.022 INFO kablam! | Aug 30 06:46:54.022 INFO kablam! 905 | assert_eq!(got.mtype, MatchType::Module); Aug 30 06:46:54.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 30 06:46:54.022 INFO kablam! | Aug 30 06:46:54.022 INFO kablam! = note: expected type `racer::core::MatchType` Aug 30 06:46:54.022 INFO kablam! found type `racer::MatchType` Aug 30 06:46:54.022 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 06:46:54.022 INFO kablam! --> tests/system.rs:905:5 Aug 30 06:46:54.022 INFO kablam! | Aug 30 06:46:54.022 INFO kablam! 905 | assert_eq!(got.mtype, MatchType::Module); Aug 30 06:46:54.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 06:46:54.022 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 06:46:54.022 INFO kablam! Aug 30 06:46:54.036 INFO kablam! error[E0308]: mismatched types Aug 30 06:46:54.036 INFO kablam! --> tests/system.rs:952:21 Aug 30 06:46:54.036 INFO kablam! | Aug 30 06:46:54.036 INFO kablam! 952 | ("foo", MatchType::Module) => has_module = true, Aug 30 06:46:54.036 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 30 06:46:54.036 INFO kablam! | Aug 30 06:46:54.037 INFO kablam! = note: expected type `racer::core::MatchType` Aug 30 06:46:54.037 INFO kablam! found type `racer::MatchType` Aug 30 06:46:54.037 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 06:46:54.037 INFO kablam! --> tests/system.rs:952:21 Aug 30 06:46:54.037 INFO kablam! | Aug 30 06:46:54.037 INFO kablam! 952 | ("foo", MatchType::Module) => has_module = true, Aug 30 06:46:54.037 INFO kablam! | ^^^^^^^^^^^^^^^^^ Aug 30 06:46:54.037 INFO kablam! Aug 30 06:46:54.037 INFO kablam! error[E0308]: mismatched types Aug 30 06:46:54.037 INFO kablam! --> tests/system.rs:953:21 Aug 30 06:46:54.037 INFO kablam! | Aug 30 06:46:54.037 INFO kablam! 953 | ("foo", MatchType::Function) => has_function = true, Aug 30 06:46:54.037 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 30 06:46:54.037 INFO kablam! | Aug 30 06:46:54.037 INFO kablam! = note: expected type `racer::core::MatchType` Aug 30 06:46:54.037 INFO kablam! found type `racer::MatchType` Aug 30 06:46:54.037 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 06:46:54.037 INFO kablam! --> tests/system.rs:953:21 Aug 30 06:46:54.037 INFO kablam! | Aug 30 06:46:54.037 INFO kablam! 953 | ("foo", MatchType::Function) => has_function = true, Aug 30 06:46:54.037 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Aug 30 06:46:54.037 INFO kablam! Aug 30 06:46:54.426 INFO kablam! error[E0308]: mismatched types Aug 30 06:46:54.426 INFO kablam! --> tests/system.rs:1572:5 Aug 30 06:46:54.426 INFO kablam! | Aug 30 06:46:54.426 INFO kablam! 1572 | assert_eq!(MatchType::Function, got.mtype); Aug 30 06:46:54.426 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Aug 30 06:46:54.426 INFO kablam! | Aug 30 06:46:54.426 INFO kablam! = note: expected type `racer::MatchType` Aug 30 06:46:54.426 INFO kablam! found type `racer::core::MatchType` Aug 30 06:46:54.426 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 06:46:54.426 INFO kablam! --> tests/system.rs:1572:5 Aug 30 06:46:54.426 INFO kablam! | Aug 30 06:46:54.426 INFO kablam! 1572 | assert_eq!(MatchType::Function, got.mtype); Aug 30 06:46:54.427 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 06:46:54.427 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 06:46:54.427 INFO kablam! Aug 30 06:46:54.893 INFO kablam! error[E0308]: mismatched types Aug 30 06:46:54.893 INFO kablam! --> tests/system.rs:2624:5 Aug 30 06:46:54.893 INFO kablam! | Aug 30 06:46:54.893 INFO kablam! 2624 | assert_eq!(got.mtype, MatchType::Function); Aug 30 06:46:54.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 30 06:46:54.893 INFO kablam! | Aug 30 06:46:54.893 INFO kablam! = note: expected type `racer::core::MatchType` Aug 30 06:46:54.893 INFO kablam! found type `racer::MatchType` Aug 30 06:46:54.893 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 06:46:54.894 INFO kablam! --> tests/system.rs:2624:5 Aug 30 06:46:54.894 INFO kablam! | Aug 30 06:46:54.894 INFO kablam! 2624 | assert_eq!(got.mtype, MatchType::Function); Aug 30 06:46:54.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 06:46:54.894 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 06:46:54.894 INFO kablam! Aug 30 06:46:55.084 INFO kablam! error[E0308]: mismatched types Aug 30 06:46:55.084 INFO kablam! --> tests/system.rs:2638:5 Aug 30 06:46:55.084 INFO kablam! | Aug 30 06:46:55.084 INFO kablam! 2638 | assert_eq!(MatchType::StructField, got.mtype); Aug 30 06:46:55.084 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Aug 30 06:46:55.084 INFO kablam! | Aug 30 06:46:55.084 INFO kablam! = note: expected type `racer::MatchType` Aug 30 06:46:55.084 INFO kablam! found type `racer::core::MatchType` Aug 30 06:46:55.084 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 06:46:55.084 INFO kablam! --> tests/system.rs:2638:5 Aug 30 06:46:55.084 INFO kablam! | Aug 30 06:46:55.084 INFO kablam! 2638 | assert_eq!(MatchType::StructField, got.mtype); Aug 30 06:46:55.084 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 06:46:55.084 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 06:46:55.084 INFO kablam! Aug 30 06:46:55.275 INFO kablam! error[E0308]: mismatched types Aug 30 06:46:55.275 INFO kablam! --> tests/system.rs:2652:5 Aug 30 06:46:55.275 INFO kablam! | Aug 30 06:46:55.275 INFO kablam! 2652 | assert_eq!(MatchType::Function, got.mtype); Aug 30 06:46:55.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Aug 30 06:46:55.275 INFO kablam! | Aug 30 06:46:55.275 INFO kablam! = note: expected type `racer::MatchType` Aug 30 06:46:55.275 INFO kablam! found type `racer::core::MatchType` Aug 30 06:46:55.275 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 06:46:55.275 INFO kablam! --> tests/system.rs:2652:5 Aug 30 06:46:55.275 INFO kablam! | Aug 30 06:46:55.275 INFO kablam! 2652 | assert_eq!(MatchType::Function, got.mtype); Aug 30 06:46:55.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 06:46:55.275 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 06:46:55.275 INFO kablam! Aug 30 06:46:55.560 INFO kablam! error[E0308]: mismatched types Aug 30 06:46:55.560 INFO kablam! --> tests/system.rs:2884:5 Aug 30 06:46:55.560 INFO kablam! | Aug 30 06:46:55.560 INFO kablam! 2884 | assert_eq!(MatchType::Struct, got.mtype); Aug 30 06:46:55.560 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Aug 30 06:46:55.560 INFO kablam! | Aug 30 06:46:55.560 INFO kablam! = note: expected type `racer::MatchType` Aug 30 06:46:55.560 INFO kablam! found type `racer::core::MatchType` Aug 30 06:46:55.561 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 06:46:55.561 INFO kablam! --> tests/system.rs:2884:5 Aug 30 06:46:55.561 INFO kablam! | Aug 30 06:46:55.561 INFO kablam! 2884 | assert_eq!(MatchType::Struct, got.mtype); Aug 30 06:46:55.561 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 06:46:55.561 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 06:46:55.561 INFO kablam! Aug 30 06:46:55.838 INFO kablam! error[E0308]: mismatched types Aug 30 06:46:55.838 INFO kablam! --> tests/system.rs:3176:5 Aug 30 06:46:55.838 INFO kablam! | Aug 30 06:46:55.838 INFO kablam! 3176 | assert_eq!(got.mtype, MatchType::Enum); Aug 30 06:46:55.838 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 30 06:46:55.838 INFO kablam! | Aug 30 06:46:55.838 INFO kablam! = note: expected type `racer::core::MatchType` Aug 30 06:46:55.838 INFO kablam! found type `racer::MatchType` Aug 30 06:46:55.838 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 06:46:55.838 INFO kablam! --> tests/system.rs:3176:5 Aug 30 06:46:55.838 INFO kablam! | Aug 30 06:46:55.838 INFO kablam! 3176 | assert_eq!(got.mtype, MatchType::Enum); Aug 30 06:46:55.838 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 06:46:55.838 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 06:46:55.838 INFO kablam! Aug 30 06:46:56.125 INFO kablam! error[E0308]: mismatched types Aug 30 06:46:56.125 INFO kablam! --> tests/system.rs:3496:5 Aug 30 06:46:56.125 INFO kablam! | Aug 30 06:46:56.125 INFO kablam! 3496 | assert_eq!(got.mtype, MatchType::Trait); Aug 30 06:46:56.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 30 06:46:56.125 INFO kablam! | Aug 30 06:46:56.125 INFO kablam! = note: expected type `racer::core::MatchType` Aug 30 06:46:56.125 INFO kablam! found type `racer::MatchType` Aug 30 06:46:56.125 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 06:46:56.125 INFO kablam! --> tests/system.rs:3496:5 Aug 30 06:46:56.125 INFO kablam! | Aug 30 06:46:56.125 INFO kablam! 3496 | assert_eq!(got.mtype, MatchType::Trait); Aug 30 06:46:56.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 06:46:56.125 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 06:46:56.125 INFO kablam! Aug 30 06:46:56.315 INFO kablam! error[E0308]: mismatched types Aug 30 06:46:56.315 INFO kablam! --> tests/system.rs:3520:5 Aug 30 06:46:56.315 INFO kablam! | Aug 30 06:46:56.315 INFO kablam! 3520 | assert_eq!(got.mtype, MatchType::Function); Aug 30 06:46:56.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 30 06:46:56.315 INFO kablam! | Aug 30 06:46:56.316 INFO kablam! = note: expected type `racer::core::MatchType` Aug 30 06:46:56.316 INFO kablam! found type `racer::MatchType` Aug 30 06:46:56.316 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 06:46:56.316 INFO kablam! --> tests/system.rs:3520:5 Aug 30 06:46:56.316 INFO kablam! | Aug 30 06:46:56.316 INFO kablam! 3520 | assert_eq!(got.mtype, MatchType::Function); Aug 30 06:46:56.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 06:46:56.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 30 06:46:56.316 INFO kablam! Aug 30 06:46:56.507 INFO kablam! error[E0308]: mismatched types Aug 30 06:46:56.507 INFO kablam! --> tests/system.rs:3543:5 Aug 30 06:46:56.507 INFO kablam! | Aug 30 06:46:56.507 INFO kablam! 3543 | assert_eq!(got.mtype, MatchType::Function); Aug 30 06:46:56.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 30 06:46:56.507 INFO kablam! | Aug 30 06:46:56.507 INFO kablam! = note: expected type `racer::core::MatchType` Aug 30 06:46:56.507 INFO kablam! found type `racer::MatchType` Aug 30 06:46:56.507 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 06:46:56.507 INFO kablam! --> tests/system.rs:3543:5 Aug 30 06:46:56.507 INFO kablam! | Aug 30 06:46:56.507 INFO kablam! 3543 | assert_eq!(got.mtype, MatchType::Function); Aug 30 06:46:56.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 06:46:56.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) Aug 30 06:46:56.508 INFO kablam! Aug 30 06:46:56.697 INFO kablam! error[E0308]: mismatched types Aug 30 06:46:56.697 INFO kablam! --> tests/system.rs:3567:5 Aug 30 06:46:56.697 INFO kablam! | Aug 30 06:46:56.697 INFO kablam! 3567 | assert_eq!(got.mtype, MatchType::Function); Aug 30 06:46:56.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 30 06:46:56.697 INFO kablam! | Aug 30 06:46:56.697 INFO kablam! = note: expected type `racer::core::MatchType` Aug 30 06:46:56.697 INFO kablam! found type `racer::MatchType` Aug 30 06:46:56.697 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 06:46:56.697 INFO kablam! --> tests/system.rs:3567:5 Aug 30 06:46:56.697 INFO kablam! | Aug 30 06:46:56.698 INFO kablam! 3567 | assert_eq!(got.mtype, MatchType::Function); Aug 30 06:46:56.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 06:46:56.698 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 06:46:56.698 INFO kablam! Aug 30 06:46:56.888 INFO kablam! error[E0308]: mismatched types Aug 30 06:46:56.889 INFO kablam! --> tests/system.rs:3586:5 Aug 30 06:46:56.889 INFO kablam! | Aug 30 06:46:56.889 INFO kablam! 3586 | assert_eq!(got.mtype, MatchType::Function); Aug 30 06:46:56.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 30 06:46:56.889 INFO kablam! | Aug 30 06:46:56.889 INFO kablam! = note: expected type `racer::core::MatchType` Aug 30 06:46:56.889 INFO kablam! found type `racer::MatchType` Aug 30 06:46:56.889 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 06:46:56.889 INFO kablam! --> tests/system.rs:3586:5 Aug 30 06:46:56.889 INFO kablam! | Aug 30 06:46:56.889 INFO kablam! 3586 | assert_eq!(got.mtype, MatchType::Function); Aug 30 06:46:56.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 06:46:56.889 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 06:46:56.889 INFO kablam! Aug 30 06:46:57.080 INFO kablam! error[E0308]: mismatched types Aug 30 06:46:57.080 INFO kablam! --> tests/system.rs:3610:5 Aug 30 06:46:57.080 INFO kablam! | Aug 30 06:46:57.080 INFO kablam! 3610 | assert_eq!(got.mtype, MatchType::Function); Aug 30 06:46:57.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 30 06:46:57.080 INFO kablam! | Aug 30 06:46:57.080 INFO kablam! = note: expected type `racer::core::MatchType` Aug 30 06:46:57.080 INFO kablam! found type `racer::MatchType` Aug 30 06:46:57.080 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 06:46:57.080 INFO kablam! --> tests/system.rs:3610:5 Aug 30 06:46:57.081 INFO kablam! | Aug 30 06:46:57.081 INFO kablam! 3610 | assert_eq!(got.mtype, MatchType::Function); Aug 30 06:46:57.081 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 06:46:57.081 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 06:46:57.081 INFO kablam! Aug 30 06:46:57.299 INFO kablam! error: aborting due to 17 previous errors Aug 30 06:46:57.299 INFO kablam! Aug 30 06:46:57.299 INFO kablam! Some errors occurred: E0277, E0308. Aug 30 06:46:57.299 INFO kablam! For more information about an error, try `rustc --explain E0277`. Aug 30 06:46:57.312 INFO kablam! error: Could not compile `racer`. Aug 30 06:46:57.312 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 06:46:58.897 INFO kablam! error: build failed Aug 30 06:46:58.898 INFO kablam! su: No module specific data is present Aug 30 06:46:59.242 INFO running `"docker" "rm" "-f" "ebb549731063b8839177cb0b9132a535e07f0d4b7be8ad482ec60b50149b8b8b"` Aug 30 06:46:59.363 INFO blam! ebb549731063b8839177cb0b9132a535e07f0d4b7be8ad482ec60b50149b8b8b