Sep 02 03:50:32.853 INFO checking quickxml_to_serde-0.3.1 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 03:50:32.853 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 03:50:32.853 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-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:50:32.998 INFO blam! 87293ae470780415a0bef78d63e979a85cc635f78b71f4a0fea768e856ce60b7 Sep 02 03:50:33.000 INFO running `"docker" "start" "-a" "87293ae470780415a0bef78d63e979a85cc635f78b71f4a0fea768e856ce60b7"` Sep 02 03:50:33.836 INFO kablam! Checking minidom v0.9.1 Sep 02 03:50:35.688 INFO kablam! Checking quickxml_to_serde v0.3.1 (file:///source) Sep 02 03:50:36.519 INFO kablam! warning: unused `#[macro_use]` import Sep 02 03:50:36.519 INFO kablam! --> src/lib.rs:4:1 Sep 02 03:50:36.519 INFO kablam! | Sep 02 03:50:36.519 INFO kablam! 4 | #[macro_use] Sep 02 03:50:36.519 INFO kablam! | ^^^^^^^^^^^^ Sep 02 03:50:36.520 INFO kablam! | Sep 02 03:50:36.520 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 03:50:36.520 INFO kablam! Sep 02 03:50:36.598 INFO kablam! error[E0277]: the trait bound `std::string::String: std::io::BufRead` is not satisfied Sep 02 03:50:36.598 INFO kablam! --> src/lib.rs:149:9 Sep 02 03:50:36.598 INFO kablam! | Sep 02 03:50:36.598 INFO kablam! 149 | map_over_children( Sep 02 03:50:36.598 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::io::BufRead` is not implemented for `std::string::String` Sep 02 03:50:36.598 INFO kablam! | Sep 02 03:50:36.598 INFO kablam! note: required by `map_over_children` Sep 02 03:50:36.598 INFO kablam! --> src/lib.rs:95:1 Sep 02 03:50:36.599 INFO kablam! | Sep 02 03:50:36.599 INFO kablam! 95 | pub fn map_over_children(xml: T, mut iteratee: F) { Sep 02 03:50:36.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:50:36.599 INFO kablam! Sep 02 03:50:36.605 INFO kablam! error[E0631]: type mismatch in closure arguments Sep 02 03:50:36.605 INFO kablam! --> src/lib.rs:149:9 Sep 02 03:50:36.605 INFO kablam! | Sep 02 03:50:36.605 INFO kablam! 149 | map_over_children( Sep 02 03:50:36.605 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected signature of `for<'r, 's> fn(&'r str, &'s serde_json::Value) -> _` Sep 02 03:50:36.605 INFO kablam! 150 | String::from("test1test2test3"), Sep 02 03:50:36.605 INFO kablam! 151 | |xml: String, js: Value| { Sep 02 03:50:36.605 INFO kablam! | ------------------------ found signature of `fn(std::string::String, serde_json::Value) -> _` Sep 02 03:50:36.605 INFO kablam! | Sep 02 03:50:36.605 INFO kablam! note: required by `map_over_children` Sep 02 03:50:36.605 INFO kablam! --> src/lib.rs:95:1 Sep 02 03:50:36.605 INFO kablam! | Sep 02 03:50:36.605 INFO kablam! 95 | pub fn map_over_children(xml: T, mut iteratee: F) { Sep 02 03:50:36.606 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:50:36.606 INFO kablam! Sep 02 03:50:36.741 INFO kablam! error[E0308]: mismatched types Sep 02 03:50:36.741 INFO kablam! --> src/lib.rs:176:38 Sep 02 03:50:36.741 INFO kablam! | Sep 02 03:50:36.741 INFO kablam! 176 | let result = map_of_children(String::from("test1test2test3")); Sep 02 03:50:36.741 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `minidom::Element`, found struct `std::string::String` Sep 02 03:50:36.741 INFO kablam! | Sep 02 03:50:36.741 INFO kablam! = note: expected type `minidom::Element` Sep 02 03:50:36.741 INFO kablam! found type `std::string::String` Sep 02 03:50:36.741 INFO kablam! Sep 02 03:50:36.758 INFO kablam! error: aborting due to 3 previous errors Sep 02 03:50:36.758 INFO kablam! Sep 02 03:50:36.758 INFO kablam! Some errors occurred: E0277, E0308, E0631. Sep 02 03:50:36.758 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 02 03:50:36.770 INFO kablam! error: Could not compile `quickxml_to_serde`. Sep 02 03:50:36.770 INFO kablam! Sep 02 03:50:36.770 INFO kablam! To learn more, run the command again with --verbose. Sep 02 03:50:36.771 INFO kablam! su: No module specific data is present Sep 02 03:50:37.236 INFO running `"docker" "rm" "-f" "87293ae470780415a0bef78d63e979a85cc635f78b71f4a0fea768e856ce60b7"` Sep 02 03:50:37.329 INFO blam! 87293ae470780415a0bef78d63e979a85cc635f78b71f4a0fea768e856ce60b7