Aug 30 07:18:35.568 INFO checking racer-2.1.5 against try#2d477f9981361618ac78253c28051a66b6cea125 for pr-53707 Aug 30 07:18:35.568 INFO running: cargo +2d477f9981361618ac78253c28051a66b6cea125-alt check --frozen --all --all-targets Aug 30 07:18:35.569 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53707/try#2d477f9981361618ac78253c28051a66b6cea125:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53707/worker-1/try#2d477f9981361618ac78253c28051a66b6cea125:/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 +2d477f9981361618ac78253c28051a66b6cea125-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:35.742 INFO blam! ddd701db57808e2c4af3df7f6bf330d75fcd9effe2b9c4efe49bbe6109a49044 Aug 30 07:18:35.745 INFO running `"docker" "start" "-a" "ddd701db57808e2c4af3df7f6bf330d75fcd9effe2b9c4efe49bbe6109a49044"` Aug 30 07:18:36.683 INFO kablam! Checking rls-span v0.4.0 Aug 30 07:18:36.689 INFO kablam! Checking racer-interner v0.1.0 Aug 30 07:18:36.689 INFO kablam! Checking serde_json v1.0.26 Aug 30 07:18:41.695 INFO kablam! Checking racer-cargo-metadata v0.1.0 Aug 30 07:18:43.438 INFO kablam! Checking racer v2.1.5 Aug 30 07:18:43.438 INFO kablam! Checking racer v2.1.5 (file:///source) Aug 30 07:18:51.328 INFO kablam! Checking racer-testutils v0.1.0 Aug 30 07:19:01.116 INFO kablam! error[E0277]: the trait bound `racer::Location: std::convert::From` is not satisfied Aug 30 07:19:01.116 INFO kablam! --> tests/system.rs:150:15 Aug 30 07:19:01.116 INFO kablam! | Aug 30 07:19:01.116 INFO kablam! 150 | let got = complete_from_file(&path, pos, &session).nth(0).unwrap(); Aug 30 07:19:01.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `racer::Location` Aug 30 07:19:01.116 INFO kablam! | Aug 30 07:19:01.116 INFO kablam! = help: the following implementations were found: Aug 30 07:19:01.116 INFO kablam! > Aug 30 07:19:01.116 INFO kablam! > Aug 30 07:19:01.116 INFO kablam! > Aug 30 07:19:01.116 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `racer::core::BytePos` Aug 30 07:19:01.116 INFO kablam! = note: required by `racer::complete_from_file` Aug 30 07:19:01.116 INFO kablam! Aug 30 07:19:01.629 INFO kablam! error[E0308]: mismatched types Aug 30 07:19:01.629 INFO kablam! --> tests/system.rs:844:5 Aug 30 07:19:01.629 INFO kablam! | Aug 30 07:19:01.630 INFO kablam! 844 | assert_eq!(got.coords, Some(Coordinate::new(10, 19))); Aug 30 07:19:01.630 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `racer::core::Coordinate`, found struct `racer::Coordinate` Aug 30 07:19:01.630 INFO kablam! | Aug 30 07:19:01.630 INFO kablam! = note: expected type `std::option::Option` Aug 30 07:19:01.630 INFO kablam! found type `std::option::Option` Aug 30 07:19:01.630 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 07:19:01.630 INFO kablam! --> tests/system.rs:844:5 Aug 30 07:19:01.630 INFO kablam! | Aug 30 07:19:01.630 INFO kablam! 844 | assert_eq!(got.coords, Some(Coordinate::new(10, 19))); Aug 30 07:19:01.630 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 07:19:01.630 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:01.630 INFO kablam! Aug 30 07:19:01.753 INFO kablam! error[E0308]: mismatched types Aug 30 07:19:01.753 INFO kablam! --> tests/system.rs:905:5 Aug 30 07:19:01.754 INFO kablam! | Aug 30 07:19:01.754 INFO kablam! 905 | assert_eq!(got.mtype, MatchType::Module); Aug 30 07:19:01.754 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 30 07:19:01.754 INFO kablam! | Aug 30 07:19:01.754 INFO kablam! = note: expected type `racer::core::MatchType` Aug 30 07:19:01.754 INFO kablam! found type `racer::MatchType` Aug 30 07:19:01.754 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 07:19:01.754 INFO kablam! --> tests/system.rs:905:5 Aug 30 07:19:01.754 INFO kablam! | Aug 30 07:19:01.754 INFO kablam! 905 | assert_eq!(got.mtype, MatchType::Module); Aug 30 07:19:01.754 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 07:19:01.754 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:01.754 INFO kablam! Aug 30 07:19:01.763 INFO kablam! error[E0308]: mismatched types Aug 30 07:19:01.763 INFO kablam! --> tests/system.rs:952:21 Aug 30 07:19:01.763 INFO kablam! | Aug 30 07:19:01.763 INFO kablam! 952 | ("foo", MatchType::Module) => has_module = true, Aug 30 07:19:01.763 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 30 07:19:01.763 INFO kablam! | Aug 30 07:19:01.763 INFO kablam! = note: expected type `racer::core::MatchType` Aug 30 07:19:01.763 INFO kablam! found type `racer::MatchType` Aug 30 07:19:01.763 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 07:19:01.763 INFO kablam! --> tests/system.rs:952:21 Aug 30 07:19:01.763 INFO kablam! | Aug 30 07:19:01.763 INFO kablam! 952 | ("foo", MatchType::Module) => has_module = true, Aug 30 07:19:01.763 INFO kablam! | ^^^^^^^^^^^^^^^^^ Aug 30 07:19:01.763 INFO kablam! Aug 30 07:19:01.763 INFO kablam! error[E0308]: mismatched types Aug 30 07:19:01.763 INFO kablam! --> tests/system.rs:953:21 Aug 30 07:19:01.763 INFO kablam! | Aug 30 07:19:01.764 INFO kablam! 953 | ("foo", MatchType::Function) => has_function = true, Aug 30 07:19:01.764 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 30 07:19:01.764 INFO kablam! | Aug 30 07:19:01.764 INFO kablam! = note: expected type `racer::core::MatchType` Aug 30 07:19:01.764 INFO kablam! found type `racer::MatchType` Aug 30 07:19:01.764 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 07:19:01.764 INFO kablam! --> tests/system.rs:953:21 Aug 30 07:19:01.764 INFO kablam! | Aug 30 07:19:01.764 INFO kablam! 953 | ("foo", MatchType::Function) => has_function = true, Aug 30 07:19:01.764 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Aug 30 07:19:01.764 INFO kablam! Aug 30 07:19:02.038 INFO kablam! error[E0308]: mismatched types Aug 30 07:19:02.038 INFO kablam! --> tests/system.rs:1572:5 Aug 30 07:19:02.038 INFO kablam! | Aug 30 07:19:02.038 INFO kablam! 1572 | assert_eq!(MatchType::Function, got.mtype); Aug 30 07:19:02.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Aug 30 07:19:02.039 INFO kablam! | Aug 30 07:19:02.039 INFO kablam! = note: expected type `racer::MatchType` Aug 30 07:19:02.039 INFO kablam! found type `racer::core::MatchType` Aug 30 07:19:02.039 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 07:19:02.039 INFO kablam! --> tests/system.rs:1572:5 Aug 30 07:19:02.039 INFO kablam! | Aug 30 07:19:02.039 INFO kablam! 1572 | assert_eq!(MatchType::Function, got.mtype); Aug 30 07:19:02.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 07:19:02.039 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:02.039 INFO kablam! Aug 30 07:19:02.460 INFO kablam! error[E0308]: mismatched types Aug 30 07:19:02.460 INFO kablam! --> tests/system.rs:2624:5 Aug 30 07:19:02.460 INFO kablam! | Aug 30 07:19:02.460 INFO kablam! 2624 | assert_eq!(got.mtype, MatchType::Function); Aug 30 07:19:02.460 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 30 07:19:02.460 INFO kablam! | Aug 30 07:19:02.460 INFO kablam! = note: expected type `racer::core::MatchType` Aug 30 07:19:02.460 INFO kablam! found type `racer::MatchType` Aug 30 07:19:02.461 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 07:19:02.461 INFO kablam! --> tests/system.rs:2624:5 Aug 30 07:19:02.461 INFO kablam! | Aug 30 07:19:02.461 INFO kablam! 2624 | assert_eq!(got.mtype, MatchType::Function); Aug 30 07:19:02.461 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 07:19:02.461 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:02.461 INFO kablam! Aug 30 07:19:02.619 INFO kablam! error[E0308]: mismatched types Aug 30 07:19:02.620 INFO kablam! --> tests/system.rs:2638:5 Aug 30 07:19:02.620 INFO kablam! | Aug 30 07:19:02.620 INFO kablam! 2638 | assert_eq!(MatchType::StructField, got.mtype); Aug 30 07:19:02.620 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Aug 30 07:19:02.620 INFO kablam! | Aug 30 07:19:02.620 INFO kablam! = note: expected type `racer::MatchType` Aug 30 07:19:02.620 INFO kablam! found type `racer::core::MatchType` Aug 30 07:19:02.620 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 07:19:02.620 INFO kablam! --> tests/system.rs:2638:5 Aug 30 07:19:02.621 INFO kablam! | Aug 30 07:19:02.621 INFO kablam! 2638 | assert_eq!(MatchType::StructField, got.mtype); Aug 30 07:19:02.621 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 07:19:02.621 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:02.621 INFO kablam! Aug 30 07:19:02.735 INFO kablam! error[E0308]: mismatched types Aug 30 07:19:02.735 INFO kablam! --> tests/system.rs:2652:5 Aug 30 07:19:02.735 INFO kablam! | Aug 30 07:19:02.735 INFO kablam! 2652 | assert_eq!(MatchType::Function, got.mtype); Aug 30 07:19:02.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Aug 30 07:19:02.735 INFO kablam! | Aug 30 07:19:02.735 INFO kablam! = note: expected type `racer::MatchType` Aug 30 07:19:02.735 INFO kablam! found type `racer::core::MatchType` Aug 30 07:19:02.735 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 07:19:02.735 INFO kablam! --> tests/system.rs:2652:5 Aug 30 07:19:02.735 INFO kablam! | Aug 30 07:19:02.736 INFO kablam! 2652 | assert_eq!(MatchType::Function, got.mtype); Aug 30 07:19:02.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 07:19:02.736 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:02.736 INFO kablam! Aug 30 07:19:02.920 INFO kablam! error[E0308]: mismatched types Aug 30 07:19:02.920 INFO kablam! --> tests/system.rs:2884:5 Aug 30 07:19:02.920 INFO kablam! | Aug 30 07:19:02.920 INFO kablam! 2884 | assert_eq!(MatchType::Struct, got.mtype); Aug 30 07:19:02.920 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Aug 30 07:19:02.920 INFO kablam! | Aug 30 07:19:02.920 INFO kablam! = note: expected type `racer::MatchType` Aug 30 07:19:02.920 INFO kablam! found type `racer::core::MatchType` Aug 30 07:19:02.920 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 07:19:02.920 INFO kablam! --> tests/system.rs:2884:5 Aug 30 07:19:02.920 INFO kablam! | Aug 30 07:19:02.920 INFO kablam! 2884 | assert_eq!(MatchType::Struct, got.mtype); Aug 30 07:19:02.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 07:19:02.921 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:02.921 INFO kablam! Aug 30 07:19:03.076 INFO kablam! error[E0308]: mismatched types Aug 30 07:19:03.076 INFO kablam! --> tests/system.rs:3176:5 Aug 30 07:19:03.076 INFO kablam! | Aug 30 07:19:03.076 INFO kablam! 3176 | assert_eq!(got.mtype, MatchType::Enum); Aug 30 07:19:03.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 30 07:19:03.076 INFO kablam! | Aug 30 07:19:03.076 INFO kablam! = note: expected type `racer::core::MatchType` Aug 30 07:19:03.076 INFO kablam! found type `racer::MatchType` Aug 30 07:19:03.076 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 07:19:03.076 INFO kablam! --> tests/system.rs:3176:5 Aug 30 07:19:03.076 INFO kablam! | Aug 30 07:19:03.076 INFO kablam! 3176 | assert_eq!(got.mtype, MatchType::Enum); Aug 30 07:19:03.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 07:19:03.076 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:03.077 INFO kablam! Aug 30 07:19:03.267 INFO kablam! error[E0308]: mismatched types Aug 30 07:19:03.267 INFO kablam! --> tests/system.rs:3496:5 Aug 30 07:19:03.267 INFO kablam! | Aug 30 07:19:03.267 INFO kablam! 3496 | assert_eq!(got.mtype, MatchType::Trait); Aug 30 07:19:03.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 30 07:19:03.267 INFO kablam! | Aug 30 07:19:03.267 INFO kablam! = note: expected type `racer::core::MatchType` Aug 30 07:19:03.267 INFO kablam! found type `racer::MatchType` Aug 30 07:19:03.267 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 07:19:03.267 INFO kablam! --> tests/system.rs:3496:5 Aug 30 07:19:03.267 INFO kablam! | Aug 30 07:19:03.267 INFO kablam! 3496 | assert_eq!(got.mtype, MatchType::Trait); Aug 30 07:19:03.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 07:19:03.267 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:03.267 INFO kablam! Aug 30 07:19:03.365 INFO kablam! error[E0308]: mismatched types Aug 30 07:19:03.365 INFO kablam! --> tests/system.rs:3520:5 Aug 30 07:19:03.365 INFO kablam! | Aug 30 07:19:03.365 INFO kablam! 3520 | assert_eq!(got.mtype, MatchType::Function); Aug 30 07:19:03.365 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 30 07:19:03.365 INFO kablam! | Aug 30 07:19:03.365 INFO kablam! = note: expected type `racer::core::MatchType` Aug 30 07:19:03.365 INFO kablam! found type `racer::MatchType` Aug 30 07:19:03.365 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 07:19:03.366 INFO kablam! --> tests/system.rs:3520:5 Aug 30 07:19:03.366 INFO kablam! | Aug 30 07:19:03.366 INFO kablam! 3520 | assert_eq!(got.mtype, MatchType::Function); Aug 30 07:19:03.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 07:19:03.366 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:03.366 INFO kablam! Aug 30 07:19:03.525 INFO kablam! error[E0308]: mismatched types Aug 30 07:19:03.525 INFO kablam! --> tests/system.rs:3543:5 Aug 30 07:19:03.525 INFO kablam! | Aug 30 07:19:03.525 INFO kablam! 3543 | assert_eq!(got.mtype, MatchType::Function); Aug 30 07:19:03.525 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 30 07:19:03.525 INFO kablam! | Aug 30 07:19:03.525 INFO kablam! = note: expected type `racer::core::MatchType` Aug 30 07:19:03.525 INFO kablam! found type `racer::MatchType` Aug 30 07:19:03.525 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 07:19:03.525 INFO kablam! --> tests/system.rs:3543:5 Aug 30 07:19:03.525 INFO kablam! | Aug 30 07:19:03.525 INFO kablam! 3543 | assert_eq!(got.mtype, MatchType::Function); Aug 30 07:19:03.525 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 07:19:03.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 30 07:19:03.525 INFO kablam! Aug 30 07:19:03.645 INFO kablam! error[E0308]: mismatched types Aug 30 07:19:03.645 INFO kablam! --> tests/system.rs:3567:5 Aug 30 07:19:03.645 INFO kablam! | Aug 30 07:19:03.645 INFO kablam! 3567 | assert_eq!(got.mtype, MatchType::Function); Aug 30 07:19:03.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 30 07:19:03.645 INFO kablam! | Aug 30 07:19:03.645 INFO kablam! = note: expected type `racer::core::MatchType` Aug 30 07:19:03.645 INFO kablam! found type `racer::MatchType` Aug 30 07:19:03.645 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 07:19:03.645 INFO kablam! --> tests/system.rs:3567:5 Aug 30 07:19:03.645 INFO kablam! | Aug 30 07:19:03.645 INFO kablam! 3567 | assert_eq!(got.mtype, MatchType::Function); Aug 30 07:19:03.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 07:19:03.646 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:03.646 INFO kablam! Aug 30 07:19:03.842 INFO kablam! error[E0308]: mismatched types Aug 30 07:19:03.842 INFO kablam! --> tests/system.rs:3586:5 Aug 30 07:19:03.842 INFO kablam! | Aug 30 07:19:03.842 INFO kablam! 3586 | assert_eq!(got.mtype, MatchType::Function); Aug 30 07:19:03.842 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 30 07:19:03.842 INFO kablam! | Aug 30 07:19:03.842 INFO kablam! = note: expected type `racer::core::MatchType` Aug 30 07:19:03.842 INFO kablam! found type `racer::MatchType` Aug 30 07:19:03.842 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 07:19:03.842 INFO kablam! --> tests/system.rs:3586:5 Aug 30 07:19:03.842 INFO kablam! | Aug 30 07:19:03.842 INFO kablam! 3586 | assert_eq!(got.mtype, MatchType::Function); Aug 30 07:19:03.842 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 07:19:03.842 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:03.843 INFO kablam! Aug 30 07:19:04.010 INFO kablam! error[E0308]: mismatched types Aug 30 07:19:04.010 INFO kablam! --> tests/system.rs:3610:5 Aug 30 07:19:04.011 INFO kablam! | Aug 30 07:19:04.011 INFO kablam! 3610 | assert_eq!(got.mtype, MatchType::Function); Aug 30 07:19:04.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 30 07:19:04.011 INFO kablam! | Aug 30 07:19:04.011 INFO kablam! = note: expected type `racer::core::MatchType` Aug 30 07:19:04.011 INFO kablam! found type `racer::MatchType` Aug 30 07:19:04.011 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 07:19:04.011 INFO kablam! --> tests/system.rs:3610:5 Aug 30 07:19:04.011 INFO kablam! | Aug 30 07:19:04.011 INFO kablam! 3610 | assert_eq!(got.mtype, MatchType::Function); Aug 30 07:19:04.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 07:19:04.011 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:04.011 INFO kablam! Aug 30 07:19:04.137 INFO kablam! error: aborting due to 17 previous errors Aug 30 07:19:04.137 INFO kablam! Aug 30 07:19:04.137 INFO kablam! Some errors occurred: E0277, E0308. Aug 30 07:19:04.137 INFO kablam! For more information about an error, try `rustc --explain E0277`. Aug 30 07:19:04.146 INFO kablam! error: Could not compile `racer`. Aug 30 07:19:04.147 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 07:19:04.813 INFO kablam! error: build failed Aug 30 07:19:04.814 INFO kablam! su: No module specific data is present Aug 30 07:19:05.294 INFO running `"docker" "rm" "-f" "ddd701db57808e2c4af3df7f6bf330d75fcd9effe2b9c4efe49bbe6109a49044"` Aug 30 07:19:05.391 INFO blam! ddd701db57808e2c4af3df7f6bf330d75fcd9effe2b9c4efe49bbe6109a49044