Sep 01 18:28:07.527 INFO checking xml5ever-0.7.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 01 18:28:07.527 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 18:28:07.527 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 18:28:07.686 INFO blam! 3a85438bc36467f6bce1665c2c19566cb4890678a17dcf824c5384ecf5969d89 Sep 01 18:28:07.688 INFO running `"docker" "start" "-a" "3a85438bc36467f6bce1665c2c19566cb4890678a17dcf824c5384ecf5969d89"` Sep 01 18:28:08.366 INFO kablam! Checking rustc-test v0.1.4 Sep 01 18:28:08.367 INFO kablam! Compiling string_cache v0.5.2 Sep 01 18:28:08.367 INFO kablam! Compiling markup5ever v0.2.1 Sep 01 18:28:17.789 INFO kablam! Checking xml5ever v0.7.0 (file:///source) Sep 01 18:28:18.662 INFO kablam! warning: unused macro definition Sep 01 18:28:18.662 INFO kablam! --> src/tokenizer/mod.rs:609:1 Sep 01 18:28:18.662 INFO kablam! | Sep 01 18:28:18.662 INFO kablam! 609 | / macro_rules! go_match ( ( $me:ident : $x:expr, $($pats:pat),+ => $($cmds:tt)* ) => ( Sep 01 18:28:18.662 INFO kablam! 610 | | match $x { Sep 01 18:28:18.662 INFO kablam! 611 | | $($pats)|+ => go!($me: $($cmds)*), Sep 01 18:28:18.662 INFO kablam! 612 | | _ => (), Sep 01 18:28:18.662 INFO kablam! 613 | | } Sep 01 18:28:18.662 INFO kablam! 614 | | )); Sep 01 18:28:18.663 INFO kablam! | |___^ Sep 01 18:28:18.663 INFO kablam! | Sep 01 18:28:18.663 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 01 18:28:18.663 INFO kablam! Sep 01 18:28:18.663 INFO kablam! warning: unused macro definition Sep 01 18:28:18.663 INFO kablam! --> src/tokenizer/mod.rs:622:1 Sep 01 18:28:18.663 INFO kablam! | Sep 01 18:28:18.663 INFO kablam! 622 | / macro_rules! peek ( ($me:expr) => ( Sep 01 18:28:18.663 INFO kablam! 623 | | unwrap_or_return!($me.peek(), false) Sep 01 18:28:18.663 INFO kablam! 624 | | )); Sep 01 18:28:18.663 INFO kablam! | |___^ Sep 01 18:28:18.663 INFO kablam! Sep 01 18:28:18.665 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 18:28:18.665 INFO kablam! --> src/tokenizer/mod.rs:883:53 Sep 01 18:28:18.665 INFO kablam! | Sep 01 18:28:18.665 INFO kablam! 883 | '"' => go!(self: to TagAttrValue(DoubleQuoted)), Sep 01 18:28:18.665 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 18:28:18.665 INFO kablam! | Sep 01 18:28:18.665 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 18:28:18.665 INFO kablam! Sep 01 18:28:18.666 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 18:28:18.666 INFO kablam! --> src/tokenizer/mod.rs:884:53 Sep 01 18:28:18.666 INFO kablam! | Sep 01 18:28:18.666 INFO kablam! 884 | '\'' => go!(self: to TagAttrValue(SingleQuoted)), Sep 01 18:28:18.666 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 18:28:18.666 INFO kablam! Sep 01 18:28:18.667 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 18:28:18.667 INFO kablam! --> src/tokenizer/mod.rs:1026:70 Sep 01 18:28:18.667 INFO kablam! | Sep 01 18:28:18.667 INFO kablam! 1026 | '\'' => go!(self: to DoctypeIdentifierSingleQuoted(System)), Sep 01 18:28:18.667 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 01 18:28:18.667 INFO kablam! Sep 01 18:28:18.667 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 18:28:18.667 INFO kablam! --> src/tokenizer/mod.rs:1027:70 Sep 01 18:28:18.667 INFO kablam! | Sep 01 18:28:18.667 INFO kablam! 1027 | '"' => go!(self: to DoctypeIdentifierDoubleQuoted(System)), Sep 01 18:28:18.668 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 01 18:28:18.668 INFO kablam! Sep 01 18:28:18.717 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 01 18:28:18.717 INFO kablam! --> src/tokenizer/mod.rs:24:5 Sep 01 18:28:18.717 INFO kablam! | Sep 01 18:28:18.717 INFO kablam! 24 | use std::ascii::AsciiExt; Sep 01 18:28:18.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 18:28:18.718 INFO kablam! | Sep 01 18:28:18.718 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 18:28:18.718 INFO kablam! Sep 01 18:28:18.848 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `self::test` Sep 01 18:28:18.850 INFO kablam! --> :2:12 Sep 01 18:28:18.850 INFO kablam! | Sep 01 18:28:18.851 INFO kablam! 2 | # [ test ] fn $ name ( ) { assert_eq ! ( $ left , $ right ) ; } } Sep 01 18:28:18.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `self::test` Sep 01 18:28:18.851 INFO kablam! Sep 01 18:28:18.851 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `self::test` Sep 01 18:28:18.851 INFO kablam! --> src/tokenizer/mod.rs:1239:5 Sep 01 18:28:18.851 INFO kablam! | Sep 01 18:28:18.851 INFO kablam! 1239 | / fn simple_namespace() { Sep 01 18:28:18.851 INFO kablam! 1240 | | let qname = process_qname("prefix:local".to_tendril()); Sep 01 18:28:18.851 INFO kablam! 1241 | | assert_eq!(qname.prefix, Some(Prefix::from("prefix"))); Sep 01 18:28:18.851 INFO kablam! 1242 | | assert_eq!(qname.local, LocalName::from("local")); Sep 01 18:28:18.851 INFO kablam! ... | Sep 01 18:28:18.851 INFO kablam! 1246 | | assert_eq!(qname.local, LocalName::from("b")); Sep 01 18:28:18.851 INFO kablam! 1247 | | } Sep 01 18:28:18.851 INFO kablam! | |_____^ not found in `self::test` Sep 01 18:28:18.851 INFO kablam! Sep 01 18:28:18.851 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `self::test` Sep 01 18:28:18.851 INFO kablam! --> src/tokenizer/mod.rs:1250:5 Sep 01 18:28:18.851 INFO kablam! | Sep 01 18:28:18.851 INFO kablam! 1250 | / fn wrong_namespaces() { Sep 01 18:28:18.851 INFO kablam! 1251 | | let qname = process_qname(":local".to_tendril()); Sep 01 18:28:18.852 INFO kablam! 1252 | | assert_eq!(qname.prefix, None); Sep 01 18:28:18.852 INFO kablam! 1253 | | assert_eq!(qname.local, LocalName::from(":local")); Sep 01 18:28:18.852 INFO kablam! ... | Sep 01 18:28:18.852 INFO kablam! 1273 | | assert_eq!(qname.local, LocalName::from(":a:b:")); Sep 01 18:28:18.852 INFO kablam! 1274 | | } Sep 01 18:28:18.852 INFO kablam! | |_____^ not found in `self::test` Sep 01 18:28:18.852 INFO kablam! Sep 01 18:28:18.852 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `self::test` Sep 01 18:28:18.852 INFO kablam! --> src/driver.rs:88:5 Sep 01 18:28:18.852 INFO kablam! | Sep 01 18:28:18.852 INFO kablam! 88 | / fn el_ns_serialize() { Sep 01 18:28:18.852 INFO kablam! 89 | | assert_eq_serialization("Test", Sep 01 18:28:18.852 INFO kablam! 90 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 01 18:28:18.852 INFO kablam! 91 | | .from_utf8() Sep 01 18:28:18.852 INFO kablam! 92 | | .one("Test".as_bytes())); Sep 01 18:28:18.852 INFO kablam! 93 | | } Sep 01 18:28:18.852 INFO kablam! | |_____^ not found in `self::test` Sep 01 18:28:18.852 INFO kablam! Sep 01 18:28:18.853 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `self::test` Sep 01 18:28:18.853 INFO kablam! --> src/driver.rs:96:5 Sep 01 18:28:18.853 INFO kablam! | Sep 01 18:28:18.853 INFO kablam! 96 | / fn nested_ns_serialize() { Sep 01 18:28:18.853 INFO kablam! 97 | | assert_eq_serialization("", Sep 01 18:28:18.853 INFO kablam! 98 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 01 18:28:18.853 INFO kablam! 99 | | .from_utf8() Sep 01 18:28:18.853 INFO kablam! 100 | | .one("".as_bytes())); Sep 01 18:28:18.853 INFO kablam! 101 | | } Sep 01 18:28:18.853 INFO kablam! | |_____^ not found in `self::test` Sep 01 18:28:18.853 INFO kablam! Sep 01 18:28:18.854 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `self::test` Sep 01 18:28:18.854 INFO kablam! --> src/driver.rs:104:5 Sep 01 18:28:18.854 INFO kablam! | Sep 01 18:28:18.854 INFO kablam! 104 | / fn def_ns_serialize() { Sep 01 18:28:18.854 INFO kablam! 105 | | assert_eq_serialization("
", Sep 01 18:28:18.854 INFO kablam! 106 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 01 18:28:18.854 INFO kablam! 107 | | .from_utf8() Sep 01 18:28:18.854 INFO kablam! 108 | | .one("
".as_bytes())); Sep 01 18:28:18.854 INFO kablam! 109 | | } Sep 01 18:28:18.854 INFO kablam! | |_____^ not found in `self::test` Sep 01 18:28:18.854 INFO kablam! Sep 01 18:28:18.854 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `self::test` Sep 01 18:28:18.854 INFO kablam! --> src/driver.rs:112:5 Sep 01 18:28:18.854 INFO kablam! | Sep 01 18:28:18.854 INFO kablam! 112 | / fn undefine_ns_serialize() { Sep 01 18:28:18.854 INFO kablam! 113 | | assert_eq_serialization("", Sep 01 18:28:18.854 INFO kablam! 114 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 01 18:28:18.854 INFO kablam! 115 | | .from_utf8() Sep 01 18:28:18.854 INFO kablam! 116 | | .one("".as_bytes())); Sep 01 18:28:18.854 INFO kablam! 117 | | } Sep 01 18:28:18.854 INFO kablam! | |_____^ not found in `self::test` Sep 01 18:28:18.854 INFO kablam! Sep 01 18:28:18.854 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `self::test` Sep 01 18:28:18.855 INFO kablam! --> src/driver.rs:120:5 Sep 01 18:28:18.855 INFO kablam! | Sep 01 18:28:18.855 INFO kablam! 120 | / fn redefine_default_ns_serialize() { Sep 01 18:28:18.855 INFO kablam! 121 | | assert_eq_serialization("", Sep 01 18:28:18.855 INFO kablam! 122 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 01 18:28:18.855 INFO kablam! 123 | | .from_utf8() Sep 01 18:28:18.855 INFO kablam! 124 | | .one("".as_bytes())); Sep 01 18:28:18.855 INFO kablam! 125 | | } Sep 01 18:28:18.855 INFO kablam! | |_____^ not found in `self::test` Sep 01 18:28:18.855 INFO kablam! Sep 01 18:28:18.855 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `self::test` Sep 01 18:28:18.855 INFO kablam! --> src/driver.rs:128:5 Sep 01 18:28:18.855 INFO kablam! | Sep 01 18:28:18.855 INFO kablam! 128 | / fn attr_serialize() { Sep 01 18:28:18.855 INFO kablam! 129 | | assert_serialization("Test", Sep 01 18:28:18.855 INFO kablam! 130 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 01 18:28:18.855 INFO kablam! 131 | | .from_utf8() Sep 01 18:28:18.855 INFO kablam! 132 | | .one("Test".as_bytes())); Sep 01 18:28:18.855 INFO kablam! 133 | | } Sep 01 18:28:18.855 INFO kablam! | |_____^ not found in `self::test` Sep 01 18:28:18.855 INFO kablam! Sep 01 18:28:18.855 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `self::test` Sep 01 18:28:18.855 INFO kablam! --> src/driver.rs:136:5 Sep 01 18:28:18.856 INFO kablam! | Sep 01 18:28:18.856 INFO kablam! 136 | / fn from_utf8() { Sep 01 18:28:18.856 INFO kablam! 137 | | assert_serialization("<title>Test", Sep 01 18:28:18.856 INFO kablam! 138 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 01 18:28:18.856 INFO kablam! 139 | | .from_utf8() Sep 01 18:28:18.856 INFO kablam! 140 | | .one("Test".as_bytes())); Sep 01 18:28:18.856 INFO kablam! 141 | | } Sep 01 18:28:18.856 INFO kablam! | |_____^ not found in `self::test` Sep 01 18:28:18.856 INFO kablam! Sep 01 18:28:18.873 INFO kablam! warning: unused macro definition Sep 01 18:28:18.873 INFO kablam! --> src/tokenizer/mod.rs:609:1 Sep 01 18:28:18.873 INFO kablam! | Sep 01 18:28:18.874 INFO kablam! 609 | / macro_rules! go_match ( ( $me:ident : $x:expr, $($pats:pat),+ => $($cmds:tt)* ) => ( Sep 01 18:28:18.874 INFO kablam! 610 | | match $x { Sep 01 18:28:18.874 INFO kablam! 611 | | $($pats)|+ => go!($me: $($cmds)*), Sep 01 18:28:18.874 INFO kablam! 612 | | _ => (), Sep 01 18:28:18.874 INFO kablam! 613 | | } Sep 01 18:28:18.874 INFO kablam! 614 | | )); Sep 01 18:28:18.874 INFO kablam! | |___^ Sep 01 18:28:18.874 INFO kablam! | Sep 01 18:28:18.874 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 01 18:28:18.874 INFO kablam! Sep 01 18:28:18.874 INFO kablam! warning: unused macro definition Sep 01 18:28:18.874 INFO kablam! --> src/tokenizer/mod.rs:622:1 Sep 01 18:28:18.874 INFO kablam! | Sep 01 18:28:18.874 INFO kablam! 622 | / macro_rules! peek ( ($me:expr) => ( Sep 01 18:28:18.874 INFO kablam! 623 | | unwrap_or_return!($me.peek(), false) Sep 01 18:28:18.874 INFO kablam! 624 | | )); Sep 01 18:28:18.874 INFO kablam! | |___^ Sep 01 18:28:18.874 INFO kablam! Sep 01 18:28:18.874 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 18:28:18.875 INFO kablam! --> src/tokenizer/mod.rs:883:53 Sep 01 18:28:18.875 INFO kablam! | Sep 01 18:28:18.875 INFO kablam! 883 | '"' => go!(self: to TagAttrValue(DoubleQuoted)), Sep 01 18:28:18.875 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 18:28:18.875 INFO kablam! | Sep 01 18:28:18.875 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 18:28:18.875 INFO kablam! Sep 01 18:28:18.875 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 18:28:18.875 INFO kablam! --> src/tokenizer/mod.rs:884:53 Sep 01 18:28:18.875 INFO kablam! | Sep 01 18:28:18.875 INFO kablam! 884 | '\'' => go!(self: to TagAttrValue(SingleQuoted)), Sep 01 18:28:18.875 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 18:28:18.875 INFO kablam! Sep 01 18:28:18.876 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 18:28:18.876 INFO kablam! --> src/tokenizer/mod.rs:1026:70 Sep 01 18:28:18.876 INFO kablam! | Sep 01 18:28:18.876 INFO kablam! 1026 | '\'' => go!(self: to DoctypeIdentifierSingleQuoted(System)), Sep 01 18:28:18.876 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 01 18:28:18.876 INFO kablam! Sep 01 18:28:18.876 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 18:28:18.876 INFO kablam! --> src/tokenizer/mod.rs:1027:70 Sep 01 18:28:18.876 INFO kablam! | Sep 01 18:28:18.876 INFO kablam! 1027 | '"' => go!(self: to DoctypeIdentifierDoubleQuoted(System)), Sep 01 18:28:18.876 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 01 18:28:18.876 INFO kablam! Sep 01 18:28:18.933 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 01 18:28:18.933 INFO kablam! --> src/tokenizer/mod.rs:24:5 Sep 01 18:28:18.934 INFO kablam! | Sep 01 18:28:18.934 INFO kablam! 24 | use std::ascii::AsciiExt; Sep 01 18:28:18.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 18:28:18.934 INFO kablam! | Sep 01 18:28:18.934 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 18:28:18.934 INFO kablam! Sep 01 18:28:19.224 INFO kablam! error[E0560]: struct `__test::test::TestDesc` has no field named `allow_fail` Sep 01 18:28:19.224 INFO kablam! --> <test_eq macros>:2:12 Sep 01 18:28:19.224 INFO kablam! | Sep 01 18:28:19.224 INFO kablam! 2 | # [ test ] fn $ name ( ) { assert_eq ! ( $ left , $ right ) ; } } Sep 01 18:28:19.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `__test::test::TestDesc` does not have this field Sep 01 18:28:19.224 INFO kablam! | Sep 01 18:28:19.224 INFO kablam! = note: available fields are: `name`, `ignore`, `should_panic` Sep 01 18:28:19.224 INFO kablam! Sep 01 18:28:19.226 INFO kablam! error[E0560]: struct `__test::test::TestDesc` has no field named `allow_fail` Sep 01 18:28:19.226 INFO kablam! --> src/tokenizer/mod.rs:1239:5 Sep 01 18:28:19.226 INFO kablam! | Sep 01 18:28:19.226 INFO kablam! 1239 | / fn simple_namespace() { Sep 01 18:28:19.226 INFO kablam! 1240 | | let qname = process_qname("prefix:local".to_tendril()); Sep 01 18:28:19.226 INFO kablam! 1241 | | assert_eq!(qname.prefix, Some(Prefix::from("prefix"))); Sep 01 18:28:19.227 INFO kablam! 1242 | | assert_eq!(qname.local, LocalName::from("local")); Sep 01 18:28:19.227 INFO kablam! ... | Sep 01 18:28:19.227 INFO kablam! 1246 | | assert_eq!(qname.local, LocalName::from("b")); Sep 01 18:28:19.227 INFO kablam! 1247 | | } Sep 01 18:28:19.227 INFO kablam! | |_____^ `__test::test::TestDesc` does not have this field Sep 01 18:28:19.227 INFO kablam! | Sep 01 18:28:19.227 INFO kablam! = note: available fields are: `name`, `ignore`, `should_panic` Sep 01 18:28:19.227 INFO kablam! Sep 01 18:28:19.227 INFO kablam! error[E0560]: struct `__test::test::TestDesc` has no field named `allow_fail` Sep 01 18:28:19.228 INFO kablam! --> src/tokenizer/mod.rs:1250:5 Sep 01 18:28:19.228 INFO kablam! | Sep 01 18:28:19.228 INFO kablam! 1250 | / fn wrong_namespaces() { Sep 01 18:28:19.228 INFO kablam! 1251 | | let qname = process_qname(":local".to_tendril()); Sep 01 18:28:19.228 INFO kablam! 1252 | | assert_eq!(qname.prefix, None); Sep 01 18:28:19.228 INFO kablam! 1253 | | assert_eq!(qname.local, LocalName::from(":local")); Sep 01 18:28:19.228 INFO kablam! ... | Sep 01 18:28:19.228 INFO kablam! 1273 | | assert_eq!(qname.local, LocalName::from(":a:b:")); Sep 01 18:28:19.228 INFO kablam! 1274 | | } Sep 01 18:28:19.228 INFO kablam! | |_____^ `__test::test::TestDesc` does not have this field Sep 01 18:28:19.228 INFO kablam! | Sep 01 18:28:19.228 INFO kablam! = note: available fields are: `name`, `ignore`, `should_panic` Sep 01 18:28:19.228 INFO kablam! Sep 01 18:28:19.228 INFO kablam! error[E0560]: struct `__test::test::TestDesc` has no field named `allow_fail` Sep 01 18:28:19.228 INFO kablam! --> src/driver.rs:88:5 Sep 01 18:28:19.228 INFO kablam! | Sep 01 18:28:19.228 INFO kablam! 88 | / fn el_ns_serialize() { Sep 01 18:28:19.228 INFO kablam! 89 | | assert_eq_serialization("<a:title xmlns:a=\"http://www.foo.org/\" value=\"test\">Test</a:title>", Sep 01 18:28:19.228 INFO kablam! 90 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 01 18:28:19.229 INFO kablam! 91 | | .from_utf8() Sep 01 18:28:19.229 INFO kablam! 92 | | .one("<a:title xmlns:a=\"http://www.foo.org/\" value=\"test\">Test".as_bytes())); Sep 01 18:28:19.229 INFO kablam! 93 | | } Sep 01 18:28:19.229 INFO kablam! | |_____^ `__test::test::TestDesc` does not have this field Sep 01 18:28:19.229 INFO kablam! | Sep 01 18:28:19.229 INFO kablam! = note: available fields are: `name`, `ignore`, `should_panic` Sep 01 18:28:19.229 INFO kablam! Sep 01 18:28:19.230 INFO kablam! error[E0560]: struct `__test::test::TestDesc` has no field named `allow_fail` Sep 01 18:28:19.230 INFO kablam! --> src/driver.rs:96:5 Sep 01 18:28:19.230 INFO kablam! | Sep 01 18:28:19.230 INFO kablam! 96 | / fn nested_ns_serialize() { Sep 01 18:28:19.230 INFO kablam! 97 | | assert_eq_serialization("", Sep 01 18:28:19.230 INFO kablam! 98 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 01 18:28:19.230 INFO kablam! 99 | | .from_utf8() Sep 01 18:28:19.230 INFO kablam! 100 | | .one("".as_bytes())); Sep 01 18:28:19.230 INFO kablam! 101 | | } Sep 01 18:28:19.230 INFO kablam! | |_____^ `__test::test::TestDesc` does not have this field Sep 01 18:28:19.230 INFO kablam! | Sep 01 18:28:19.230 INFO kablam! = note: available fields are: `name`, `ignore`, `should_panic` Sep 01 18:28:19.230 INFO kablam! Sep 01 18:28:19.230 INFO kablam! error[E0560]: struct `__test::test::TestDesc` has no field named `allow_fail` Sep 01 18:28:19.230 INFO kablam! --> src/driver.rs:104:5 Sep 01 18:28:19.230 INFO kablam! | Sep 01 18:28:19.230 INFO kablam! 104 | / fn def_ns_serialize() { Sep 01 18:28:19.230 INFO kablam! 105 | | assert_eq_serialization("
", Sep 01 18:28:19.231 INFO kablam! 106 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 01 18:28:19.231 INFO kablam! 107 | | .from_utf8() Sep 01 18:28:19.231 INFO kablam! 108 | | .one("
".as_bytes())); Sep 01 18:28:19.231 INFO kablam! 109 | | } Sep 01 18:28:19.231 INFO kablam! | |_____^ `__test::test::TestDesc` does not have this field Sep 01 18:28:19.231 INFO kablam! | Sep 01 18:28:19.231 INFO kablam! = note: available fields are: `name`, `ignore`, `should_panic` Sep 01 18:28:19.231 INFO kablam! Sep 01 18:28:19.231 INFO kablam! error[E0560]: struct `__test::test::TestDesc` has no field named `allow_fail` Sep 01 18:28:19.231 INFO kablam! --> src/driver.rs:112:5 Sep 01 18:28:19.231 INFO kablam! | Sep 01 18:28:19.231 INFO kablam! 112 | / fn undefine_ns_serialize() { Sep 01 18:28:19.231 INFO kablam! 113 | | assert_eq_serialization("", Sep 01 18:28:19.231 INFO kablam! 114 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 01 18:28:19.231 INFO kablam! 115 | | .from_utf8() Sep 01 18:28:19.231 INFO kablam! 116 | | .one("".as_bytes())); Sep 01 18:28:19.231 INFO kablam! 117 | | } Sep 01 18:28:19.232 INFO kablam! | |_____^ `__test::test::TestDesc` does not have this field Sep 01 18:28:19.232 INFO kablam! | Sep 01 18:28:19.232 INFO kablam! = note: available fields are: `name`, `ignore`, `should_panic` Sep 01 18:28:19.232 INFO kablam! Sep 01 18:28:19.232 INFO kablam! error[E0560]: struct `__test::test::TestDesc` has no field named `allow_fail` Sep 01 18:28:19.232 INFO kablam! --> src/driver.rs:120:5 Sep 01 18:28:19.232 INFO kablam! | Sep 01 18:28:19.232 INFO kablam! 120 | / fn redefine_default_ns_serialize() { Sep 01 18:28:19.232 INFO kablam! 121 | | assert_eq_serialization("", Sep 01 18:28:19.232 INFO kablam! 122 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 01 18:28:19.232 INFO kablam! 123 | | .from_utf8() Sep 01 18:28:19.232 INFO kablam! 124 | | .one("".as_bytes())); Sep 01 18:28:19.232 INFO kablam! 125 | | } Sep 01 18:28:19.232 INFO kablam! | |_____^ `__test::test::TestDesc` does not have this field Sep 01 18:28:19.232 INFO kablam! | Sep 01 18:28:19.232 INFO kablam! = note: available fields are: `name`, `ignore`, `should_panic` Sep 01 18:28:19.233 INFO kablam! Sep 01 18:28:19.233 INFO kablam! error[E0560]: struct `__test::test::TestDesc` has no field named `allow_fail` Sep 01 18:28:19.233 INFO kablam! --> src/driver.rs:128:5 Sep 01 18:28:19.233 INFO kablam! | Sep 01 18:28:19.233 INFO kablam! 128 | / fn attr_serialize() { Sep 01 18:28:19.233 INFO kablam! 129 | | assert_serialization("Test", Sep 01 18:28:19.233 INFO kablam! 130 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 01 18:28:19.233 INFO kablam! 131 | | .from_utf8() Sep 01 18:28:19.233 INFO kablam! 132 | | .one("Test".as_bytes())); Sep 01 18:28:19.233 INFO kablam! 133 | | } Sep 01 18:28:19.233 INFO kablam! | |_____^ `__test::test::TestDesc` does not have this field Sep 01 18:28:19.233 INFO kablam! | Sep 01 18:28:19.233 INFO kablam! = note: available fields are: `name`, `ignore`, `should_panic` Sep 01 18:28:19.233 INFO kablam! Sep 01 18:28:19.233 INFO kablam! error[E0560]: struct `__test::test::TestDesc` has no field named `allow_fail` Sep 01 18:28:19.233 INFO kablam! --> src/driver.rs:136:5 Sep 01 18:28:19.233 INFO kablam! | Sep 01 18:28:19.234 INFO kablam! 136 | / fn from_utf8() { Sep 01 18:28:19.234 INFO kablam! 137 | | assert_serialization("<title>Test", Sep 01 18:28:19.234 INFO kablam! 138 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 01 18:28:19.234 INFO kablam! 139 | | .from_utf8() Sep 01 18:28:19.234 INFO kablam! 140 | | .one("Test".as_bytes())); Sep 01 18:28:19.234 INFO kablam! 141 | | } Sep 01 18:28:19.234 INFO kablam! | |_____^ `__test::test::TestDesc` does not have this field Sep 01 18:28:19.234 INFO kablam! | Sep 01 18:28:19.234 INFO kablam! = note: available fields are: `name`, `ignore`, `should_panic` Sep 01 18:28:19.234 INFO kablam! Sep 01 18:28:19.244 INFO kablam! error: aborting due to 20 previous errors Sep 01 18:28:19.244 INFO kablam! Sep 01 18:28:19.244 INFO kablam! Some errors occurred: E0425, E0560. Sep 01 18:28:19.245 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 01 18:28:19.255 INFO kablam! error: Could not compile `xml5ever`. Sep 01 18:28:19.256 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 18:28:19.343 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 01 18:28:19.343 INFO kablam! --> src/tokenizer/mod.rs:24:5 Sep 01 18:28:19.343 INFO kablam! | Sep 01 18:28:19.343 INFO kablam! 24 | use std::ascii::AsciiExt; Sep 01 18:28:19.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 18:28:19.343 INFO kablam! | Sep 01 18:28:19.343 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 18:28:19.343 INFO kablam! Sep 01 18:28:19.770 INFO kablam! error: build failed Sep 01 18:28:19.771 INFO kablam! su: No module specific data is present Sep 01 18:28:20.128 INFO running `"docker" "rm" "-f" "3a85438bc36467f6bce1665c2c19566cb4890678a17dcf824c5384ecf5969d89"` Sep 01 18:28:20.221 INFO blam! 3a85438bc36467f6bce1665c2c19566cb4890678a17dcf824c5384ecf5969d89