Sep 19 22:18:48.017 INFO checking racer-2.1.5 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 22:18:48.017 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 22:18:48.017 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-5/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 22:18:48.236 INFO blam! e3d7518824d987052fca9405889aea342df6aba75b516694a7bc06161a0b395d Sep 19 22:18:48.238 INFO running `"docker" "start" "-a" "e3d7518824d987052fca9405889aea342df6aba75b516694a7bc06161a0b395d"` Sep 19 22:18:49.217 INFO kablam! usermod: no changes Sep 19 22:18:49.490 INFO kablam! Compiling rustc-rayon-core v0.1.1 Sep 19 22:18:49.490 INFO kablam! Compiling rustc-ap-rustc_target v237.0.0 Sep 19 22:18:49.490 INFO kablam! Checking scoped-tls v0.1.2 Sep 19 22:18:49.493 INFO kablam! Compiling rustc-ap-syntax v237.0.0 Sep 19 22:18:49.494 INFO kablam! Checking rls-span v0.4.0 Sep 19 22:18:49.495 INFO kablam! Checking rustc-ap-rustc_cratesio_shim v237.0.0 Sep 19 22:18:49.495 INFO kablam! Checking ena v0.9.3 Sep 19 22:18:49.496 INFO kablam! Checking smallvec v0.6.5 Sep 19 22:18:50.294 INFO kablam! Compiling quote v0.5.2 Sep 19 22:18:50.346 INFO kablam! Checking racer-interner v0.1.0 Sep 19 22:18:51.527 INFO kablam! Checking parking_lot_core v0.2.14 Sep 19 22:18:51.527 INFO kablam! Checking rustc-ap-serialize v237.0.0 Sep 19 22:18:52.022 INFO kablam! Checking racer-cargo-metadata v0.1.0 Sep 19 22:18:52.122 INFO kablam! Compiling syn v0.13.11 Sep 19 22:18:52.586 INFO kablam! Checking parking_lot v0.5.5 Sep 19 22:18:52.718 INFO kablam! Checking rustc-rayon v0.1.1 Sep 19 22:19:01.964 INFO kablam! Checking rustc-ap-rustc_data_structures v237.0.0 Sep 19 22:19:08.342 INFO kablam! Checking rustc-ap-arena v237.0.0 Sep 19 22:19:08.594 INFO kablam! Compiling derive_more v0.11.0 Sep 19 22:19:09.370 INFO kablam! Checking rustc-ap-syntax_pos v237.0.0 Sep 19 22:19:12.280 INFO kablam! Checking rustc-ap-rustc_errors v237.0.0 Sep 19 22:19:28.314 INFO kablam! Checking racer v2.1.5 Sep 19 22:19:28.314 INFO kablam! Checking racer v2.1.5 (/source) Sep 19 22:19:32.448 INFO kablam! Checking racer-testutils v0.1.0 Sep 19 22:19:37.587 INFO kablam! error[E0277]: the trait bound `racer::Location: std::convert::From` is not satisfied Sep 19 22:19:37.587 INFO kablam! --> tests/system.rs:150:15 Sep 19 22:19:37.587 INFO kablam! | Sep 19 22:19:37.587 INFO kablam! 150 | let got = complete_from_file(&path, pos, &session).nth(0).unwrap(); Sep 19 22:19:37.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `racer::Location` Sep 19 22:19:37.587 INFO kablam! | Sep 19 22:19:37.587 INFO kablam! = help: the following implementations were found: Sep 19 22:19:37.587 INFO kablam! > Sep 19 22:19:37.587 INFO kablam! > Sep 19 22:19:37.587 INFO kablam! > Sep 19 22:19:37.587 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `racer::core::BytePos` Sep 19 22:19:37.587 INFO kablam! = note: required by `racer::complete_from_file` Sep 19 22:19:37.587 INFO kablam! Sep 19 22:19:37.902 INFO kablam! error[E0308]: mismatched types Sep 19 22:19:37.902 INFO kablam! --> tests/system.rs:844:5 Sep 19 22:19:37.902 INFO kablam! | Sep 19 22:19:37.902 INFO kablam! 844 | assert_eq!(got.coords, Some(Coordinate::new(10, 19))); Sep 19 22:19:37.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `racer::core::Coordinate`, found struct `racer::Coordinate` Sep 19 22:19:37.902 INFO kablam! | Sep 19 22:19:37.902 INFO kablam! = note: expected type `std::option::Option` Sep 19 22:19:37.902 INFO kablam! found type `std::option::Option` Sep 19 22:19:37.902 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 22:19:37.902 INFO kablam! --> tests/system.rs:844:5 Sep 19 22:19:37.902 INFO kablam! | Sep 19 22:19:37.902 INFO kablam! 844 | assert_eq!(got.coords, Some(Coordinate::new(10, 19))); Sep 19 22:19:37.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:19:37.902 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 22:19:37.902 INFO kablam! Sep 19 22:19:38.006 INFO kablam! error[E0308]: mismatched types Sep 19 22:19:38.006 INFO kablam! --> tests/system.rs:905:5 Sep 19 22:19:38.006 INFO kablam! | Sep 19 22:19:38.006 INFO kablam! 905 | assert_eq!(got.mtype, MatchType::Module); Sep 19 22:19:38.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 19 22:19:38.006 INFO kablam! | Sep 19 22:19:38.006 INFO kablam! = note: expected type `racer::core::MatchType` Sep 19 22:19:38.006 INFO kablam! found type `racer::MatchType` Sep 19 22:19:38.006 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 22:19:38.006 INFO kablam! --> tests/system.rs:905:5 Sep 19 22:19:38.006 INFO kablam! | Sep 19 22:19:38.006 INFO kablam! 905 | assert_eq!(got.mtype, MatchType::Module); Sep 19 22:19:38.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:19:38.006 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 22:19:38.006 INFO kablam! Sep 19 22:19:38.012 INFO kablam! error[E0308]: mismatched types Sep 19 22:19:38.012 INFO kablam! --> tests/system.rs:952:21 Sep 19 22:19:38.012 INFO kablam! | Sep 19 22:19:38.012 INFO kablam! 952 | ("foo", MatchType::Module) => has_module = true, Sep 19 22:19:38.012 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 19 22:19:38.012 INFO kablam! | Sep 19 22:19:38.012 INFO kablam! = note: expected type `racer::core::MatchType` Sep 19 22:19:38.012 INFO kablam! found type `racer::MatchType` Sep 19 22:19:38.012 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 22:19:38.012 INFO kablam! --> tests/system.rs:952:21 Sep 19 22:19:38.012 INFO kablam! | Sep 19 22:19:38.012 INFO kablam! 952 | ("foo", MatchType::Module) => has_module = true, Sep 19 22:19:38.012 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 22:19:38.012 INFO kablam! Sep 19 22:19:38.012 INFO kablam! error[E0308]: mismatched types Sep 19 22:19:38.012 INFO kablam! --> tests/system.rs:953:21 Sep 19 22:19:38.012 INFO kablam! | Sep 19 22:19:38.012 INFO kablam! 953 | ("foo", MatchType::Function) => has_function = true, Sep 19 22:19:38.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 19 22:19:38.012 INFO kablam! | Sep 19 22:19:38.012 INFO kablam! = note: expected type `racer::core::MatchType` Sep 19 22:19:38.012 INFO kablam! found type `racer::MatchType` Sep 19 22:19:38.012 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 22:19:38.012 INFO kablam! --> tests/system.rs:953:21 Sep 19 22:19:38.012 INFO kablam! | Sep 19 22:19:38.012 INFO kablam! 953 | ("foo", MatchType::Function) => has_function = true, Sep 19 22:19:38.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 22:19:38.012 INFO kablam! Sep 19 22:19:38.158 INFO kablam! error[E0308]: mismatched types Sep 19 22:19:38.158 INFO kablam! --> tests/system.rs:1572:5 Sep 19 22:19:38.158 INFO kablam! | Sep 19 22:19:38.158 INFO kablam! 1572 | assert_eq!(MatchType::Function, got.mtype); Sep 19 22:19:38.158 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 19 22:19:38.158 INFO kablam! | Sep 19 22:19:38.158 INFO kablam! = note: expected type `racer::MatchType` Sep 19 22:19:38.158 INFO kablam! found type `racer::core::MatchType` Sep 19 22:19:38.158 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 22:19:38.158 INFO kablam! --> tests/system.rs:1572:5 Sep 19 22:19:38.158 INFO kablam! | Sep 19 22:19:38.158 INFO kablam! 1572 | assert_eq!(MatchType::Function, got.mtype); Sep 19 22:19:38.158 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:19:38.158 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 22:19:38.158 INFO kablam! Sep 19 22:19:38.325 INFO kablam! error[E0308]: mismatched types Sep 19 22:19:38.325 INFO kablam! --> tests/system.rs:2624:5 Sep 19 22:19:38.325 INFO kablam! | Sep 19 22:19:38.325 INFO kablam! 2624 | assert_eq!(got.mtype, MatchType::Function); Sep 19 22:19:38.325 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 19 22:19:38.325 INFO kablam! | Sep 19 22:19:38.325 INFO kablam! = note: expected type `racer::core::MatchType` Sep 19 22:19:38.325 INFO kablam! found type `racer::MatchType` Sep 19 22:19:38.325 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 22:19:38.325 INFO kablam! --> tests/system.rs:2624:5 Sep 19 22:19:38.325 INFO kablam! | Sep 19 22:19:38.325 INFO kablam! 2624 | assert_eq!(got.mtype, MatchType::Function); Sep 19 22:19:38.325 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:19:38.325 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 22:19:38.325 INFO kablam! Sep 19 22:19:38.403 INFO kablam! error[E0308]: mismatched types Sep 19 22:19:38.403 INFO kablam! --> tests/system.rs:2638:5 Sep 19 22:19:38.403 INFO kablam! | Sep 19 22:19:38.403 INFO kablam! 2638 | assert_eq!(MatchType::StructField, got.mtype); Sep 19 22:19:38.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 19 22:19:38.403 INFO kablam! | Sep 19 22:19:38.403 INFO kablam! = note: expected type `racer::MatchType` Sep 19 22:19:38.403 INFO kablam! found type `racer::core::MatchType` Sep 19 22:19:38.403 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 22:19:38.403 INFO kablam! --> tests/system.rs:2638:5 Sep 19 22:19:38.403 INFO kablam! | Sep 19 22:19:38.403 INFO kablam! 2638 | assert_eq!(MatchType::StructField, got.mtype); Sep 19 22:19:38.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:19:38.403 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 22:19:38.403 INFO kablam! Sep 19 22:19:38.465 INFO kablam! error[E0308]: mismatched types Sep 19 22:19:38.465 INFO kablam! --> tests/system.rs:2652:5 Sep 19 22:19:38.465 INFO kablam! | Sep 19 22:19:38.465 INFO kablam! 2652 | assert_eq!(MatchType::Function, got.mtype); Sep 19 22:19:38.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 19 22:19:38.465 INFO kablam! | Sep 19 22:19:38.465 INFO kablam! = note: expected type `racer::MatchType` Sep 19 22:19:38.465 INFO kablam! found type `racer::core::MatchType` Sep 19 22:19:38.465 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 22:19:38.465 INFO kablam! --> tests/system.rs:2652:5 Sep 19 22:19:38.465 INFO kablam! | Sep 19 22:19:38.465 INFO kablam! 2652 | assert_eq!(MatchType::Function, got.mtype); Sep 19 22:19:38.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:19:38.465 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 22:19:38.465 INFO kablam! Sep 19 22:19:38.551 INFO kablam! error[E0308]: mismatched types Sep 19 22:19:38.551 INFO kablam! --> tests/system.rs:2884:5 Sep 19 22:19:38.551 INFO kablam! | Sep 19 22:19:38.551 INFO kablam! 2884 | assert_eq!(MatchType::Struct, got.mtype); Sep 19 22:19:38.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Sep 19 22:19:38.551 INFO kablam! | Sep 19 22:19:38.551 INFO kablam! = note: expected type `racer::MatchType` Sep 19 22:19:38.551 INFO kablam! found type `racer::core::MatchType` Sep 19 22:19:38.551 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 22:19:38.551 INFO kablam! --> tests/system.rs:2884:5 Sep 19 22:19:38.551 INFO kablam! | Sep 19 22:19:38.551 INFO kablam! 2884 | assert_eq!(MatchType::Struct, got.mtype); Sep 19 22:19:38.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:19:38.551 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 22:19:38.551 INFO kablam! Sep 19 22:19:38.635 INFO kablam! error[E0308]: mismatched types Sep 19 22:19:38.635 INFO kablam! --> tests/system.rs:3176:5 Sep 19 22:19:38.635 INFO kablam! | Sep 19 22:19:38.635 INFO kablam! 3176 | assert_eq!(got.mtype, MatchType::Enum); Sep 19 22:19:38.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 19 22:19:38.635 INFO kablam! | Sep 19 22:19:38.635 INFO kablam! = note: expected type `racer::core::MatchType` Sep 19 22:19:38.635 INFO kablam! found type `racer::MatchType` Sep 19 22:19:38.635 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 22:19:38.635 INFO kablam! --> tests/system.rs:3176:5 Sep 19 22:19:38.635 INFO kablam! | Sep 19 22:19:38.635 INFO kablam! 3176 | assert_eq!(got.mtype, MatchType::Enum); Sep 19 22:19:38.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:19:38.635 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 22:19:38.635 INFO kablam! Sep 19 22:19:38.737 INFO kablam! error[E0308]: mismatched types Sep 19 22:19:38.737 INFO kablam! --> tests/system.rs:3496:5 Sep 19 22:19:38.737 INFO kablam! | Sep 19 22:19:38.737 INFO kablam! 3496 | assert_eq!(got.mtype, MatchType::Trait); Sep 19 22:19:38.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 19 22:19:38.737 INFO kablam! | Sep 19 22:19:38.737 INFO kablam! = note: expected type `racer::core::MatchType` Sep 19 22:19:38.737 INFO kablam! found type `racer::MatchType` Sep 19 22:19:38.737 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 22:19:38.737 INFO kablam! --> tests/system.rs:3496:5 Sep 19 22:19:38.737 INFO kablam! | Sep 19 22:19:38.737 INFO kablam! 3496 | assert_eq!(got.mtype, MatchType::Trait); Sep 19 22:19:38.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:19:38.737 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 22:19:38.737 INFO kablam! Sep 19 22:19:38.822 INFO kablam! error[E0308]: mismatched types Sep 19 22:19:38.822 INFO kablam! --> tests/system.rs:3520:5 Sep 19 22:19:38.822 INFO kablam! | Sep 19 22:19:38.822 INFO kablam! 3520 | assert_eq!(got.mtype, MatchType::Function); Sep 19 22:19:38.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 19 22:19:38.822 INFO kablam! | Sep 19 22:19:38.822 INFO kablam! = note: expected type `racer::core::MatchType` Sep 19 22:19:38.822 INFO kablam! found type `racer::MatchType` Sep 19 22:19:38.822 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 22:19:38.822 INFO kablam! --> tests/system.rs:3520:5 Sep 19 22:19:38.822 INFO kablam! | Sep 19 22:19:38.822 INFO kablam! 3520 | assert_eq!(got.mtype, MatchType::Function); Sep 19 22:19:38.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:19:38.822 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 22:19:38.822 INFO kablam! Sep 19 22:19:38.922 INFO kablam! error[E0308]: mismatched types Sep 19 22:19:38.922 INFO kablam! --> tests/system.rs:3543:5 Sep 19 22:19:38.922 INFO kablam! | Sep 19 22:19:38.922 INFO kablam! 3543 | assert_eq!(got.mtype, MatchType::Function); Sep 19 22:19:38.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 19 22:19:38.922 INFO kablam! | Sep 19 22:19:38.922 INFO kablam! = note: expected type `racer::core::MatchType` Sep 19 22:19:38.922 INFO kablam! found type `racer::MatchType` Sep 19 22:19:38.922 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 22:19:38.922 INFO kablam! --> tests/system.rs:3543:5 Sep 19 22:19:38.922 INFO kablam! | Sep 19 22:19:38.922 INFO kablam! 3543 | assert_eq!(got.mtype, MatchType::Function); Sep 19 22:19:38.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:19:38.922 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 22:19:38.922 INFO kablam! Sep 19 22:19:39.021 INFO kablam! error[E0308]: mismatched types Sep 19 22:19:39.021 INFO kablam! --> tests/system.rs:3567:5 Sep 19 22:19:39.021 INFO kablam! | Sep 19 22:19:39.021 INFO kablam! 3567 | assert_eq!(got.mtype, MatchType::Function); Sep 19 22:19:39.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 19 22:19:39.021 INFO kablam! | Sep 19 22:19:39.021 INFO kablam! = note: expected type `racer::core::MatchType` Sep 19 22:19:39.021 INFO kablam! found type `racer::MatchType` Sep 19 22:19:39.021 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 22:19:39.021 INFO kablam! --> tests/system.rs:3567:5 Sep 19 22:19:39.021 INFO kablam! | Sep 19 22:19:39.021 INFO kablam! 3567 | assert_eq!(got.mtype, MatchType::Function); Sep 19 22:19:39.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:19:39.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 19 22:19:39.021 INFO kablam! Sep 19 22:19:39.146 INFO kablam! error[E0308]: mismatched types Sep 19 22:19:39.146 INFO kablam! --> tests/system.rs:3586:5 Sep 19 22:19:39.146 INFO kablam! | Sep 19 22:19:39.146 INFO kablam! 3586 | assert_eq!(got.mtype, MatchType::Function); Sep 19 22:19:39.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 19 22:19:39.146 INFO kablam! | Sep 19 22:19:39.146 INFO kablam! = note: expected type `racer::core::MatchType` Sep 19 22:19:39.146 INFO kablam! found type `racer::MatchType` Sep 19 22:19:39.146 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 22:19:39.146 INFO kablam! --> tests/system.rs:3586:5 Sep 19 22:19:39.146 INFO kablam! | Sep 19 22:19:39.146 INFO kablam! 3586 | assert_eq!(got.mtype, MatchType::Function); Sep 19 22:19:39.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:19:39.146 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 22:19:39.146 INFO kablam! Sep 19 22:19:39.239 INFO kablam! error[E0308]: mismatched types Sep 19 22:19:39.239 INFO kablam! --> tests/system.rs:3610:5 Sep 19 22:19:39.239 INFO kablam! | Sep 19 22:19:39.239 INFO kablam! 3610 | assert_eq!(got.mtype, MatchType::Function); Sep 19 22:19:39.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Sep 19 22:19:39.239 INFO kablam! | Sep 19 22:19:39.239 INFO kablam! = note: expected type `racer::core::MatchType` Sep 19 22:19:39.239 INFO kablam! found type `racer::MatchType` Sep 19 22:19:39.239 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Sep 19 22:19:39.239 INFO kablam! --> tests/system.rs:3610:5 Sep 19 22:19:39.240 INFO kablam! | Sep 19 22:19:39.240 INFO kablam! 3610 | assert_eq!(got.mtype, MatchType::Function); Sep 19 22:19:39.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:19:39.240 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 22:19:39.240 INFO kablam! Sep 19 22:19:39.347 INFO kablam! error: aborting due to 17 previous errors Sep 19 22:19:39.347 INFO kablam! Sep 19 22:19:39.347 INFO kablam! Some errors occurred: E0277, E0308. Sep 19 22:19:39.347 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 19 22:19:39.357 INFO kablam! error: Could not compile `racer`. Sep 19 22:19:39.357 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 22:19:40.146 INFO kablam! error: build failed Sep 19 22:19:40.148 INFO kablam! su: No module specific data is present Sep 19 22:19:40.725 INFO running `"docker" "rm" "-f" "e3d7518824d987052fca9405889aea342df6aba75b516694a7bc06161a0b395d"` Sep 19 22:19:40.880 INFO blam! e3d7518824d987052fca9405889aea342df6aba75b516694a7bc06161a0b395d