Sep 02 03:46:13.341 INFO checking racer-2.1.5 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 03:46:13.341 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 03:46:13.341 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 03:46:13.533 INFO blam! 7ca49d3a6a4f4218b201bd728cff3d5e9b148c2d92d697d5857e1b936a88d06c Sep 02 03:46:13.536 INFO running `"docker" "start" "-a" "7ca49d3a6a4f4218b201bd728cff3d5e9b148c2d92d697d5857e1b936a88d06c"` Sep 02 03:46:14.434 INFO kablam! Compiling rustc-rayon-core v0.1.1 Sep 02 03:46:14.439 INFO kablam! Compiling rustc-ap-rustc_target v237.0.0 Sep 02 03:46:14.442 INFO kablam! Checking scoped-tls v0.1.2 Sep 02 03:46:14.445 INFO kablam! Compiling rustc-ap-syntax v237.0.0 Sep 02 03:46:14.452 INFO kablam! Checking rustc-ap-rustc_cratesio_shim v237.0.0 Sep 02 03:46:14.455 INFO kablam! Checking ena v0.9.3 Sep 02 03:46:14.458 INFO kablam! Checking smallvec v0.6.5 Sep 02 03:46:14.462 INFO kablam! Checking racer-cargo-metadata v0.1.0 Sep 02 03:46:17.257 INFO kablam! Checking parking_lot_core v0.2.14 Sep 02 03:46:17.276 INFO kablam! Checking rustc-ap-serialize v237.0.0 Sep 02 03:46:18.560 INFO kablam! Checking rustc-rayon v0.1.1 Sep 02 03:46:18.950 INFO kablam! Checking parking_lot v0.5.5 Sep 02 03:46:26.698 INFO kablam! Checking rustc-ap-rustc_data_structures v237.0.0 Sep 02 03:46:30.997 INFO kablam! Checking rustc-ap-arena v237.0.0 Sep 02 03:46:32.178 INFO kablam! Checking rustc-ap-syntax_pos v237.0.0 Sep 02 03:46:35.068 INFO kablam! Checking rustc-ap-rustc_errors v237.0.0 Sep 02 03:47:05.235 INFO kablam! Checking racer v2.1.5 Sep 02 03:47:05.236 INFO kablam! Checking racer v2.1.5 (file:///source) Sep 02 03:47:13.483 INFO kablam! Checking racer-testutils v0.1.0 Sep 02 03:47:21.579 INFO kablam! error[E0277]: the trait bound `racer::Location: std::convert::From` is not satisfied Sep 02 03:47:21.579 INFO kablam! --> tests/system.rs:150:15 Sep 02 03:47:21.579 INFO kablam! | Sep 02 03:47:21.579 INFO kablam! 150 | let got = complete_from_file(&path, pos, &session).nth(0).unwrap(); Sep 02 03:47:21.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `racer::Location` Sep 02 03:47:21.579 INFO kablam! | Sep 02 03:47:21.579 INFO kablam! = help: the following implementations were found: Sep 02 03:47:21.579 INFO kablam! > Sep 02 03:47:21.579 INFO kablam! > Sep 02 03:47:21.579 INFO kablam! > Sep 02 03:47:21.579 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `racer::core::BytePos` Sep 02 03:47:21.579 INFO kablam! = note: required by `racer::complete_from_file` Sep 02 03:47:21.579 INFO kablam! Sep 02 03:47:22.073 INFO kablam! error[E0308]: mismatched types Sep 02 03:47:22.073 INFO kablam! --> tests/system.rs:844:5 Sep 02 03:47:22.073 INFO kablam! | Sep 02 03:47:22.073 INFO kablam! 844 | assert_eq!(got.coords, Some(Coordinate::new(10, 19))); Sep 02 03:47:22.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `racer::core::Coordinate`, found struct `racer::Coordinate` Sep 02 03:47:22.073 INFO kablam! | Sep 02 03:47:22.073 INFO kablam! = note: expected type `std::option::Option` Sep 02 03:47:22.073 INFO kablam! found type `std::option::Option` Sep 02 03:47:22.073 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 02 03:47:22.073 INFO kablam! --> tests/system.rs:844:5 Sep 02 03:47:22.073 INFO kablam! | Sep 02 03:47:22.073 INFO kablam! 844 | assert_eq!(got.coords, Some(Coordinate::new(10, 19))); Sep 02 03:47:22.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:47:22.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) Sep 02 03:47:22.074 INFO kablam! Sep 02 03:47:22.249 INFO kablam! error[E0308]: mismatched types Sep 02 03:47:22.249 INFO kablam! --> tests/system.rs:905:5 Sep 02 03:47:22.250 INFO kablam! | Sep 02 03:47:22.250 INFO kablam! 905 | assert_eq!(got.mtype, MatchType::Module); Sep 02 03:47:22.250 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 02 03:47:22.250 INFO kablam! | Sep 02 03:47:22.250 INFO kablam! = note: expected type `racer::core::MatchType` Sep 02 03:47:22.250 INFO kablam! found type `racer::MatchType` Sep 02 03:47:22.250 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 02 03:47:22.250 INFO kablam! --> tests/system.rs:905:5 Sep 02 03:47:22.250 INFO kablam! | Sep 02 03:47:22.250 INFO kablam! 905 | assert_eq!(got.mtype, MatchType::Module); Sep 02 03:47:22.250 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:47:22.250 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 02 03:47:22.250 INFO kablam! Sep 02 03:47:22.264 INFO kablam! error[E0308]: mismatched types Sep 02 03:47:22.264 INFO kablam! --> tests/system.rs:952:21 Sep 02 03:47:22.264 INFO kablam! | Sep 02 03:47:22.265 INFO kablam! 952 | ("foo", MatchType::Module) => has_module = true, Sep 02 03:47:22.265 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 02 03:47:22.265 INFO kablam! | Sep 02 03:47:22.265 INFO kablam! = note: expected type `racer::core::MatchType` Sep 02 03:47:22.265 INFO kablam! found type `racer::MatchType` Sep 02 03:47:22.265 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 02 03:47:22.265 INFO kablam! --> tests/system.rs:952:21 Sep 02 03:47:22.265 INFO kablam! | Sep 02 03:47:22.265 INFO kablam! 952 | ("foo", MatchType::Module) => has_module = true, Sep 02 03:47:22.265 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 02 03:47:22.265 INFO kablam! Sep 02 03:47:22.265 INFO kablam! error[E0308]: mismatched types Sep 02 03:47:22.265 INFO kablam! --> tests/system.rs:953:21 Sep 02 03:47:22.265 INFO kablam! | Sep 02 03:47:22.265 INFO kablam! 953 | ("foo", MatchType::Function) => has_function = true, Sep 02 03:47:22.266 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 02 03:47:22.266 INFO kablam! | Sep 02 03:47:22.266 INFO kablam! = note: expected type `racer::core::MatchType` Sep 02 03:47:22.266 INFO kablam! found type `racer::MatchType` Sep 02 03:47:22.266 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 02 03:47:22.266 INFO kablam! --> tests/system.rs:953:21 Sep 02 03:47:22.266 INFO kablam! | Sep 02 03:47:22.266 INFO kablam! 953 | ("foo", MatchType::Function) => has_function = true, Sep 02 03:47:22.266 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 02 03:47:22.266 INFO kablam! Sep 02 03:47:22.624 INFO kablam! error[E0308]: mismatched types Sep 02 03:47:22.624 INFO kablam! --> tests/system.rs:1572:5 Sep 02 03:47:22.624 INFO kablam! | Sep 02 03:47:22.624 INFO kablam! 1572 | assert_eq!(MatchType::Function, got.mtype); Sep 02 03:47:22.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 02 03:47:22.624 INFO kablam! | Sep 02 03:47:22.624 INFO kablam! = note: expected type `racer::MatchType` Sep 02 03:47:22.624 INFO kablam! found type `racer::core::MatchType` Sep 02 03:47:22.624 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 02 03:47:22.624 INFO kablam! --> tests/system.rs:1572:5 Sep 02 03:47:22.624 INFO kablam! | Sep 02 03:47:22.624 INFO kablam! 1572 | assert_eq!(MatchType::Function, got.mtype); Sep 02 03:47:22.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:47:22.624 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 02 03:47:22.625 INFO kablam! Sep 02 03:47:23.052 INFO kablam! error[E0308]: mismatched types Sep 02 03:47:23.052 INFO kablam! --> tests/system.rs:2624:5 Sep 02 03:47:23.052 INFO kablam! | Sep 02 03:47:23.052 INFO kablam! 2624 | assert_eq!(got.mtype, MatchType::Function); Sep 02 03:47:23.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 02 03:47:23.052 INFO kablam! | Sep 02 03:47:23.052 INFO kablam! = note: expected type `racer::core::MatchType` Sep 02 03:47:23.052 INFO kablam! found type `racer::MatchType` Sep 02 03:47:23.052 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 02 03:47:23.052 INFO kablam! --> tests/system.rs:2624:5 Sep 02 03:47:23.052 INFO kablam! | Sep 02 03:47:23.052 INFO kablam! 2624 | assert_eq!(got.mtype, MatchType::Function); Sep 02 03:47:23.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:47:23.052 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 02 03:47:23.053 INFO kablam! Sep 02 03:47:23.209 INFO kablam! error[E0308]: mismatched types Sep 02 03:47:23.209 INFO kablam! --> tests/system.rs:2638:5 Sep 02 03:47:23.209 INFO kablam! | Sep 02 03:47:23.209 INFO kablam! 2638 | assert_eq!(MatchType::StructField, got.mtype); Sep 02 03:47:23.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 02 03:47:23.210 INFO kablam! | Sep 02 03:47:23.210 INFO kablam! = note: expected type `racer::MatchType` Sep 02 03:47:23.210 INFO kablam! found type `racer::core::MatchType` Sep 02 03:47:23.210 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 02 03:47:23.210 INFO kablam! --> tests/system.rs:2638:5 Sep 02 03:47:23.210 INFO kablam! | Sep 02 03:47:23.210 INFO kablam! 2638 | assert_eq!(MatchType::StructField, got.mtype); Sep 02 03:47:23.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:47:23.210 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 02 03:47:23.210 INFO kablam! Sep 02 03:47:23.322 INFO kablam! error[E0308]: mismatched types Sep 02 03:47:23.323 INFO kablam! --> tests/system.rs:2652:5 Sep 02 03:47:23.323 INFO kablam! | Sep 02 03:47:23.323 INFO kablam! 2652 | assert_eq!(MatchType::Function, got.mtype); Sep 02 03:47:23.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 02 03:47:23.323 INFO kablam! | Sep 02 03:47:23.323 INFO kablam! = note: expected type `racer::MatchType` Sep 02 03:47:23.323 INFO kablam! found type `racer::core::MatchType` Sep 02 03:47:23.323 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 02 03:47:23.323 INFO kablam! --> tests/system.rs:2652:5 Sep 02 03:47:23.323 INFO kablam! | Sep 02 03:47:23.323 INFO kablam! 2652 | assert_eq!(MatchType::Function, got.mtype); Sep 02 03:47:23.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:47:23.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 02 03:47:23.323 INFO kablam! Sep 02 03:47:23.490 INFO kablam! error[E0308]: mismatched types Sep 02 03:47:23.491 INFO kablam! --> tests/system.rs:2884:5 Sep 02 03:47:23.491 INFO kablam! | Sep 02 03:47:23.491 INFO kablam! 2884 | assert_eq!(MatchType::Struct, got.mtype); Sep 02 03:47:23.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 02 03:47:23.491 INFO kablam! | Sep 02 03:47:23.491 INFO kablam! = note: expected type `racer::MatchType` Sep 02 03:47:23.491 INFO kablam! found type `racer::core::MatchType` Sep 02 03:47:23.491 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 02 03:47:23.491 INFO kablam! --> tests/system.rs:2884:5 Sep 02 03:47:23.491 INFO kablam! | Sep 02 03:47:23.491 INFO kablam! 2884 | assert_eq!(MatchType::Struct, got.mtype); Sep 02 03:47:23.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:47:23.491 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 02 03:47:23.491 INFO kablam! Sep 02 03:47:23.668 INFO kablam! error[E0308]: mismatched types Sep 02 03:47:23.668 INFO kablam! --> tests/system.rs:3176:5 Sep 02 03:47:23.668 INFO kablam! | Sep 02 03:47:23.668 INFO kablam! 3176 | assert_eq!(got.mtype, MatchType::Enum); Sep 02 03:47:23.669 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 02 03:47:23.669 INFO kablam! | Sep 02 03:47:23.669 INFO kablam! = note: expected type `racer::core::MatchType` Sep 02 03:47:23.669 INFO kablam! found type `racer::MatchType` Sep 02 03:47:23.669 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 02 03:47:23.669 INFO kablam! --> tests/system.rs:3176:5 Sep 02 03:47:23.669 INFO kablam! | Sep 02 03:47:23.669 INFO kablam! 3176 | assert_eq!(got.mtype, MatchType::Enum); Sep 02 03:47:23.669 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:47:23.669 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 02 03:47:23.669 INFO kablam! Sep 02 03:47:23.881 INFO kablam! error[E0308]: mismatched types Sep 02 03:47:23.881 INFO kablam! --> tests/system.rs:3496:5 Sep 02 03:47:23.881 INFO kablam! | Sep 02 03:47:23.881 INFO kablam! 3496 | assert_eq!(got.mtype, MatchType::Trait); Sep 02 03:47:23.881 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 02 03:47:23.881 INFO kablam! | Sep 02 03:47:23.881 INFO kablam! = note: expected type `racer::core::MatchType` Sep 02 03:47:23.881 INFO kablam! found type `racer::MatchType` Sep 02 03:47:23.882 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 02 03:47:23.882 INFO kablam! --> tests/system.rs:3496:5 Sep 02 03:47:23.882 INFO kablam! | Sep 02 03:47:23.882 INFO kablam! 3496 | assert_eq!(got.mtype, MatchType::Trait); Sep 02 03:47:23.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:47:23.882 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 02 03:47:23.882 INFO kablam! Sep 02 03:47:24.020 INFO kablam! error[E0308]: mismatched types Sep 02 03:47:24.020 INFO kablam! --> tests/system.rs:3520:5 Sep 02 03:47:24.020 INFO kablam! | Sep 02 03:47:24.020 INFO kablam! 3520 | assert_eq!(got.mtype, MatchType::Function); Sep 02 03:47:24.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 02 03:47:24.020 INFO kablam! | Sep 02 03:47:24.020 INFO kablam! = note: expected type `racer::core::MatchType` Sep 02 03:47:24.020 INFO kablam! found type `racer::MatchType` Sep 02 03:47:24.021 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 02 03:47:24.021 INFO kablam! --> tests/system.rs:3520:5 Sep 02 03:47:24.021 INFO kablam! | Sep 02 03:47:24.021 INFO kablam! 3520 | assert_eq!(got.mtype, MatchType::Function); Sep 02 03:47:24.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:47:24.021 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 02 03:47:24.021 INFO kablam! Sep 02 03:47:24.141 INFO kablam! error[E0308]: mismatched types Sep 02 03:47:24.141 INFO kablam! --> tests/system.rs:3543:5 Sep 02 03:47:24.141 INFO kablam! | Sep 02 03:47:24.141 INFO kablam! 3543 | assert_eq!(got.mtype, MatchType::Function); Sep 02 03:47:24.141 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 02 03:47:24.141 INFO kablam! | Sep 02 03:47:24.141 INFO kablam! = note: expected type `racer::core::MatchType` Sep 02 03:47:24.141 INFO kablam! found type `racer::MatchType` Sep 02 03:47:24.141 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 02 03:47:24.142 INFO kablam! --> tests/system.rs:3543:5 Sep 02 03:47:24.142 INFO kablam! | Sep 02 03:47:24.142 INFO kablam! 3543 | assert_eq!(got.mtype, MatchType::Function); Sep 02 03:47:24.142 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:47:24.142 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 02 03:47:24.142 INFO kablam! Sep 02 03:47:24.253 INFO kablam! error[E0308]: mismatched types Sep 02 03:47:24.253 INFO kablam! --> tests/system.rs:3567:5 Sep 02 03:47:24.253 INFO kablam! | Sep 02 03:47:24.253 INFO kablam! 3567 | assert_eq!(got.mtype, MatchType::Function); Sep 02 03:47:24.253 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 02 03:47:24.253 INFO kablam! | Sep 02 03:47:24.253 INFO kablam! = note: expected type `racer::core::MatchType` Sep 02 03:47:24.253 INFO kablam! found type `racer::MatchType` Sep 02 03:47:24.253 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 02 03:47:24.253 INFO kablam! --> tests/system.rs:3567:5 Sep 02 03:47:24.253 INFO kablam! | Sep 02 03:47:24.253 INFO kablam! 3567 | assert_eq!(got.mtype, MatchType::Function); Sep 02 03:47:24.253 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:47:24.253 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 02 03:47:24.254 INFO kablam! Sep 02 03:47:24.365 INFO kablam! error[E0308]: mismatched types Sep 02 03:47:24.365 INFO kablam! --> tests/system.rs:3586:5 Sep 02 03:47:24.365 INFO kablam! | Sep 02 03:47:24.365 INFO kablam! 3586 | assert_eq!(got.mtype, MatchType::Function); Sep 02 03:47:24.365 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 02 03:47:24.365 INFO kablam! | Sep 02 03:47:24.365 INFO kablam! = note: expected type `racer::core::MatchType` Sep 02 03:47:24.366 INFO kablam! found type `racer::MatchType` Sep 02 03:47:24.366 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 02 03:47:24.366 INFO kablam! --> tests/system.rs:3586:5 Sep 02 03:47:24.366 INFO kablam! | Sep 02 03:47:24.366 INFO kablam! 3586 | assert_eq!(got.mtype, MatchType::Function); Sep 02 03:47:24.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:47:24.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) Sep 02 03:47:24.366 INFO kablam! Sep 02 03:47:24.490 INFO kablam! error[E0308]: mismatched types Sep 02 03:47:24.490 INFO kablam! --> tests/system.rs:3610:5 Sep 02 03:47:24.490 INFO kablam! | Sep 02 03:47:24.490 INFO kablam! 3610 | assert_eq!(got.mtype, MatchType::Function); Sep 02 03:47:24.490 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 02 03:47:24.490 INFO kablam! | Sep 02 03:47:24.490 INFO kablam! = note: expected type `racer::core::MatchType` Sep 02 03:47:24.490 INFO kablam! found type `racer::MatchType` Sep 02 03:47:24.490 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 02 03:47:24.490 INFO kablam! --> tests/system.rs:3610:5 Sep 02 03:47:24.490 INFO kablam! | Sep 02 03:47:24.491 INFO kablam! 3610 | assert_eq!(got.mtype, MatchType::Function); Sep 02 03:47:24.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:47:24.491 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 02 03:47:24.491 INFO kablam! Sep 02 03:47:24.682 INFO kablam! error: aborting due to 17 previous errors Sep 02 03:47:24.682 INFO kablam! Sep 02 03:47:24.682 INFO kablam! Some errors occurred: E0277, E0308. Sep 02 03:47:24.682 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 02 03:47:24.694 INFO kablam! error: Could not compile `racer`. Sep 02 03:47:24.694 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 03:47:25.970 INFO kablam! error: build failed Sep 02 03:47:25.976 INFO kablam! su: No module specific data is present Sep 02 03:47:26.538 INFO running `"docker" "rm" "-f" "7ca49d3a6a4f4218b201bd728cff3d5e9b148c2d92d697d5857e1b936a88d06c"` Sep 02 03:47:26.669 INFO blam! 7ca49d3a6a4f4218b201bd728cff3d5e9b148c2d92d697d5857e1b936a88d06c