Aug 31 17:40:17.764 INFO checking racer-2.1.5 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Aug 31 17:40:17.764 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Aug 31 17:40:17.764 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-1/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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 +d0d81b7fc1421859ba0218e8a437af29ae3b0967-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:18.018 INFO blam! 96c4eff8f837c1a10da664ae5d2507bc1538c61573524bc3c1421f32f8a5652d Aug 31 17:40:18.021 INFO running `"docker" "start" "-a" "96c4eff8f837c1a10da664ae5d2507bc1538c61573524bc3c1421f32f8a5652d"` Aug 31 17:40:19.229 INFO kablam! Checking racer v2.1.5 (file:///source) Aug 31 17:40:19.234 INFO kablam! Checking racer-testutils v0.1.0 Aug 31 17:40:34.632 INFO kablam! error[E0277]: the trait bound `racer::Location: std::convert::From` is not satisfied Aug 31 17:40:34.632 INFO kablam! --> tests/system.rs:150:15 Aug 31 17:40:34.632 INFO kablam! | Aug 31 17:40:34.632 INFO kablam! 150 | let got = complete_from_file(&path, pos, &session).nth(0).unwrap(); Aug 31 17:40:34.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `racer::Location` Aug 31 17:40:34.646 INFO kablam! | Aug 31 17:40:34.647 INFO kablam! = help: the following implementations were found: Aug 31 17:40:34.647 INFO kablam! > Aug 31 17:40:34.647 INFO kablam! > Aug 31 17:40:34.647 INFO kablam! > Aug 31 17:40:34.647 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `racer::core::BytePos` Aug 31 17:40:34.647 INFO kablam! = note: required by `racer::complete_from_file` Aug 31 17:40:34.647 INFO kablam! Aug 31 17:40:35.412 INFO kablam! error[E0308]: mismatched types Aug 31 17:40:35.412 INFO kablam! --> tests/system.rs:844:5 Aug 31 17:40:35.412 INFO kablam! | Aug 31 17:40:35.412 INFO kablam! 844 | assert_eq!(got.coords, Some(Coordinate::new(10, 19))); Aug 31 17:40:35.412 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `racer::core::Coordinate`, found struct `racer::Coordinate` Aug 31 17:40:35.413 INFO kablam! | Aug 31 17:40:35.413 INFO kablam! = note: expected type `std::option::Option` Aug 31 17:40:35.413 INFO kablam! found type `std::option::Option` Aug 31 17:40:35.413 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 31 17:40:35.413 INFO kablam! --> tests/system.rs:844:5 Aug 31 17:40:35.413 INFO kablam! | Aug 31 17:40:35.413 INFO kablam! 844 | assert_eq!(got.coords, Some(Coordinate::new(10, 19))); Aug 31 17:40:35.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 17:40:35.413 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:40:35.413 INFO kablam! Aug 31 17:40:35.627 INFO kablam! error[E0308]: mismatched types Aug 31 17:40:35.627 INFO kablam! --> tests/system.rs:905:5 Aug 31 17:40:35.627 INFO kablam! | Aug 31 17:40:35.627 INFO kablam! 905 | assert_eq!(got.mtype, MatchType::Module); Aug 31 17:40:35.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 31 17:40:35.627 INFO kablam! | Aug 31 17:40:35.628 INFO kablam! = note: expected type `racer::core::MatchType` Aug 31 17:40:35.628 INFO kablam! found type `racer::MatchType` Aug 31 17:40:35.629 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 31 17:40:35.629 INFO kablam! --> tests/system.rs:905:5 Aug 31 17:40:35.629 INFO kablam! | Aug 31 17:40:35.629 INFO kablam! 905 | assert_eq!(got.mtype, MatchType::Module); Aug 31 17:40:35.629 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 17:40:35.629 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:40:35.630 INFO kablam! Aug 31 17:40:35.648 INFO kablam! error[E0308]: mismatched types Aug 31 17:40:35.648 INFO kablam! --> tests/system.rs:952:21 Aug 31 17:40:35.648 INFO kablam! | Aug 31 17:40:35.648 INFO kablam! 952 | ("foo", MatchType::Module) => has_module = true, Aug 31 17:40:35.648 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 31 17:40:35.649 INFO kablam! | Aug 31 17:40:35.649 INFO kablam! = note: expected type `racer::core::MatchType` Aug 31 17:40:35.649 INFO kablam! found type `racer::MatchType` Aug 31 17:40:35.650 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 31 17:40:35.650 INFO kablam! --> tests/system.rs:952:21 Aug 31 17:40:35.650 INFO kablam! | Aug 31 17:40:35.650 INFO kablam! 952 | ("foo", MatchType::Module) => has_module = true, Aug 31 17:40:35.650 INFO kablam! | ^^^^^^^^^^^^^^^^^ Aug 31 17:40:35.651 INFO kablam! Aug 31 17:40:35.651 INFO kablam! error[E0308]: mismatched types Aug 31 17:40:35.651 INFO kablam! --> tests/system.rs:953:21 Aug 31 17:40:35.651 INFO kablam! | Aug 31 17:40:35.651 INFO kablam! 953 | ("foo", MatchType::Function) => has_function = true, Aug 31 17:40:35.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 31 17:40:35.652 INFO kablam! | Aug 31 17:40:35.652 INFO kablam! = note: expected type `racer::core::MatchType` Aug 31 17:40:35.653 INFO kablam! found type `racer::MatchType` Aug 31 17:40:35.653 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 31 17:40:35.653 INFO kablam! --> tests/system.rs:953:21 Aug 31 17:40:35.653 INFO kablam! | Aug 31 17:40:35.653 INFO kablam! 953 | ("foo", MatchType::Function) => has_function = true, Aug 31 17:40:35.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Aug 31 17:40:35.654 INFO kablam! Aug 31 17:40:36.044 INFO kablam! error[E0308]: mismatched types Aug 31 17:40:36.044 INFO kablam! --> tests/system.rs:1572:5 Aug 31 17:40:36.044 INFO kablam! | Aug 31 17:40:36.044 INFO kablam! 1572 | assert_eq!(MatchType::Function, got.mtype); Aug 31 17:40:36.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Aug 31 17:40:36.044 INFO kablam! | Aug 31 17:40:36.044 INFO kablam! = note: expected type `racer::MatchType` Aug 31 17:40:36.044 INFO kablam! found type `racer::core::MatchType` Aug 31 17:40:36.045 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 31 17:40:36.045 INFO kablam! --> tests/system.rs:1572:5 Aug 31 17:40:36.045 INFO kablam! | Aug 31 17:40:36.045 INFO kablam! 1572 | assert_eq!(MatchType::Function, got.mtype); Aug 31 17:40:36.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 17:40:36.045 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:40:36.045 INFO kablam! Aug 31 17:40:36.432 INFO kablam! error[E0308]: mismatched types Aug 31 17:40:36.432 INFO kablam! --> tests/system.rs:2624:5 Aug 31 17:40:36.432 INFO kablam! | Aug 31 17:40:36.432 INFO kablam! 2624 | assert_eq!(got.mtype, MatchType::Function); Aug 31 17:40:36.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 31 17:40:36.432 INFO kablam! | Aug 31 17:40:36.432 INFO kablam! = note: expected type `racer::core::MatchType` Aug 31 17:40:36.432 INFO kablam! found type `racer::MatchType` Aug 31 17:40:36.432 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 31 17:40:36.432 INFO kablam! --> tests/system.rs:2624:5 Aug 31 17:40:36.432 INFO kablam! | Aug 31 17:40:36.432 INFO kablam! 2624 | assert_eq!(got.mtype, MatchType::Function); Aug 31 17:40:36.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 17:40:36.432 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:40:36.433 INFO kablam! Aug 31 17:40:36.524 INFO kablam! error[E0308]: mismatched types Aug 31 17:40:36.524 INFO kablam! --> tests/system.rs:2638:5 Aug 31 17:40:36.524 INFO kablam! | Aug 31 17:40:36.524 INFO kablam! 2638 | assert_eq!(MatchType::StructField, got.mtype); Aug 31 17:40:36.525 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Aug 31 17:40:36.525 INFO kablam! | Aug 31 17:40:36.525 INFO kablam! = note: expected type `racer::MatchType` Aug 31 17:40:36.525 INFO kablam! found type `racer::core::MatchType` Aug 31 17:40:36.525 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 31 17:40:36.525 INFO kablam! --> tests/system.rs:2638:5 Aug 31 17:40:36.525 INFO kablam! | Aug 31 17:40:36.525 INFO kablam! 2638 | assert_eq!(MatchType::StructField, got.mtype); Aug 31 17:40:36.525 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 17:40:36.525 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:40:36.525 INFO kablam! Aug 31 17:40:36.673 INFO kablam! error[E0308]: mismatched types Aug 31 17:40:36.673 INFO kablam! --> tests/system.rs:2652:5 Aug 31 17:40:36.673 INFO kablam! | Aug 31 17:40:36.673 INFO kablam! 2652 | assert_eq!(MatchType::Function, got.mtype); Aug 31 17:40:36.673 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Aug 31 17:40:36.673 INFO kablam! | Aug 31 17:40:36.673 INFO kablam! = note: expected type `racer::MatchType` Aug 31 17:40:36.673 INFO kablam! found type `racer::core::MatchType` Aug 31 17:40:36.673 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 31 17:40:36.673 INFO kablam! --> tests/system.rs:2652:5 Aug 31 17:40:36.673 INFO kablam! | Aug 31 17:40:36.673 INFO kablam! 2652 | assert_eq!(MatchType::Function, got.mtype); Aug 31 17:40:36.673 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 17:40:36.673 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:40:36.673 INFO kablam! Aug 31 17:40:36.823 INFO kablam! error[E0308]: mismatched types Aug 31 17:40:36.823 INFO kablam! --> tests/system.rs:2884:5 Aug 31 17:40:36.823 INFO kablam! | Aug 31 17:40:36.824 INFO kablam! 2884 | assert_eq!(MatchType::Struct, got.mtype); Aug 31 17:40:36.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Aug 31 17:40:36.824 INFO kablam! | Aug 31 17:40:36.824 INFO kablam! = note: expected type `racer::MatchType` Aug 31 17:40:36.824 INFO kablam! found type `racer::core::MatchType` Aug 31 17:40:36.824 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 31 17:40:36.824 INFO kablam! --> tests/system.rs:2884:5 Aug 31 17:40:36.824 INFO kablam! | Aug 31 17:40:36.824 INFO kablam! 2884 | assert_eq!(MatchType::Struct, got.mtype); Aug 31 17:40:36.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 17:40:36.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:40:36.824 INFO kablam! Aug 31 17:40:36.999 INFO kablam! error[E0308]: mismatched types Aug 31 17:40:36.999 INFO kablam! --> tests/system.rs:3176:5 Aug 31 17:40:36.999 INFO kablam! | Aug 31 17:40:36.999 INFO kablam! 3176 | assert_eq!(got.mtype, MatchType::Enum); Aug 31 17:40:36.999 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 31 17:40:36.999 INFO kablam! | Aug 31 17:40:36.999 INFO kablam! = note: expected type `racer::core::MatchType` Aug 31 17:40:36.999 INFO kablam! found type `racer::MatchType` Aug 31 17:40:36.999 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 31 17:40:36.999 INFO kablam! --> tests/system.rs:3176:5 Aug 31 17:40:36.999 INFO kablam! | Aug 31 17:40:36.999 INFO kablam! 3176 | assert_eq!(got.mtype, MatchType::Enum); Aug 31 17:40:36.999 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 17:40:36.999 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:40:37.000 INFO kablam! Aug 31 17:40:37.188 INFO kablam! error[E0308]: mismatched types Aug 31 17:40:37.188 INFO kablam! --> tests/system.rs:3496:5 Aug 31 17:40:37.188 INFO kablam! | Aug 31 17:40:37.189 INFO kablam! 3496 | assert_eq!(got.mtype, MatchType::Trait); Aug 31 17:40:37.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 31 17:40:37.189 INFO kablam! | Aug 31 17:40:37.189 INFO kablam! = note: expected type `racer::core::MatchType` Aug 31 17:40:37.189 INFO kablam! found type `racer::MatchType` Aug 31 17:40:37.189 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 31 17:40:37.189 INFO kablam! --> tests/system.rs:3496:5 Aug 31 17:40:37.189 INFO kablam! | Aug 31 17:40:37.189 INFO kablam! 3496 | assert_eq!(got.mtype, MatchType::Trait); Aug 31 17:40:37.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 17:40:37.189 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:40:37.189 INFO kablam! Aug 31 17:40:37.293 INFO kablam! error[E0308]: mismatched types Aug 31 17:40:37.293 INFO kablam! --> tests/system.rs:3520:5 Aug 31 17:40:37.293 INFO kablam! | Aug 31 17:40:37.293 INFO kablam! 3520 | assert_eq!(got.mtype, MatchType::Function); Aug 31 17:40:37.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 31 17:40:37.294 INFO kablam! | Aug 31 17:40:37.294 INFO kablam! = note: expected type `racer::core::MatchType` Aug 31 17:40:37.294 INFO kablam! found type `racer::MatchType` Aug 31 17:40:37.294 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 31 17:40:37.294 INFO kablam! --> tests/system.rs:3520:5 Aug 31 17:40:37.294 INFO kablam! | Aug 31 17:40:37.294 INFO kablam! 3520 | assert_eq!(got.mtype, MatchType::Function); Aug 31 17:40:37.294 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 17:40:37.294 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:40:37.294 INFO kablam! Aug 31 17:40:37.394 INFO kablam! error[E0308]: mismatched types Aug 31 17:40:37.394 INFO kablam! --> tests/system.rs:3543:5 Aug 31 17:40:37.394 INFO kablam! | Aug 31 17:40:37.395 INFO kablam! 3543 | assert_eq!(got.mtype, MatchType::Function); Aug 31 17:40:37.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 31 17:40:37.395 INFO kablam! | Aug 31 17:40:37.395 INFO kablam! = note: expected type `racer::core::MatchType` Aug 31 17:40:37.395 INFO kablam! found type `racer::MatchType` Aug 31 17:40:37.395 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 31 17:40:37.395 INFO kablam! --> tests/system.rs:3543:5 Aug 31 17:40:37.395 INFO kablam! | Aug 31 17:40:37.395 INFO kablam! 3543 | assert_eq!(got.mtype, MatchType::Function); Aug 31 17:40:37.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 17:40:37.395 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:40:37.395 INFO kablam! Aug 31 17:40:37.495 INFO kablam! error[E0308]: mismatched types Aug 31 17:40:37.495 INFO kablam! --> tests/system.rs:3567:5 Aug 31 17:40:37.495 INFO kablam! | Aug 31 17:40:37.495 INFO kablam! 3567 | assert_eq!(got.mtype, MatchType::Function); Aug 31 17:40:37.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 31 17:40:37.495 INFO kablam! | Aug 31 17:40:37.495 INFO kablam! = note: expected type `racer::core::MatchType` Aug 31 17:40:37.495 INFO kablam! found type `racer::MatchType` Aug 31 17:40:37.495 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 31 17:40:37.495 INFO kablam! --> tests/system.rs:3567:5 Aug 31 17:40:37.495 INFO kablam! | Aug 31 17:40:37.495 INFO kablam! 3567 | assert_eq!(got.mtype, MatchType::Function); Aug 31 17:40:37.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 17:40:37.496 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:40:37.496 INFO kablam! Aug 31 17:40:37.591 INFO kablam! error[E0308]: mismatched types Aug 31 17:40:37.591 INFO kablam! --> tests/system.rs:3586:5 Aug 31 17:40:37.591 INFO kablam! | Aug 31 17:40:37.591 INFO kablam! 3586 | assert_eq!(got.mtype, MatchType::Function); Aug 31 17:40:37.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 31 17:40:37.592 INFO kablam! | Aug 31 17:40:37.592 INFO kablam! = note: expected type `racer::core::MatchType` Aug 31 17:40:37.592 INFO kablam! found type `racer::MatchType` Aug 31 17:40:37.592 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 31 17:40:37.592 INFO kablam! --> tests/system.rs:3586:5 Aug 31 17:40:37.592 INFO kablam! | Aug 31 17:40:37.592 INFO kablam! 3586 | assert_eq!(got.mtype, MatchType::Function); Aug 31 17:40:37.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 17:40:37.592 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:40:37.592 INFO kablam! Aug 31 17:40:37.705 INFO kablam! error[E0308]: mismatched types Aug 31 17:40:37.705 INFO kablam! --> tests/system.rs:3610:5 Aug 31 17:40:37.705 INFO kablam! | Aug 31 17:40:37.705 INFO kablam! 3610 | assert_eq!(got.mtype, MatchType::Function); Aug 31 17:40:37.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 31 17:40:37.705 INFO kablam! | Aug 31 17:40:37.705 INFO kablam! = note: expected type `racer::core::MatchType` Aug 31 17:40:37.705 INFO kablam! found type `racer::MatchType` Aug 31 17:40:37.705 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 31 17:40:37.705 INFO kablam! --> tests/system.rs:3610:5 Aug 31 17:40:37.705 INFO kablam! | Aug 31 17:40:37.705 INFO kablam! 3610 | assert_eq!(got.mtype, MatchType::Function); Aug 31 17:40:37.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 17:40:37.705 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:40:37.705 INFO kablam! Aug 31 17:40:37.847 INFO kablam! error: aborting due to 17 previous errors Aug 31 17:40:37.847 INFO kablam! Aug 31 17:40:37.847 INFO kablam! Some errors occurred: E0277, E0308. Aug 31 17:40:37.847 INFO kablam! For more information about an error, try `rustc --explain E0277`. Aug 31 17:40:37.866 INFO kablam! error: Could not compile `racer`. Aug 31 17:40:37.866 INFO kablam! Aug 31 17:40:37.866 INFO kablam! To learn more, run the command again with --verbose. Aug 31 17:40:37.867 INFO kablam! su: No module specific data is present Aug 31 17:40:38.262 INFO running `"docker" "rm" "-f" "96c4eff8f837c1a10da664ae5d2507bc1538c61573524bc3c1421f32f8a5652d"` Aug 31 17:40:38.361 INFO blam! 96c4eff8f837c1a10da664ae5d2507bc1538c61573524bc3c1421f32f8a5652d