Sep 04 01:17:03.307 INFO checking xml5ever-0.7.0 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 04 01:17:03.307 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 04 01:17:03.308 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/try#5fe695a3844714c70e8f7731a553f7947987a68a:/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=500" "-e" "CMD=cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 01:17:03.454 INFO blam! aa924614bd6250de4e7b37b5d97a5f1eebeb29324ef46f4bb60d9295de2bc0e2 Sep 04 01:17:03.456 INFO running `"docker" "start" "-a" "aa924614bd6250de4e7b37b5d97a5f1eebeb29324ef46f4bb60d9295de2bc0e2"` Sep 04 01:17:04.185 INFO kablam! Checking phf v0.7.23 Sep 04 01:17:04.186 INFO kablam! Checking rustc-test v0.1.4 Sep 04 01:17:04.186 INFO kablam! Compiling phf_codegen v0.7.23 Sep 04 01:17:04.186 INFO kablam! Compiling string_cache v0.5.2 Sep 04 01:17:04.187 INFO kablam! Checking tendril v0.3.1 Sep 04 01:17:04.895 INFO kablam! Compiling markup5ever v0.2.1 Sep 04 01:17:13.436 INFO kablam! Checking xml5ever v0.7.0 (file:///source) Sep 04 01:17:14.164 INFO kablam! warning: unused macro definition Sep 04 01:17:14.164 INFO kablam! --> src/tokenizer/mod.rs:609:1 Sep 04 01:17:14.164 INFO kablam! | Sep 04 01:17:14.164 INFO kablam! 609 | / macro_rules! go_match ( ( $me:ident : $x:expr, $($pats:pat),+ => $($cmds:tt)* ) => ( Sep 04 01:17:14.164 INFO kablam! 610 | | match $x { Sep 04 01:17:14.164 INFO kablam! 611 | | $($pats)|+ => go!($me: $($cmds)*), Sep 04 01:17:14.164 INFO kablam! 612 | | _ => (), Sep 04 01:17:14.164 INFO kablam! 613 | | } Sep 04 01:17:14.164 INFO kablam! 614 | | )); Sep 04 01:17:14.164 INFO kablam! | |___^ Sep 04 01:17:14.164 INFO kablam! | Sep 04 01:17:14.164 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 04 01:17:14.164 INFO kablam! Sep 04 01:17:14.165 INFO kablam! warning: unused macro definition Sep 04 01:17:14.165 INFO kablam! --> src/tokenizer/mod.rs:622:1 Sep 04 01:17:14.165 INFO kablam! | Sep 04 01:17:14.165 INFO kablam! 622 | / macro_rules! peek ( ($me:expr) => ( Sep 04 01:17:14.165 INFO kablam! 623 | | unwrap_or_return!($me.peek(), false) Sep 04 01:17:14.165 INFO kablam! 624 | | )); Sep 04 01:17:14.165 INFO kablam! | |___^ Sep 04 01:17:14.165 INFO kablam! Sep 04 01:17:14.165 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 01:17:14.165 INFO kablam! --> src/tokenizer/mod.rs:883:53 Sep 04 01:17:14.165 INFO kablam! | Sep 04 01:17:14.165 INFO kablam! 883 | '"' => go!(self: to TagAttrValue(DoubleQuoted)), Sep 04 01:17:14.166 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 01:17:14.166 INFO kablam! | Sep 04 01:17:14.166 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 01:17:14.166 INFO kablam! Sep 04 01:17:14.166 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 01:17:14.166 INFO kablam! --> src/tokenizer/mod.rs:884:53 Sep 04 01:17:14.166 INFO kablam! | Sep 04 01:17:14.166 INFO kablam! 884 | '\'' => go!(self: to TagAttrValue(SingleQuoted)), Sep 04 01:17:14.166 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 01:17:14.166 INFO kablam! Sep 04 01:17:14.167 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 01:17:14.167 INFO kablam! --> src/tokenizer/mod.rs:1026:70 Sep 04 01:17:14.167 INFO kablam! | Sep 04 01:17:14.167 INFO kablam! 1026 | '\'' => go!(self: to DoctypeIdentifierSingleQuoted(System)), Sep 04 01:17:14.167 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 04 01:17:14.167 INFO kablam! Sep 04 01:17:14.167 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 01:17:14.167 INFO kablam! --> src/tokenizer/mod.rs:1027:70 Sep 04 01:17:14.167 INFO kablam! | Sep 04 01:17:14.167 INFO kablam! 1027 | '"' => go!(self: to DoctypeIdentifierDoubleQuoted(System)), Sep 04 01:17:14.167 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 04 01:17:14.167 INFO kablam! Sep 04 01:17:14.217 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 01:17:14.217 INFO kablam! --> src/tokenizer/mod.rs:24:5 Sep 04 01:17:14.217 INFO kablam! | Sep 04 01:17:14.217 INFO kablam! 24 | use std::ascii::AsciiExt; Sep 04 01:17:14.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 01:17:14.217 INFO kablam! | Sep 04 01:17:14.217 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 01:17:14.217 INFO kablam! Sep 04 01:17:14.449 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `self::test` Sep 04 01:17:14.449 INFO kablam! --> :2:12 Sep 04 01:17:14.449 INFO kablam! | Sep 04 01:17:14.449 INFO kablam! 2 | # [ test ] fn $ name ( ) { assert_eq ! ( $ left , $ right ) ; } } Sep 04 01:17:14.450 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `self::test` Sep 04 01:17:14.450 INFO kablam! Sep 04 01:17:14.453 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `self::test` Sep 04 01:17:14.453 INFO kablam! --> src/tokenizer/mod.rs:1239:5 Sep 04 01:17:14.453 INFO kablam! | Sep 04 01:17:14.453 INFO kablam! 1239 | / fn simple_namespace() { Sep 04 01:17:14.453 INFO kablam! 1240 | | let qname = process_qname("prefix:local".to_tendril()); Sep 04 01:17:14.453 INFO kablam! 1241 | | assert_eq!(qname.prefix, Some(Prefix::from("prefix"))); Sep 04 01:17:14.453 INFO kablam! 1242 | | assert_eq!(qname.local, LocalName::from("local")); Sep 04 01:17:14.453 INFO kablam! ... | Sep 04 01:17:14.453 INFO kablam! 1246 | | assert_eq!(qname.local, LocalName::from("b")); Sep 04 01:17:14.453 INFO kablam! 1247 | | } Sep 04 01:17:14.453 INFO kablam! | |_____^ not found in `self::test` Sep 04 01:17:14.453 INFO kablam! Sep 04 01:17:14.454 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `self::test` Sep 04 01:17:14.454 INFO kablam! --> src/tokenizer/mod.rs:1250:5 Sep 04 01:17:14.455 INFO kablam! | Sep 04 01:17:14.455 INFO kablam! 1250 | / fn wrong_namespaces() { Sep 04 01:17:14.455 INFO kablam! 1251 | | let qname = process_qname(":local".to_tendril()); Sep 04 01:17:14.455 INFO kablam! 1252 | | assert_eq!(qname.prefix, None); Sep 04 01:17:14.455 INFO kablam! 1253 | | assert_eq!(qname.local, LocalName::from(":local")); Sep 04 01:17:14.455 INFO kablam! ... | Sep 04 01:17:14.455 INFO kablam! 1273 | | assert_eq!(qname.local, LocalName::from(":a:b:")); Sep 04 01:17:14.455 INFO kablam! 1274 | | } Sep 04 01:17:14.455 INFO kablam! | |_____^ not found in `self::test` Sep 04 01:17:14.455 INFO kablam! Sep 04 01:17:14.456 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `self::test` Sep 04 01:17:14.456 INFO kablam! --> src/driver.rs:88:5 Sep 04 01:17:14.456 INFO kablam! | Sep 04 01:17:14.456 INFO kablam! 88 | / fn el_ns_serialize() { Sep 04 01:17:14.456 INFO kablam! 89 | | assert_eq_serialization("Test", Sep 04 01:17:14.456 INFO kablam! 90 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 04 01:17:14.456 INFO kablam! 91 | | .from_utf8() Sep 04 01:17:14.456 INFO kablam! 92 | | .one("Test".as_bytes())); Sep 04 01:17:14.456 INFO kablam! 93 | | } Sep 04 01:17:14.456 INFO kablam! | |_____^ not found in `self::test` Sep 04 01:17:14.457 INFO kablam! Sep 04 01:17:14.458 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `self::test` Sep 04 01:17:14.458 INFO kablam! --> src/driver.rs:96:5 Sep 04 01:17:14.458 INFO kablam! | Sep 04 01:17:14.458 INFO kablam! 96 | / fn nested_ns_serialize() { Sep 04 01:17:14.458 INFO kablam! 97 | | assert_eq_serialization("", Sep 04 01:17:14.458 INFO kablam! 98 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 04 01:17:14.458 INFO kablam! 99 | | .from_utf8() Sep 04 01:17:14.458 INFO kablam! 100 | | .one("".as_bytes())); Sep 04 01:17:14.458 INFO kablam! 101 | | } Sep 04 01:17:14.458 INFO kablam! | |_____^ not found in `self::test` Sep 04 01:17:14.458 INFO kablam! Sep 04 01:17:14.459 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `self::test` Sep 04 01:17:14.459 INFO kablam! --> src/driver.rs:104:5 Sep 04 01:17:14.459 INFO kablam! | Sep 04 01:17:14.459 INFO kablam! 104 | / fn def_ns_serialize() { Sep 04 01:17:14.459 INFO kablam! 105 | | assert_eq_serialization("
", Sep 04 01:17:14.459 INFO kablam! 106 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 04 01:17:14.460 INFO kablam! 107 | | .from_utf8() Sep 04 01:17:14.460 INFO kablam! 108 | | .one("
".as_bytes())); Sep 04 01:17:14.460 INFO kablam! 109 | | } Sep 04 01:17:14.460 INFO kablam! | |_____^ not found in `self::test` Sep 04 01:17:14.460 INFO kablam! Sep 04 01:17:14.461 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `self::test` Sep 04 01:17:14.461 INFO kablam! --> src/driver.rs:112:5 Sep 04 01:17:14.461 INFO kablam! | Sep 04 01:17:14.461 INFO kablam! 112 | / fn undefine_ns_serialize() { Sep 04 01:17:14.461 INFO kablam! 113 | | assert_eq_serialization("", Sep 04 01:17:14.461 INFO kablam! 114 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 04 01:17:14.461 INFO kablam! 115 | | .from_utf8() Sep 04 01:17:14.461 INFO kablam! 116 | | .one("".as_bytes())); Sep 04 01:17:14.461 INFO kablam! 117 | | } Sep 04 01:17:14.461 INFO kablam! | |_____^ not found in `self::test` Sep 04 01:17:14.462 INFO kablam! Sep 04 01:17:14.463 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `self::test` Sep 04 01:17:14.463 INFO kablam! --> src/driver.rs:120:5 Sep 04 01:17:14.463 INFO kablam! | Sep 04 01:17:14.463 INFO kablam! 120 | / fn redefine_default_ns_serialize() { Sep 04 01:17:14.463 INFO kablam! 121 | | assert_eq_serialization("", Sep 04 01:17:14.463 INFO kablam! 122 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 04 01:17:14.463 INFO kablam! 123 | | .from_utf8() Sep 04 01:17:14.463 INFO kablam! 124 | | .one("".as_bytes())); Sep 04 01:17:14.463 INFO kablam! 125 | | } Sep 04 01:17:14.463 INFO kablam! | |_____^ not found in `self::test` Sep 04 01:17:14.463 INFO kablam! Sep 04 01:17:14.464 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `self::test` Sep 04 01:17:14.464 INFO kablam! --> src/driver.rs:128:5 Sep 04 01:17:14.464 INFO kablam! | Sep 04 01:17:14.464 INFO kablam! 128 | / fn attr_serialize() { Sep 04 01:17:14.464 INFO kablam! 129 | | assert_serialization("Test", Sep 04 01:17:14.464 INFO kablam! 130 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 04 01:17:14.464 INFO kablam! 131 | | .from_utf8() Sep 04 01:17:14.465 INFO kablam! 132 | | .one("Test".as_bytes())); Sep 04 01:17:14.465 INFO kablam! 133 | | } Sep 04 01:17:14.465 INFO kablam! | |_____^ not found in `self::test` Sep 04 01:17:14.465 INFO kablam! Sep 04 01:17:14.466 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `self::test` Sep 04 01:17:14.466 INFO kablam! --> src/driver.rs:136:5 Sep 04 01:17:14.466 INFO kablam! | Sep 04 01:17:14.466 INFO kablam! 136 | / fn from_utf8() { Sep 04 01:17:14.466 INFO kablam! 137 | | assert_serialization("<title>Test", Sep 04 01:17:14.466 INFO kablam! 138 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 04 01:17:14.466 INFO kablam! 139 | | .from_utf8() Sep 04 01:17:14.466 INFO kablam! 140 | | .one("Test".as_bytes())); Sep 04 01:17:14.466 INFO kablam! 141 | | } Sep 04 01:17:14.466 INFO kablam! | |_____^ not found in `self::test` Sep 04 01:17:14.466 INFO kablam! Sep 04 01:17:14.499 INFO kablam! warning: unused macro definition Sep 04 01:17:14.499 INFO kablam! --> src/tokenizer/mod.rs:609:1 Sep 04 01:17:14.499 INFO kablam! | Sep 04 01:17:14.499 INFO kablam! 609 | / macro_rules! go_match ( ( $me:ident : $x:expr, $($pats:pat),+ => $($cmds:tt)* ) => ( Sep 04 01:17:14.499 INFO kablam! 610 | | match $x { Sep 04 01:17:14.499 INFO kablam! 611 | | $($pats)|+ => go!($me: $($cmds)*), Sep 04 01:17:14.499 INFO kablam! 612 | | _ => (), Sep 04 01:17:14.499 INFO kablam! 613 | | } Sep 04 01:17:14.499 INFO kablam! 614 | | )); Sep 04 01:17:14.500 INFO kablam! | |___^ Sep 04 01:17:14.500 INFO kablam! | Sep 04 01:17:14.500 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 04 01:17:14.500 INFO kablam! Sep 04 01:17:14.500 INFO kablam! warning: unused macro definition Sep 04 01:17:14.500 INFO kablam! --> src/tokenizer/mod.rs:622:1 Sep 04 01:17:14.500 INFO kablam! | Sep 04 01:17:14.500 INFO kablam! 622 | / macro_rules! peek ( ($me:expr) => ( Sep 04 01:17:14.500 INFO kablam! 623 | | unwrap_or_return!($me.peek(), false) Sep 04 01:17:14.501 INFO kablam! 624 | | )); Sep 04 01:17:14.501 INFO kablam! | |___^ Sep 04 01:17:14.501 INFO kablam! Sep 04 01:17:14.501 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 01:17:14.501 INFO kablam! --> src/tokenizer/mod.rs:883:53 Sep 04 01:17:14.501 INFO kablam! | Sep 04 01:17:14.501 INFO kablam! 883 | '"' => go!(self: to TagAttrValue(DoubleQuoted)), Sep 04 01:17:14.501 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 01:17:14.502 INFO kablam! | Sep 04 01:17:14.502 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 01:17:14.502 INFO kablam! Sep 04 01:17:14.502 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 01:17:14.502 INFO kablam! --> src/tokenizer/mod.rs:884:53 Sep 04 01:17:14.502 INFO kablam! | Sep 04 01:17:14.502 INFO kablam! 884 | '\'' => go!(self: to TagAttrValue(SingleQuoted)), Sep 04 01:17:14.502 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 01:17:14.502 INFO kablam! Sep 04 01:17:14.502 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 01:17:14.502 INFO kablam! --> src/tokenizer/mod.rs:1026:70 Sep 04 01:17:14.502 INFO kablam! | Sep 04 01:17:14.502 INFO kablam! 1026 | '\'' => go!(self: to DoctypeIdentifierSingleQuoted(System)), Sep 04 01:17:14.503 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 04 01:17:14.503 INFO kablam! Sep 04 01:17:14.503 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 01:17:14.503 INFO kablam! --> src/tokenizer/mod.rs:1027:70 Sep 04 01:17:14.503 INFO kablam! | Sep 04 01:17:14.503 INFO kablam! 1027 | '"' => go!(self: to DoctypeIdentifierDoubleQuoted(System)), Sep 04 01:17:14.503 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 04 01:17:14.503 INFO kablam! Sep 04 01:17:14.612 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 01:17:14.612 INFO kablam! --> src/tokenizer/mod.rs:24:5 Sep 04 01:17:14.612 INFO kablam! | Sep 04 01:17:14.612 INFO kablam! 24 | use std::ascii::AsciiExt; Sep 04 01:17:14.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 01:17:14.612 INFO kablam! | Sep 04 01:17:14.612 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 01:17:14.612 INFO kablam! Sep 04 01:17:14.865 INFO kablam! error[E0560]: struct `__test::test::TestDesc` has no field named `allow_fail` Sep 04 01:17:14.865 INFO kablam! --> <test_eq macros>:2:12 Sep 04 01:17:14.865 INFO kablam! | Sep 04 01:17:14.865 INFO kablam! 2 | # [ test ] fn $ name ( ) { assert_eq ! ( $ left , $ right ) ; } } Sep 04 01:17:14.865 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `__test::test::TestDesc` does not have this field Sep 04 01:17:14.865 INFO kablam! | Sep 04 01:17:14.866 INFO kablam! = note: available fields are: `name`, `ignore`, `should_panic` Sep 04 01:17:14.866 INFO kablam! Sep 04 01:17:14.869 INFO kablam! error[E0560]: struct `__test::test::TestDesc` has no field named `allow_fail` Sep 04 01:17:14.869 INFO kablam! --> src/tokenizer/mod.rs:1239:5 Sep 04 01:17:14.869 INFO kablam! | Sep 04 01:17:14.869 INFO kablam! 1239 | / fn simple_namespace() { Sep 04 01:17:14.869 INFO kablam! 1240 | | let qname = process_qname("prefix:local".to_tendril()); Sep 04 01:17:14.869 INFO kablam! 1241 | | assert_eq!(qname.prefix, Some(Prefix::from("prefix"))); Sep 04 01:17:14.869 INFO kablam! 1242 | | assert_eq!(qname.local, LocalName::from("local")); Sep 04 01:17:14.869 INFO kablam! ... | Sep 04 01:17:14.869 INFO kablam! 1246 | | assert_eq!(qname.local, LocalName::from("b")); Sep 04 01:17:14.869 INFO kablam! 1247 | | } Sep 04 01:17:14.869 INFO kablam! | |_____^ `__test::test::TestDesc` does not have this field Sep 04 01:17:14.870 INFO kablam! | Sep 04 01:17:14.870 INFO kablam! = note: available fields are: `name`, `ignore`, `should_panic` Sep 04 01:17:14.871 INFO kablam! Sep 04 01:17:14.872 INFO kablam! error[E0560]: struct `__test::test::TestDesc` has no field named `allow_fail` Sep 04 01:17:14.872 INFO kablam! --> src/tokenizer/mod.rs:1250:5 Sep 04 01:17:14.872 INFO kablam! | Sep 04 01:17:14.872 INFO kablam! 1250 | / fn wrong_namespaces() { Sep 04 01:17:14.872 INFO kablam! 1251 | | let qname = process_qname(":local".to_tendril()); Sep 04 01:17:14.872 INFO kablam! 1252 | | assert_eq!(qname.prefix, None); Sep 04 01:17:14.872 INFO kablam! 1253 | | assert_eq!(qname.local, LocalName::from(":local")); Sep 04 01:17:14.872 INFO kablam! ... | Sep 04 01:17:14.872 INFO kablam! 1273 | | assert_eq!(qname.local, LocalName::from(":a:b:")); Sep 04 01:17:14.872 INFO kablam! 1274 | | } Sep 04 01:17:14.872 INFO kablam! | |_____^ `__test::test::TestDesc` does not have this field Sep 04 01:17:14.873 INFO kablam! | Sep 04 01:17:14.873 INFO kablam! = note: available fields are: `name`, `ignore`, `should_panic` Sep 04 01:17:14.873 INFO kablam! Sep 04 01:17:14.873 INFO kablam! error[E0560]: struct `__test::test::TestDesc` has no field named `allow_fail` Sep 04 01:17:14.873 INFO kablam! --> src/driver.rs:88:5 Sep 04 01:17:14.873 INFO kablam! | Sep 04 01:17:14.874 INFO kablam! 88 | / fn el_ns_serialize() { Sep 04 01:17:14.874 INFO kablam! 89 | | assert_eq_serialization("<a:title xmlns:a=\"http://www.foo.org/\" value=\"test\">Test</a:title>", Sep 04 01:17:14.874 INFO kablam! 90 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 04 01:17:14.874 INFO kablam! 91 | | .from_utf8() Sep 04 01:17:14.874 INFO kablam! 92 | | .one("<a:title xmlns:a=\"http://www.foo.org/\" value=\"test\">Test".as_bytes())); Sep 04 01:17:14.874 INFO kablam! 93 | | } Sep 04 01:17:14.874 INFO kablam! | |_____^ `__test::test::TestDesc` does not have this field Sep 04 01:17:14.874 INFO kablam! | Sep 04 01:17:14.874 INFO kablam! = note: available fields are: `name`, `ignore`, `should_panic` Sep 04 01:17:14.874 INFO kablam! Sep 04 01:17:14.875 INFO kablam! error[E0560]: struct `__test::test::TestDesc` has no field named `allow_fail` Sep 04 01:17:14.875 INFO kablam! --> src/driver.rs:96:5 Sep 04 01:17:14.875 INFO kablam! | Sep 04 01:17:14.875 INFO kablam! 96 | / fn nested_ns_serialize() { Sep 04 01:17:14.875 INFO kablam! 97 | | assert_eq_serialization("", Sep 04 01:17:14.875 INFO kablam! 98 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 04 01:17:14.875 INFO kablam! 99 | | .from_utf8() Sep 04 01:17:14.875 INFO kablam! 100 | | .one("".as_bytes())); Sep 04 01:17:14.875 INFO kablam! 101 | | } Sep 04 01:17:14.875 INFO kablam! | |_____^ `__test::test::TestDesc` does not have this field Sep 04 01:17:14.875 INFO kablam! | Sep 04 01:17:14.875 INFO kablam! = note: available fields are: `name`, `ignore`, `should_panic` Sep 04 01:17:14.875 INFO kablam! Sep 04 01:17:14.876 INFO kablam! error[E0560]: struct `__test::test::TestDesc` has no field named `allow_fail` Sep 04 01:17:14.876 INFO kablam! --> src/driver.rs:104:5 Sep 04 01:17:14.876 INFO kablam! | Sep 04 01:17:14.876 INFO kablam! 104 | / fn def_ns_serialize() { Sep 04 01:17:14.876 INFO kablam! 105 | | assert_eq_serialization("
", Sep 04 01:17:14.876 INFO kablam! 106 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 04 01:17:14.876 INFO kablam! 107 | | .from_utf8() Sep 04 01:17:14.876 INFO kablam! 108 | | .one("
".as_bytes())); Sep 04 01:17:14.876 INFO kablam! 109 | | } Sep 04 01:17:14.876 INFO kablam! | |_____^ `__test::test::TestDesc` does not have this field Sep 04 01:17:14.876 INFO kablam! | Sep 04 01:17:14.877 INFO kablam! = note: available fields are: `name`, `ignore`, `should_panic` Sep 04 01:17:14.877 INFO kablam! Sep 04 01:17:14.877 INFO kablam! error[E0560]: struct `__test::test::TestDesc` has no field named `allow_fail` Sep 04 01:17:14.877 INFO kablam! --> src/driver.rs:112:5 Sep 04 01:17:14.877 INFO kablam! | Sep 04 01:17:14.877 INFO kablam! 112 | / fn undefine_ns_serialize() { Sep 04 01:17:14.877 INFO kablam! 113 | | assert_eq_serialization("", Sep 04 01:17:14.878 INFO kablam! 114 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 04 01:17:14.878 INFO kablam! 115 | | .from_utf8() Sep 04 01:17:14.878 INFO kablam! 116 | | .one("".as_bytes())); Sep 04 01:17:14.878 INFO kablam! 117 | | } Sep 04 01:17:14.878 INFO kablam! | |_____^ `__test::test::TestDesc` does not have this field Sep 04 01:17:14.878 INFO kablam! | Sep 04 01:17:14.878 INFO kablam! = note: available fields are: `name`, `ignore`, `should_panic` Sep 04 01:17:14.878 INFO kablam! Sep 04 01:17:14.879 INFO kablam! error[E0560]: struct `__test::test::TestDesc` has no field named `allow_fail` Sep 04 01:17:14.879 INFO kablam! --> src/driver.rs:120:5 Sep 04 01:17:14.879 INFO kablam! | Sep 04 01:17:14.879 INFO kablam! 120 | / fn redefine_default_ns_serialize() { Sep 04 01:17:14.879 INFO kablam! 121 | | assert_eq_serialization("", Sep 04 01:17:14.879 INFO kablam! 122 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 04 01:17:14.879 INFO kablam! 123 | | .from_utf8() Sep 04 01:17:14.879 INFO kablam! 124 | | .one("".as_bytes())); Sep 04 01:17:14.879 INFO kablam! 125 | | } Sep 04 01:17:14.879 INFO kablam! | |_____^ `__test::test::TestDesc` does not have this field Sep 04 01:17:14.879 INFO kablam! | Sep 04 01:17:14.879 INFO kablam! = note: available fields are: `name`, `ignore`, `should_panic` Sep 04 01:17:14.879 INFO kablam! Sep 04 01:17:14.880 INFO kablam! error[E0560]: struct `__test::test::TestDesc` has no field named `allow_fail` Sep 04 01:17:14.880 INFO kablam! --> src/driver.rs:128:5 Sep 04 01:17:14.880 INFO kablam! | Sep 04 01:17:14.880 INFO kablam! 128 | / fn attr_serialize() { Sep 04 01:17:14.881 INFO kablam! 129 | | assert_serialization("Test", Sep 04 01:17:14.881 INFO kablam! 130 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 04 01:17:14.881 INFO kablam! 131 | | .from_utf8() Sep 04 01:17:14.881 INFO kablam! 132 | | .one("Test".as_bytes())); Sep 04 01:17:14.881 INFO kablam! 133 | | } Sep 04 01:17:14.881 INFO kablam! | |_____^ `__test::test::TestDesc` does not have this field Sep 04 01:17:14.881 INFO kablam! | Sep 04 01:17:14.881 INFO kablam! = note: available fields are: `name`, `ignore`, `should_panic` Sep 04 01:17:14.881 INFO kablam! Sep 04 01:17:14.882 INFO kablam! error[E0560]: struct `__test::test::TestDesc` has no field named `allow_fail` Sep 04 01:17:14.882 INFO kablam! --> src/driver.rs:136:5 Sep 04 01:17:14.882 INFO kablam! | Sep 04 01:17:14.882 INFO kablam! 136 | / fn from_utf8() { Sep 04 01:17:14.882 INFO kablam! 137 | | assert_serialization("<title>Test", Sep 04 01:17:14.882 INFO kablam! 138 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 04 01:17:14.882 INFO kablam! 139 | | .from_utf8() Sep 04 01:17:14.882 INFO kablam! 140 | | .one("Test".as_bytes())); Sep 04 01:17:14.882 INFO kablam! 141 | | } Sep 04 01:17:14.882 INFO kablam! | |_____^ `__test::test::TestDesc` does not have this field Sep 04 01:17:14.882 INFO kablam! | Sep 04 01:17:14.882 INFO kablam! = note: available fields are: `name`, `ignore`, `should_panic` Sep 04 01:17:14.883 INFO kablam! Sep 04 01:17:14.896 INFO kablam! error: aborting due to 20 previous errors Sep 04 01:17:14.896 INFO kablam! Sep 04 01:17:14.896 INFO kablam! Some errors occurred: E0425, E0560. Sep 04 01:17:14.896 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 04 01:17:14.906 INFO kablam! error: Could not compile `xml5ever`. Sep 04 01:17:14.908 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 01:17:15.054 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 04 01:17:15.054 INFO kablam! --> src/tokenizer/mod.rs:24:5 Sep 04 01:17:15.054 INFO kablam! | Sep 04 01:17:15.054 INFO kablam! 24 | use std::ascii::AsciiExt; Sep 04 01:17:15.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 01:17:15.054 INFO kablam! | Sep 04 01:17:15.054 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 01:17:15.054 INFO kablam! Sep 04 01:17:15.482 INFO kablam! error: build failed Sep 04 01:17:15.484 INFO kablam! su: No module specific data is present Sep 04 01:17:15.860 INFO running `"docker" "rm" "-f" "aa924614bd6250de4e7b37b5d97a5f1eebeb29324ef46f4bb60d9295de2bc0e2"` Sep 04 01:17:15.944 INFO blam! aa924614bd6250de4e7b37b5d97a5f1eebeb29324ef46f4bb60d9295de2bc0e2