Sep 19 20:25:32.527 INFO checking racer-2.1.5 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 20:25:32.528 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 20:25:32.528 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-4/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 20:25:32.668 INFO blam! 884c31c9d2b49d9cd6bca9ed9eb53234331d623e37e5e548f4a492afb4aea42f Sep 19 20:25:32.669 INFO running `"docker" "start" "-a" "884c31c9d2b49d9cd6bca9ed9eb53234331d623e37e5e548f4a492afb4aea42f"` Sep 19 20:25:33.863 INFO kablam! usermod: no changes Sep 19 20:25:34.222 INFO kablam! Compiling rustc-ap-rustc_target v237.0.0 Sep 19 20:25:34.222 INFO kablam! Compiling rustc-ap-syntax v237.0.0 Sep 19 20:25:34.222 INFO kablam! Checking rls-span v0.4.0 Sep 19 20:25:34.239 INFO kablam! Checking rustc-ap-rustc_cratesio_shim v237.0.0 Sep 19 20:25:34.239 INFO kablam! Checking rustc-ap-serialize v237.0.0 Sep 19 20:25:34.239 INFO kablam! Checking racer-interner v0.1.0 Sep 19 20:25:36.087 INFO kablam! Checking racer-cargo-metadata v0.1.0 Sep 19 20:25:39.457 INFO kablam! Checking rustc-ap-rustc_data_structures v237.0.0 Sep 19 20:25:45.705 INFO kablam! Checking rustc-ap-arena v237.0.0 Sep 19 20:25:47.231 INFO kablam! Checking rustc-ap-syntax_pos v237.0.0 Sep 19 20:25:49.567 INFO kablam! Checking rustc-ap-rustc_errors v237.0.0 Sep 19 20:26:07.080 INFO kablam! Checking racer v2.1.5 Sep 19 20:26:07.080 INFO kablam! Checking racer v2.1.5 (/source) Sep 19 20:26:10.767 INFO kablam! Checking racer-testutils v0.1.0 Sep 19 20:26:18.447 INFO kablam! error[E0277]: the trait bound `racer::Location: std::convert::From` is not satisfied Sep 19 20:26:18.447 INFO kablam! --> tests/system.rs:150:15 Sep 19 20:26:18.447 INFO kablam! | Sep 19 20:26:18.447 INFO kablam! 150 | let got = complete_from_file(&path, pos, &session).nth(0).unwrap(); Sep 19 20:26:18.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `racer::Location` Sep 19 20:26:18.447 INFO kablam! | Sep 19 20:26:18.447 INFO kablam! = help: the following implementations were found: Sep 19 20:26:18.447 INFO kablam! > Sep 19 20:26:18.447 INFO kablam! > Sep 19 20:26:18.447 INFO kablam! > Sep 19 20:26:18.447 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `racer::core::BytePos` Sep 19 20:26:18.447 INFO kablam! = note: required by `racer::complete_from_file` Sep 19 20:26:18.447 INFO kablam! Sep 19 20:26:18.819 INFO kablam! error[E0308]: mismatched types Sep 19 20:26:18.819 INFO kablam! --> tests/system.rs:844:5 Sep 19 20:26:18.819 INFO kablam! | Sep 19 20:26:18.820 INFO kablam! 844 | assert_eq!(got.coords, Some(Coordinate::new(10, 19))); Sep 19 20:26:18.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `racer::core::Coordinate`, found struct `racer::Coordinate` Sep 19 20:26:18.820 INFO kablam! | Sep 19 20:26:18.820 INFO kablam! = note: expected type `std::option::Option` Sep 19 20:26:18.820 INFO kablam! found type `std::option::Option` Sep 19 20:26:18.820 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 20:26:18.820 INFO kablam! --> tests/system.rs:844:5 Sep 19 20:26:18.820 INFO kablam! | Sep 19 20:26:18.820 INFO kablam! 844 | assert_eq!(got.coords, Some(Coordinate::new(10, 19))); Sep 19 20:26:18.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 20:26:18.820 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 19 20:26:18.820 INFO kablam! Sep 19 20:26:18.934 INFO kablam! error[E0308]: mismatched types Sep 19 20:26:18.935 INFO kablam! --> tests/system.rs:905:5 Sep 19 20:26:18.935 INFO kablam! | Sep 19 20:26:18.935 INFO kablam! 905 | assert_eq!(got.mtype, MatchType::Module); Sep 19 20:26:18.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 19 20:26:18.935 INFO kablam! | Sep 19 20:26:18.935 INFO kablam! = note: expected type `racer::core::MatchType` Sep 19 20:26:18.935 INFO kablam! found type `racer::MatchType` Sep 19 20:26:18.935 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 20:26:18.935 INFO kablam! --> tests/system.rs:905:5 Sep 19 20:26:18.935 INFO kablam! | Sep 19 20:26:18.935 INFO kablam! 905 | assert_eq!(got.mtype, MatchType::Module); Sep 19 20:26:18.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 20:26:18.935 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 19 20:26:18.935 INFO kablam! Sep 19 20:26:18.942 INFO kablam! error[E0308]: mismatched types Sep 19 20:26:18.943 INFO kablam! --> tests/system.rs:952:21 Sep 19 20:26:18.943 INFO kablam! | Sep 19 20:26:18.943 INFO kablam! 952 | ("foo", MatchType::Module) => has_module = true, Sep 19 20:26:18.943 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 19 20:26:18.943 INFO kablam! | Sep 19 20:26:18.943 INFO kablam! = note: expected type `racer::core::MatchType` Sep 19 20:26:18.943 INFO kablam! found type `racer::MatchType` Sep 19 20:26:18.943 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 20:26:18.943 INFO kablam! --> tests/system.rs:952:21 Sep 19 20:26:18.943 INFO kablam! | Sep 19 20:26:18.943 INFO kablam! 952 | ("foo", MatchType::Module) => has_module = true, Sep 19 20:26:18.943 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 20:26:18.943 INFO kablam! Sep 19 20:26:18.944 INFO kablam! error[E0308]: mismatched types Sep 19 20:26:18.945 INFO kablam! --> tests/system.rs:953:21 Sep 19 20:26:18.945 INFO kablam! | Sep 19 20:26:18.945 INFO kablam! 953 | ("foo", MatchType::Function) => has_function = true, Sep 19 20:26:18.945 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 19 20:26:18.945 INFO kablam! | Sep 19 20:26:18.945 INFO kablam! = note: expected type `racer::core::MatchType` Sep 19 20:26:18.945 INFO kablam! found type `racer::MatchType` Sep 19 20:26:18.945 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 20:26:18.945 INFO kablam! --> tests/system.rs:953:21 Sep 19 20:26:18.945 INFO kablam! | Sep 19 20:26:18.945 INFO kablam! 953 | ("foo", MatchType::Function) => has_function = true, Sep 19 20:26:18.945 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 20:26:18.945 INFO kablam! Sep 19 20:26:19.135 INFO kablam! error[E0308]: mismatched types Sep 19 20:26:19.135 INFO kablam! --> tests/system.rs:1572:5 Sep 19 20:26:19.135 INFO kablam! | Sep 19 20:26:19.135 INFO kablam! 1572 | assert_eq!(MatchType::Function, got.mtype); Sep 19 20:26:19.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 19 20:26:19.135 INFO kablam! | Sep 19 20:26:19.135 INFO kablam! = note: expected type `racer::MatchType` Sep 19 20:26:19.135 INFO kablam! found type `racer::core::MatchType` Sep 19 20:26:19.135 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 20:26:19.135 INFO kablam! --> tests/system.rs:1572:5 Sep 19 20:26:19.135 INFO kablam! | Sep 19 20:26:19.135 INFO kablam! 1572 | assert_eq!(MatchType::Function, got.mtype); Sep 19 20:26:19.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 20:26:19.136 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 19 20:26:19.136 INFO kablam! Sep 19 20:26:19.358 INFO kablam! error[E0308]: mismatched types Sep 19 20:26:19.358 INFO kablam! --> tests/system.rs:2624:5 Sep 19 20:26:19.358 INFO kablam! | Sep 19 20:26:19.358 INFO kablam! 2624 | assert_eq!(got.mtype, MatchType::Function); Sep 19 20:26:19.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 19 20:26:19.358 INFO kablam! | Sep 19 20:26:19.358 INFO kablam! = note: expected type `racer::core::MatchType` Sep 19 20:26:19.358 INFO kablam! found type `racer::MatchType` Sep 19 20:26:19.358 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 20:26:19.359 INFO kablam! --> tests/system.rs:2624:5 Sep 19 20:26:19.359 INFO kablam! | Sep 19 20:26:19.359 INFO kablam! 2624 | assert_eq!(got.mtype, MatchType::Function); Sep 19 20:26:19.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 20:26:19.359 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 19 20:26:19.359 INFO kablam! Sep 19 20:26:19.475 INFO kablam! error[E0308]: mismatched types Sep 19 20:26:19.475 INFO kablam! --> tests/system.rs:2638:5 Sep 19 20:26:19.475 INFO kablam! | Sep 19 20:26:19.475 INFO kablam! 2638 | assert_eq!(MatchType::StructField, got.mtype); Sep 19 20:26:19.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 19 20:26:19.475 INFO kablam! | Sep 19 20:26:19.475 INFO kablam! = note: expected type `racer::MatchType` Sep 19 20:26:19.475 INFO kablam! found type `racer::core::MatchType` Sep 19 20:26:19.475 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 20:26:19.475 INFO kablam! --> tests/system.rs:2638:5 Sep 19 20:26:19.475 INFO kablam! | Sep 19 20:26:19.475 INFO kablam! 2638 | assert_eq!(MatchType::StructField, got.mtype); Sep 19 20:26:19.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 20:26:19.482 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 19 20:26:19.483 INFO kablam! Sep 19 20:26:19.695 INFO kablam! error[E0308]: mismatched types Sep 19 20:26:19.695 INFO kablam! --> tests/system.rs:2652:5 Sep 19 20:26:19.695 INFO kablam! | Sep 19 20:26:19.695 INFO kablam! 2652 | assert_eq!(MatchType::Function, got.mtype); Sep 19 20:26:19.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 19 20:26:19.695 INFO kablam! | Sep 19 20:26:19.695 INFO kablam! = note: expected type `racer::MatchType` Sep 19 20:26:19.695 INFO kablam! found type `racer::core::MatchType` Sep 19 20:26:19.695 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 20:26:19.695 INFO kablam! --> tests/system.rs:2652:5 Sep 19 20:26:19.695 INFO kablam! | Sep 19 20:26:19.695 INFO kablam! 2652 | assert_eq!(MatchType::Function, got.mtype); Sep 19 20:26:19.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 20:26:19.695 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 19 20:26:19.695 INFO kablam! Sep 19 20:26:20.015 INFO kablam! error[E0308]: mismatched types Sep 19 20:26:20.015 INFO kablam! --> tests/system.rs:2884:5 Sep 19 20:26:20.015 INFO kablam! | Sep 19 20:26:20.015 INFO kablam! 2884 | assert_eq!(MatchType::Struct, got.mtype); Sep 19 20:26:20.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 19 20:26:20.015 INFO kablam! | Sep 19 20:26:20.015 INFO kablam! = note: expected type `racer::MatchType` Sep 19 20:26:20.015 INFO kablam! found type `racer::core::MatchType` Sep 19 20:26:20.015 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 20:26:20.015 INFO kablam! --> tests/system.rs:2884:5 Sep 19 20:26:20.015 INFO kablam! | Sep 19 20:26:20.015 INFO kablam! 2884 | assert_eq!(MatchType::Struct, got.mtype); Sep 19 20:26:20.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 20:26:20.015 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 19 20:26:20.015 INFO kablam! Sep 19 20:26:20.207 INFO kablam! error[E0308]: mismatched types Sep 19 20:26:20.207 INFO kablam! --> tests/system.rs:3176:5 Sep 19 20:26:20.207 INFO kablam! | Sep 19 20:26:20.207 INFO kablam! 3176 | assert_eq!(got.mtype, MatchType::Enum); Sep 19 20:26:20.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 19 20:26:20.207 INFO kablam! | Sep 19 20:26:20.207 INFO kablam! = note: expected type `racer::core::MatchType` Sep 19 20:26:20.207 INFO kablam! found type `racer::MatchType` Sep 19 20:26:20.207 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 20:26:20.207 INFO kablam! --> tests/system.rs:3176:5 Sep 19 20:26:20.207 INFO kablam! | Sep 19 20:26:20.207 INFO kablam! 3176 | assert_eq!(got.mtype, MatchType::Enum); Sep 19 20:26:20.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 20:26:20.207 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 19 20:26:20.207 INFO kablam! Sep 19 20:26:20.407 INFO kablam! error[E0308]: mismatched types Sep 19 20:26:20.407 INFO kablam! --> tests/system.rs:3496:5 Sep 19 20:26:20.407 INFO kablam! | Sep 19 20:26:20.407 INFO kablam! 3496 | assert_eq!(got.mtype, MatchType::Trait); Sep 19 20:26:20.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 19 20:26:20.407 INFO kablam! | Sep 19 20:26:20.407 INFO kablam! = note: expected type `racer::core::MatchType` Sep 19 20:26:20.407 INFO kablam! found type `racer::MatchType` Sep 19 20:26:20.407 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 20:26:20.407 INFO kablam! --> tests/system.rs:3496:5 Sep 19 20:26:20.407 INFO kablam! | Sep 19 20:26:20.407 INFO kablam! 3496 | assert_eq!(got.mtype, MatchType::Trait); Sep 19 20:26:20.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 20:26:20.407 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 19 20:26:20.407 INFO kablam! Sep 19 20:26:20.515 INFO kablam! error[E0308]: mismatched types Sep 19 20:26:20.515 INFO kablam! --> tests/system.rs:3520:5 Sep 19 20:26:20.515 INFO kablam! | Sep 19 20:26:20.515 INFO kablam! 3520 | assert_eq!(got.mtype, MatchType::Function); Sep 19 20:26:20.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 19 20:26:20.515 INFO kablam! | Sep 19 20:26:20.515 INFO kablam! = note: expected type `racer::core::MatchType` Sep 19 20:26:20.515 INFO kablam! found type `racer::MatchType` Sep 19 20:26:20.515 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 20:26:20.515 INFO kablam! --> tests/system.rs:3520:5 Sep 19 20:26:20.515 INFO kablam! | Sep 19 20:26:20.515 INFO kablam! 3520 | assert_eq!(got.mtype, MatchType::Function); Sep 19 20:26:20.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 20:26:20.515 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 19 20:26:20.515 INFO kablam! Sep 19 20:26:20.619 INFO kablam! error[E0308]: mismatched types Sep 19 20:26:20.619 INFO kablam! --> tests/system.rs:3543:5 Sep 19 20:26:20.619 INFO kablam! | Sep 19 20:26:20.619 INFO kablam! 3543 | assert_eq!(got.mtype, MatchType::Function); Sep 19 20:26:20.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 19 20:26:20.619 INFO kablam! | Sep 19 20:26:20.619 INFO kablam! = note: expected type `racer::core::MatchType` Sep 19 20:26:20.619 INFO kablam! found type `racer::MatchType` Sep 19 20:26:20.619 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 20:26:20.619 INFO kablam! --> tests/system.rs:3543:5 Sep 19 20:26:20.619 INFO kablam! | Sep 19 20:26:20.619 INFO kablam! 3543 | assert_eq!(got.mtype, MatchType::Function); Sep 19 20:26:20.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 20:26:20.619 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 19 20:26:20.619 INFO kablam! Sep 19 20:26:20.731 INFO kablam! error[E0308]: mismatched types Sep 19 20:26:20.731 INFO kablam! --> tests/system.rs:3567:5 Sep 19 20:26:20.731 INFO kablam! | Sep 19 20:26:20.731 INFO kablam! 3567 | assert_eq!(got.mtype, MatchType::Function); Sep 19 20:26:20.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 19 20:26:20.731 INFO kablam! | Sep 19 20:26:20.731 INFO kablam! = note: expected type `racer::core::MatchType` Sep 19 20:26:20.731 INFO kablam! found type `racer::MatchType` Sep 19 20:26:20.731 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 20:26:20.731 INFO kablam! --> tests/system.rs:3567:5 Sep 19 20:26:20.731 INFO kablam! | Sep 19 20:26:20.731 INFO kablam! 3567 | assert_eq!(got.mtype, MatchType::Function); Sep 19 20:26:20.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 20:26:20.731 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 19 20:26:20.731 INFO kablam! Sep 19 20:26:20.835 INFO kablam! error[E0308]: mismatched types Sep 19 20:26:20.835 INFO kablam! --> tests/system.rs:3586:5 Sep 19 20:26:20.835 INFO kablam! | Sep 19 20:26:20.835 INFO kablam! 3586 | assert_eq!(got.mtype, MatchType::Function); Sep 19 20:26:20.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 19 20:26:20.835 INFO kablam! | Sep 19 20:26:20.835 INFO kablam! = note: expected type `racer::core::MatchType` Sep 19 20:26:20.835 INFO kablam! found type `racer::MatchType` Sep 19 20:26:20.835 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 20:26:20.835 INFO kablam! --> tests/system.rs:3586:5 Sep 19 20:26:20.835 INFO kablam! | Sep 19 20:26:20.835 INFO kablam! 3586 | assert_eq!(got.mtype, MatchType::Function); Sep 19 20:26:20.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 20:26:20.835 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 19 20:26:20.835 INFO kablam! Sep 19 20:26:20.939 INFO kablam! error[E0308]: mismatched types Sep 19 20:26:20.939 INFO kablam! --> tests/system.rs:3610:5 Sep 19 20:26:20.939 INFO kablam! | Sep 19 20:26:20.939 INFO kablam! 3610 | assert_eq!(got.mtype, MatchType::Function); Sep 19 20:26:20.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 19 20:26:20.939 INFO kablam! | Sep 19 20:26:20.939 INFO kablam! = note: expected type `racer::core::MatchType` Sep 19 20:26:20.939 INFO kablam! found type `racer::MatchType` Sep 19 20:26:20.939 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 20:26:20.939 INFO kablam! --> tests/system.rs:3610:5 Sep 19 20:26:20.939 INFO kablam! | Sep 19 20:26:20.939 INFO kablam! 3610 | assert_eq!(got.mtype, MatchType::Function); Sep 19 20:26:20.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 20:26:20.939 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 19 20:26:20.939 INFO kablam! Sep 19 20:26:21.083 INFO kablam! error: aborting due to 17 previous errors Sep 19 20:26:21.083 INFO kablam! Sep 19 20:26:21.083 INFO kablam! Some errors occurred: E0277, E0308. Sep 19 20:26:21.083 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 19 20:26:21.119 INFO kablam! error: Could not compile `racer`. Sep 19 20:26:21.119 INFO kablam! Sep 19 20:26:21.119 INFO kablam! To learn more, run the command again with --verbose. Sep 19 20:26:21.120 INFO kablam! su: No module specific data is present Sep 19 20:26:22.354 INFO running `"docker" "rm" "-f" "884c31c9d2b49d9cd6bca9ed9eb53234331d623e37e5e548f4a492afb4aea42f"` Sep 19 20:26:22.480 INFO blam! 884c31c9d2b49d9cd6bca9ed9eb53234331d623e37e5e548f4a492afb4aea42f