Sep 19 17:31:06.168 INFO checking xmlparser-0.1.2 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 17:31:06.168 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 17:31:06.168 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 17:31:06.412 INFO blam! 105fee7f47cb797bc6b522dcb60ecf4bd57fb301cfb26bbccd94a6be6fa87c28 Sep 19 17:31:06.414 INFO running `"docker" "start" "-a" "105fee7f47cb797bc6b522dcb60ecf4bd57fb301cfb26bbccd94a6be6fa87c28"` Sep 19 17:31:07.471 INFO kablam! usermod: no changes Sep 19 17:31:07.593 INFO kablam! Checking error-chain v0.11.0 Sep 19 17:31:07.595 INFO kablam! Compiling rustc-test v0.2.0 Sep 19 17:31:07.595 INFO kablam! Checking stderrlog v0.2.4 Sep 19 17:31:07.974 INFO kablam! Checking xmlparser v0.1.2 (/source) Sep 19 17:31:10.442 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `test` Sep 19 17:31:10.442 INFO kablam! --> tests/xml.rs:87:1 Sep 19 17:31:10.442 INFO kablam! | Sep 19 17:31:10.442 INFO kablam! 87 | / fn run() { Sep 19 17:31:10.442 INFO kablam! 88 | | let mut tests = vec![]; Sep 19 17:31:10.442 INFO kablam! 89 | | Sep 19 17:31:10.442 INFO kablam! 90 | | for entry in fs::read_dir("tests").unwrap() { Sep 19 17:31:10.442 INFO kablam! ... | Sep 19 17:31:10.442 INFO kablam! 101 | | test::test_main(&args, tests); Sep 19 17:31:10.442 INFO kablam! 102 | | } Sep 19 17:31:10.442 INFO kablam! | |_^ not found in `test` Sep 19 17:31:10.446 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `test` Sep 19 17:31:10.446 INFO kablam! --> src/strspan.rs:155:5 Sep 19 17:31:10.446 INFO kablam! | Sep 19 17:31:10.446 INFO kablam! 155 | / fn trim_1() { Sep 19 17:31:10.446 INFO kablam! 156 | | assert_eq!(StrSpan::from(" text ").trim().to_str(), "text"); Sep 19 17:31:10.446 INFO kablam! 157 | | } Sep 19 17:31:10.446 INFO kablam! | |_____^ not found in `test` Sep 19 17:31:10.446 INFO kablam! Sep 19 17:31:10.446 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `test` Sep 19 17:31:10.446 INFO kablam! --> tests/xml.rs:258:1 Sep 19 17:31:10.446 INFO kablam! | Sep 19 17:31:10.446 INFO kablam! 258 | / fn bom_1() { Sep 19 17:31:10.446 INFO kablam! 259 | | let mut s = Vec::new(); Sep 19 17:31:10.446 INFO kablam! 260 | | s.push(0xEF); Sep 19 17:31:10.446 INFO kablam! 261 | | s.push(0xBB); Sep 19 17:31:10.446 INFO kablam! ... | Sep 19 17:31:10.446 INFO kablam! 268 | | "Error: unexpected end of stream\n"); Sep 19 17:31:10.446 INFO kablam! 269 | | } Sep 19 17:31:10.446 INFO kablam! | |_^ not found in `test` Sep 19 17:31:10.446 INFO kablam! Sep 19 17:31:10.446 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `test` Sep 19 17:31:10.446 INFO kablam! --> src/strspan.rs:160:5 Sep 19 17:31:10.446 INFO kablam! | Sep 19 17:31:10.446 INFO kablam! 160 | / fn trim_2() { Sep 19 17:31:10.446 INFO kablam! 161 | | assert_eq!(StrSpan::from(" text text ").trim().to_str(), "text text"); Sep 19 17:31:10.446 INFO kablam! 162 | | } Sep 19 17:31:10.446 INFO kablam! | |_____^ not found in `test` Sep 19 17:31:10.446 INFO kablam! Sep 19 17:31:10.448 INFO kablam! Sep 19 17:31:10.448 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `test` Sep 19 17:31:10.449 INFO kablam! --> src/strspan.rs:165:5 Sep 19 17:31:10.449 INFO kablam! | Sep 19 17:31:10.449 INFO kablam! 165 | / fn trim_3() { Sep 19 17:31:10.449 INFO kablam! 166 | | assert_eq!(StrSpan::from(" text ").trim().to_str(), "text"); Sep 19 17:31:10.449 INFO kablam! 167 | | } Sep 19 17:31:10.449 INFO kablam! | |_____^ not found in `test` Sep 19 17:31:10.449 INFO kablam! Sep 19 17:31:10.449 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `test` Sep 19 17:31:10.449 INFO kablam! --> src/strspan.rs:170:5 Sep 19 17:31:10.449 INFO kablam! | Sep 19 17:31:10.449 INFO kablam! 170 | / fn trim_4() { Sep 19 17:31:10.449 INFO kablam! 171 | | assert_eq!(StrSpan::from(" text text ").trim().to_str(), "text text"); Sep 19 17:31:10.449 INFO kablam! 172 | | } Sep 19 17:31:10.449 INFO kablam! | |_____^ not found in `test` Sep 19 17:31:10.449 INFO kablam! Sep 19 17:31:10.450 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `test` Sep 19 17:31:10.450 INFO kablam! --> src/strspan.rs:175:5 Sep 19 17:31:10.450 INFO kablam! | Sep 19 17:31:10.450 INFO kablam! 175 | / fn do_not_trim_1() { Sep 19 17:31:10.450 INFO kablam! 176 | | assert_eq!(StrSpan::from("@textP").trim().to_str(), "@textP"); Sep 19 17:31:10.450 INFO kablam! 177 | | } Sep 19 17:31:10.450 INFO kablam! | |_____^ not found in `test` Sep 19 17:31:10.450 INFO kablam! Sep 19 17:31:10.450 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `test` Sep 19 17:31:10.450 INFO kablam! --> src/strspan.rs:180:5 Sep 19 17:31:10.450 INFO kablam! | Sep 19 17:31:10.450 INFO kablam! 180 | / fn do_not_trim_2() { Sep 19 17:31:10.450 INFO kablam! 181 | | assert_eq!(StrSpan::from("&ref;text'").trim().to_str(), "&ref;text'"); Sep 19 17:31:10.450 INFO kablam! 182 | | } Sep 19 17:31:10.450 INFO kablam! | |_____^ not found in `test` Sep 19 17:31:10.451 INFO kablam! Sep 19 17:31:10.502 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `test` Sep 19 17:31:10.502 INFO kablam! --> tests/text.rs:8:9 Sep 19 17:31:10.503 INFO kablam! | Sep 19 17:31:10.503 INFO kablam! 8 | / fn $name() { Sep 19 17:31:10.503 INFO kablam! 9 | | assert_eq!(TextUnescape::unescape($text, XmlSpace::Preserve), $result); Sep 19 17:31:10.503 INFO kablam! 10 | | } Sep 19 17:31:10.503 INFO kablam! | |_________^ not found in `test` Sep 19 17:31:10.503 INFO kablam! Sep 19 17:31:10.503 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `test` Sep 19 17:31:10.503 INFO kablam! --> tests/text.rs:17:9 Sep 19 17:31:10.503 INFO kablam! | Sep 19 17:31:10.503 INFO kablam! 17 | / fn $name() { Sep 19 17:31:10.503 INFO kablam! 18 | | assert_eq!(TextUnescape::unescape($text, XmlSpace::Preserve), $result1); Sep 19 17:31:10.503 INFO kablam! 19 | | assert_eq!(TextUnescape::unescape($text, XmlSpace::Default), $result2); Sep 19 17:31:10.503 INFO kablam! 20 | | } Sep 19 17:31:10.503 INFO kablam! | |_________^ not found in `test` Sep 19 17:31:10.503 INFO kablam! Sep 19 17:31:10.555 INFO kablam! error[E0308]: mismatched types Sep 19 17:31:10.555 INFO kablam! --> tests/text.rs:8:9 Sep 19 17:31:10.555 INFO kablam! | Sep 19 17:31:10.555 INFO kablam! 8 | / fn $name() { Sep 19 17:31:10.555 INFO kablam! 9 | | assert_eq!(TextUnescape::unescape($text, XmlSpace::Preserve), $result); Sep 19 17:31:10.555 INFO kablam! 10 | | } Sep 19 17:31:10.555 INFO kablam! | |_________^ expected struct `test::TestDescAndFn`, found reference Sep 19 17:31:10.555 INFO kablam! | Sep 19 17:31:10.555 INFO kablam! = note: expected type `test::TestDescAndFn` Sep 19 17:31:10.555 INFO kablam! found type `&test::TestDescAndFn` Sep 19 17:31:10.555 INFO kablam! Sep 19 17:31:10.622 INFO kablam! error[E0308]: mismatched types Sep 19 17:31:10.622 INFO kablam! --> tests/xml.rs:87:1 Sep 19 17:31:10.622 INFO kablam! | Sep 19 17:31:10.622 INFO kablam! 87 | / fn run() { Sep 19 17:31:10.622 INFO kablam! 88 | | let mut tests = vec![]; Sep 19 17:31:10.622 INFO kablam! 89 | | Sep 19 17:31:10.622 INFO kablam! 90 | | for entry in fs::read_dir("tests").unwrap() { Sep 19 17:31:10.622 INFO kablam! ... | Sep 19 17:31:10.622 INFO kablam! 101 | | test::test_main(&args, tests); Sep 19 17:31:10.622 INFO kablam! 102 | | } Sep 19 17:31:10.622 INFO kablam! | |_^ expected struct `test::TestDescAndFn`, found reference Sep 19 17:31:10.622 INFO kablam! | Sep 19 17:31:10.622 INFO kablam! = note: expected type `test::TestDescAndFn` Sep 19 17:31:10.622 INFO kablam! found type `&test::TestDescAndFn` Sep 19 17:31:10.622 INFO kablam! Sep 19 17:31:10.674 INFO kablam! error[E0308]: mismatched types Sep 19 17:31:10.674 INFO kablam! --> src/strspan.rs:155:5 Sep 19 17:31:10.674 INFO kablam! | Sep 19 17:31:10.674 INFO kablam! 155 | / fn trim_1() { Sep 19 17:31:10.674 INFO kablam! 156 | | assert_eq!(StrSpan::from(" text ").trim().to_str(), "text"); Sep 19 17:31:10.674 INFO kablam! 157 | | } Sep 19 17:31:10.674 INFO kablam! | |_____^ expected struct `main::test::TestDescAndFn`, found reference Sep 19 17:31:10.674 INFO kablam! | Sep 19 17:31:10.674 INFO kablam! = note: expected type `main::test::TestDescAndFn` Sep 19 17:31:10.674 INFO kablam! found type `&main::test::TestDescAndFn` Sep 19 17:31:10.674 INFO kablam! Sep 19 17:31:10.718 INFO kablam! error: aborting due to 3 previous errors Sep 19 17:31:10.718 INFO kablam! Sep 19 17:31:10.718 INFO kablam! Some errors occurred: E0308, E0425. Sep 19 17:31:10.718 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 19 17:31:10.742 INFO kablam! error: Could not compile `xmlparser`. Sep 19 17:31:10.742 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 17:31:10.818 INFO kablam! error: aborting due to 3 previous errors Sep 19 17:31:10.818 INFO kablam! Sep 19 17:31:10.818 INFO kablam! Some errors occurred: E0308, E0425. Sep 19 17:31:10.818 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 19 17:31:10.830 INFO kablam! error: Could not compile `xmlparser`. Sep 19 17:31:10.830 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 17:31:10.991 INFO kablam! error: aborting due to 7 previous errors Sep 19 17:31:10.991 INFO kablam! Sep 19 17:31:10.994 INFO kablam! Some errors occurred: E0308, E0425. Sep 19 17:31:10.994 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 19 17:31:11.004 INFO kablam! error: Could not compile `xmlparser`. Sep 19 17:31:11.004 INFO kablam! Sep 19 17:31:11.004 INFO kablam! To learn more, run the command again with --verbose. Sep 19 17:31:11.004 INFO kablam! su: No module specific data is present Sep 19 17:31:11.664 INFO running `"docker" "rm" "-f" "105fee7f47cb797bc6b522dcb60ecf4bd57fb301cfb26bbccd94a6be6fa87c28"` Sep 19 17:31:11.756 INFO blam! 105fee7f47cb797bc6b522dcb60ecf4bd57fb301cfb26bbccd94a6be6fa87c28