Sep 10 12:23:19.379 INFO checking quickxml_to_serde-0.3.1 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 12:23:19.379 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 12:23:19.379 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-4/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 12:23:19.600 INFO blam! 46b2225978f98cd7ef0b443abfc77da7048cfcec53d340d4342a5f2978722e0f Sep 10 12:23:19.602 INFO running `"docker" "start" "-a" "46b2225978f98cd7ef0b443abfc77da7048cfcec53d340d4342a5f2978722e0f"` Sep 10 12:23:20.145 INFO kablam! usermod: no changes Sep 10 12:23:20.195 INFO kablam! Checking quick-xml v0.12.3 Sep 10 12:23:21.158 INFO kablam! Checking minidom v0.9.1 Sep 10 12:23:21.940 INFO kablam! Checking quickxml_to_serde v0.3.1 (file:///source) Sep 10 12:23:22.268 INFO kablam! warning: unused `#[macro_use]` import Sep 10 12:23:22.268 INFO kablam! --> src/lib.rs:4:1 Sep 10 12:23:22.268 INFO kablam! | Sep 10 12:23:22.268 INFO kablam! 4 | #[macro_use] Sep 10 12:23:22.268 INFO kablam! | ^^^^^^^^^^^^ Sep 10 12:23:22.268 INFO kablam! | Sep 10 12:23:22.268 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 12:23:22.268 INFO kablam! Sep 10 12:23:22.492 INFO kablam! error[E0277]: the trait bound `std::string::String: std::io::BufRead` is not satisfied Sep 10 12:23:22.492 INFO kablam! --> src/lib.rs:149:9 Sep 10 12:23:22.492 INFO kablam! | Sep 10 12:23:22.492 INFO kablam! 149 | map_over_children( Sep 10 12:23:22.492 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::io::BufRead` is not implemented for `std::string::String` Sep 10 12:23:22.492 INFO kablam! | Sep 10 12:23:22.492 INFO kablam! note: required by `map_over_children` Sep 10 12:23:22.492 INFO kablam! --> src/lib.rs:95:1 Sep 10 12:23:22.492 INFO kablam! | Sep 10 12:23:22.492 INFO kablam! 95 | pub fn map_over_children(xml: T, mut iteratee: F) { Sep 10 12:23:22.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 12:23:22.492 INFO kablam! Sep 10 12:23:22.496 INFO kablam! error[E0631]: type mismatch in closure arguments Sep 10 12:23:22.496 INFO kablam! --> src/lib.rs:149:9 Sep 10 12:23:22.496 INFO kablam! | Sep 10 12:23:22.496 INFO kablam! 149 | map_over_children( Sep 10 12:23:22.496 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected signature of `for<'r, 's> fn(&'r str, &'s serde_json::Value) -> _` Sep 10 12:23:22.496 INFO kablam! 150 | String::from("test1test2test3"), Sep 10 12:23:22.496 INFO kablam! 151 | |xml: String, js: Value| { Sep 10 12:23:22.496 INFO kablam! | ------------------------ found signature of `fn(std::string::String, serde_json::Value) -> _` Sep 10 12:23:22.496 INFO kablam! | Sep 10 12:23:22.496 INFO kablam! note: required by `map_over_children` Sep 10 12:23:22.496 INFO kablam! --> src/lib.rs:95:1 Sep 10 12:23:22.496 INFO kablam! | Sep 10 12:23:22.496 INFO kablam! 95 | pub fn map_over_children(xml: T, mut iteratee: F) { Sep 10 12:23:22.496 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 12:23:22.496 INFO kablam! Sep 10 12:23:22.574 INFO kablam! error[E0308]: mismatched types Sep 10 12:23:22.574 INFO kablam! --> src/lib.rs:176:38 Sep 10 12:23:22.574 INFO kablam! | Sep 10 12:23:22.574 INFO kablam! 176 | let result = map_of_children(String::from("test1test2test3")); Sep 10 12:23:22.574 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `minidom::Element`, found struct `std::string::String` Sep 10 12:23:22.574 INFO kablam! | Sep 10 12:23:22.574 INFO kablam! = note: expected type `minidom::Element` Sep 10 12:23:22.574 INFO kablam! found type `std::string::String` Sep 10 12:23:22.575 INFO kablam! Sep 10 12:23:22.591 INFO kablam! error: aborting due to 3 previous errors Sep 10 12:23:22.591 INFO kablam! Sep 10 12:23:22.591 INFO kablam! Some errors occurred: E0277, E0308, E0631. Sep 10 12:23:22.591 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 10 12:23:22.601 INFO kablam! error: Could not compile `quickxml_to_serde`. Sep 10 12:23:22.601 INFO kablam! Sep 10 12:23:22.601 INFO kablam! To learn more, run the command again with --verbose. Sep 10 12:23:22.601 INFO kablam! su: No module specific data is present Sep 10 12:23:23.073 INFO running `"docker" "rm" "-f" "46b2225978f98cd7ef0b443abfc77da7048cfcec53d340d4342a5f2978722e0f"` Sep 10 12:23:23.184 INFO blam! 46b2225978f98cd7ef0b443abfc77da7048cfcec53d340d4342a5f2978722e0f