Aug 30 06:46:35.699 INFO checking racer-2.1.5 against try#bc5a74802bb3ffc82f51ef04bca58d64220124c4 for pr-53699 Aug 30 06:46:35.699 INFO running: cargo +bc5a74802bb3ffc82f51ef04bca58d64220124c4-alt check --frozen --all --all-targets Aug 30 06:46:35.699 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53699/try#bc5a74802bb3ffc82f51ef04bca58d64220124c4:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53699/worker-3/try#bc5a74802bb3ffc82f51ef04bca58d64220124c4:/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 +bc5a74802bb3ffc82f51ef04bca58d64220124c4-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:35.913 INFO blam! 303589988b8d46c08c23e650b20e9297e2759611037a8b55fb44447d7232a8e8 Aug 30 06:46:35.916 INFO running `"docker" "start" "-a" "303589988b8d46c08c23e650b20e9297e2759611037a8b55fb44447d7232a8e8"` Aug 30 06:46:36.685 INFO kablam! Checking rustc-ap-rustc_cratesio_shim v237.0.0 Aug 30 06:46:36.688 INFO kablam! Checking racer-cargo-metadata v0.1.0 Aug 30 06:46:37.056 INFO kablam! Checking rustc-ap-rustc_data_structures v237.0.0 Aug 30 06:46:37.056 INFO kablam! Checking rustc-ap-rustc_target v237.0.0 Aug 30 06:46:43.816 INFO kablam! Checking rustc-ap-arena v237.0.0 Aug 30 06:46:45.614 INFO kablam! Checking rustc-ap-syntax_pos v237.0.0 Aug 30 06:46:48.914 INFO kablam! Checking rustc-ap-rustc_errors v237.0.0 Aug 30 06:46:53.685 INFO kablam! Checking rustc-ap-syntax v237.0.0 Aug 30 06:47:21.539 INFO kablam! Checking racer v2.1.5 Aug 30 06:47:21.539 INFO kablam! Checking racer v2.1.5 (file:///source) Aug 30 06:47:30.376 INFO kablam! Checking racer-testutils v0.1.0 Aug 30 06:47:39.225 INFO kablam! error[E0277]: the trait bound `racer::Location: std::convert::From` is not satisfied Aug 30 06:47:39.225 INFO kablam! --> tests/system.rs:150:15 Aug 30 06:47:39.225 INFO kablam! | Aug 30 06:47:39.225 INFO kablam! 150 | let got = complete_from_file(&path, pos, &session).nth(0).unwrap(); Aug 30 06:47:39.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `racer::Location` Aug 30 06:47:39.225 INFO kablam! | Aug 30 06:47:39.226 INFO kablam! = help: the following implementations were found: Aug 30 06:47:39.226 INFO kablam! > Aug 30 06:47:39.226 INFO kablam! > Aug 30 06:47:39.226 INFO kablam! > Aug 30 06:47:39.226 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `racer::core::BytePos` Aug 30 06:47:39.226 INFO kablam! = note: required by `racer::complete_from_file` Aug 30 06:47:39.226 INFO kablam! Aug 30 06:47:39.693 INFO kablam! error[E0308]: mismatched types Aug 30 06:47:39.693 INFO kablam! --> tests/system.rs:844:5 Aug 30 06:47:39.693 INFO kablam! | Aug 30 06:47:39.693 INFO kablam! 844 | assert_eq!(got.coords, Some(Coordinate::new(10, 19))); Aug 30 06:47:39.693 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `racer::core::Coordinate`, found struct `racer::Coordinate` Aug 30 06:47:39.693 INFO kablam! | Aug 30 06:47:39.693 INFO kablam! = note: expected type `std::option::Option` Aug 30 06:47:39.693 INFO kablam! found type `std::option::Option` Aug 30 06:47:39.693 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 06:47:39.693 INFO kablam! --> tests/system.rs:844:5 Aug 30 06:47:39.693 INFO kablam! | Aug 30 06:47:39.693 INFO kablam! 844 | assert_eq!(got.coords, Some(Coordinate::new(10, 19))); Aug 30 06:47:39.693 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 06:47:39.693 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:47:39.693 INFO kablam! Aug 30 06:47:39.817 INFO kablam! error[E0308]: mismatched types Aug 30 06:47:39.817 INFO kablam! --> tests/system.rs:905:5 Aug 30 06:47:39.817 INFO kablam! | Aug 30 06:47:39.817 INFO kablam! 905 | assert_eq!(got.mtype, MatchType::Module); Aug 30 06:47:39.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 30 06:47:39.817 INFO kablam! | Aug 30 06:47:39.817 INFO kablam! = note: expected type `racer::core::MatchType` Aug 30 06:47:39.817 INFO kablam! found type `racer::MatchType` Aug 30 06:47:39.817 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 06:47:39.817 INFO kablam! --> tests/system.rs:905:5 Aug 30 06:47:39.817 INFO kablam! | Aug 30 06:47:39.817 INFO kablam! 905 | assert_eq!(got.mtype, MatchType::Module); Aug 30 06:47:39.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 06:47:39.817 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:47:39.817 INFO kablam! Aug 30 06:47:39.826 INFO kablam! error[E0308]: mismatched types Aug 30 06:47:39.827 INFO kablam! --> tests/system.rs:952:21 Aug 30 06:47:39.827 INFO kablam! | Aug 30 06:47:39.827 INFO kablam! 952 | ("foo", MatchType::Module) => has_module = true, Aug 30 06:47:39.827 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 30 06:47:39.827 INFO kablam! | Aug 30 06:47:39.827 INFO kablam! = note: expected type `racer::core::MatchType` Aug 30 06:47:39.827 INFO kablam! found type `racer::MatchType` Aug 30 06:47:39.827 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 06:47:39.827 INFO kablam! --> tests/system.rs:952:21 Aug 30 06:47:39.828 INFO kablam! | Aug 30 06:47:39.828 INFO kablam! 952 | ("foo", MatchType::Module) => has_module = true, Aug 30 06:47:39.828 INFO kablam! | ^^^^^^^^^^^^^^^^^ Aug 30 06:47:39.828 INFO kablam! Aug 30 06:47:39.828 INFO kablam! error[E0308]: mismatched types Aug 30 06:47:39.828 INFO kablam! --> tests/system.rs:953:21 Aug 30 06:47:39.828 INFO kablam! | Aug 30 06:47:39.828 INFO kablam! 953 | ("foo", MatchType::Function) => has_function = true, Aug 30 06:47:39.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 30 06:47:39.828 INFO kablam! | Aug 30 06:47:39.828 INFO kablam! = note: expected type `racer::core::MatchType` Aug 30 06:47:39.828 INFO kablam! found type `racer::MatchType` Aug 30 06:47:39.828 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 06:47:39.828 INFO kablam! --> tests/system.rs:953:21 Aug 30 06:47:39.828 INFO kablam! | Aug 30 06:47:39.828 INFO kablam! 953 | ("foo", MatchType::Function) => has_function = true, Aug 30 06:47:39.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Aug 30 06:47:39.829 INFO kablam! Aug 30 06:47:40.091 INFO kablam! error[E0308]: mismatched types Aug 30 06:47:40.091 INFO kablam! --> tests/system.rs:1572:5 Aug 30 06:47:40.091 INFO kablam! | Aug 30 06:47:40.091 INFO kablam! 1572 | assert_eq!(MatchType::Function, got.mtype); Aug 30 06:47:40.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Aug 30 06:47:40.092 INFO kablam! | Aug 30 06:47:40.092 INFO kablam! = note: expected type `racer::MatchType` Aug 30 06:47:40.092 INFO kablam! found type `racer::core::MatchType` Aug 30 06:47:40.092 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 06:47:40.092 INFO kablam! --> tests/system.rs:1572:5 Aug 30 06:47:40.092 INFO kablam! | Aug 30 06:47:40.092 INFO kablam! 1572 | assert_eq!(MatchType::Function, got.mtype); Aug 30 06:47:40.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 06:47:40.092 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:47:40.092 INFO kablam! Aug 30 06:47:40.421 INFO kablam! error[E0308]: mismatched types Aug 30 06:47:40.421 INFO kablam! --> tests/system.rs:2624:5 Aug 30 06:47:40.421 INFO kablam! | Aug 30 06:47:40.421 INFO kablam! 2624 | assert_eq!(got.mtype, MatchType::Function); Aug 30 06:47:40.421 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 30 06:47:40.421 INFO kablam! | Aug 30 06:47:40.421 INFO kablam! = note: expected type `racer::core::MatchType` Aug 30 06:47:40.421 INFO kablam! found type `racer::MatchType` Aug 30 06:47:40.421 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 06:47:40.421 INFO kablam! --> tests/system.rs:2624:5 Aug 30 06:47:40.422 INFO kablam! | Aug 30 06:47:40.422 INFO kablam! 2624 | assert_eq!(got.mtype, MatchType::Function); Aug 30 06:47:40.422 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 06:47:40.422 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:47:40.422 INFO kablam! Aug 30 06:47:40.552 INFO kablam! error[E0308]: mismatched types Aug 30 06:47:40.553 INFO kablam! --> tests/system.rs:2638:5 Aug 30 06:47:40.553 INFO kablam! | Aug 30 06:47:40.553 INFO kablam! 2638 | assert_eq!(MatchType::StructField, got.mtype); Aug 30 06:47:40.553 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Aug 30 06:47:40.553 INFO kablam! | Aug 30 06:47:40.553 INFO kablam! = note: expected type `racer::MatchType` Aug 30 06:47:40.553 INFO kablam! found type `racer::core::MatchType` Aug 30 06:47:40.553 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 06:47:40.553 INFO kablam! --> tests/system.rs:2638:5 Aug 30 06:47:40.553 INFO kablam! | Aug 30 06:47:40.553 INFO kablam! 2638 | assert_eq!(MatchType::StructField, got.mtype); Aug 30 06:47:40.553 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 06:47:40.553 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:47:40.553 INFO kablam! Aug 30 06:47:40.683 INFO kablam! error[E0308]: mismatched types Aug 30 06:47:40.683 INFO kablam! --> tests/system.rs:2652:5 Aug 30 06:47:40.683 INFO kablam! | Aug 30 06:47:40.683 INFO kablam! 2652 | assert_eq!(MatchType::Function, got.mtype); Aug 30 06:47:40.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Aug 30 06:47:40.683 INFO kablam! | Aug 30 06:47:40.683 INFO kablam! = note: expected type `racer::MatchType` Aug 30 06:47:40.683 INFO kablam! found type `racer::core::MatchType` Aug 30 06:47:40.683 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 06:47:40.683 INFO kablam! --> tests/system.rs:2652:5 Aug 30 06:47:40.683 INFO kablam! | Aug 30 06:47:40.683 INFO kablam! 2652 | assert_eq!(MatchType::Function, got.mtype); Aug 30 06:47:40.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 06:47:40.683 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:47:40.683 INFO kablam! Aug 30 06:47:40.908 INFO kablam! error[E0308]: mismatched types Aug 30 06:47:40.908 INFO kablam! --> tests/system.rs:2884:5 Aug 30 06:47:40.909 INFO kablam! | Aug 30 06:47:40.909 INFO kablam! 2884 | assert_eq!(MatchType::Struct, got.mtype); Aug 30 06:47:40.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Aug 30 06:47:40.909 INFO kablam! | Aug 30 06:47:40.909 INFO kablam! = note: expected type `racer::MatchType` Aug 30 06:47:40.909 INFO kablam! found type `racer::core::MatchType` Aug 30 06:47:40.909 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 06:47:40.909 INFO kablam! --> tests/system.rs:2884:5 Aug 30 06:47:40.909 INFO kablam! | Aug 30 06:47:40.909 INFO kablam! 2884 | assert_eq!(MatchType::Struct, got.mtype); Aug 30 06:47:40.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 06:47:40.909 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:47:40.909 INFO kablam! Aug 30 06:47:41.072 INFO kablam! error[E0308]: mismatched types Aug 30 06:47:41.073 INFO kablam! --> tests/system.rs:3176:5 Aug 30 06:47:41.073 INFO kablam! | Aug 30 06:47:41.073 INFO kablam! 3176 | assert_eq!(got.mtype, MatchType::Enum); Aug 30 06:47:41.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 30 06:47:41.073 INFO kablam! | Aug 30 06:47:41.073 INFO kablam! = note: expected type `racer::core::MatchType` Aug 30 06:47:41.073 INFO kablam! found type `racer::MatchType` Aug 30 06:47:41.073 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 06:47:41.073 INFO kablam! --> tests/system.rs:3176:5 Aug 30 06:47:41.073 INFO kablam! | Aug 30 06:47:41.073 INFO kablam! 3176 | assert_eq!(got.mtype, MatchType::Enum); Aug 30 06:47:41.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 06:47:41.074 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:47:41.074 INFO kablam! Aug 30 06:47:41.235 INFO kablam! error[E0308]: mismatched types Aug 30 06:47:41.235 INFO kablam! --> tests/system.rs:3496:5 Aug 30 06:47:41.235 INFO kablam! | Aug 30 06:47:41.235 INFO kablam! 3496 | assert_eq!(got.mtype, MatchType::Trait); Aug 30 06:47:41.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 30 06:47:41.235 INFO kablam! | Aug 30 06:47:41.235 INFO kablam! = note: expected type `racer::core::MatchType` Aug 30 06:47:41.235 INFO kablam! found type `racer::MatchType` Aug 30 06:47:41.235 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 06:47:41.235 INFO kablam! --> tests/system.rs:3496:5 Aug 30 06:47:41.235 INFO kablam! | Aug 30 06:47:41.235 INFO kablam! 3496 | assert_eq!(got.mtype, MatchType::Trait); Aug 30 06:47:41.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 06:47:41.235 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:47:41.235 INFO kablam! Aug 30 06:47:41.340 INFO kablam! error[E0308]: mismatched types Aug 30 06:47:41.340 INFO kablam! --> tests/system.rs:3520:5 Aug 30 06:47:41.340 INFO kablam! | Aug 30 06:47:41.340 INFO kablam! 3520 | assert_eq!(got.mtype, MatchType::Function); Aug 30 06:47:41.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 30 06:47:41.340 INFO kablam! | Aug 30 06:47:41.340 INFO kablam! = note: expected type `racer::core::MatchType` Aug 30 06:47:41.340 INFO kablam! found type `racer::MatchType` Aug 30 06:47:41.341 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 06:47:41.341 INFO kablam! --> tests/system.rs:3520:5 Aug 30 06:47:41.341 INFO kablam! | Aug 30 06:47:41.341 INFO kablam! 3520 | assert_eq!(got.mtype, MatchType::Function); Aug 30 06:47:41.341 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 06:47:41.341 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:47:41.341 INFO kablam! Aug 30 06:47:41.453 INFO kablam! error[E0308]: mismatched types Aug 30 06:47:41.453 INFO kablam! --> tests/system.rs:3543:5 Aug 30 06:47:41.453 INFO kablam! | Aug 30 06:47:41.453 INFO kablam! 3543 | assert_eq!(got.mtype, MatchType::Function); Aug 30 06:47:41.453 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 30 06:47:41.453 INFO kablam! | Aug 30 06:47:41.453 INFO kablam! = note: expected type `racer::core::MatchType` Aug 30 06:47:41.453 INFO kablam! found type `racer::MatchType` Aug 30 06:47:41.453 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 06:47:41.453 INFO kablam! --> tests/system.rs:3543:5 Aug 30 06:47:41.453 INFO kablam! | Aug 30 06:47:41.453 INFO kablam! 3543 | assert_eq!(got.mtype, MatchType::Function); Aug 30 06:47:41.453 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 06:47:41.453 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:47:41.453 INFO kablam! Aug 30 06:47:41.565 INFO kablam! error[E0308]: mismatched types Aug 30 06:47:41.566 INFO kablam! --> tests/system.rs:3567:5 Aug 30 06:47:41.566 INFO kablam! | Aug 30 06:47:41.566 INFO kablam! 3567 | assert_eq!(got.mtype, MatchType::Function); Aug 30 06:47:41.566 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 30 06:47:41.566 INFO kablam! | Aug 30 06:47:41.566 INFO kablam! = note: expected type `racer::core::MatchType` Aug 30 06:47:41.566 INFO kablam! found type `racer::MatchType` Aug 30 06:47:41.566 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 06:47:41.566 INFO kablam! --> tests/system.rs:3567:5 Aug 30 06:47:41.566 INFO kablam! | Aug 30 06:47:41.566 INFO kablam! 3567 | assert_eq!(got.mtype, MatchType::Function); Aug 30 06:47:41.566 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 06:47:41.566 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:47:41.566 INFO kablam! Aug 30 06:47:41.686 INFO kablam! error[E0308]: mismatched types Aug 30 06:47:41.686 INFO kablam! --> tests/system.rs:3586:5 Aug 30 06:47:41.686 INFO kablam! | Aug 30 06:47:41.686 INFO kablam! 3586 | assert_eq!(got.mtype, MatchType::Function); Aug 30 06:47:41.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 30 06:47:41.686 INFO kablam! | Aug 30 06:47:41.686 INFO kablam! = note: expected type `racer::core::MatchType` Aug 30 06:47:41.686 INFO kablam! found type `racer::MatchType` Aug 30 06:47:41.686 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 06:47:41.686 INFO kablam! --> tests/system.rs:3586:5 Aug 30 06:47:41.686 INFO kablam! | Aug 30 06:47:41.686 INFO kablam! 3586 | assert_eq!(got.mtype, MatchType::Function); Aug 30 06:47:41.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 06:47:41.686 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:47:41.686 INFO kablam! Aug 30 06:47:41.805 INFO kablam! error[E0308]: mismatched types Aug 30 06:47:41.805 INFO kablam! --> tests/system.rs:3610:5 Aug 30 06:47:41.805 INFO kablam! | Aug 30 06:47:41.805 INFO kablam! 3610 | assert_eq!(got.mtype, MatchType::Function); Aug 30 06:47:41.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 30 06:47:41.805 INFO kablam! | Aug 30 06:47:41.805 INFO kablam! = note: expected type `racer::core::MatchType` Aug 30 06:47:41.806 INFO kablam! found type `racer::MatchType` Aug 30 06:47:41.806 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 30 06:47:41.806 INFO kablam! --> tests/system.rs:3610:5 Aug 30 06:47:41.806 INFO kablam! | Aug 30 06:47:41.806 INFO kablam! 3610 | assert_eq!(got.mtype, MatchType::Function); Aug 30 06:47:41.806 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 06:47:41.806 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:47:41.806 INFO kablam! Aug 30 06:47:41.964 INFO kablam! error: aborting due to 17 previous errors Aug 30 06:47:41.964 INFO kablam! Aug 30 06:47:41.964 INFO kablam! Some errors occurred: E0277, E0308. Aug 30 06:47:41.964 INFO kablam! For more information about an error, try `rustc --explain E0277`. Aug 30 06:47:41.975 INFO kablam! error: Could not compile `racer`. Aug 30 06:47:41.975 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 06:47:43.683 INFO kablam! error: build failed Aug 30 06:47:43.685 INFO kablam! su: No module specific data is present Aug 30 06:47:44.129 INFO running `"docker" "rm" "-f" "303589988b8d46c08c23e650b20e9297e2759611037a8b55fb44447d7232a8e8"` Aug 30 06:47:44.240 INFO blam! 303589988b8d46c08c23e650b20e9297e2759611037a8b55fb44447d7232a8e8