Aug 10 18:02:10.768 INFO checking racer-rust/racer against master#f6d43ed84207c7e58f363f46e5a438ff40f2b311 for libc-1 Aug 10 18:02:10.769 INFO running: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 10 18:02:10.769 INFO creating container for: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 10 18:02:10.769 INFO running `"docker" "create" "-v" "/tmp/crater.JDUo8Eb2iKQ4:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/libc-1/worker-7/master#f6d43ed84207c7e58f363f46e5a438ff40f2b311:/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" "-v" "/home/ec2-user/crater/./work/local/cargo-home/git:/cargo-home/git:rw,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 10 18:02:11.036 INFO blam! 7dbd1730779a12d92c6e59fff3dbc0069a73ec43aaa79af87c471d69a4cd05e4 Aug 10 18:02:11.038 INFO running `"docker" "start" "-a" "7dbd1730779a12d92c6e59fff3dbc0069a73ec43aaa79af87c471d69a4cd05e4"` Aug 10 18:02:12.995 INFO kablam! Checking scopeguard v0.3.3 Aug 10 18:02:12.996 INFO kablam! Compiling rustc-rayon-core v0.1.1 Aug 10 18:02:13.000 INFO kablam! Checking rustc-ap-serialize v218.0.0 Aug 10 18:02:13.014 INFO kablam! Checking scoped-tls v0.1.2 Aug 10 18:02:13.014 INFO kablam! Compiling rustc-ap-rustc_target v218.0.0 Aug 10 18:02:13.014 INFO kablam! Compiling rustc-ap-syntax v218.0.0 Aug 10 18:02:13.028 INFO kablam! Checking rls-span v0.4.0 Aug 10 18:02:13.062 INFO kablam! Compiling proc-macro2 v0.3.8 Aug 10 18:02:14.504 INFO kablam! Checking rustc-hash v1.0.1 Aug 10 18:02:14.726 INFO kablam! Checking ena v0.9.3 Aug 10 18:02:16.154 INFO kablam! Checking rustc-ap-rustc_cratesio_shim v218.0.0 Aug 10 18:02:16.594 INFO kablam! Checking parking_lot_core v0.2.14 Aug 10 18:02:16.600 INFO kablam! Checking crossbeam-epoch v0.3.1 Aug 10 18:02:20.063 INFO kablam! Checking parking_lot v0.5.5 Aug 10 18:02:21.394 INFO kablam! Checking crossbeam-deque v0.2.0 Aug 10 18:02:30.277 INFO kablam! Checking rustc-rayon v0.1.1 Aug 10 18:02:34.160 INFO kablam! Compiling quote v0.5.2 Aug 10 18:02:37.679 INFO kablam! Compiling syn v0.13.11 Aug 10 18:02:52.006 INFO kablam! Checking rustc-ap-rustc_data_structures v218.0.0 Aug 10 18:03:04.244 INFO kablam! Checking rustc-ap-arena v218.0.0 Aug 10 18:03:05.366 INFO kablam! Checking rustc-ap-syntax_pos v218.0.0 Aug 10 18:03:16.959 INFO kablam! Checking rustc-ap-rustc_errors v218.0.0 Aug 10 18:03:25.466 INFO kablam! Compiling derive_more v0.11.0 Aug 10 18:04:10.857 INFO kablam! Checking racer v2.1.4 Aug 10 18:04:10.857 INFO kablam! Checking racer v2.1.4 (file:///source) Aug 10 18:04:23.860 INFO kablam! Checking racer-testutils v0.1.0 Aug 10 18:04:31.419 INFO kablam! error[E0277]: the trait bound `racer::Location: std::convert::From` is not satisfied Aug 10 18:04:31.419 INFO kablam! --> tests/system.rs:149:15 Aug 10 18:04:31.420 INFO kablam! | Aug 10 18:04:31.420 INFO kablam! 149 | let got = complete_from_file(&path, pos, &session).nth(0).unwrap(); Aug 10 18:04:31.420 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `racer::Location` Aug 10 18:04:31.420 INFO kablam! | Aug 10 18:04:31.420 INFO kablam! = help: the following implementations were found: Aug 10 18:04:31.420 INFO kablam! > Aug 10 18:04:31.420 INFO kablam! > Aug 10 18:04:31.420 INFO kablam! > Aug 10 18:04:31.420 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `racer::core::BytePos` Aug 10 18:04:31.420 INFO kablam! = note: required by `racer::complete_from_file` Aug 10 18:04:31.420 INFO kablam! Aug 10 18:04:32.809 INFO kablam! error[E0308]: mismatched types Aug 10 18:04:32.809 INFO kablam! --> tests/system.rs:832:5 Aug 10 18:04:32.809 INFO kablam! | Aug 10 18:04:32.809 INFO kablam! 832 | assert_eq!(got.coords, Some(Coordinate::new(10, 19))); Aug 10 18:04:32.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `racer::core::Coordinate`, found struct `racer::Coordinate` Aug 10 18:04:32.809 INFO kablam! | Aug 10 18:04:32.809 INFO kablam! = note: expected type `std::option::Option` Aug 10 18:04:32.809 INFO kablam! found type `std::option::Option` Aug 10 18:04:32.809 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 10 18:04:32.809 INFO kablam! --> tests/system.rs:832:5 Aug 10 18:04:32.809 INFO kablam! | Aug 10 18:04:32.809 INFO kablam! 832 | assert_eq!(got.coords, Some(Coordinate::new(10, 19))); Aug 10 18:04:32.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 10 18:04:32.810 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) Aug 10 18:04:32.810 INFO kablam! Aug 10 18:04:33.271 INFO kablam! error[E0308]: mismatched types Aug 10 18:04:33.271 INFO kablam! --> tests/system.rs:885:5 Aug 10 18:04:33.271 INFO kablam! | Aug 10 18:04:33.271 INFO kablam! 885 | assert_eq!(got.mtype, MatchType::Module); Aug 10 18:04:33.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 10 18:04:33.271 INFO kablam! | Aug 10 18:04:33.271 INFO kablam! = note: expected type `racer::core::MatchType` Aug 10 18:04:33.271 INFO kablam! found type `racer::MatchType` Aug 10 18:04:33.272 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 10 18:04:33.272 INFO kablam! --> tests/system.rs:885:5 Aug 10 18:04:33.272 INFO kablam! | Aug 10 18:04:33.272 INFO kablam! 885 | assert_eq!(got.mtype, MatchType::Module); Aug 10 18:04:33.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 10 18:04:33.272 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) Aug 10 18:04:33.272 INFO kablam! Aug 10 18:04:33.300 INFO kablam! error[E0308]: mismatched types Aug 10 18:04:33.300 INFO kablam! --> tests/system.rs:932:21 Aug 10 18:04:33.300 INFO kablam! | Aug 10 18:04:33.300 INFO kablam! 932 | ("foo", MatchType::Module) => has_module = true, Aug 10 18:04:33.300 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 10 18:04:33.300 INFO kablam! | Aug 10 18:04:33.300 INFO kablam! = note: expected type `racer::core::MatchType` Aug 10 18:04:33.300 INFO kablam! found type `racer::MatchType` Aug 10 18:04:33.300 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 10 18:04:33.300 INFO kablam! --> tests/system.rs:932:21 Aug 10 18:04:33.300 INFO kablam! | Aug 10 18:04:33.300 INFO kablam! 932 | ("foo", MatchType::Module) => has_module = true, Aug 10 18:04:33.300 INFO kablam! | ^^^^^^^^^^^^^^^^^ Aug 10 18:04:33.301 INFO kablam! Aug 10 18:04:33.301 INFO kablam! error[E0308]: mismatched types Aug 10 18:04:33.301 INFO kablam! --> tests/system.rs:933:21 Aug 10 18:04:33.301 INFO kablam! | Aug 10 18:04:33.301 INFO kablam! 933 | ("foo", MatchType::Function) => has_function = true, Aug 10 18:04:33.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 10 18:04:33.301 INFO kablam! | Aug 10 18:04:33.301 INFO kablam! = note: expected type `racer::core::MatchType` Aug 10 18:04:33.301 INFO kablam! found type `racer::MatchType` Aug 10 18:04:33.301 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 10 18:04:33.301 INFO kablam! --> tests/system.rs:933:21 Aug 10 18:04:33.301 INFO kablam! | Aug 10 18:04:33.301 INFO kablam! 933 | ("foo", MatchType::Function) => has_function = true, Aug 10 18:04:33.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Aug 10 18:04:33.301 INFO kablam! Aug 10 18:04:34.114 INFO kablam! error[E0308]: mismatched types Aug 10 18:04:34.114 INFO kablam! --> tests/system.rs:1549:5 Aug 10 18:04:34.114 INFO kablam! | Aug 10 18:04:34.114 INFO kablam! 1549 | assert_eq!(MatchType::Function, got.mtype); Aug 10 18:04:34.114 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Aug 10 18:04:34.114 INFO kablam! | Aug 10 18:04:34.114 INFO kablam! = note: expected type `racer::MatchType` Aug 10 18:04:34.114 INFO kablam! found type `racer::core::MatchType` Aug 10 18:04:34.114 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 10 18:04:34.114 INFO kablam! --> tests/system.rs:1549:5 Aug 10 18:04:34.114 INFO kablam! | Aug 10 18:04:34.114 INFO kablam! 1549 | assert_eq!(MatchType::Function, got.mtype); Aug 10 18:04:34.114 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 10 18:04:34.114 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) Aug 10 18:04:34.114 INFO kablam! Aug 10 18:04:35.043 INFO kablam! error[E0308]: mismatched types Aug 10 18:04:35.043 INFO kablam! --> tests/system.rs:2602:5 Aug 10 18:04:35.043 INFO kablam! | Aug 10 18:04:35.043 INFO kablam! 2602 | assert_eq!(got.mtype, MatchType::Function); Aug 10 18:04:35.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 10 18:04:35.052 INFO kablam! | Aug 10 18:04:35.052 INFO kablam! = note: expected type `racer::core::MatchType` Aug 10 18:04:35.052 INFO kablam! found type `racer::MatchType` Aug 10 18:04:35.052 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 10 18:04:35.052 INFO kablam! --> tests/system.rs:2602:5 Aug 10 18:04:35.052 INFO kablam! | Aug 10 18:04:35.053 INFO kablam! 2602 | assert_eq!(got.mtype, MatchType::Function); Aug 10 18:04:35.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 10 18:04:35.053 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) Aug 10 18:04:35.053 INFO kablam! Aug 10 18:04:35.513 INFO kablam! error[E0308]: mismatched types Aug 10 18:04:35.513 INFO kablam! --> tests/system.rs:2616:5 Aug 10 18:04:35.513 INFO kablam! | Aug 10 18:04:35.513 INFO kablam! 2616 | assert_eq!(MatchType::StructField, got.mtype); Aug 10 18:04:35.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Aug 10 18:04:35.513 INFO kablam! | Aug 10 18:04:35.513 INFO kablam! = note: expected type `racer::MatchType` Aug 10 18:04:35.513 INFO kablam! found type `racer::core::MatchType` Aug 10 18:04:35.513 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 10 18:04:35.514 INFO kablam! --> tests/system.rs:2616:5 Aug 10 18:04:35.514 INFO kablam! | Aug 10 18:04:35.514 INFO kablam! 2616 | assert_eq!(MatchType::StructField, got.mtype); Aug 10 18:04:35.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 10 18:04:35.514 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) Aug 10 18:04:35.514 INFO kablam! Aug 10 18:04:35.962 INFO kablam! error[E0308]: mismatched types Aug 10 18:04:35.962 INFO kablam! --> tests/system.rs:2630:5 Aug 10 18:04:35.962 INFO kablam! | Aug 10 18:04:35.962 INFO kablam! 2630 | assert_eq!(MatchType::Function, got.mtype); Aug 10 18:04:35.962 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Aug 10 18:04:35.962 INFO kablam! | Aug 10 18:04:35.962 INFO kablam! = note: expected type `racer::MatchType` Aug 10 18:04:35.962 INFO kablam! found type `racer::core::MatchType` Aug 10 18:04:35.962 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 10 18:04:35.962 INFO kablam! --> tests/system.rs:2630:5 Aug 10 18:04:35.962 INFO kablam! | Aug 10 18:04:35.962 INFO kablam! 2630 | assert_eq!(MatchType::Function, got.mtype); Aug 10 18:04:35.962 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 10 18:04:35.962 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) Aug 10 18:04:35.962 INFO kablam! Aug 10 18:04:36.608 INFO kablam! error[E0308]: mismatched types Aug 10 18:04:36.608 INFO kablam! --> tests/system.rs:2862:5 Aug 10 18:04:36.608 INFO kablam! | Aug 10 18:04:36.608 INFO kablam! 2862 | assert_eq!(MatchType::Struct, got.mtype); Aug 10 18:04:36.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::MatchType`, found enum `racer::core::MatchType` Aug 10 18:04:36.616 INFO kablam! | Aug 10 18:04:36.616 INFO kablam! = note: expected type `racer::MatchType` Aug 10 18:04:36.616 INFO kablam! found type `racer::core::MatchType` Aug 10 18:04:36.617 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 10 18:04:36.617 INFO kablam! --> tests/system.rs:2862:5 Aug 10 18:04:36.617 INFO kablam! | Aug 10 18:04:36.617 INFO kablam! 2862 | assert_eq!(MatchType::Struct, got.mtype); Aug 10 18:04:36.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 10 18:04:36.617 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) Aug 10 18:04:36.617 INFO kablam! Aug 10 18:04:37.215 INFO kablam! error[E0308]: mismatched types Aug 10 18:04:37.215 INFO kablam! --> tests/system.rs:3148:5 Aug 10 18:04:37.215 INFO kablam! | Aug 10 18:04:37.215 INFO kablam! 3148 | assert_eq!(got.mtype, MatchType::Enum); Aug 10 18:04:37.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 10 18:04:37.228 INFO kablam! | Aug 10 18:04:37.228 INFO kablam! = note: expected type `racer::core::MatchType` Aug 10 18:04:37.228 INFO kablam! found type `racer::MatchType` Aug 10 18:04:37.228 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 10 18:04:37.228 INFO kablam! --> tests/system.rs:3148:5 Aug 10 18:04:37.228 INFO kablam! | Aug 10 18:04:37.228 INFO kablam! 3148 | assert_eq!(got.mtype, MatchType::Enum); Aug 10 18:04:37.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 10 18:04:37.229 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) Aug 10 18:04:37.229 INFO kablam! Aug 10 18:04:37.810 INFO kablam! error[E0308]: mismatched types Aug 10 18:04:37.810 INFO kablam! --> tests/system.rs:3469:5 Aug 10 18:04:37.810 INFO kablam! | Aug 10 18:04:37.810 INFO kablam! 3469 | assert_eq!(got.mtype, MatchType::Trait); Aug 10 18:04:37.810 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 10 18:04:37.810 INFO kablam! | Aug 10 18:04:37.810 INFO kablam! = note: expected type `racer::core::MatchType` Aug 10 18:04:37.810 INFO kablam! found type `racer::MatchType` Aug 10 18:04:37.810 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 10 18:04:37.810 INFO kablam! --> tests/system.rs:3469:5 Aug 10 18:04:37.810 INFO kablam! | Aug 10 18:04:37.810 INFO kablam! 3469 | assert_eq!(got.mtype, MatchType::Trait); Aug 10 18:04:37.810 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 10 18:04:37.811 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) Aug 10 18:04:37.811 INFO kablam! Aug 10 18:04:38.210 INFO kablam! error[E0308]: mismatched types Aug 10 18:04:38.210 INFO kablam! --> tests/system.rs:3493:5 Aug 10 18:04:38.210 INFO kablam! | Aug 10 18:04:38.210 INFO kablam! 3493 | assert_eq!(got.mtype, MatchType::Function); Aug 10 18:04:38.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 10 18:04:38.210 INFO kablam! | Aug 10 18:04:38.210 INFO kablam! = note: expected type `racer::core::MatchType` Aug 10 18:04:38.210 INFO kablam! found type `racer::MatchType` Aug 10 18:04:38.211 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 10 18:04:38.211 INFO kablam! --> tests/system.rs:3493:5 Aug 10 18:04:38.211 INFO kablam! | Aug 10 18:04:38.211 INFO kablam! 3493 | assert_eq!(got.mtype, MatchType::Function); Aug 10 18:04:38.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 10 18:04:38.211 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) Aug 10 18:04:38.212 INFO kablam! Aug 10 18:04:38.598 INFO kablam! error[E0308]: mismatched types Aug 10 18:04:38.598 INFO kablam! --> tests/system.rs:3516:5 Aug 10 18:04:38.598 INFO kablam! | Aug 10 18:04:38.598 INFO kablam! 3516 | assert_eq!(got.mtype, MatchType::Function); Aug 10 18:04:38.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 10 18:04:38.598 INFO kablam! | Aug 10 18:04:38.598 INFO kablam! = note: expected type `racer::core::MatchType` Aug 10 18:04:38.598 INFO kablam! found type `racer::MatchType` Aug 10 18:04:38.598 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 10 18:04:38.598 INFO kablam! --> tests/system.rs:3516:5 Aug 10 18:04:38.598 INFO kablam! | Aug 10 18:04:38.598 INFO kablam! 3516 | assert_eq!(got.mtype, MatchType::Function); Aug 10 18:04:38.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 10 18:04:38.599 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) Aug 10 18:04:38.599 INFO kablam! Aug 10 18:04:39.019 INFO kablam! error[E0308]: mismatched types Aug 10 18:04:39.019 INFO kablam! --> tests/system.rs:3540:5 Aug 10 18:04:39.019 INFO kablam! | Aug 10 18:04:39.019 INFO kablam! 3540 | assert_eq!(got.mtype, MatchType::Function); Aug 10 18:04:39.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 10 18:04:39.019 INFO kablam! | Aug 10 18:04:39.019 INFO kablam! = note: expected type `racer::core::MatchType` Aug 10 18:04:39.019 INFO kablam! found type `racer::MatchType` Aug 10 18:04:39.019 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 10 18:04:39.020 INFO kablam! --> tests/system.rs:3540:5 Aug 10 18:04:39.020 INFO kablam! | Aug 10 18:04:39.020 INFO kablam! 3540 | assert_eq!(got.mtype, MatchType::Function); Aug 10 18:04:39.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 10 18:04:39.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) Aug 10 18:04:39.024 INFO kablam! Aug 10 18:04:39.457 INFO kablam! error[E0308]: mismatched types Aug 10 18:04:39.457 INFO kablam! --> tests/system.rs:3559:5 Aug 10 18:04:39.458 INFO kablam! | Aug 10 18:04:39.458 INFO kablam! 3559 | assert_eq!(got.mtype, MatchType::Function); Aug 10 18:04:39.458 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 10 18:04:39.458 INFO kablam! | Aug 10 18:04:39.458 INFO kablam! = note: expected type `racer::core::MatchType` Aug 10 18:04:39.458 INFO kablam! found type `racer::MatchType` Aug 10 18:04:39.459 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 10 18:04:39.459 INFO kablam! --> tests/system.rs:3559:5 Aug 10 18:04:39.459 INFO kablam! | Aug 10 18:04:39.459 INFO kablam! 3559 | assert_eq!(got.mtype, MatchType::Function); Aug 10 18:04:39.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 10 18:04:39.459 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) Aug 10 18:04:39.459 INFO kablam! Aug 10 18:04:39.927 INFO kablam! error[E0308]: mismatched types Aug 10 18:04:39.927 INFO kablam! --> tests/system.rs:3583:5 Aug 10 18:04:39.927 INFO kablam! | Aug 10 18:04:39.927 INFO kablam! 3583 | assert_eq!(got.mtype, MatchType::Function); Aug 10 18:04:39.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `racer::core::MatchType`, found enum `racer::MatchType` Aug 10 18:04:39.936 INFO kablam! | Aug 10 18:04:39.937 INFO kablam! = note: expected type `racer::core::MatchType` Aug 10 18:04:39.937 INFO kablam! found type `racer::MatchType` Aug 10 18:04:39.937 INFO kablam! note: Perhaps two different versions of crate `racer` are being used? Aug 10 18:04:39.937 INFO kablam! --> tests/system.rs:3583:5 Aug 10 18:04:39.937 INFO kablam! | Aug 10 18:04:39.937 INFO kablam! 3583 | assert_eq!(got.mtype, MatchType::Function); Aug 10 18:04:39.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 10 18:04:39.937 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) Aug 10 18:04:39.938 INFO kablam! Aug 10 18:04:40.346 INFO kablam! error: aborting due to 17 previous errors Aug 10 18:04:40.352 INFO kablam! Aug 10 18:04:40.353 INFO kablam! Some errors occurred: E0277, E0308. Aug 10 18:04:40.353 INFO kablam! For more information about an error, try `rustc --explain E0277`. Aug 10 18:04:40.384 INFO kablam! error: Could not compile `racer`. Aug 10 18:04:40.385 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 10 18:04:42.504 INFO kablam! error: build failed Aug 10 18:04:42.506 INFO kablam! su: No module specific data is present Aug 10 18:04:43.044 INFO running `"docker" "rm" "-f" "7dbd1730779a12d92c6e59fff3dbc0069a73ec43aaa79af87c471d69a4cd05e4"` Aug 10 18:04:43.192 INFO blam! 7dbd1730779a12d92c6e59fff3dbc0069a73ec43aaa79af87c471d69a4cd05e4