Aug 11 05:21:56.549 INFO checking racer-2.1.4 against master#f6d43ed84207c7e58f363f46e5a438ff40f2b311 for libc-1 Aug 11 05:21:56.549 INFO running: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 11 05:21:56.549 INFO creating container for: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 11 05:21:56.549 INFO running `"docker" "create" "-v" "/tmp/crater.4iU1t5zifuz5:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/libc-1/worker-2/master#f6d43ed84207c7e58f363f46e5a438ff40f2b311:/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" "-v" "/home/ec2-user/crater/./work/local/cargo-home/git:/cargo-home/git:rw,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 11 05:21:56.791 INFO blam! d6bb59337c21d34326b345f3aeeadf38e51acc903b6af48ac81e5180651f89c8 Aug 11 05:21:56.794 INFO running `"docker" "start" "-a" "d6bb59337c21d34326b345f3aeeadf38e51acc903b6af48ac81e5180651f89c8"` Aug 11 05:21:58.398 INFO kablam! Checking scopeguard v0.3.3 Aug 11 05:21:58.401 INFO kablam! Compiling rustc-rayon-core v0.1.1 Aug 11 05:21:58.410 INFO kablam! Checking rustc-ap-serialize v218.0.0 Aug 11 05:21:58.420 INFO kablam! Checking scoped-tls v0.1.2 Aug 11 05:21:58.422 INFO kablam! Compiling rustc-ap-rustc_target v218.0.0 Aug 11 05:21:58.423 INFO kablam! Compiling rustc-ap-syntax v218.0.0 Aug 11 05:21:58.428 INFO kablam! Checking rls-span v0.4.0 Aug 11 05:21:58.431 INFO kablam! Checking rustc-hash v1.0.1 Aug 11 05:22:00.817 INFO kablam! Checking ena v0.9.3 Aug 11 05:22:00.980 INFO kablam! Checking rustc-ap-rustc_cratesio_shim v218.0.0 Aug 11 05:22:01.342 INFO kablam! Checking crossbeam-epoch v0.3.1 Aug 11 05:22:02.323 INFO kablam! Compiling derive_more v0.11.0 Aug 11 05:22:05.497 INFO kablam! Checking crossbeam-deque v0.2.0 Aug 11 05:22:12.319 INFO kablam! Checking rustc-rayon v0.1.1 Aug 11 05:22:35.635 INFO kablam! Checking rustc-ap-rustc_data_structures v218.0.0 Aug 11 05:22:43.290 INFO kablam! Checking rustc-ap-arena v218.0.0 Aug 11 05:22:44.859 INFO kablam! Checking rustc-ap-syntax_pos v218.0.0 Aug 11 05:22:49.403 INFO kablam! Checking rustc-ap-rustc_errors v218.0.0 Aug 11 05:23:24.124 INFO kablam! Checking racer v2.1.4 Aug 11 05:23:24.133 INFO kablam! Checking racer v2.1.4 (file:///source) Aug 11 05:23:35.750 INFO kablam! Checking racer-testutils v0.1.0 Aug 11 05:23:50.457 INFO kablam! error[E0277]: the trait bound `racer::Location: std::convert::From` is not satisfied Aug 11 05:23:50.457 INFO kablam! --> tests/system.rs:149:15 Aug 11 05:23:50.457 INFO kablam! | Aug 11 05:23:50.457 INFO kablam! 149 | let got = complete_from_file(&path, pos, &session).nth(0).unwrap(); Aug 11 05:23:50.457 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `racer::Location` Aug 11 05:23:50.457 INFO kablam! | Aug 11 05:23:50.457 INFO kablam! = help: the following implementations were found: Aug 11 05:23:50.457 INFO kablam! > Aug 11 05:23:50.457 INFO kablam! > Aug 11 05:23:50.457 INFO kablam! > Aug 11 05:23:50.457 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `racer::core::BytePos` Aug 11 05:23:50.457 INFO kablam! = note: required by `racer::complete_from_file` Aug 11 05:23:50.457 INFO kablam! Aug 11 05:23:51.115 INFO kablam! error[E0308]: mismatched types Aug 11 05:23:51.115 INFO kablam! --> tests/system.rs:832:5 Aug 11 05:23:51.115 INFO kablam! | Aug 11 05:23:51.115 INFO kablam! 832 | assert_eq!(got.coords, Some(Coordinate::new(10, 19))); Aug 11 05:23:51.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `racer::core::Coordinate`, found struct `racer::Coordinate` Aug 11 05:23:51.115 INFO kablam! | Aug 11 05:23:51.115 INFO kablam! = note: expected type `std::option::Option` Aug 11 05:23:51.115 INFO kablam! found type `std::option::Option` Aug 11 05:23:51.116 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 11 05:23:51.116 INFO kablam! --> tests/system.rs:832:5 Aug 11 05:23:51.116 INFO kablam! | Aug 11 05:23:51.116 INFO kablam! 832 | assert_eq!(got.coords, Some(Coordinate::new(10, 19))); Aug 11 05:23:51.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 05:23:51.116 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 11 05:23:51.116 INFO kablam! Aug 11 05:23:51.363 INFO kablam! error[E0308]: mismatched types Aug 11 05:23:51.363 INFO kablam! --> tests/system.rs:885:5 Aug 11 05:23:51.363 INFO kablam! | Aug 11 05:23:51.363 INFO kablam! 885 | assert_eq!(got.mtype, MatchType::Module); Aug 11 05:23:51.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 11 05:23:51.363 INFO kablam! | Aug 11 05:23:51.364 INFO kablam! = note: expected type `racer::core::MatchType` Aug 11 05:23:51.364 INFO kablam! found type `racer::MatchType` Aug 11 05:23:51.364 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 11 05:23:51.364 INFO kablam! --> tests/system.rs:885:5 Aug 11 05:23:51.364 INFO kablam! | Aug 11 05:23:51.364 INFO kablam! 885 | assert_eq!(got.mtype, MatchType::Module); Aug 11 05:23:51.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 05:23:51.364 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 11 05:23:51.364 INFO kablam! Aug 11 05:23:51.377 INFO kablam! error[E0308]: mismatched types Aug 11 05:23:51.377 INFO kablam! --> tests/system.rs:932:21 Aug 11 05:23:51.377 INFO kablam! | Aug 11 05:23:51.377 INFO kablam! 932 | ("foo", MatchType::Module) => has_module = true, Aug 11 05:23:51.378 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 11 05:23:51.378 INFO kablam! | Aug 11 05:23:51.378 INFO kablam! = note: expected type `racer::core::MatchType` Aug 11 05:23:51.378 INFO kablam! found type `racer::MatchType` Aug 11 05:23:51.379 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 11 05:23:51.379 INFO kablam! --> tests/system.rs:932:21 Aug 11 05:23:51.379 INFO kablam! | Aug 11 05:23:51.379 INFO kablam! 932 | ("foo", MatchType::Module) => has_module = true, Aug 11 05:23:51.379 INFO kablam! | ^^^^^^^^^^^^^^^^^ Aug 11 05:23:51.379 INFO kablam! Aug 11 05:23:51.379 INFO kablam! error[E0308]: mismatched types Aug 11 05:23:51.379 INFO kablam! --> tests/system.rs:933:21 Aug 11 05:23:51.379 INFO kablam! | Aug 11 05:23:51.379 INFO kablam! 933 | ("foo", MatchType::Function) => has_function = true, Aug 11 05:23:51.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 11 05:23:51.380 INFO kablam! | Aug 11 05:23:51.380 INFO kablam! = note: expected type `racer::core::MatchType` Aug 11 05:23:51.380 INFO kablam! found type `racer::MatchType` Aug 11 05:23:51.380 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 11 05:23:51.380 INFO kablam! --> tests/system.rs:933:21 Aug 11 05:23:51.380 INFO kablam! | Aug 11 05:23:51.380 INFO kablam! 933 | ("foo", MatchType::Function) => has_function = true, Aug 11 05:23:51.380 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Aug 11 05:23:51.380 INFO kablam! Aug 11 05:23:51.684 INFO kablam! error[E0308]: mismatched types Aug 11 05:23:51.684 INFO kablam! --> tests/system.rs:1549:5 Aug 11 05:23:51.684 INFO kablam! | Aug 11 05:23:51.684 INFO kablam! 1549 | assert_eq!(MatchType::Function, got.mtype); Aug 11 05:23:51.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Aug 11 05:23:51.684 INFO kablam! | Aug 11 05:23:51.684 INFO kablam! = note: expected type `racer::MatchType` Aug 11 05:23:51.684 INFO kablam! found type `racer::core::MatchType` Aug 11 05:23:51.684 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 11 05:23:51.684 INFO kablam! --> tests/system.rs:1549:5 Aug 11 05:23:51.684 INFO kablam! | Aug 11 05:23:51.684 INFO kablam! 1549 | assert_eq!(MatchType::Function, got.mtype); Aug 11 05:23:51.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 05:23:51.685 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 11 05:23:51.685 INFO kablam! Aug 11 05:23:52.076 INFO kablam! error[E0308]: mismatched types Aug 11 05:23:52.076 INFO kablam! --> tests/system.rs:2602:5 Aug 11 05:23:52.076 INFO kablam! | Aug 11 05:23:52.076 INFO kablam! 2602 | assert_eq!(got.mtype, MatchType::Function); Aug 11 05:23:52.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 11 05:23:52.077 INFO kablam! | Aug 11 05:23:52.077 INFO kablam! = note: expected type `racer::core::MatchType` Aug 11 05:23:52.077 INFO kablam! found type `racer::MatchType` Aug 11 05:23:52.077 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 11 05:23:52.077 INFO kablam! --> tests/system.rs:2602:5 Aug 11 05:23:52.077 INFO kablam! | Aug 11 05:23:52.077 INFO kablam! 2602 | assert_eq!(got.mtype, MatchType::Function); Aug 11 05:23:52.077 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 05:23:52.077 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 11 05:23:52.077 INFO kablam! Aug 11 05:23:52.256 INFO kablam! error[E0308]: mismatched types Aug 11 05:23:52.256 INFO kablam! --> tests/system.rs:2616:5 Aug 11 05:23:52.256 INFO kablam! | Aug 11 05:23:52.256 INFO kablam! 2616 | assert_eq!(MatchType::StructField, got.mtype); Aug 11 05:23:52.256 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Aug 11 05:23:52.256 INFO kablam! | Aug 11 05:23:52.257 INFO kablam! = note: expected type `racer::MatchType` Aug 11 05:23:52.257 INFO kablam! found type `racer::core::MatchType` Aug 11 05:23:52.257 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 11 05:23:52.257 INFO kablam! --> tests/system.rs:2616:5 Aug 11 05:23:52.257 INFO kablam! | Aug 11 05:23:52.257 INFO kablam! 2616 | assert_eq!(MatchType::StructField, got.mtype); Aug 11 05:23:52.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 05:23:52.257 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 11 05:23:52.257 INFO kablam! Aug 11 05:23:52.420 INFO kablam! error[E0308]: mismatched types Aug 11 05:23:52.420 INFO kablam! --> tests/system.rs:2630:5 Aug 11 05:23:52.420 INFO kablam! | Aug 11 05:23:52.420 INFO kablam! 2630 | assert_eq!(MatchType::Function, got.mtype); Aug 11 05:23:52.420 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Aug 11 05:23:52.421 INFO kablam! | Aug 11 05:23:52.421 INFO kablam! = note: expected type `racer::MatchType` Aug 11 05:23:52.421 INFO kablam! found type `racer::core::MatchType` Aug 11 05:23:52.421 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 11 05:23:52.421 INFO kablam! --> tests/system.rs:2630:5 Aug 11 05:23:52.421 INFO kablam! | Aug 11 05:23:52.421 INFO kablam! 2630 | assert_eq!(MatchType::Function, got.mtype); Aug 11 05:23:52.421 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 05:23:52.421 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 11 05:23:52.421 INFO kablam! Aug 11 05:23:52.761 INFO kablam! error[E0308]: mismatched types Aug 11 05:23:52.761 INFO kablam! --> tests/system.rs:2862:5 Aug 11 05:23:52.761 INFO kablam! | Aug 11 05:23:52.761 INFO kablam! 2862 | assert_eq!(MatchType::Struct, got.mtype); Aug 11 05:23:52.761 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Aug 11 05:23:52.762 INFO kablam! | Aug 11 05:23:52.762 INFO kablam! = note: expected type `racer::MatchType` Aug 11 05:23:52.762 INFO kablam! found type `racer::core::MatchType` Aug 11 05:23:52.762 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 11 05:23:52.762 INFO kablam! --> tests/system.rs:2862:5 Aug 11 05:23:52.762 INFO kablam! | Aug 11 05:23:52.762 INFO kablam! 2862 | assert_eq!(MatchType::Struct, got.mtype); Aug 11 05:23:52.762 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 05:23:52.763 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 11 05:23:52.763 INFO kablam! Aug 11 05:23:53.098 INFO kablam! error[E0308]: mismatched types Aug 11 05:23:53.098 INFO kablam! --> tests/system.rs:3148:5 Aug 11 05:23:53.098 INFO kablam! | Aug 11 05:23:53.098 INFO kablam! 3148 | assert_eq!(got.mtype, MatchType::Enum); Aug 11 05:23:53.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 11 05:23:53.099 INFO kablam! | Aug 11 05:23:53.099 INFO kablam! = note: expected type `racer::core::MatchType` Aug 11 05:23:53.099 INFO kablam! found type `racer::MatchType` Aug 11 05:23:53.100 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 11 05:23:53.100 INFO kablam! --> tests/system.rs:3148:5 Aug 11 05:23:53.100 INFO kablam! | Aug 11 05:23:53.100 INFO kablam! 3148 | assert_eq!(got.mtype, MatchType::Enum); Aug 11 05:23:53.100 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 05:23:53.100 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 11 05:23:53.100 INFO kablam! Aug 11 05:23:53.417 INFO kablam! error[E0308]: mismatched types Aug 11 05:23:53.417 INFO kablam! --> tests/system.rs:3469:5 Aug 11 05:23:53.417 INFO kablam! | Aug 11 05:23:53.417 INFO kablam! 3469 | assert_eq!(got.mtype, MatchType::Trait); Aug 11 05:23:53.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 11 05:23:53.417 INFO kablam! | Aug 11 05:23:53.417 INFO kablam! = note: expected type `racer::core::MatchType` Aug 11 05:23:53.417 INFO kablam! found type `racer::MatchType` Aug 11 05:23:53.417 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 11 05:23:53.417 INFO kablam! --> tests/system.rs:3469:5 Aug 11 05:23:53.417 INFO kablam! | Aug 11 05:23:53.417 INFO kablam! 3469 | assert_eq!(got.mtype, MatchType::Trait); Aug 11 05:23:53.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 05:23:53.417 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 11 05:23:53.417 INFO kablam! Aug 11 05:23:53.628 INFO kablam! error[E0308]: mismatched types Aug 11 05:23:53.628 INFO kablam! --> tests/system.rs:3493:5 Aug 11 05:23:53.628 INFO kablam! | Aug 11 05:23:53.628 INFO kablam! 3493 | assert_eq!(got.mtype, MatchType::Function); Aug 11 05:23:53.628 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 11 05:23:53.629 INFO kablam! | Aug 11 05:23:53.630 INFO kablam! = note: expected type `racer::core::MatchType` Aug 11 05:23:53.630 INFO kablam! found type `racer::MatchType` Aug 11 05:23:53.630 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 11 05:23:53.630 INFO kablam! --> tests/system.rs:3493:5 Aug 11 05:23:53.630 INFO kablam! | Aug 11 05:23:53.630 INFO kablam! 3493 | assert_eq!(got.mtype, MatchType::Function); Aug 11 05:23:53.630 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 05:23:53.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 11 05:23:53.630 INFO kablam! Aug 11 05:23:53.776 INFO kablam! error[E0308]: mismatched types Aug 11 05:23:53.777 INFO kablam! --> tests/system.rs:3516:5 Aug 11 05:23:53.777 INFO kablam! | Aug 11 05:23:53.777 INFO kablam! 3516 | assert_eq!(got.mtype, MatchType::Function); Aug 11 05:23:53.777 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 11 05:23:53.777 INFO kablam! | Aug 11 05:23:53.777 INFO kablam! = note: expected type `racer::core::MatchType` Aug 11 05:23:53.777 INFO kablam! found type `racer::MatchType` Aug 11 05:23:53.777 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 11 05:23:53.777 INFO kablam! --> tests/system.rs:3516:5 Aug 11 05:23:53.777 INFO kablam! | Aug 11 05:23:53.778 INFO kablam! 3516 | assert_eq!(got.mtype, MatchType::Function); Aug 11 05:23:53.778 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 05:23:53.778 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 11 05:23:53.778 INFO kablam! Aug 11 05:23:53.989 INFO kablam! error[E0308]: mismatched types Aug 11 05:23:53.989 INFO kablam! --> tests/system.rs:3540:5 Aug 11 05:23:53.989 INFO kablam! | Aug 11 05:23:53.989 INFO kablam! 3540 | assert_eq!(got.mtype, MatchType::Function); Aug 11 05:23:53.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 11 05:23:53.989 INFO kablam! | Aug 11 05:23:53.989 INFO kablam! = note: expected type `racer::core::MatchType` Aug 11 05:23:53.989 INFO kablam! found type `racer::MatchType` Aug 11 05:23:53.989 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 11 05:23:53.989 INFO kablam! --> tests/system.rs:3540:5 Aug 11 05:23:53.989 INFO kablam! | Aug 11 05:23:53.989 INFO kablam! 3540 | assert_eq!(got.mtype, MatchType::Function); Aug 11 05:23:53.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 05:23:53.989 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 11 05:23:53.990 INFO kablam! Aug 11 05:23:54.184 INFO kablam! error[E0308]: mismatched types Aug 11 05:23:54.184 INFO kablam! --> tests/system.rs:3559:5 Aug 11 05:23:54.184 INFO kablam! | Aug 11 05:23:54.184 INFO kablam! 3559 | assert_eq!(got.mtype, MatchType::Function); Aug 11 05:23:54.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 11 05:23:54.184 INFO kablam! | Aug 11 05:23:54.184 INFO kablam! = note: expected type `racer::core::MatchType` Aug 11 05:23:54.184 INFO kablam! found type `racer::MatchType` Aug 11 05:23:54.184 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 11 05:23:54.184 INFO kablam! --> tests/system.rs:3559:5 Aug 11 05:23:54.184 INFO kablam! | Aug 11 05:23:54.184 INFO kablam! 3559 | assert_eq!(got.mtype, MatchType::Function); Aug 11 05:23:54.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 05:23:54.184 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 11 05:23:54.184 INFO kablam! Aug 11 05:23:54.413 INFO kablam! error[E0308]: mismatched types Aug 11 05:23:54.413 INFO kablam! --> tests/system.rs:3583:5 Aug 11 05:23:54.413 INFO kablam! | Aug 11 05:23:54.413 INFO kablam! 3583 | assert_eq!(got.mtype, MatchType::Function); Aug 11 05:23:54.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 11 05:23:54.413 INFO kablam! | Aug 11 05:23:54.413 INFO kablam! = note: expected type `racer::core::MatchType` Aug 11 05:23:54.413 INFO kablam! found type `racer::MatchType` Aug 11 05:23:54.413 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 11 05:23:54.413 INFO kablam! --> tests/system.rs:3583:5 Aug 11 05:23:54.413 INFO kablam! | Aug 11 05:23:54.413 INFO kablam! 3583 | assert_eq!(got.mtype, MatchType::Function); Aug 11 05:23:54.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 05:23:54.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 11 05:23:54.413 INFO kablam! Aug 11 05:23:54.606 INFO kablam! error: aborting due to 17 previous errors Aug 11 05:23:54.606 INFO kablam! Aug 11 05:23:54.606 INFO kablam! Some errors occurred: E0277, E0308. Aug 11 05:23:54.606 INFO kablam! For more information about an error, try `rustc --explain E0277`. Aug 11 05:23:54.622 INFO kablam! error: Could not compile `racer`. Aug 11 05:23:54.622 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 11 05:23:55.043 INFO kablam! error: build failed Aug 11 05:23:55.045 INFO kablam! su: No module specific data is present Aug 11 05:23:55.511 INFO running `"docker" "rm" "-f" "d6bb59337c21d34326b345f3aeeadf38e51acc903b6af48ac81e5180651f89c8"` Aug 11 05:23:55.616 INFO blam! d6bb59337c21d34326b345f3aeeadf38e51acc903b6af48ac81e5180651f89c8