Sep 19 22:20:50.410 INFO checking quickxml_to_serde-0.3.1 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 22:20:50.410 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 22:20:50.410 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-2/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:20:50.611 INFO blam! e5628bc2b6372b8cdc7205b0ffc2acaf830bd7410b74ac8497699fbfe2326533 Sep 19 22:20:50.613 INFO running `"docker" "start" "-a" "e5628bc2b6372b8cdc7205b0ffc2acaf830bd7410b74ac8497699fbfe2326533"` Sep 19 22:20:51.471 INFO kablam! usermod: no changes Sep 19 22:20:51.556 INFO kablam! Checking minidom v0.9.1 Sep 19 22:20:52.530 INFO kablam! Checking quickxml_to_serde v0.3.1 (/source) Sep 19 22:20:53.094 INFO kablam! error[E0277]: the trait bound `std::string::String: std::io::BufRead` is not satisfied Sep 19 22:20:53.094 INFO kablam! --> src/lib.rs:149:9 Sep 19 22:20:53.094 INFO kablam! | Sep 19 22:20:53.094 INFO kablam! 149 | map_over_children( Sep 19 22:20:53.094 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::io::BufRead` is not implemented for `std::string::String` Sep 19 22:20:53.094 INFO kablam! | Sep 19 22:20:53.094 INFO kablam! note: required by `map_over_children` Sep 19 22:20:53.094 INFO kablam! --> src/lib.rs:95:1 Sep 19 22:20:53.094 INFO kablam! | Sep 19 22:20:53.094 INFO kablam! 95 | pub fn map_over_children(xml: T, mut iteratee: F) { Sep 19 22:20:53.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:20:53.094 INFO kablam! Sep 19 22:20:53.094 INFO kablam! error[E0631]: type mismatch in closure arguments Sep 19 22:20:53.094 INFO kablam! --> src/lib.rs:149:9 Sep 19 22:20:53.094 INFO kablam! | Sep 19 22:20:53.094 INFO kablam! 149 | map_over_children( Sep 19 22:20:53.094 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected signature of `for<'r, 's> fn(&'r str, &'s serde_json::Value) -> _` Sep 19 22:20:53.094 INFO kablam! 150 | String::from("test1test2test3"), Sep 19 22:20:53.094 INFO kablam! 151 | |xml: String, js: Value| { Sep 19 22:20:53.094 INFO kablam! | ------------------------ found signature of `fn(std::string::String, serde_json::Value) -> _` Sep 19 22:20:53.094 INFO kablam! | Sep 19 22:20:53.094 INFO kablam! note: required by `map_over_children` Sep 19 22:20:53.094 INFO kablam! --> src/lib.rs:95:1 Sep 19 22:20:53.094 INFO kablam! | Sep 19 22:20:53.094 INFO kablam! 95 | pub fn map_over_children(xml: T, mut iteratee: F) { Sep 19 22:20:53.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:20:53.094 INFO kablam! Sep 19 22:20:53.157 INFO kablam! warning: unused `#[macro_use]` import Sep 19 22:20:53.157 INFO kablam! --> src/lib.rs:4:1 Sep 19 22:20:53.157 INFO kablam! | Sep 19 22:20:53.157 INFO kablam! 4 | #[macro_use] Sep 19 22:20:53.157 INFO kablam! | ^^^^^^^^^^^^ Sep 19 22:20:53.157 INFO kablam! | Sep 19 22:20:53.157 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 22:20:53.157 INFO kablam! Sep 19 22:20:53.167 INFO kablam! error[E0308]: mismatched types Sep 19 22:20:53.167 INFO kablam! --> src/lib.rs:176:38 Sep 19 22:20:53.167 INFO kablam! | Sep 19 22:20:53.167 INFO kablam! 176 | let result = map_of_children(String::from("test1test2test3")); Sep 19 22:20:53.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `minidom::Element`, found struct `std::string::String` Sep 19 22:20:53.167 INFO kablam! | Sep 19 22:20:53.167 INFO kablam! = note: expected type `minidom::Element` Sep 19 22:20:53.167 INFO kablam! found type `std::string::String` Sep 19 22:20:53.167 INFO kablam! Sep 19 22:20:53.183 INFO kablam! error: aborting due to 3 previous errors Sep 19 22:20:53.183 INFO kablam! Sep 19 22:20:53.183 INFO kablam! Some errors occurred: E0277, E0308, E0631. Sep 19 22:20:53.183 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 19 22:20:53.220 INFO kablam! error: Could not compile `quickxml_to_serde`. Sep 19 22:20:53.220 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 22:20:53.297 INFO kablam! error: build failed Sep 19 22:20:53.298 INFO kablam! su: No module specific data is present Sep 19 22:20:53.961 INFO running `"docker" "rm" "-f" "e5628bc2b6372b8cdc7205b0ffc2acaf830bd7410b74ac8497699fbfe2326533"` Sep 19 22:20:54.051 INFO blam! e5628bc2b6372b8cdc7205b0ffc2acaf830bd7410b74ac8497699fbfe2326533