Sep 21 10:32:47.041 INFO checking ferru-0.4.0 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 10:32:47.041 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 10:32:47.041 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-3/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 10:32:47.198 INFO blam! 5cd8ed76409ecc730536da7c3b0f60897b4ab4fe51d0da33eb8e90f9d4e194c7 Sep 21 10:32:47.200 INFO running `"docker" "start" "-a" "5cd8ed76409ecc730536da7c3b0f60897b4ab4fe51d0da33eb8e90f9d4e194c7"` Sep 21 10:32:48.068 INFO kablam! usermod: no changes Sep 21 10:32:48.234 INFO kablam! Checking mustache v0.7.0 Sep 21 10:32:49.026 INFO kablam! Checking ferru v0.4.0 (/source) Sep 21 10:32:49.582 INFO kablam! error[E0432]: unresolved import `parser::yaml_rust` Sep 21 10:32:49.582 INFO kablam! --> src/parser/mod.rs:59:17 Sep 21 10:32:49.582 INFO kablam! | Sep 21 10:32:49.582 INFO kablam! 59 | use parser::yaml_rust::Yaml; Sep 21 10:32:49.582 INFO kablam! | ^^^^^^^^^ Could not find `yaml_rust` in `parser` Sep 21 10:32:49.586 INFO kablam! Sep 21 10:32:49.942 INFO kablam! error[E0599]: no variant named `InvalidHeaderFormat` found for type `parser::error::Error` in the current scope Sep 21 10:32:49.942 INFO kablam! --> src/parser/mod.rs:65:17 Sep 21 10:32:49.942 INFO kablam! | Sep 21 10:32:49.942 INFO kablam! 65 | Err(Error::InvalidHeaderFormat("a".to_owned())) Sep 21 10:32:49.942 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `parser::error::Error` Sep 21 10:32:49.942 INFO kablam! | Sep 21 10:32:49.942 INFO kablam! ::: src/parser/error.rs:21:1 Sep 21 10:32:49.942 INFO kablam! | Sep 21 10:32:49.942 INFO kablam! 21 | pub enum Error { Sep 21 10:32:49.942 INFO kablam! | -------------- variant `InvalidHeaderFormat` not found here Sep 21 10:32:49.942 INFO kablam! Sep 21 10:32:49.948 INFO kablam! error[E0599]: no variant named `InvalidHeaderFormat` found for type `parser::error::Error` in the current scope Sep 21 10:32:49.948 INFO kablam! --> src/parser/mod.rs:69:17 Sep 21 10:32:49.948 INFO kablam! | Sep 21 10:32:49.948 INFO kablam! 69 | Err(Error::InvalidHeaderFormat("a ".to_owned())) Sep 21 10:32:49.948 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `parser::error::Error` Sep 21 10:32:49.948 INFO kablam! | Sep 21 10:32:49.948 INFO kablam! ::: src/parser/error.rs:21:1 Sep 21 10:32:49.948 INFO kablam! | Sep 21 10:32:49.948 INFO kablam! 21 | pub enum Error { Sep 21 10:32:49.948 INFO kablam! | -------------- variant `InvalidHeaderFormat` not found here Sep 21 10:32:49.948 INFO kablam! Sep 21 10:32:49.953 INFO kablam! error[E0599]: no variant named `InvalidHeaderKey` found for type `parser::error::Error` in the current scope Sep 21 10:32:49.953 INFO kablam! --> src/parser/mod.rs:73:17 Sep 21 10:32:49.953 INFO kablam! | Sep 21 10:32:49.953 INFO kablam! 73 | Err(Error::InvalidHeaderKey(Yaml::Null)) Sep 21 10:32:49.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `parser::error::Error` Sep 21 10:32:49.953 INFO kablam! | Sep 21 10:32:49.953 INFO kablam! ::: src/parser/error.rs:21:1 Sep 21 10:32:49.953 INFO kablam! | Sep 21 10:32:49.953 INFO kablam! 21 | pub enum Error { Sep 21 10:32:49.953 INFO kablam! | -------------- variant `InvalidHeaderKey` not found here Sep 21 10:32:49.953 INFO kablam! Sep 21 10:32:49.958 INFO kablam! error[E0599]: no variant named `InvalidHeaderKey` found for type `parser::error::Error` in the current scope Sep 21 10:32:49.958 INFO kablam! --> src/parser/mod.rs:77:17 Sep 21 10:32:49.958 INFO kablam! | Sep 21 10:32:49.958 INFO kablam! 77 | Err(Error::InvalidHeaderKey(Yaml::Null)) Sep 21 10:32:49.958 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `parser::error::Error` Sep 21 10:32:49.958 INFO kablam! | Sep 21 10:32:49.958 INFO kablam! ::: src/parser/error.rs:21:1 Sep 21 10:32:49.958 INFO kablam! | Sep 21 10:32:49.958 INFO kablam! 21 | pub enum Error { Sep 21 10:32:49.958 INFO kablam! | -------------- variant `InvalidHeaderKey` not found here Sep 21 10:32:49.958 INFO kablam! Sep 21 10:32:49.973 INFO kablam! error[E0599]: no variant named `InvalidHeaderFormat` found for type `parser::error::Error` in the current scope Sep 21 10:32:49.973 INFO kablam! --> src/parser/mod.rs:81:17 Sep 21 10:32:49.973 INFO kablam! | Sep 21 10:32:49.973 INFO kablam! 81 | Err(Error::InvalidHeaderFormat("title:sometitle".to_owned())) Sep 21 10:32:49.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `parser::error::Error` Sep 21 10:32:49.973 INFO kablam! | Sep 21 10:32:49.973 INFO kablam! ::: src/parser/error.rs:21:1 Sep 21 10:32:49.973 INFO kablam! | Sep 21 10:32:49.973 INFO kablam! 21 | pub enum Error { Sep 21 10:32:49.973 INFO kablam! | -------------- variant `InvalidHeaderFormat` not found here Sep 21 10:32:49.973 INFO kablam! Sep 21 10:32:49.973 INFO kablam! error[E0599]: no variant named `InvalidHeaderKey` found for type `parser::error::Error` in the current scope Sep 21 10:32:49.973 INFO kablam! --> src/parser/mod.rs:85:17 Sep 21 10:32:49.973 INFO kablam! | Sep 21 10:32:49.973 INFO kablam! 85 | Err(Error::InvalidHeaderKey(Yaml::Integer(1234))) Sep 21 10:32:49.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `parser::error::Error` Sep 21 10:32:49.973 INFO kablam! | Sep 21 10:32:49.973 INFO kablam! ::: src/parser/error.rs:21:1 Sep 21 10:32:49.973 INFO kablam! | Sep 21 10:32:49.973 INFO kablam! 21 | pub enum Error { Sep 21 10:32:49.973 INFO kablam! | -------------- variant `InvalidHeaderKey` not found here Sep 21 10:32:49.973 INFO kablam! Sep 21 10:32:49.977 INFO kablam! error[E0599]: no variant named `InvalidHeaderValue` found for type `parser::error::Error` in the current scope Sep 21 10:32:49.977 INFO kablam! --> src/parser/mod.rs:93:17 Sep 21 10:32:49.977 INFO kablam! | Sep 21 10:32:49.977 INFO kablam! 93 | Err(Error::InvalidHeaderValue(Yaml::Null)) Sep 21 10:32:49.977 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `parser::error::Error` Sep 21 10:32:49.977 INFO kablam! | Sep 21 10:32:49.977 INFO kablam! ::: src/parser/error.rs:21:1 Sep 21 10:32:49.977 INFO kablam! | Sep 21 10:32:49.977 INFO kablam! 21 | pub enum Error { Sep 21 10:32:49.977 INFO kablam! | -------------- variant `InvalidHeaderValue` not found here Sep 21 10:32:49.977 INFO kablam! Sep 21 10:32:49.992 INFO kablam! error[E0599]: no variant named `InvalidHeaderValue` found for type `parser::error::Error` in the current scope Sep 21 10:32:49.992 INFO kablam! --> src/parser/mod.rs:97:17 Sep 21 10:32:49.992 INFO kablam! | Sep 21 10:32:49.992 INFO kablam! 97 | Err(Error::InvalidHeaderValue(Yaml::Null)) Sep 21 10:32:49.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `parser::error::Error` Sep 21 10:32:49.992 INFO kablam! | Sep 21 10:32:49.992 INFO kablam! ::: src/parser/error.rs:21:1 Sep 21 10:32:49.992 INFO kablam! | Sep 21 10:32:49.992 INFO kablam! 21 | pub enum Error { Sep 21 10:32:49.992 INFO kablam! | -------------- variant `InvalidHeaderValue` not found here Sep 21 10:32:49.992 INFO kablam! Sep 21 10:32:49.999 INFO kablam! error[E0599]: no variant named `InvalidHeaderValue` found for type `parser::error::Error` in the current scope Sep 21 10:32:49.999 INFO kablam! --> src/parser/mod.rs:101:17 Sep 21 10:32:49.999 INFO kablam! | Sep 21 10:32:49.999 INFO kablam! 101 | Err(Error::InvalidHeaderValue(Yaml::Integer(1234))) Sep 21 10:32:49.999 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `parser::error::Error` Sep 21 10:32:49.999 INFO kablam! | Sep 21 10:32:49.999 INFO kablam! ::: src/parser/error.rs:21:1 Sep 21 10:32:49.999 INFO kablam! | Sep 21 10:32:49.999 INFO kablam! 21 | pub enum Error { Sep 21 10:32:49.999 INFO kablam! | -------------- variant `InvalidHeaderValue` not found here Sep 21 10:32:49.999 INFO kablam! Sep 21 10:32:50.062 INFO kablam! error[E0277]: can't compare `std::result::Result, parser::error::Error>` with `std::result::Result, _>` Sep 21 10:32:50.062 INFO kablam! --> src/parser/mod.rs:114:9 Sep 21 10:32:50.062 INFO kablam! | Sep 21 10:32:50.062 INFO kablam! 114 | assert_eq!(&parse_header("title: sometitle\ndate: 2014-01-01"), &map); Sep 21 10:32:50.062 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `std::result::Result, parser::error::Error> == std::result::Result, _>` Sep 21 10:32:50.062 INFO kablam! | Sep 21 10:32:50.062 INFO kablam! = help: the trait `std::cmp::PartialEq, _>>` is not implemented for `std::result::Result, parser::error::Error>` Sep 21 10:32:50.062 INFO kablam! = note: required because of the requirements on the impl of `std::cmp::PartialEq<&std::result::Result, _>>` for `&std::result::Result, parser::error::Error>` Sep 21 10:32:50.062 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 21 10:32:50.062 INFO kablam! Sep 21 10:32:50.062 INFO kablam! error[E0277]: can't compare `std::result::Result, parser::error::Error>` with `std::result::Result, _>` Sep 21 10:32:50.062 INFO kablam! --> src/parser/mod.rs:115:9 Sep 21 10:32:50.062 INFO kablam! | Sep 21 10:32:50.062 INFO kablam! 115 | assert_eq!(&parse_header("title: sometitle\ndate: 2014-01-01\n"), &map); Sep 21 10:32:50.062 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `std::result::Result, parser::error::Error> == std::result::Result, _>` Sep 21 10:32:50.062 INFO kablam! | Sep 21 10:32:50.062 INFO kablam! = help: the trait `std::cmp::PartialEq, _>>` is not implemented for `std::result::Result, parser::error::Error>` Sep 21 10:32:50.062 INFO kablam! = note: required because of the requirements on the impl of `std::cmp::PartialEq<&std::result::Result, _>>` for `&std::result::Result, parser::error::Error>` Sep 21 10:32:50.062 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 21 10:32:50.062 INFO kablam! Sep 21 10:32:50.062 INFO kablam! error[E0308]: mismatched types Sep 21 10:32:50.062 INFO kablam! --> src/parser/mod.rs:120:57 Sep 21 10:32:50.062 INFO kablam! | Sep 21 10:32:50.062 INFO kablam! 120 | assert_eq!(parse_document(""), Ok(Document::new(HashMap::new(), ""))); Sep 21 10:32:50.062 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `std::collections::BTreeMap`, found struct `std::collections::HashMap` Sep 21 10:32:50.062 INFO kablam! | Sep 21 10:32:50.062 INFO kablam! = note: expected type `std::collections::BTreeMap` Sep 21 10:32:50.062 INFO kablam! found type `std::collections::HashMap<_, _>` Sep 21 10:32:50.062 INFO kablam! Sep 21 10:32:50.158 INFO kablam! error[E0308]: mismatched types Sep 21 10:32:50.158 INFO kablam! --> src/parser/mod.rs:125:62 Sep 21 10:32:50.158 INFO kablam! | Sep 21 10:32:50.158 INFO kablam! 125 | assert_eq!(parse_document("---\n"), Ok(Document::new(HashMap::new(), ""))); Sep 21 10:32:50.158 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `std::collections::BTreeMap`, found struct `std::collections::HashMap` Sep 21 10:32:50.178 INFO kablam! | Sep 21 10:32:50.178 INFO kablam! = note: expected type `std::collections::BTreeMap` Sep 21 10:32:50.178 INFO kablam! found type `std::collections::HashMap<_, _>` Sep 21 10:32:50.178 INFO kablam! Sep 21 10:32:50.274 INFO kablam! error[E0308]: mismatched types Sep 21 10:32:50.274 INFO kablam! --> src/parser/mod.rs:126:64 Sep 21 10:32:50.274 INFO kablam! | Sep 21 10:32:50.274 INFO kablam! 126 | assert_eq!(parse_document("\n---\n"), Ok(Document::new(HashMap::new(), ""))); Sep 21 10:32:50.274 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `std::collections::BTreeMap`, found struct `std::collections::HashMap` Sep 21 10:32:50.274 INFO kablam! | Sep 21 10:32:50.274 INFO kablam! = note: expected type `std::collections::BTreeMap` Sep 21 10:32:50.274 INFO kablam! found type `std::collections::HashMap<_, _>` Sep 21 10:32:50.274 INFO kablam! Sep 21 10:32:50.366 INFO kablam! error[E0308]: mismatched types Sep 21 10:32:50.366 INFO kablam! --> src/parser/mod.rs:127:63 Sep 21 10:32:50.366 INFO kablam! | Sep 21 10:32:50.366 INFO kablam! 127 | assert_eq!(parse_document(" ---\n"), Ok(Document::new(HashMap::new(), ""))); Sep 21 10:32:50.366 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `std::collections::BTreeMap`, found struct `std::collections::HashMap` Sep 21 10:32:50.366 INFO kablam! | Sep 21 10:32:50.366 INFO kablam! = note: expected type `std::collections::BTreeMap` Sep 21 10:32:50.366 INFO kablam! found type `std::collections::HashMap<_, _>` Sep 21 10:32:50.366 INFO kablam! Sep 21 10:32:50.458 INFO kablam! error[E0308]: mismatched types Sep 21 10:32:50.458 INFO kablam! --> src/parser/mod.rs:132:81 Sep 21 10:32:50.458 INFO kablam! | Sep 21 10:32:50.458 INFO kablam! 132 | assert_eq!(parse_document("---\nsome random content"), Ok(Document::new(HashMap::new(), "some random content"))); Sep 21 10:32:50.458 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `std::collections::BTreeMap`, found struct `std::collections::HashMap` Sep 21 10:32:50.458 INFO kablam! | Sep 21 10:32:50.458 INFO kablam! = note: expected type `std::collections::BTreeMap` Sep 21 10:32:50.458 INFO kablam! found type `std::collections::HashMap<_, _>` Sep 21 10:32:50.458 INFO kablam! Sep 21 10:32:50.581 INFO kablam! error[E0308]: mismatched types Sep 21 10:32:50.581 INFO kablam! --> src/parser/mod.rs:133:83 Sep 21 10:32:50.581 INFO kablam! | Sep 21 10:32:50.582 INFO kablam! 133 | assert_eq!(parse_document("\n---\nsome random content"), Ok(Document::new(HashMap::new(), "some random content"))); Sep 21 10:32:50.582 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `std::collections::BTreeMap`, found struct `std::collections::HashMap` Sep 21 10:32:50.582 INFO kablam! | Sep 21 10:32:50.582 INFO kablam! = note: expected type `std::collections::BTreeMap` Sep 21 10:32:50.582 INFO kablam! found type `std::collections::HashMap<_, _>` Sep 21 10:32:50.582 INFO kablam! Sep 21 10:32:50.682 INFO kablam! error[E0308]: mismatched types Sep 21 10:32:50.682 INFO kablam! --> src/parser/mod.rs:134:82 Sep 21 10:32:50.682 INFO kablam! | Sep 21 10:32:50.682 INFO kablam! 134 | assert_eq!(parse_document(" ---\nsome random content"), Ok(Document::new(HashMap::new(), "some random content"))); Sep 21 10:32:50.682 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `std::collections::BTreeMap`, found struct `std::collections::HashMap` Sep 21 10:32:50.698 INFO kablam! | Sep 21 10:32:50.698 INFO kablam! = note: expected type `std::collections::BTreeMap` Sep 21 10:32:50.698 INFO kablam! found type `std::collections::HashMap<_, _>` Sep 21 10:32:50.698 INFO kablam! Sep 21 10:32:50.786 INFO kablam! error[E0308]: mismatched types Sep 21 10:32:50.786 INFO kablam! --> src/parser/mod.rs:145:79 Sep 21 10:32:50.786 INFO kablam! | Sep 21 10:32:50.786 INFO kablam! 145 | assert_eq!(parse_document("title: my title\n---\n"), Ok(Document::new(header, ""))); Sep 21 10:32:50.786 INFO kablam! | ^^^^^^ expected struct `std::collections::BTreeMap`, found struct `std::collections::HashMap` Sep 21 10:32:50.790 INFO kablam! | Sep 21 10:32:50.790 INFO kablam! = note: expected type `std::collections::BTreeMap` Sep 21 10:32:50.790 INFO kablam! found type `std::collections::HashMap` Sep 21 10:32:50.790 INFO kablam! Sep 21 10:32:50.874 INFO kablam! error[E0308]: mismatched types Sep 21 10:32:50.874 INFO kablam! --> src/parser/mod.rs:159:34 Sep 21 10:32:50.874 INFO kablam! | Sep 21 10:32:50.874 INFO kablam! 159 | let post = Document::new(header, "this is a post.\nwith multiple lines!"); Sep 21 10:32:50.874 INFO kablam! | ^^^^^^ expected struct `std::collections::BTreeMap`, found struct `std::collections::HashMap` Sep 21 10:32:50.874 INFO kablam! | Sep 21 10:32:50.874 INFO kablam! = note: expected type `std::collections::BTreeMap` Sep 21 10:32:50.874 INFO kablam! found type `std::collections::HashMap` Sep 21 10:32:50.874 INFO kablam! Sep 21 10:32:50.934 INFO kablam! error: aborting due to 21 previous errors Sep 21 10:32:50.934 INFO kablam! Sep 21 10:32:50.934 INFO kablam! Some errors occurred: E0277, E0308, E0432, E0599. Sep 21 10:32:50.934 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 21 10:32:50.938 INFO kablam! error: Could not compile `ferru`. Sep 21 10:32:50.938 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 10:32:51.513 INFO kablam! error: build failed Sep 21 10:32:51.523 INFO kablam! su: No module specific data is present Sep 21 10:32:52.595 INFO running `"docker" "rm" "-f" "5cd8ed76409ecc730536da7c3b0f60897b4ab4fe51d0da33eb8e90f9d4e194c7"` Sep 21 10:32:52.720 INFO blam! 5cd8ed76409ecc730536da7c3b0f60897b4ab4fe51d0da33eb8e90f9d4e194c7