Sep 17 14:34:30.783 INFO checking xmlparser-0.1.2 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 14:34:30.783 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 14:34:30.783 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-3/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 14:34:31.293 INFO blam! 4b6bab4f212affd737023245654b5356657ba07bc126edd87e8235e122d3b70b Sep 17 14:34:31.296 INFO running `"docker" "start" "-a" "4b6bab4f212affd737023245654b5356657ba07bc126edd87e8235e122d3b70b"` Sep 17 14:34:32.539 INFO kablam! usermod: no changes Sep 17 14:34:32.710 INFO kablam! Checking xmlparser v0.1.2 (/source) Sep 17 14:34:32.710 INFO kablam! Compiling rustc-test v0.2.0 Sep 17 14:34:32.739 INFO kablam! Checking stderrlog v0.2.4 Sep 17 14:34:36.131 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `test` Sep 17 14:34:36.131 INFO kablam! --> tests/xml.rs:87:1 Sep 17 14:34:36.131 INFO kablam! | Sep 17 14:34:36.131 INFO kablam! 87 | / fn run() { Sep 17 14:34:36.131 INFO kablam! 88 | | let mut tests = vec![]; Sep 17 14:34:36.131 INFO kablam! 89 | | Sep 17 14:34:36.131 INFO kablam! 90 | | for entry in fs::read_dir("tests").unwrap() { Sep 17 14:34:36.131 INFO kablam! ... | Sep 17 14:34:36.131 INFO kablam! 101 | | test::test_main(&args, tests); Sep 17 14:34:36.131 INFO kablam! 102 | | } Sep 17 14:34:36.131 INFO kablam! | |_^ not found in `test` Sep 17 14:34:36.131 INFO kablam! Sep 17 14:34:36.131 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `test` Sep 17 14:34:36.131 INFO kablam! --> tests/xml.rs:258:1 Sep 17 14:34:36.131 INFO kablam! | Sep 17 14:34:36.131 INFO kablam! 258 | / fn bom_1() { Sep 17 14:34:36.131 INFO kablam! 259 | | let mut s = Vec::new(); Sep 17 14:34:36.131 INFO kablam! 260 | | s.push(0xEF); Sep 17 14:34:36.131 INFO kablam! 261 | | s.push(0xBB); Sep 17 14:34:36.131 INFO kablam! ... | Sep 17 14:34:36.131 INFO kablam! 268 | | "Error: unexpected end of stream\n"); Sep 17 14:34:36.131 INFO kablam! 269 | | } Sep 17 14:34:36.131 INFO kablam! | |_^ not found in `test` Sep 17 14:34:36.131 INFO kablam! Sep 17 14:34:36.223 INFO kablam! error[E0308]: mismatched types Sep 17 14:34:36.223 INFO kablam! --> tests/xml.rs:87:1 Sep 17 14:34:36.223 INFO kablam! | Sep 17 14:34:36.223 INFO kablam! 87 | / fn run() { Sep 17 14:34:36.223 INFO kablam! 88 | | let mut tests = vec![]; Sep 17 14:34:36.223 INFO kablam! 89 | | Sep 17 14:34:36.223 INFO kablam! 90 | | for entry in fs::read_dir("tests").unwrap() { Sep 17 14:34:36.223 INFO kablam! ... | Sep 17 14:34:36.223 INFO kablam! 101 | | test::test_main(&args, tests); Sep 17 14:34:36.223 INFO kablam! 102 | | } Sep 17 14:34:36.223 INFO kablam! | |_^ expected struct `test::TestDescAndFn`, found reference Sep 17 14:34:36.223 INFO kablam! | Sep 17 14:34:36.223 INFO kablam! = note: expected type `test::TestDescAndFn` Sep 17 14:34:36.223 INFO kablam! found type `&test::TestDescAndFn` Sep 17 14:34:36.223 INFO kablam! Sep 17 14:34:36.291 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `test` Sep 17 14:34:36.291 INFO kablam! --> src/strspan.rs:155:5 Sep 17 14:34:36.291 INFO kablam! | Sep 17 14:34:36.291 INFO kablam! 155 | / fn trim_1() { Sep 17 14:34:36.291 INFO kablam! 156 | | assert_eq!(StrSpan::from(" text ").trim().to_str(), "text"); Sep 17 14:34:36.291 INFO kablam! 157 | | } Sep 17 14:34:36.292 INFO kablam! | |_____^ not found in `test` Sep 17 14:34:36.292 INFO kablam! Sep 17 14:34:36.292 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `test` Sep 17 14:34:36.292 INFO kablam! --> src/strspan.rs:160:5 Sep 17 14:34:36.292 INFO kablam! | Sep 17 14:34:36.292 INFO kablam! 160 | / fn trim_2() { Sep 17 14:34:36.292 INFO kablam! 161 | | assert_eq!(StrSpan::from(" text text ").trim().to_str(), "text text"); Sep 17 14:34:36.292 INFO kablam! 162 | | } Sep 17 14:34:36.292 INFO kablam! | |_____^ not found in `test` Sep 17 14:34:36.292 INFO kablam! Sep 17 14:34:36.292 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `test` Sep 17 14:34:36.292 INFO kablam! --> src/strspan.rs:165:5 Sep 17 14:34:36.292 INFO kablam! | Sep 17 14:34:36.292 INFO kablam! 165 | / fn trim_3() { Sep 17 14:34:36.292 INFO kablam! 166 | | assert_eq!(StrSpan::from(" text ").trim().to_str(), "text"); Sep 17 14:34:36.292 INFO kablam! 167 | | } Sep 17 14:34:36.292 INFO kablam! | |_____^ not found in `test` Sep 17 14:34:36.292 INFO kablam! Sep 17 14:34:36.292 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `test` Sep 17 14:34:36.292 INFO kablam! --> src/strspan.rs:170:5 Sep 17 14:34:36.292 INFO kablam! | Sep 17 14:34:36.292 INFO kablam! 170 | / fn trim_4() { Sep 17 14:34:36.292 INFO kablam! 171 | | assert_eq!(StrSpan::from(" text text ").trim().to_str(), "text text"); Sep 17 14:34:36.292 INFO kablam! 172 | | } Sep 17 14:34:36.292 INFO kablam! | |_____^ not found in `test` Sep 17 14:34:36.292 INFO kablam! Sep 17 14:34:36.292 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `test` Sep 17 14:34:36.292 INFO kablam! --> src/strspan.rs:175:5 Sep 17 14:34:36.292 INFO kablam! | Sep 17 14:34:36.292 INFO kablam! 175 | / fn do_not_trim_1() { Sep 17 14:34:36.292 INFO kablam! 176 | | assert_eq!(StrSpan::from("@textP").trim().to_str(), "@textP"); Sep 17 14:34:36.292 INFO kablam! 177 | | } Sep 17 14:34:36.292 INFO kablam! | |_____^ not found in `test` Sep 17 14:34:36.292 INFO kablam! Sep 17 14:34:36.292 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `test` Sep 17 14:34:36.292 INFO kablam! --> src/strspan.rs:180:5 Sep 17 14:34:36.292 INFO kablam! | Sep 17 14:34:36.292 INFO kablam! 180 | / fn do_not_trim_2() { Sep 17 14:34:36.292 INFO kablam! 181 | | assert_eq!(StrSpan::from("&ref;text'").trim().to_str(), "&ref;text'"); Sep 17 14:34:36.292 INFO kablam! 182 | | } Sep 17 14:34:36.292 INFO kablam! | |_____^ not found in `test` Sep 17 14:34:36.292 INFO kablam! Sep 17 14:34:36.438 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `test` Sep 17 14:34:36.438 INFO kablam! --> tests/text.rs:8:9 Sep 17 14:34:36.438 INFO kablam! | Sep 17 14:34:36.438 INFO kablam! 8 | / fn $name() { Sep 17 14:34:36.438 INFO kablam! 9 | | assert_eq!(TextUnescape::unescape($text, XmlSpace::Preserve), $result); Sep 17 14:34:36.438 INFO kablam! 10 | | } Sep 17 14:34:36.438 INFO kablam! | |_________^ not found in `test` Sep 17 14:34:36.438 INFO kablam! error[E0308]: mismatched types Sep 17 14:34:36.438 INFO kablam! --> src/strspan.rs:155:5 Sep 17 14:34:36.438 INFO kablam! | Sep 17 14:34:36.438 INFO kablam! 155 | / fn trim_1() { Sep 17 14:34:36.438 INFO kablam! 156 | | assert_eq!(StrSpan::from(" text ").trim().to_str(), "text"); Sep 17 14:34:36.438 INFO kablam! 157 | | } Sep 17 14:34:36.438 INFO kablam! | |_____^ expected struct `main::test::TestDescAndFn`, found reference Sep 17 14:34:36.438 INFO kablam! Sep 17 14:34:36.439 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `test` Sep 17 14:34:36.439 INFO kablam! --> tests/text.rs:17:9 Sep 17 14:34:36.439 INFO kablam! | Sep 17 14:34:36.439 INFO kablam! 17 | / fn $name() { Sep 17 14:34:36.439 INFO kablam! 18 | | assert_eq!(TextUnescape::unescape($text, XmlSpace::Preserve), $result1); Sep 17 14:34:36.439 INFO kablam! 19 | | assert_eq!(TextUnescape::unescape($text, XmlSpace::Default), $result2); Sep 17 14:34:36.439 INFO kablam! 20 | | } Sep 17 14:34:36.439 INFO kablam! | |_________^ not found in `test` Sep 17 14:34:36.439 INFO kablam! Sep 17 14:34:36.443 INFO kablam! | Sep 17 14:34:36.443 INFO kablam! = note: expected type `main::test::TestDescAndFn` Sep 17 14:34:36.443 INFO kablam! found type `&main::test::TestDescAndFn` Sep 17 14:34:36.443 INFO kablam! Sep 17 14:34:36.483 INFO kablam! error[E0308]: mismatched types Sep 17 14:34:36.483 INFO kablam! --> tests/text.rs:8:9 Sep 17 14:34:36.483 INFO kablam! | Sep 17 14:34:36.483 INFO kablam! 8 | / fn $name() { Sep 17 14:34:36.483 INFO kablam! 9 | | assert_eq!(TextUnescape::unescape($text, XmlSpace::Preserve), $result); Sep 17 14:34:36.483 INFO kablam! 10 | | } Sep 17 14:34:36.483 INFO kablam! | |_________^ expected struct `test::TestDescAndFn`, found reference Sep 17 14:34:36.495 INFO kablam! | Sep 17 14:34:36.495 INFO kablam! = note: expected type `test::TestDescAndFn` Sep 17 14:34:36.495 INFO kablam! found type `&test::TestDescAndFn` Sep 17 14:34:36.495 INFO kablam! Sep 17 14:34:36.503 INFO kablam! error: aborting due to 3 previous errors Sep 17 14:34:36.503 INFO kablam! Sep 17 14:34:36.503 INFO kablam! Some errors occurred: E0308, E0425. Sep 17 14:34:36.503 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 17 14:34:36.510 INFO kablam! error: Could not compile `xmlparser`. Sep 17 14:34:36.510 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 14:34:36.587 INFO kablam! error: aborting due to 3 previous errors Sep 17 14:34:36.607 INFO kablam! Sep 17 14:34:36.607 INFO kablam! Some errors occurred: E0308, E0425. Sep 17 14:34:36.607 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 17 14:34:36.623 INFO kablam! error: Could not compile `xmlparser`. Sep 17 14:34:36.623 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 14:34:36.775 INFO kablam! error: aborting due to 7 previous errors Sep 17 14:34:36.775 INFO kablam! Sep 17 14:34:36.775 INFO kablam! Some errors occurred: E0308, E0425. Sep 17 14:34:36.775 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 17 14:34:36.783 INFO kablam! error: Could not compile `xmlparser`. Sep 17 14:34:36.783 INFO kablam! Sep 17 14:34:36.783 INFO kablam! To learn more, run the command again with --verbose. Sep 17 14:34:36.784 INFO kablam! su: No module specific data is present Sep 17 14:34:38.023 INFO running `"docker" "rm" "-f" "4b6bab4f212affd737023245654b5356657ba07bc126edd87e8235e122d3b70b"` Sep 17 14:34:38.235 INFO blam! 4b6bab4f212affd737023245654b5356657ba07bc126edd87e8235e122d3b70b