Sep 06 01:59:31.317 INFO checking racer-2.1.5 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 01:59:31.317 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 01:59:31.317 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-4/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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=1000" "-e" "CMD=cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 01:59:31.518 INFO blam! 0c389fc3831821aadac2e37246aac605bccd964cde5b9c7c04b7faf7b9473b3b Sep 06 01:59:31.520 INFO running `"docker" "start" "-a" "0c389fc3831821aadac2e37246aac605bccd964cde5b9c7c04b7faf7b9473b3b"` Sep 06 01:59:32.242 INFO kablam! usermod: no changes Sep 06 01:59:32.484 INFO kablam! Compiling serde v1.0.76 Sep 06 01:59:32.502 INFO kablam! Compiling rustc-ap-rustc_target v237.0.0 Sep 06 01:59:32.514 INFO kablam! Compiling rustc-ap-syntax v237.0.0 Sep 06 01:59:32.514 INFO kablam! Checking rls-span v0.4.0 Sep 06 01:59:32.520 INFO kablam! Checking ena v0.9.3 Sep 06 01:59:32.521 INFO kablam! Checking rustc-ap-rustc_cratesio_shim v237.0.0 Sep 06 01:59:32.529 INFO kablam! Checking rustc-ap-serialize v237.0.0 Sep 06 01:59:32.531 INFO kablam! Compiling derive_more v0.11.0 Sep 06 01:59:40.521 INFO kablam! Checking rustc-ap-rustc_data_structures v237.0.0 Sep 06 01:59:51.386 INFO kablam! Checking rustc-ap-arena v237.0.0 Sep 06 01:59:52.262 INFO kablam! Checking rustc-ap-syntax_pos v237.0.0 Sep 06 01:59:54.206 INFO kablam! Checking rustc-ap-rustc_errors v237.0.0 Sep 06 01:59:54.705 INFO kablam! Checking serde_json v1.0.26 Sep 06 01:59:54.705 INFO kablam! Checking racer-interner v0.1.0 Sep 06 01:59:57.626 INFO kablam! Checking racer-cargo-metadata v0.1.0 Sep 06 02:00:12.941 INFO kablam! Checking racer v2.1.5 Sep 06 02:00:12.941 INFO kablam! Checking racer v2.1.5 (file:///source) Sep 06 02:00:16.846 INFO kablam! Checking racer-testutils v0.1.0 Sep 06 02:00:20.257 INFO kablam! error[E0277]: the trait bound `racer::Location: std::convert::From` is not satisfied Sep 06 02:00:20.257 INFO kablam! --> tests/system.rs:150:15 Sep 06 02:00:20.257 INFO kablam! | Sep 06 02:00:20.257 INFO kablam! 150 | let got = complete_from_file(&path, pos, &session).nth(0).unwrap(); Sep 06 02:00:20.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `racer::Location` Sep 06 02:00:20.257 INFO kablam! | Sep 06 02:00:20.257 INFO kablam! = help: the following implementations were found: Sep 06 02:00:20.257 INFO kablam! > Sep 06 02:00:20.257 INFO kablam! > Sep 06 02:00:20.257 INFO kablam! > Sep 06 02:00:20.257 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `racer::core::BytePos` Sep 06 02:00:20.257 INFO kablam! = note: required by `racer::complete_from_file` Sep 06 02:00:20.257 INFO kablam! Sep 06 02:00:20.505 INFO kablam! error[E0308]: mismatched types Sep 06 02:00:20.505 INFO kablam! --> tests/system.rs:844:5 Sep 06 02:00:20.505 INFO kablam! | Sep 06 02:00:20.505 INFO kablam! 844 | assert_eq!(got.coords, Some(Coordinate::new(10, 19))); Sep 06 02:00:20.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `racer::core::Coordinate`, found struct `racer::Coordinate` Sep 06 02:00:20.505 INFO kablam! | Sep 06 02:00:20.505 INFO kablam! = note: expected type `std::option::Option` Sep 06 02:00:20.505 INFO kablam! found type `std::option::Option` Sep 06 02:00:20.505 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 06 02:00:20.505 INFO kablam! --> tests/system.rs:844:5 Sep 06 02:00:20.505 INFO kablam! | Sep 06 02:00:20.505 INFO kablam! 844 | assert_eq!(got.coords, Some(Coordinate::new(10, 19))); Sep 06 02:00:20.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 02:00:20.506 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) Sep 06 02:00:20.506 INFO kablam! Sep 06 02:00:20.600 INFO kablam! error[E0308]: mismatched types Sep 06 02:00:20.600 INFO kablam! --> tests/system.rs:905:5 Sep 06 02:00:20.600 INFO kablam! | Sep 06 02:00:20.600 INFO kablam! 905 | assert_eq!(got.mtype, MatchType::Module); Sep 06 02:00:20.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 06 02:00:20.600 INFO kablam! | Sep 06 02:00:20.600 INFO kablam! = note: expected type `racer::core::MatchType` Sep 06 02:00:20.600 INFO kablam! found type `racer::MatchType` Sep 06 02:00:20.600 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 06 02:00:20.600 INFO kablam! --> tests/system.rs:905:5 Sep 06 02:00:20.600 INFO kablam! | Sep 06 02:00:20.601 INFO kablam! 905 | assert_eq!(got.mtype, MatchType::Module); Sep 06 02:00:20.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 02:00:20.601 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) Sep 06 02:00:20.601 INFO kablam! Sep 06 02:00:20.607 INFO kablam! error[E0308]: mismatched types Sep 06 02:00:20.607 INFO kablam! --> tests/system.rs:952:21 Sep 06 02:00:20.607 INFO kablam! | Sep 06 02:00:20.607 INFO kablam! 952 | ("foo", MatchType::Module) => has_module = true, Sep 06 02:00:20.607 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 06 02:00:20.607 INFO kablam! | Sep 06 02:00:20.607 INFO kablam! = note: expected type `racer::core::MatchType` Sep 06 02:00:20.607 INFO kablam! found type `racer::MatchType` Sep 06 02:00:20.608 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 06 02:00:20.608 INFO kablam! --> tests/system.rs:952:21 Sep 06 02:00:20.608 INFO kablam! | Sep 06 02:00:20.608 INFO kablam! 952 | ("foo", MatchType::Module) => has_module = true, Sep 06 02:00:20.608 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 06 02:00:20.608 INFO kablam! Sep 06 02:00:20.608 INFO kablam! error[E0308]: mismatched types Sep 06 02:00:20.608 INFO kablam! --> tests/system.rs:953:21 Sep 06 02:00:20.608 INFO kablam! | Sep 06 02:00:20.608 INFO kablam! 953 | ("foo", MatchType::Function) => has_function = true, Sep 06 02:00:20.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 06 02:00:20.608 INFO kablam! | Sep 06 02:00:20.608 INFO kablam! = note: expected type `racer::core::MatchType` Sep 06 02:00:20.608 INFO kablam! found type `racer::MatchType` Sep 06 02:00:20.608 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 06 02:00:20.608 INFO kablam! --> tests/system.rs:953:21 Sep 06 02:00:20.608 INFO kablam! | Sep 06 02:00:20.608 INFO kablam! 953 | ("foo", MatchType::Function) => has_function = true, Sep 06 02:00:20.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 06 02:00:20.608 INFO kablam! Sep 06 02:00:20.766 INFO kablam! error[E0308]: mismatched types Sep 06 02:00:20.766 INFO kablam! --> tests/system.rs:1572:5 Sep 06 02:00:20.766 INFO kablam! | Sep 06 02:00:20.766 INFO kablam! 1572 | assert_eq!(MatchType::Function, got.mtype); Sep 06 02:00:20.766 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 06 02:00:20.766 INFO kablam! | Sep 06 02:00:20.766 INFO kablam! = note: expected type `racer::MatchType` Sep 06 02:00:20.766 INFO kablam! found type `racer::core::MatchType` Sep 06 02:00:20.766 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 06 02:00:20.766 INFO kablam! --> tests/system.rs:1572:5 Sep 06 02:00:20.766 INFO kablam! | Sep 06 02:00:20.766 INFO kablam! 1572 | assert_eq!(MatchType::Function, got.mtype); Sep 06 02:00:20.766 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 02:00:20.766 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) Sep 06 02:00:20.766 INFO kablam! Sep 06 02:00:20.945 INFO kablam! error[E0308]: mismatched types Sep 06 02:00:20.945 INFO kablam! --> tests/system.rs:2624:5 Sep 06 02:00:20.945 INFO kablam! | Sep 06 02:00:20.945 INFO kablam! 2624 | assert_eq!(got.mtype, MatchType::Function); Sep 06 02:00:20.945 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 06 02:00:20.945 INFO kablam! | Sep 06 02:00:20.945 INFO kablam! = note: expected type `racer::core::MatchType` Sep 06 02:00:20.945 INFO kablam! found type `racer::MatchType` Sep 06 02:00:20.945 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 06 02:00:20.945 INFO kablam! --> tests/system.rs:2624:5 Sep 06 02:00:20.945 INFO kablam! | Sep 06 02:00:20.945 INFO kablam! 2624 | assert_eq!(got.mtype, MatchType::Function); Sep 06 02:00:20.945 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 02:00:20.945 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) Sep 06 02:00:20.945 INFO kablam! Sep 06 02:00:21.020 INFO kablam! error[E0308]: mismatched types Sep 06 02:00:21.020 INFO kablam! --> tests/system.rs:2638:5 Sep 06 02:00:21.020 INFO kablam! | Sep 06 02:00:21.020 INFO kablam! 2638 | assert_eq!(MatchType::StructField, got.mtype); Sep 06 02:00:21.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 06 02:00:21.020 INFO kablam! | Sep 06 02:00:21.020 INFO kablam! = note: expected type `racer::MatchType` Sep 06 02:00:21.020 INFO kablam! found type `racer::core::MatchType` Sep 06 02:00:21.020 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 06 02:00:21.020 INFO kablam! --> tests/system.rs:2638:5 Sep 06 02:00:21.020 INFO kablam! | Sep 06 02:00:21.020 INFO kablam! 2638 | assert_eq!(MatchType::StructField, got.mtype); Sep 06 02:00:21.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 02:00:21.020 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) Sep 06 02:00:21.020 INFO kablam! Sep 06 02:00:21.098 INFO kablam! error[E0308]: mismatched types Sep 06 02:00:21.098 INFO kablam! --> tests/system.rs:2652:5 Sep 06 02:00:21.099 INFO kablam! | Sep 06 02:00:21.099 INFO kablam! 2652 | assert_eq!(MatchType::Function, got.mtype); Sep 06 02:00:21.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 06 02:00:21.099 INFO kablam! | Sep 06 02:00:21.099 INFO kablam! = note: expected type `racer::MatchType` Sep 06 02:00:21.099 INFO kablam! found type `racer::core::MatchType` Sep 06 02:00:21.099 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 06 02:00:21.099 INFO kablam! --> tests/system.rs:2652:5 Sep 06 02:00:21.099 INFO kablam! | Sep 06 02:00:21.099 INFO kablam! 2652 | assert_eq!(MatchType::Function, got.mtype); Sep 06 02:00:21.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 02:00:21.099 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) Sep 06 02:00:21.099 INFO kablam! Sep 06 02:00:21.206 INFO kablam! error[E0308]: mismatched types Sep 06 02:00:21.206 INFO kablam! --> tests/system.rs:2884:5 Sep 06 02:00:21.206 INFO kablam! | Sep 06 02:00:21.206 INFO kablam! 2884 | assert_eq!(MatchType::Struct, got.mtype); Sep 06 02:00:21.206 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 06 02:00:21.206 INFO kablam! | Sep 06 02:00:21.206 INFO kablam! = note: expected type `racer::MatchType` Sep 06 02:00:21.206 INFO kablam! found type `racer::core::MatchType` Sep 06 02:00:21.206 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 06 02:00:21.206 INFO kablam! --> tests/system.rs:2884:5 Sep 06 02:00:21.206 INFO kablam! | Sep 06 02:00:21.206 INFO kablam! 2884 | assert_eq!(MatchType::Struct, got.mtype); Sep 06 02:00:21.206 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 02:00:21.206 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) Sep 06 02:00:21.206 INFO kablam! Sep 06 02:00:21.324 INFO kablam! error[E0308]: mismatched types Sep 06 02:00:21.324 INFO kablam! --> tests/system.rs:3176:5 Sep 06 02:00:21.324 INFO kablam! | Sep 06 02:00:21.324 INFO kablam! 3176 | assert_eq!(got.mtype, MatchType::Enum); Sep 06 02:00:21.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 06 02:00:21.324 INFO kablam! | Sep 06 02:00:21.324 INFO kablam! = note: expected type `racer::core::MatchType` Sep 06 02:00:21.324 INFO kablam! found type `racer::MatchType` Sep 06 02:00:21.324 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 06 02:00:21.324 INFO kablam! --> tests/system.rs:3176:5 Sep 06 02:00:21.324 INFO kablam! | Sep 06 02:00:21.324 INFO kablam! 3176 | assert_eq!(got.mtype, MatchType::Enum); Sep 06 02:00:21.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 02:00:21.324 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) Sep 06 02:00:21.324 INFO kablam! Sep 06 02:00:21.454 INFO kablam! error[E0308]: mismatched types Sep 06 02:00:21.454 INFO kablam! --> tests/system.rs:3496:5 Sep 06 02:00:21.454 INFO kablam! | Sep 06 02:00:21.454 INFO kablam! 3496 | assert_eq!(got.mtype, MatchType::Trait); Sep 06 02:00:21.454 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 06 02:00:21.454 INFO kablam! | Sep 06 02:00:21.454 INFO kablam! = note: expected type `racer::core::MatchType` Sep 06 02:00:21.454 INFO kablam! found type `racer::MatchType` Sep 06 02:00:21.454 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 06 02:00:21.454 INFO kablam! --> tests/system.rs:3496:5 Sep 06 02:00:21.454 INFO kablam! | Sep 06 02:00:21.454 INFO kablam! 3496 | assert_eq!(got.mtype, MatchType::Trait); Sep 06 02:00:21.454 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 02:00:21.454 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) Sep 06 02:00:21.454 INFO kablam! Sep 06 02:00:21.519 INFO kablam! error[E0308]: mismatched types Sep 06 02:00:21.519 INFO kablam! --> tests/system.rs:3520:5 Sep 06 02:00:21.519 INFO kablam! | Sep 06 02:00:21.519 INFO kablam! 3520 | assert_eq!(got.mtype, MatchType::Function); Sep 06 02:00:21.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 06 02:00:21.519 INFO kablam! | Sep 06 02:00:21.519 INFO kablam! = note: expected type `racer::core::MatchType` Sep 06 02:00:21.519 INFO kablam! found type `racer::MatchType` Sep 06 02:00:21.519 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 06 02:00:21.519 INFO kablam! --> tests/system.rs:3520:5 Sep 06 02:00:21.519 INFO kablam! | Sep 06 02:00:21.519 INFO kablam! 3520 | assert_eq!(got.mtype, MatchType::Function); Sep 06 02:00:21.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 02:00:21.519 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) Sep 06 02:00:21.519 INFO kablam! Sep 06 02:00:21.585 INFO kablam! error[E0308]: mismatched types Sep 06 02:00:21.585 INFO kablam! --> tests/system.rs:3543:5 Sep 06 02:00:21.585 INFO kablam! | Sep 06 02:00:21.585 INFO kablam! 3543 | assert_eq!(got.mtype, MatchType::Function); Sep 06 02:00:21.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 06 02:00:21.585 INFO kablam! | Sep 06 02:00:21.585 INFO kablam! = note: expected type `racer::core::MatchType` Sep 06 02:00:21.585 INFO kablam! found type `racer::MatchType` Sep 06 02:00:21.585 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 06 02:00:21.585 INFO kablam! --> tests/system.rs:3543:5 Sep 06 02:00:21.585 INFO kablam! | Sep 06 02:00:21.585 INFO kablam! 3543 | assert_eq!(got.mtype, MatchType::Function); Sep 06 02:00:21.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 02:00:21.585 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) Sep 06 02:00:21.585 INFO kablam! Sep 06 02:00:21.653 INFO kablam! error[E0308]: mismatched types Sep 06 02:00:21.653 INFO kablam! --> tests/system.rs:3567:5 Sep 06 02:00:21.653 INFO kablam! | Sep 06 02:00:21.653 INFO kablam! 3567 | assert_eq!(got.mtype, MatchType::Function); Sep 06 02:00:21.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 06 02:00:21.654 INFO kablam! | Sep 06 02:00:21.654 INFO kablam! = note: expected type `racer::core::MatchType` Sep 06 02:00:21.654 INFO kablam! found type `racer::MatchType` Sep 06 02:00:21.654 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 06 02:00:21.654 INFO kablam! --> tests/system.rs:3567:5 Sep 06 02:00:21.654 INFO kablam! | Sep 06 02:00:21.654 INFO kablam! 3567 | assert_eq!(got.mtype, MatchType::Function); Sep 06 02:00:21.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 02:00:21.654 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) Sep 06 02:00:21.654 INFO kablam! Sep 06 02:00:21.728 INFO kablam! error[E0308]: mismatched types Sep 06 02:00:21.728 INFO kablam! --> tests/system.rs:3586:5 Sep 06 02:00:21.728 INFO kablam! | Sep 06 02:00:21.728 INFO kablam! 3586 | assert_eq!(got.mtype, MatchType::Function); Sep 06 02:00:21.729 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 06 02:00:21.729 INFO kablam! | Sep 06 02:00:21.729 INFO kablam! = note: expected type `racer::core::MatchType` Sep 06 02:00:21.729 INFO kablam! found type `racer::MatchType` Sep 06 02:00:21.729 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 06 02:00:21.729 INFO kablam! --> tests/system.rs:3586:5 Sep 06 02:00:21.729 INFO kablam! | Sep 06 02:00:21.729 INFO kablam! 3586 | assert_eq!(got.mtype, MatchType::Function); Sep 06 02:00:21.729 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 02:00:21.729 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) Sep 06 02:00:21.729 INFO kablam! Sep 06 02:00:21.829 INFO kablam! error[E0308]: mismatched types Sep 06 02:00:21.829 INFO kablam! --> tests/system.rs:3610:5 Sep 06 02:00:21.829 INFO kablam! | Sep 06 02:00:21.829 INFO kablam! 3610 | assert_eq!(got.mtype, MatchType::Function); Sep 06 02:00:21.829 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 06 02:00:21.829 INFO kablam! | Sep 06 02:00:21.829 INFO kablam! = note: expected type `racer::core::MatchType` Sep 06 02:00:21.829 INFO kablam! found type `racer::MatchType` Sep 06 02:00:21.830 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 06 02:00:21.830 INFO kablam! --> tests/system.rs:3610:5 Sep 06 02:00:21.830 INFO kablam! | Sep 06 02:00:21.830 INFO kablam! 3610 | assert_eq!(got.mtype, MatchType::Function); Sep 06 02:00:21.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 02:00:21.830 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) Sep 06 02:00:21.830 INFO kablam! Sep 06 02:00:21.921 INFO kablam! error: aborting due to 17 previous errors Sep 06 02:00:21.921 INFO kablam! Sep 06 02:00:21.921 INFO kablam! Some errors occurred: E0277, E0308. Sep 06 02:00:21.921 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 06 02:00:21.931 INFO kablam! error: Could not compile `racer`. Sep 06 02:00:21.931 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 02:00:22.660 INFO kablam! error: build failed Sep 06 02:00:22.662 INFO kablam! su: No module specific data is present Sep 06 02:00:23.091 INFO running `"docker" "rm" "-f" "0c389fc3831821aadac2e37246aac605bccd964cde5b9c7c04b7faf7b9473b3b"` Sep 06 02:00:23.187 INFO blam! 0c389fc3831821aadac2e37246aac605bccd964cde5b9c7c04b7faf7b9473b3b