Sep 17 14:34:46.869 INFO checking xml5ever-0.7.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 14:34:46.869 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 14:34:46.869 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-7/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-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:47.063 INFO blam! bc4ce2a39c593751302f8dcc2651c0b45f77caf51be551e89afb408c2b510c8e Sep 17 14:34:47.070 INFO running `"docker" "start" "-a" "bc4ce2a39c593751302f8dcc2651c0b45f77caf51be551e89afb408c2b510c8e"` Sep 17 14:34:48.124 INFO kablam! usermod: no changes Sep 17 14:34:48.283 INFO kablam! Compiling rustc-serialize v0.3.24 Sep 17 14:34:48.283 INFO kablam! Checking utf-8 v0.7.4 Sep 17 14:34:48.311 INFO kablam! Checking debug_unreachable v0.1.1 Sep 17 14:34:48.315 INFO kablam! Checking rustc-test v0.1.4 Sep 17 14:34:48.315 INFO kablam! Compiling string_cache_codegen v0.4.1 Sep 17 14:34:48.695 INFO kablam! Checking tendril v0.3.1 Sep 17 14:34:51.156 INFO kablam! Compiling string_cache v0.5.2 Sep 17 14:34:54.123 INFO kablam! Compiling markup5ever v0.2.1 Sep 17 14:34:59.923 INFO kablam! Checking xml5ever v0.7.0 (/source) Sep 17 14:35:00.735 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `test` Sep 17 14:35:00.735 INFO kablam! --> :2:12 Sep 17 14:35:00.735 INFO kablam! | Sep 17 14:35:00.735 INFO kablam! 2 | # [ test ] fn $ name ( ) { assert_eq ! ( $ left , $ right ) ; } } Sep 17 14:35:00.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `test` Sep 17 14:35:00.735 INFO kablam! Sep 17 14:35:00.735 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `test` Sep 17 14:35:00.735 INFO kablam! --> src/tokenizer/mod.rs:1239:5 Sep 17 14:35:00.735 INFO kablam! | Sep 17 14:35:00.735 INFO kablam! 1239 | / fn simple_namespace() { Sep 17 14:35:00.735 INFO kablam! 1240 | | let qname = process_qname("prefix:local".to_tendril()); Sep 17 14:35:00.735 INFO kablam! 1241 | | assert_eq!(qname.prefix, Some(Prefix::from("prefix"))); Sep 17 14:35:00.735 INFO kablam! 1242 | | assert_eq!(qname.local, LocalName::from("local")); Sep 17 14:35:00.735 INFO kablam! ... | Sep 17 14:35:00.735 INFO kablam! 1246 | | assert_eq!(qname.local, LocalName::from("b")); Sep 17 14:35:00.735 INFO kablam! 1247 | | } Sep 17 14:35:00.735 INFO kablam! | |_____^ not found in `test` Sep 17 14:35:00.735 INFO kablam! Sep 17 14:35:00.743 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `test` Sep 17 14:35:00.743 INFO kablam! --> src/tokenizer/mod.rs:1250:5 Sep 17 14:35:00.743 INFO kablam! | Sep 17 14:35:00.743 INFO kablam! 1250 | / fn wrong_namespaces() { Sep 17 14:35:00.743 INFO kablam! 1251 | | let qname = process_qname(":local".to_tendril()); Sep 17 14:35:00.743 INFO kablam! 1252 | | assert_eq!(qname.prefix, None); Sep 17 14:35:00.743 INFO kablam! 1253 | | assert_eq!(qname.local, LocalName::from(":local")); Sep 17 14:35:00.745 INFO kablam! ... | Sep 17 14:35:00.745 INFO kablam! 1273 | | assert_eq!(qname.local, LocalName::from(":a:b:")); Sep 17 14:35:00.745 INFO kablam! 1274 | | } Sep 17 14:35:00.745 INFO kablam! | |_____^ not found in `test` Sep 17 14:35:00.745 INFO kablam! Sep 17 14:35:00.745 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `test` Sep 17 14:35:00.745 INFO kablam! --> src/driver.rs:88:5 Sep 17 14:35:00.745 INFO kablam! | Sep 17 14:35:00.745 INFO kablam! 88 | / fn el_ns_serialize() { Sep 17 14:35:00.745 INFO kablam! 89 | | assert_eq_serialization("Test", Sep 17 14:35:00.745 INFO kablam! 90 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 17 14:35:00.745 INFO kablam! 91 | | .from_utf8() Sep 17 14:35:00.745 INFO kablam! 92 | | .one("Test".as_bytes())); Sep 17 14:35:00.745 INFO kablam! 93 | | } Sep 17 14:35:00.745 INFO kablam! | |_____^ not found in `test` Sep 17 14:35:00.745 INFO kablam! Sep 17 14:35:00.745 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `test` Sep 17 14:35:00.745 INFO kablam! --> src/driver.rs:96:5 Sep 17 14:35:00.745 INFO kablam! | Sep 17 14:35:00.745 INFO kablam! 96 | / fn nested_ns_serialize() { Sep 17 14:35:00.745 INFO kablam! 97 | | assert_eq_serialization("", Sep 17 14:35:00.745 INFO kablam! 98 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 17 14:35:00.745 INFO kablam! 99 | | .from_utf8() Sep 17 14:35:00.745 INFO kablam! 100 | | .one("".as_bytes())); Sep 17 14:35:00.745 INFO kablam! 101 | | } Sep 17 14:35:00.746 INFO kablam! | |_____^ not found in `test` Sep 17 14:35:00.746 INFO kablam! Sep 17 14:35:00.746 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `test` Sep 17 14:35:00.746 INFO kablam! --> src/driver.rs:104:5 Sep 17 14:35:00.746 INFO kablam! | Sep 17 14:35:00.746 INFO kablam! 104 | / fn def_ns_serialize() { Sep 17 14:35:00.746 INFO kablam! 105 | | assert_eq_serialization("
", Sep 17 14:35:00.746 INFO kablam! 106 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 17 14:35:00.746 INFO kablam! 107 | | .from_utf8() Sep 17 14:35:00.746 INFO kablam! 108 | | .one("
".as_bytes())); Sep 17 14:35:00.746 INFO kablam! 109 | | } Sep 17 14:35:00.746 INFO kablam! | |_____^ not found in `test` Sep 17 14:35:00.746 INFO kablam! Sep 17 14:35:00.746 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `test` Sep 17 14:35:00.746 INFO kablam! --> src/driver.rs:112:5 Sep 17 14:35:00.746 INFO kablam! | Sep 17 14:35:00.746 INFO kablam! 112 | / fn undefine_ns_serialize() { Sep 17 14:35:00.746 INFO kablam! 113 | | assert_eq_serialization("", Sep 17 14:35:00.746 INFO kablam! 114 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 17 14:35:00.746 INFO kablam! 115 | | .from_utf8() Sep 17 14:35:00.746 INFO kablam! 116 | | .one("".as_bytes())); Sep 17 14:35:00.746 INFO kablam! 117 | | } Sep 17 14:35:00.746 INFO kablam! | |_____^ not found in `test` Sep 17 14:35:00.746 INFO kablam! Sep 17 14:35:00.746 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `test` Sep 17 14:35:00.746 INFO kablam! --> src/driver.rs:120:5 Sep 17 14:35:00.746 INFO kablam! | Sep 17 14:35:00.746 INFO kablam! 120 | / fn redefine_default_ns_serialize() { Sep 17 14:35:00.746 INFO kablam! 121 | | assert_eq_serialization("", Sep 17 14:35:00.746 INFO kablam! 122 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 17 14:35:00.746 INFO kablam! 123 | | .from_utf8() Sep 17 14:35:00.746 INFO kablam! 124 | | .one("".as_bytes())); Sep 17 14:35:00.746 INFO kablam! 125 | | } Sep 17 14:35:00.746 INFO kablam! | |_____^ not found in `test` Sep 17 14:35:00.746 INFO kablam! Sep 17 14:35:00.746 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `test` Sep 17 14:35:00.746 INFO kablam! --> src/driver.rs:128:5 Sep 17 14:35:00.746 INFO kablam! | Sep 17 14:35:00.746 INFO kablam! 128 | / fn attr_serialize() { Sep 17 14:35:00.746 INFO kablam! 129 | | assert_serialization("Test", Sep 17 14:35:00.746 INFO kablam! 130 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 17 14:35:00.746 INFO kablam! 131 | | .from_utf8() Sep 17 14:35:00.746 INFO kablam! 132 | | .one("Test".as_bytes())); Sep 17 14:35:00.746 INFO kablam! 133 | | } Sep 17 14:35:00.746 INFO kablam! | |_____^ not found in `test` Sep 17 14:35:00.746 INFO kablam! Sep 17 14:35:00.746 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `test` Sep 17 14:35:00.746 INFO kablam! --> src/driver.rs:136:5 Sep 17 14:35:00.746 INFO kablam! | Sep 17 14:35:00.746 INFO kablam! 136 | / fn from_utf8() { Sep 17 14:35:00.746 INFO kablam! 137 | | assert_serialization("<title>Test", Sep 17 14:35:00.746 INFO kablam! 138 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 17 14:35:00.746 INFO kablam! 139 | | .from_utf8() Sep 17 14:35:00.746 INFO kablam! 140 | | .one("Test".as_bytes())); Sep 17 14:35:00.746 INFO kablam! 141 | | } Sep 17 14:35:00.746 INFO kablam! | |_____^ not found in `test` Sep 17 14:35:00.746 INFO kablam! Sep 17 14:35:00.775 INFO kablam! warning: unused macro definition Sep 17 14:35:00.775 INFO kablam! --> src/tokenizer/mod.rs:609:1 Sep 17 14:35:00.775 INFO kablam! | Sep 17 14:35:00.775 INFO kablam! 609 | / macro_rules! go_match ( ( $me:ident : $x:expr, $($pats:pat),+ => $($cmds:tt)* ) => ( Sep 17 14:35:00.775 INFO kablam! 610 | | match $x { Sep 17 14:35:00.775 INFO kablam! 611 | | $($pats)|+ => go!($me: $($cmds)*), Sep 17 14:35:00.775 INFO kablam! 612 | | _ => (), Sep 17 14:35:00.775 INFO kablam! 613 | | } Sep 17 14:35:00.775 INFO kablam! 614 | | )); Sep 17 14:35:00.775 INFO kablam! | |___^ Sep 17 14:35:00.775 INFO kablam! | Sep 17 14:35:00.775 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 17 14:35:00.775 INFO kablam! Sep 17 14:35:00.775 INFO kablam! warning: unused macro definition Sep 17 14:35:00.775 INFO kablam! --> src/tokenizer/mod.rs:622:1 Sep 17 14:35:00.775 INFO kablam! | Sep 17 14:35:00.775 INFO kablam! 622 | / macro_rules! peek ( ($me:expr) => ( Sep 17 14:35:00.775 INFO kablam! 623 | | unwrap_or_return!($me.peek(), false) Sep 17 14:35:00.775 INFO kablam! 624 | | )); Sep 17 14:35:00.775 INFO kablam! | |___^ Sep 17 14:35:00.775 INFO kablam! Sep 17 14:35:00.775 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 14:35:00.775 INFO kablam! --> src/tokenizer/mod.rs:883:53 Sep 17 14:35:00.775 INFO kablam! | Sep 17 14:35:00.775 INFO kablam! 883 | '"' => go!(self: to TagAttrValue(DoubleQuoted)), Sep 17 14:35:00.775 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 14:35:00.775 INFO kablam! | Sep 17 14:35:00.775 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 17 14:35:00.775 INFO kablam! Sep 17 14:35:00.775 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 14:35:00.775 INFO kablam! --> src/tokenizer/mod.rs:884:53 Sep 17 14:35:00.775 INFO kablam! | Sep 17 14:35:00.775 INFO kablam! 884 | '\'' => go!(self: to TagAttrValue(SingleQuoted)), Sep 17 14:35:00.775 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 14:35:00.775 INFO kablam! Sep 17 14:35:00.775 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 14:35:00.775 INFO kablam! --> src/tokenizer/mod.rs:1026:70 Sep 17 14:35:00.775 INFO kablam! | Sep 17 14:35:00.775 INFO kablam! 1026 | '\'' => go!(self: to DoctypeIdentifierSingleQuoted(System)), Sep 17 14:35:00.775 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 17 14:35:00.775 INFO kablam! Sep 17 14:35:00.776 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 14:35:00.776 INFO kablam! --> src/tokenizer/mod.rs:1027:70 Sep 17 14:35:00.776 INFO kablam! | Sep 17 14:35:00.776 INFO kablam! 1027 | '"' => go!(self: to DoctypeIdentifierDoubleQuoted(System)), Sep 17 14:35:00.776 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 17 14:35:00.776 INFO kablam! Sep 17 14:35:00.777 INFO kablam! warning: unused macro definition Sep 17 14:35:00.777 INFO kablam! --> src/tokenizer/mod.rs:609:1 Sep 17 14:35:00.777 INFO kablam! | Sep 17 14:35:00.777 INFO kablam! 609 | / macro_rules! go_match ( ( $me:ident : $x:expr, $($pats:pat),+ => $($cmds:tt)* ) => ( Sep 17 14:35:00.777 INFO kablam! 610 | | match $x { Sep 17 14:35:00.777 INFO kablam! 611 | | $($pats)|+ => go!($me: $($cmds)*), Sep 17 14:35:00.777 INFO kablam! 612 | | _ => (), Sep 17 14:35:00.777 INFO kablam! 613 | | } Sep 17 14:35:00.777 INFO kablam! 614 | | )); Sep 17 14:35:00.777 INFO kablam! | |___^ Sep 17 14:35:00.777 INFO kablam! | Sep 17 14:35:00.777 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 17 14:35:00.777 INFO kablam! Sep 17 14:35:00.777 INFO kablam! warning: unused macro definition Sep 17 14:35:00.777 INFO kablam! --> src/tokenizer/mod.rs:622:1 Sep 17 14:35:00.777 INFO kablam! | Sep 17 14:35:00.777 INFO kablam! 622 | / macro_rules! peek ( ($me:expr) => ( Sep 17 14:35:00.777 INFO kablam! 623 | | unwrap_or_return!($me.peek(), false) Sep 17 14:35:00.777 INFO kablam! 624 | | )); Sep 17 14:35:00.777 INFO kablam! | |___^ Sep 17 14:35:00.777 INFO kablam! Sep 17 14:35:00.779 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 14:35:00.779 INFO kablam! --> src/tokenizer/mod.rs:883:53 Sep 17 14:35:00.779 INFO kablam! | Sep 17 14:35:00.779 INFO kablam! 883 | '"' => go!(self: to TagAttrValue(DoubleQuoted)), Sep 17 14:35:00.780 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 14:35:00.780 INFO kablam! | Sep 17 14:35:00.780 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 17 14:35:00.780 INFO kablam! Sep 17 14:35:00.780 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 14:35:00.780 INFO kablam! --> src/tokenizer/mod.rs:884:53 Sep 17 14:35:00.780 INFO kablam! | Sep 17 14:35:00.780 INFO kablam! 884 | '\'' => go!(self: to TagAttrValue(SingleQuoted)), Sep 17 14:35:00.780 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 14:35:00.780 INFO kablam! Sep 17 14:35:00.780 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 14:35:00.780 INFO kablam! --> src/tokenizer/mod.rs:1026:70 Sep 17 14:35:00.780 INFO kablam! | Sep 17 14:35:00.780 INFO kablam! 1026 | '\'' => go!(self: to DoctypeIdentifierSingleQuoted(System)), Sep 17 14:35:00.780 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 17 14:35:00.780 INFO kablam! Sep 17 14:35:00.780 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 14:35:00.780 INFO kablam! --> src/tokenizer/mod.rs:1027:70 Sep 17 14:35:00.780 INFO kablam! | Sep 17 14:35:00.780 INFO kablam! 1027 | '"' => go!(self: to DoctypeIdentifierDoubleQuoted(System)), Sep 17 14:35:00.780 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 17 14:35:00.780 INFO kablam! Sep 17 14:35:00.811 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 17 14:35:00.811 INFO kablam! --> src/tokenizer/mod.rs:24:5 Sep 17 14:35:00.811 INFO kablam! | Sep 17 14:35:00.811 INFO kablam! 24 | use std::ascii::AsciiExt; Sep 17 14:35:00.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 14:35:00.811 INFO kablam! | Sep 17 14:35:00.811 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 14:35:00.811 INFO kablam! Sep 17 14:35:00.844 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 17 14:35:00.844 INFO kablam! --> src/tokenizer/mod.rs:24:5 Sep 17 14:35:00.844 INFO kablam! | Sep 17 14:35:00.844 INFO kablam! 24 | use std::ascii::AsciiExt; Sep 17 14:35:00.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 14:35:00.844 INFO kablam! | Sep 17 14:35:00.844 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 14:35:00.844 INFO kablam! Sep 17 14:35:00.959 INFO kablam! error[E0560]: struct `main::test::TestDesc` has no field named `allow_fail` Sep 17 14:35:00.959 INFO kablam! --> <test_eq macros>:2:12 Sep 17 14:35:00.959 INFO kablam! | Sep 17 14:35:00.959 INFO kablam! 2 | # [ test ] fn $ name ( ) { assert_eq ! ( $ left , $ right ) ; } } Sep 17 14:35:00.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `main::test::TestDesc` does not have this field Sep 17 14:35:00.959 INFO kablam! | Sep 17 14:35:00.959 INFO kablam! = note: available fields are: `name`, `ignore`, `should_panic` Sep 17 14:35:00.959 INFO kablam! Sep 17 14:35:00.959 INFO kablam! error[E0560]: struct `main::test::TestDesc` has no field named `allow_fail` Sep 17 14:35:00.959 INFO kablam! --> src/tokenizer/mod.rs:1239:5 Sep 17 14:35:00.959 INFO kablam! | Sep 17 14:35:00.959 INFO kablam! 1239 | / fn simple_namespace() { Sep 17 14:35:00.959 INFO kablam! 1240 | | let qname = process_qname("prefix:local".to_tendril()); Sep 17 14:35:00.959 INFO kablam! 1241 | | assert_eq!(qname.prefix, Some(Prefix::from("prefix"))); Sep 17 14:35:00.959 INFO kablam! 1242 | | assert_eq!(qname.local, LocalName::from("local")); Sep 17 14:35:00.959 INFO kablam! ... | Sep 17 14:35:00.959 INFO kablam! 1246 | | assert_eq!(qname.local, LocalName::from("b")); Sep 17 14:35:00.959 INFO kablam! 1247 | | } Sep 17 14:35:00.959 INFO kablam! | |_____^ `main::test::TestDesc` does not have this field Sep 17 14:35:00.959 INFO kablam! | Sep 17 14:35:00.959 INFO kablam! = note: available fields are: `name`, `ignore`, `should_panic` Sep 17 14:35:00.959 INFO kablam! Sep 17 14:35:00.960 INFO kablam! error[E0560]: struct `main::test::TestDesc` has no field named `allow_fail` Sep 17 14:35:00.960 INFO kablam! --> src/tokenizer/mod.rs:1250:5 Sep 17 14:35:00.960 INFO kablam! | Sep 17 14:35:00.960 INFO kablam! 1250 | / fn wrong_namespaces() { Sep 17 14:35:00.960 INFO kablam! 1251 | | let qname = process_qname(":local".to_tendril()); Sep 17 14:35:00.960 INFO kablam! 1252 | | assert_eq!(qname.prefix, None); Sep 17 14:35:00.960 INFO kablam! 1253 | | assert_eq!(qname.local, LocalName::from(":local")); Sep 17 14:35:00.960 INFO kablam! ... | Sep 17 14:35:00.960 INFO kablam! 1273 | | assert_eq!(qname.local, LocalName::from(":a:b:")); Sep 17 14:35:00.960 INFO kablam! 1274 | | } Sep 17 14:35:00.960 INFO kablam! | |_____^ `main::test::TestDesc` does not have this field Sep 17 14:35:00.960 INFO kablam! | Sep 17 14:35:00.960 INFO kablam! = note: available fields are: `name`, `ignore`, `should_panic` Sep 17 14:35:00.960 INFO kablam! Sep 17 14:35:00.962 INFO kablam! error[E0560]: struct `main::test::TestDesc` has no field named `allow_fail` Sep 17 14:35:00.962 INFO kablam! --> src/driver.rs:88:5 Sep 17 14:35:00.962 INFO kablam! | Sep 17 14:35:00.962 INFO kablam! 88 | / fn el_ns_serialize() { Sep 17 14:35:00.962 INFO kablam! 89 | | assert_eq_serialization("<a:title xmlns:a=\"http://www.foo.org/\" value=\"test\">Test</a:title>", Sep 17 14:35:00.962 INFO kablam! 90 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 17 14:35:00.962 INFO kablam! 91 | | .from_utf8() Sep 17 14:35:00.962 INFO kablam! 92 | | .one("<a:title xmlns:a=\"http://www.foo.org/\" value=\"test\">Test".as_bytes())); Sep 17 14:35:00.962 INFO kablam! 93 | | } Sep 17 14:35:00.962 INFO kablam! | |_____^ `main::test::TestDesc` does not have this field Sep 17 14:35:00.962 INFO kablam! | Sep 17 14:35:00.962 INFO kablam! = note: available fields are: `name`, `ignore`, `should_panic` Sep 17 14:35:00.962 INFO kablam! Sep 17 14:35:00.962 INFO kablam! error[E0560]: struct `main::test::TestDesc` has no field named `allow_fail` Sep 17 14:35:00.962 INFO kablam! --> src/driver.rs:96:5 Sep 17 14:35:00.962 INFO kablam! | Sep 17 14:35:00.962 INFO kablam! 96 | / fn nested_ns_serialize() { Sep 17 14:35:00.962 INFO kablam! 97 | | assert_eq_serialization("", Sep 17 14:35:00.962 INFO kablam! 98 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 17 14:35:00.962 INFO kablam! 99 | | .from_utf8() Sep 17 14:35:00.962 INFO kablam! 100 | | .one("".as_bytes())); Sep 17 14:35:00.962 INFO kablam! 101 | | } Sep 17 14:35:00.962 INFO kablam! | |_____^ `main::test::TestDesc` does not have this field Sep 17 14:35:00.962 INFO kablam! | Sep 17 14:35:00.962 INFO kablam! = note: available fields are: `name`, `ignore`, `should_panic` Sep 17 14:35:00.963 INFO kablam! Sep 17 14:35:00.963 INFO kablam! error[E0560]: struct `main::test::TestDesc` has no field named `allow_fail` Sep 17 14:35:00.963 INFO kablam! --> src/driver.rs:104:5 Sep 17 14:35:00.963 INFO kablam! | Sep 17 14:35:00.963 INFO kablam! 104 | / fn def_ns_serialize() { Sep 17 14:35:00.963 INFO kablam! 105 | | assert_eq_serialization("
", Sep 17 14:35:00.963 INFO kablam! 106 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 17 14:35:00.963 INFO kablam! 107 | | .from_utf8() Sep 17 14:35:00.963 INFO kablam! 108 | | .one("
".as_bytes())); Sep 17 14:35:00.963 INFO kablam! 109 | | } Sep 17 14:35:00.963 INFO kablam! | |_____^ `main::test::TestDesc` does not have this field Sep 17 14:35:00.963 INFO kablam! | Sep 17 14:35:00.963 INFO kablam! = note: available fields are: `name`, `ignore`, `should_panic` Sep 17 14:35:00.963 INFO kablam! Sep 17 14:35:00.963 INFO kablam! error[E0560]: struct `main::test::TestDesc` has no field named `allow_fail` Sep 17 14:35:00.963 INFO kablam! --> src/driver.rs:112:5 Sep 17 14:35:00.963 INFO kablam! | Sep 17 14:35:00.963 INFO kablam! 112 | / fn undefine_ns_serialize() { Sep 17 14:35:00.963 INFO kablam! 113 | | assert_eq_serialization("", Sep 17 14:35:00.963 INFO kablam! 114 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 17 14:35:00.963 INFO kablam! 115 | | .from_utf8() Sep 17 14:35:00.963 INFO kablam! 116 | | .one("".as_bytes())); Sep 17 14:35:00.963 INFO kablam! 117 | | } Sep 17 14:35:00.963 INFO kablam! | |_____^ `main::test::TestDesc` does not have this field Sep 17 14:35:00.963 INFO kablam! | Sep 17 14:35:00.963 INFO kablam! = note: available fields are: `name`, `ignore`, `should_panic` Sep 17 14:35:00.963 INFO kablam! Sep 17 14:35:00.963 INFO kablam! error[E0560]: struct `main::test::TestDesc` has no field named `allow_fail` Sep 17 14:35:00.963 INFO kablam! --> src/driver.rs:120:5 Sep 17 14:35:00.963 INFO kablam! | Sep 17 14:35:00.963 INFO kablam! 120 | / fn redefine_default_ns_serialize() { Sep 17 14:35:00.963 INFO kablam! 121 | | assert_eq_serialization("", Sep 17 14:35:00.963 INFO kablam! 122 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 17 14:35:00.963 INFO kablam! 123 | | .from_utf8() Sep 17 14:35:00.963 INFO kablam! 124 | | .one("".as_bytes())); Sep 17 14:35:00.963 INFO kablam! 125 | | } Sep 17 14:35:00.963 INFO kablam! | |_____^ `main::test::TestDesc` does not have this field Sep 17 14:35:00.963 INFO kablam! | Sep 17 14:35:00.963 INFO kablam! = note: available fields are: `name`, `ignore`, `should_panic` Sep 17 14:35:00.963 INFO kablam! Sep 17 14:35:00.967 INFO kablam! error[E0560]: struct `main::test::TestDesc` has no field named `allow_fail` Sep 17 14:35:00.967 INFO kablam! --> src/driver.rs:128:5 Sep 17 14:35:00.967 INFO kablam! | Sep 17 14:35:00.967 INFO kablam! 128 | / fn attr_serialize() { Sep 17 14:35:00.967 INFO kablam! 129 | | assert_serialization("Test", Sep 17 14:35:00.967 INFO kablam! 130 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 17 14:35:00.967 INFO kablam! 131 | | .from_utf8() Sep 17 14:35:00.967 INFO kablam! 132 | | .one("Test".as_bytes())); Sep 17 14:35:00.967 INFO kablam! 133 | | } Sep 17 14:35:00.967 INFO kablam! | |_____^ `main::test::TestDesc` does not have this field Sep 17 14:35:00.967 INFO kablam! | Sep 17 14:35:00.967 INFO kablam! = note: available fields are: `name`, `ignore`, `should_panic` Sep 17 14:35:00.967 INFO kablam! Sep 17 14:35:00.967 INFO kablam! error[E0560]: struct `main::test::TestDesc` has no field named `allow_fail` Sep 17 14:35:00.967 INFO kablam! --> src/driver.rs:136:5 Sep 17 14:35:00.967 INFO kablam! | Sep 17 14:35:00.967 INFO kablam! 136 | / fn from_utf8() { Sep 17 14:35:00.967 INFO kablam! 137 | | assert_serialization("<title>Test", Sep 17 14:35:00.967 INFO kablam! 138 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 17 14:35:00.967 INFO kablam! 139 | | .from_utf8() Sep 17 14:35:00.967 INFO kablam! 140 | | .one("Test".as_bytes())); Sep 17 14:35:00.967 INFO kablam! 141 | | } Sep 17 14:35:00.967 INFO kablam! | |_____^ `main::test::TestDesc` does not have this field Sep 17 14:35:00.967 INFO kablam! | Sep 17 14:35:00.967 INFO kablam! = note: available fields are: `name`, `ignore`, `should_panic` Sep 17 14:35:00.967 INFO kablam! Sep 17 14:35:00.979 INFO kablam! error: aborting due to 20 previous errors Sep 17 14:35:00.979 INFO kablam! Sep 17 14:35:00.979 INFO kablam! Some errors occurred: E0425, E0560. Sep 17 14:35:00.979 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 17 14:35:00.987 INFO kablam! error: Could not compile `xml5ever`. Sep 17 14:35:00.987 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 14:35:01.262 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 17 14:35:01.262 INFO kablam! --> src/tokenizer/mod.rs:24:5 Sep 17 14:35:01.262 INFO kablam! | Sep 17 14:35:01.262 INFO kablam! 24 | use std::ascii::AsciiExt; Sep 17 14:35:01.262 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 14:35:01.262 INFO kablam! | Sep 17 14:35:01.262 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 14:35:01.262 INFO kablam! Sep 17 14:35:01.601 INFO kablam! error: build failed Sep 17 14:35:01.603 INFO kablam! su: No module specific data is present Sep 17 14:35:02.127 INFO running `"docker" "rm" "-f" "bc4ce2a39c593751302f8dcc2651c0b45f77caf51be551e89afb408c2b510c8e"` Sep 17 14:35:02.359 INFO blam! bc4ce2a39c593751302f8dcc2651c0b45f77caf51be551e89afb408c2b510c8e