Sep 04 07:08:30.174 INFO checking racer-2.1.5 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 07:08:30.174 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 07:08:30.174 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 07:08:30.324 INFO blam! 304198084b3ba4dadb75b107e09ccc5bdbf7e87b5c3dcd2576854e9e683d28d1 Sep 04 07:08:30.326 INFO running `"docker" "start" "-a" "304198084b3ba4dadb75b107e09ccc5bdbf7e87b5c3dcd2576854e9e683d28d1"` Sep 04 07:08:31.391 INFO kablam! Compiling rustc-ap-rustc_target v237.0.0 Sep 04 07:08:31.391 INFO kablam! Compiling rustc-ap-syntax v237.0.0 Sep 04 07:08:31.399 INFO kablam! Checking rustc-ap-rustc_cratesio_shim v237.0.0 Sep 04 07:08:31.399 INFO kablam! Checking smallvec v0.6.5 Sep 04 07:08:31.404 INFO kablam! Compiling derive_more v0.11.0 Sep 04 07:08:31.405 INFO kablam! Checking racer-cargo-metadata v0.1.0 Sep 04 07:08:34.048 INFO kablam! Checking parking_lot_core v0.2.14 Sep 04 07:08:34.049 INFO kablam! Checking rustc-ap-serialize v237.0.0 Sep 04 07:08:35.475 INFO kablam! Checking parking_lot v0.5.5 Sep 04 07:08:39.902 INFO kablam! Checking rustc-ap-rustc_data_structures v237.0.0 Sep 04 07:08:47.002 INFO kablam! Checking rustc-ap-arena v237.0.0 Sep 04 07:08:48.516 INFO kablam! Checking rustc-ap-syntax_pos v237.0.0 Sep 04 07:08:51.887 INFO kablam! Checking rustc-ap-rustc_errors v237.0.0 Sep 04 07:09:20.666 INFO kablam! Checking racer v2.1.5 Sep 04 07:09:20.666 INFO kablam! Checking racer v2.1.5 (file:///source) Sep 04 07:09:29.054 INFO kablam! Checking racer-testutils v0.1.0 Sep 04 07:09:36.647 INFO kablam! error[E0277]: the trait bound `racer::Location: std::convert::From` is not satisfied Sep 04 07:09:36.647 INFO kablam! --> tests/system.rs:150:15 Sep 04 07:09:36.647 INFO kablam! | Sep 04 07:09:36.647 INFO kablam! 150 | let got = complete_from_file(&path, pos, &session).nth(0).unwrap(); Sep 04 07:09:36.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `racer::Location` Sep 04 07:09:36.647 INFO kablam! | Sep 04 07:09:36.647 INFO kablam! = help: the following implementations were found: Sep 04 07:09:36.647 INFO kablam! > Sep 04 07:09:36.647 INFO kablam! > Sep 04 07:09:36.647 INFO kablam! > Sep 04 07:09:36.647 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `racer::core::BytePos` Sep 04 07:09:36.647 INFO kablam! = note: required by `racer::complete_from_file` Sep 04 07:09:36.647 INFO kablam! Sep 04 07:09:37.118 INFO kablam! error[E0308]: mismatched types Sep 04 07:09:37.118 INFO kablam! --> tests/system.rs:844:5 Sep 04 07:09:37.119 INFO kablam! | Sep 04 07:09:37.119 INFO kablam! 844 | assert_eq!(got.coords, Some(Coordinate::new(10, 19))); Sep 04 07:09:37.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `racer::core::Coordinate`, found struct `racer::Coordinate` Sep 04 07:09:37.119 INFO kablam! | Sep 04 07:09:37.119 INFO kablam! = note: expected type `std::option::Option` Sep 04 07:09:37.119 INFO kablam! found type `std::option::Option` Sep 04 07:09:37.119 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 04 07:09:37.119 INFO kablam! --> tests/system.rs:844:5 Sep 04 07:09:37.119 INFO kablam! | Sep 04 07:09:37.119 INFO kablam! 844 | assert_eq!(got.coords, Some(Coordinate::new(10, 19))); Sep 04 07:09:37.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:09:37.119 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 04 07:09:37.119 INFO kablam! Sep 04 07:09:37.257 INFO kablam! error[E0308]: mismatched types Sep 04 07:09:37.257 INFO kablam! --> tests/system.rs:905:5 Sep 04 07:09:37.257 INFO kablam! | Sep 04 07:09:37.257 INFO kablam! 905 | assert_eq!(got.mtype, MatchType::Module); Sep 04 07:09:37.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 04 07:09:37.257 INFO kablam! | Sep 04 07:09:37.257 INFO kablam! = note: expected type `racer::core::MatchType` Sep 04 07:09:37.257 INFO kablam! found type `racer::MatchType` Sep 04 07:09:37.257 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 04 07:09:37.257 INFO kablam! --> tests/system.rs:905:5 Sep 04 07:09:37.257 INFO kablam! | Sep 04 07:09:37.257 INFO kablam! 905 | assert_eq!(got.mtype, MatchType::Module); Sep 04 07:09:37.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:09:37.258 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 04 07:09:37.258 INFO kablam! Sep 04 07:09:37.268 INFO kablam! error[E0308]: mismatched types Sep 04 07:09:37.268 INFO kablam! --> tests/system.rs:952:21 Sep 04 07:09:37.269 INFO kablam! | Sep 04 07:09:37.269 INFO kablam! 952 | ("foo", MatchType::Module) => has_module = true, Sep 04 07:09:37.269 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 04 07:09:37.269 INFO kablam! | Sep 04 07:09:37.269 INFO kablam! = note: expected type `racer::core::MatchType` Sep 04 07:09:37.269 INFO kablam! found type `racer::MatchType` Sep 04 07:09:37.269 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 04 07:09:37.269 INFO kablam! --> tests/system.rs:952:21 Sep 04 07:09:37.269 INFO kablam! | Sep 04 07:09:37.269 INFO kablam! 952 | ("foo", MatchType::Module) => has_module = true, Sep 04 07:09:37.269 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 07:09:37.269 INFO kablam! Sep 04 07:09:37.269 INFO kablam! error[E0308]: mismatched types Sep 04 07:09:37.269 INFO kablam! --> tests/system.rs:953:21 Sep 04 07:09:37.269 INFO kablam! | Sep 04 07:09:37.269 INFO kablam! 953 | ("foo", MatchType::Function) => has_function = true, Sep 04 07:09:37.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 04 07:09:37.269 INFO kablam! | Sep 04 07:09:37.269 INFO kablam! = note: expected type `racer::core::MatchType` Sep 04 07:09:37.269 INFO kablam! found type `racer::MatchType` Sep 04 07:09:37.269 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 04 07:09:37.269 INFO kablam! --> tests/system.rs:953:21 Sep 04 07:09:37.269 INFO kablam! | Sep 04 07:09:37.269 INFO kablam! 953 | ("foo", MatchType::Function) => has_function = true, Sep 04 07:09:37.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 07:09:37.270 INFO kablam! Sep 04 07:09:37.529 INFO kablam! error[E0308]: mismatched types Sep 04 07:09:37.529 INFO kablam! --> tests/system.rs:1572:5 Sep 04 07:09:37.529 INFO kablam! | Sep 04 07:09:37.529 INFO kablam! 1572 | assert_eq!(MatchType::Function, got.mtype); Sep 04 07:09:37.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 04 07:09:37.529 INFO kablam! | Sep 04 07:09:37.529 INFO kablam! = note: expected type `racer::MatchType` Sep 04 07:09:37.529 INFO kablam! found type `racer::core::MatchType` Sep 04 07:09:37.529 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 04 07:09:37.529 INFO kablam! --> tests/system.rs:1572:5 Sep 04 07:09:37.529 INFO kablam! | Sep 04 07:09:37.529 INFO kablam! 1572 | assert_eq!(MatchType::Function, got.mtype); Sep 04 07:09:37.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:09:37.529 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 04 07:09:37.529 INFO kablam! Sep 04 07:09:37.925 INFO kablam! error[E0308]: mismatched types Sep 04 07:09:37.926 INFO kablam! --> tests/system.rs:2624:5 Sep 04 07:09:37.926 INFO kablam! | Sep 04 07:09:37.926 INFO kablam! 2624 | assert_eq!(got.mtype, MatchType::Function); Sep 04 07:09:37.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 04 07:09:37.926 INFO kablam! | Sep 04 07:09:37.926 INFO kablam! = note: expected type `racer::core::MatchType` Sep 04 07:09:37.926 INFO kablam! found type `racer::MatchType` Sep 04 07:09:37.926 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 04 07:09:37.926 INFO kablam! --> tests/system.rs:2624:5 Sep 04 07:09:37.926 INFO kablam! | Sep 04 07:09:37.926 INFO kablam! 2624 | assert_eq!(got.mtype, MatchType::Function); Sep 04 07:09:37.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:09:37.926 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 04 07:09:37.926 INFO kablam! Sep 04 07:09:38.040 INFO kablam! error[E0308]: mismatched types Sep 04 07:09:38.040 INFO kablam! --> tests/system.rs:2638:5 Sep 04 07:09:38.040 INFO kablam! | Sep 04 07:09:38.040 INFO kablam! 2638 | assert_eq!(MatchType::StructField, got.mtype); Sep 04 07:09:38.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 04 07:09:38.040 INFO kablam! | Sep 04 07:09:38.040 INFO kablam! = note: expected type `racer::MatchType` Sep 04 07:09:38.040 INFO kablam! found type `racer::core::MatchType` Sep 04 07:09:38.040 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 04 07:09:38.040 INFO kablam! --> tests/system.rs:2638:5 Sep 04 07:09:38.041 INFO kablam! | Sep 04 07:09:38.041 INFO kablam! 2638 | assert_eq!(MatchType::StructField, got.mtype); Sep 04 07:09:38.041 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:09:38.041 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 04 07:09:38.041 INFO kablam! Sep 04 07:09:38.132 INFO kablam! error[E0308]: mismatched types Sep 04 07:09:38.132 INFO kablam! --> tests/system.rs:2652:5 Sep 04 07:09:38.132 INFO kablam! | Sep 04 07:09:38.132 INFO kablam! 2652 | assert_eq!(MatchType::Function, got.mtype); Sep 04 07:09:38.132 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 04 07:09:38.132 INFO kablam! | Sep 04 07:09:38.132 INFO kablam! = note: expected type `racer::MatchType` Sep 04 07:09:38.132 INFO kablam! found type `racer::core::MatchType` Sep 04 07:09:38.132 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 04 07:09:38.132 INFO kablam! --> tests/system.rs:2652:5 Sep 04 07:09:38.132 INFO kablam! | Sep 04 07:09:38.132 INFO kablam! 2652 | assert_eq!(MatchType::Function, got.mtype); Sep 04 07:09:38.132 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:09:38.132 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 04 07:09:38.133 INFO kablam! Sep 04 07:09:38.322 INFO kablam! error[E0308]: mismatched types Sep 04 07:09:38.322 INFO kablam! --> tests/system.rs:2884:5 Sep 04 07:09:38.322 INFO kablam! | Sep 04 07:09:38.322 INFO kablam! 2884 | assert_eq!(MatchType::Struct, got.mtype); Sep 04 07:09:38.322 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 04 07:09:38.322 INFO kablam! | Sep 04 07:09:38.323 INFO kablam! = note: expected type `racer::MatchType` Sep 04 07:09:38.323 INFO kablam! found type `racer::core::MatchType` Sep 04 07:09:38.323 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 04 07:09:38.323 INFO kablam! --> tests/system.rs:2884:5 Sep 04 07:09:38.323 INFO kablam! | Sep 04 07:09:38.323 INFO kablam! 2884 | assert_eq!(MatchType::Struct, got.mtype); Sep 04 07:09:38.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:09:38.323 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 04 07:09:38.323 INFO kablam! Sep 04 07:09:38.496 INFO kablam! error[E0308]: mismatched types Sep 04 07:09:38.496 INFO kablam! --> tests/system.rs:3176:5 Sep 04 07:09:38.496 INFO kablam! | Sep 04 07:09:38.496 INFO kablam! 3176 | assert_eq!(got.mtype, MatchType::Enum); Sep 04 07:09:38.496 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 04 07:09:38.496 INFO kablam! | Sep 04 07:09:38.496 INFO kablam! = note: expected type `racer::core::MatchType` Sep 04 07:09:38.496 INFO kablam! found type `racer::MatchType` Sep 04 07:09:38.496 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 04 07:09:38.496 INFO kablam! --> tests/system.rs:3176:5 Sep 04 07:09:38.496 INFO kablam! | Sep 04 07:09:38.496 INFO kablam! 3176 | assert_eq!(got.mtype, MatchType::Enum); Sep 04 07:09:38.496 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:09:38.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) Sep 04 07:09:38.496 INFO kablam! Sep 04 07:09:38.699 INFO kablam! error[E0308]: mismatched types Sep 04 07:09:38.699 INFO kablam! --> tests/system.rs:3496:5 Sep 04 07:09:38.699 INFO kablam! | Sep 04 07:09:38.699 INFO kablam! 3496 | assert_eq!(got.mtype, MatchType::Trait); Sep 04 07:09:38.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 04 07:09:38.699 INFO kablam! | Sep 04 07:09:38.699 INFO kablam! = note: expected type `racer::core::MatchType` Sep 04 07:09:38.699 INFO kablam! found type `racer::MatchType` Sep 04 07:09:38.700 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 04 07:09:38.700 INFO kablam! --> tests/system.rs:3496:5 Sep 04 07:09:38.700 INFO kablam! | Sep 04 07:09:38.700 INFO kablam! 3496 | assert_eq!(got.mtype, MatchType::Trait); Sep 04 07:09:38.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:09:38.700 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 04 07:09:38.700 INFO kablam! Sep 04 07:09:38.837 INFO kablam! error[E0308]: mismatched types Sep 04 07:09:38.837 INFO kablam! --> tests/system.rs:3520:5 Sep 04 07:09:38.837 INFO kablam! | Sep 04 07:09:38.837 INFO kablam! 3520 | assert_eq!(got.mtype, MatchType::Function); Sep 04 07:09:38.837 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 04 07:09:38.837 INFO kablam! | Sep 04 07:09:38.838 INFO kablam! = note: expected type `racer::core::MatchType` Sep 04 07:09:38.838 INFO kablam! found type `racer::MatchType` Sep 04 07:09:38.838 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 04 07:09:38.838 INFO kablam! --> tests/system.rs:3520:5 Sep 04 07:09:38.838 INFO kablam! | Sep 04 07:09:38.838 INFO kablam! 3520 | assert_eq!(got.mtype, MatchType::Function); Sep 04 07:09:38.838 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:09:38.838 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 04 07:09:38.838 INFO kablam! Sep 04 07:09:38.951 INFO kablam! error[E0308]: mismatched types Sep 04 07:09:38.951 INFO kablam! --> tests/system.rs:3543:5 Sep 04 07:09:38.951 INFO kablam! | Sep 04 07:09:38.951 INFO kablam! 3543 | assert_eq!(got.mtype, MatchType::Function); Sep 04 07:09:38.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 04 07:09:38.951 INFO kablam! | Sep 04 07:09:38.951 INFO kablam! = note: expected type `racer::core::MatchType` Sep 04 07:09:38.951 INFO kablam! found type `racer::MatchType` Sep 04 07:09:38.951 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 04 07:09:38.951 INFO kablam! --> tests/system.rs:3543:5 Sep 04 07:09:38.951 INFO kablam! | Sep 04 07:09:38.951 INFO kablam! 3543 | assert_eq!(got.mtype, MatchType::Function); Sep 04 07:09:38.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:09:38.951 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 04 07:09:38.952 INFO kablam! Sep 04 07:09:39.082 INFO kablam! error[E0308]: mismatched types Sep 04 07:09:39.082 INFO kablam! --> tests/system.rs:3567:5 Sep 04 07:09:39.082 INFO kablam! | Sep 04 07:09:39.082 INFO kablam! 3567 | assert_eq!(got.mtype, MatchType::Function); Sep 04 07:09:39.082 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 04 07:09:39.082 INFO kablam! | Sep 04 07:09:39.083 INFO kablam! = note: expected type `racer::core::MatchType` Sep 04 07:09:39.083 INFO kablam! found type `racer::MatchType` Sep 04 07:09:39.083 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 04 07:09:39.083 INFO kablam! --> tests/system.rs:3567:5 Sep 04 07:09:39.083 INFO kablam! | Sep 04 07:09:39.083 INFO kablam! 3567 | assert_eq!(got.mtype, MatchType::Function); Sep 04 07:09:39.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:09:39.083 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 04 07:09:39.083 INFO kablam! Sep 04 07:09:39.254 INFO kablam! error[E0308]: mismatched types Sep 04 07:09:39.254 INFO kablam! --> tests/system.rs:3586:5 Sep 04 07:09:39.254 INFO kablam! | Sep 04 07:09:39.254 INFO kablam! 3586 | assert_eq!(got.mtype, MatchType::Function); Sep 04 07:09:39.254 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 04 07:09:39.254 INFO kablam! | Sep 04 07:09:39.254 INFO kablam! = note: expected type `racer::core::MatchType` Sep 04 07:09:39.254 INFO kablam! found type `racer::MatchType` Sep 04 07:09:39.254 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 04 07:09:39.254 INFO kablam! --> tests/system.rs:3586:5 Sep 04 07:09:39.254 INFO kablam! | Sep 04 07:09:39.254 INFO kablam! 3586 | assert_eq!(got.mtype, MatchType::Function); Sep 04 07:09:39.254 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:09:39.254 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 04 07:09:39.255 INFO kablam! Sep 04 07:09:39.429 INFO kablam! error[E0308]: mismatched types Sep 04 07:09:39.429 INFO kablam! --> tests/system.rs:3610:5 Sep 04 07:09:39.429 INFO kablam! | Sep 04 07:09:39.429 INFO kablam! 3610 | assert_eq!(got.mtype, MatchType::Function); Sep 04 07:09:39.429 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 04 07:09:39.430 INFO kablam! | Sep 04 07:09:39.430 INFO kablam! = note: expected type `racer::core::MatchType` Sep 04 07:09:39.430 INFO kablam! found type `racer::MatchType` Sep 04 07:09:39.430 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 04 07:09:39.430 INFO kablam! --> tests/system.rs:3610:5 Sep 04 07:09:39.430 INFO kablam! | Sep 04 07:09:39.430 INFO kablam! 3610 | assert_eq!(got.mtype, MatchType::Function); Sep 04 07:09:39.430 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:09:39.430 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 04 07:09:39.430 INFO kablam! Sep 04 07:09:39.630 INFO kablam! error: aborting due to 17 previous errors Sep 04 07:09:39.630 INFO kablam! Sep 04 07:09:39.630 INFO kablam! Some errors occurred: E0277, E0308. Sep 04 07:09:39.630 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 04 07:09:39.648 INFO kablam! error: Could not compile `racer`. Sep 04 07:09:39.649 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 07:09:41.591 INFO kablam! error: build failed Sep 04 07:09:41.593 INFO kablam! su: No module specific data is present Sep 04 07:09:42.066 INFO running `"docker" "rm" "-f" "304198084b3ba4dadb75b107e09ccc5bdbf7e87b5c3dcd2576854e9e683d28d1"` Sep 04 07:09:42.216 INFO blam! 304198084b3ba4dadb75b107e09ccc5bdbf7e87b5c3dcd2576854e9e683d28d1