Sep 01 01:25:38.621 INFO checking xml5ever-0.7.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 01:25:38.621 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 01:25:38.621 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/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 01:25:38.774 INFO blam! f39c13d635d4a32982cedccda822d742e45dff4d7bbf77d4cd58b5b227e3207f Sep 01 01:25:38.775 INFO running `"docker" "start" "-a" "f39c13d635d4a32982cedccda822d742e45dff4d7bbf77d4cd58b5b227e3207f"` Sep 01 01:25:39.719 INFO kablam! Compiling phf_shared v0.7.23 Sep 01 01:25:39.730 INFO kablam! Checking rustc-test v0.1.4 Sep 01 01:25:39.730 INFO kablam! Checking tendril v0.3.1 Sep 01 01:25:40.364 INFO kablam! Checking phf v0.7.23 Sep 01 01:25:40.687 INFO kablam! Compiling phf_generator v0.7.23 Sep 01 01:25:41.530 INFO kablam! Compiling string_cache_codegen v0.4.1 Sep 01 01:25:41.532 INFO kablam! Compiling phf_codegen v0.7.23 Sep 01 01:25:45.072 INFO kablam! Compiling string_cache v0.5.2 Sep 01 01:25:45.072 INFO kablam! Compiling markup5ever v0.2.1 Sep 01 01:25:52.913 INFO kablam! Checking xml5ever v0.7.0 (file:///source) Sep 01 01:25:53.826 INFO kablam! warning: unused macro definition Sep 01 01:25:53.826 INFO kablam! --> src/tokenizer/mod.rs:609:1 Sep 01 01:25:53.826 INFO kablam! | Sep 01 01:25:53.826 INFO kablam! 609 | / macro_rules! go_match ( ( $me:ident : $x:expr, $($pats:pat),+ => $($cmds:tt)* ) => ( Sep 01 01:25:53.826 INFO kablam! 610 | | match $x { Sep 01 01:25:53.826 INFO kablam! 611 | | $($pats)|+ => go!($me: $($cmds)*), Sep 01 01:25:53.826 INFO kablam! 612 | | _ => (), Sep 01 01:25:53.826 INFO kablam! 613 | | } Sep 01 01:25:53.826 INFO kablam! 614 | | )); Sep 01 01:25:53.826 INFO kablam! | |___^ Sep 01 01:25:53.826 INFO kablam! | Sep 01 01:25:53.826 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 01 01:25:53.826 INFO kablam! Sep 01 01:25:53.826 INFO kablam! warning: unused macro definition Sep 01 01:25:53.826 INFO kablam! --> src/tokenizer/mod.rs:622:1 Sep 01 01:25:53.826 INFO kablam! | Sep 01 01:25:53.826 INFO kablam! 622 | / macro_rules! peek ( ($me:expr) => ( Sep 01 01:25:53.826 INFO kablam! 623 | | unwrap_or_return!($me.peek(), false) Sep 01 01:25:53.826 INFO kablam! 624 | | )); Sep 01 01:25:53.826 INFO kablam! | |___^ Sep 01 01:25:53.826 INFO kablam! Sep 01 01:25:53.827 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 01:25:53.827 INFO kablam! --> src/tokenizer/mod.rs:883:53 Sep 01 01:25:53.827 INFO kablam! | Sep 01 01:25:53.827 INFO kablam! 883 | '"' => go!(self: to TagAttrValue(DoubleQuoted)), Sep 01 01:25:53.827 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 01:25:53.827 INFO kablam! | Sep 01 01:25:53.827 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 01:25:53.827 INFO kablam! Sep 01 01:25:53.827 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 01:25:53.827 INFO kablam! --> src/tokenizer/mod.rs:884:53 Sep 01 01:25:53.827 INFO kablam! | Sep 01 01:25:53.827 INFO kablam! 884 | '\'' => go!(self: to TagAttrValue(SingleQuoted)), Sep 01 01:25:53.827 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 01:25:53.827 INFO kablam! Sep 01 01:25:53.828 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 01:25:53.828 INFO kablam! --> src/tokenizer/mod.rs:1026:70 Sep 01 01:25:53.828 INFO kablam! | Sep 01 01:25:53.828 INFO kablam! 1026 | '\'' => go!(self: to DoctypeIdentifierSingleQuoted(System)), Sep 01 01:25:53.828 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 01 01:25:53.828 INFO kablam! Sep 01 01:25:53.828 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 01:25:53.828 INFO kablam! --> src/tokenizer/mod.rs:1027:70 Sep 01 01:25:53.828 INFO kablam! | Sep 01 01:25:53.828 INFO kablam! 1027 | '"' => go!(self: to DoctypeIdentifierDoubleQuoted(System)), Sep 01 01:25:53.828 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 01 01:25:53.828 INFO kablam! Sep 01 01:25:53.884 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 01 01:25:53.884 INFO kablam! --> src/tokenizer/mod.rs:24:5 Sep 01 01:25:53.884 INFO kablam! | Sep 01 01:25:53.884 INFO kablam! 24 | use std::ascii::AsciiExt; Sep 01 01:25:53.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 01:25:53.884 INFO kablam! | Sep 01 01:25:53.884 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 01:25:53.884 INFO kablam! Sep 01 01:25:53.999 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `self::test` Sep 01 01:25:53.999 INFO kablam! --> :2:12 Sep 01 01:25:53.999 INFO kablam! | Sep 01 01:25:53.999 INFO kablam! 2 | # [ test ] fn $ name ( ) { assert_eq ! ( $ left , $ right ) ; } } Sep 01 01:25:53.999 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `self::test` Sep 01 01:25:54.000 INFO kablam! Sep 01 01:25:54.002 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `self::test` Sep 01 01:25:54.002 INFO kablam! --> src/tokenizer/mod.rs:1239:5 Sep 01 01:25:54.002 INFO kablam! | Sep 01 01:25:54.002 INFO kablam! 1239 | / fn simple_namespace() { Sep 01 01:25:54.002 INFO kablam! 1240 | | let qname = process_qname("prefix:local".to_tendril()); Sep 01 01:25:54.002 INFO kablam! 1241 | | assert_eq!(qname.prefix, Some(Prefix::from("prefix"))); Sep 01 01:25:54.002 INFO kablam! 1242 | | assert_eq!(qname.local, LocalName::from("local")); Sep 01 01:25:54.002 INFO kablam! ... | Sep 01 01:25:54.002 INFO kablam! 1246 | | assert_eq!(qname.local, LocalName::from("b")); Sep 01 01:25:54.002 INFO kablam! 1247 | | } Sep 01 01:25:54.002 INFO kablam! | |_____^ not found in `self::test` Sep 01 01:25:54.002 INFO kablam! Sep 01 01:25:54.003 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `self::test` Sep 01 01:25:54.003 INFO kablam! --> src/tokenizer/mod.rs:1250:5 Sep 01 01:25:54.003 INFO kablam! | Sep 01 01:25:54.003 INFO kablam! 1250 | / fn wrong_namespaces() { Sep 01 01:25:54.003 INFO kablam! 1251 | | let qname = process_qname(":local".to_tendril()); Sep 01 01:25:54.003 INFO kablam! 1252 | | assert_eq!(qname.prefix, None); Sep 01 01:25:54.003 INFO kablam! 1253 | | assert_eq!(qname.local, LocalName::from(":local")); Sep 01 01:25:54.003 INFO kablam! ... | Sep 01 01:25:54.003 INFO kablam! 1273 | | assert_eq!(qname.local, LocalName::from(":a:b:")); Sep 01 01:25:54.003 INFO kablam! 1274 | | } Sep 01 01:25:54.003 INFO kablam! | |_____^ not found in `self::test` Sep 01 01:25:54.003 INFO kablam! Sep 01 01:25:54.003 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `self::test` Sep 01 01:25:54.003 INFO kablam! --> src/driver.rs:88:5 Sep 01 01:25:54.003 INFO kablam! | Sep 01 01:25:54.003 INFO kablam! 88 | / fn el_ns_serialize() { Sep 01 01:25:54.003 INFO kablam! 89 | | assert_eq_serialization("Test", Sep 01 01:25:54.003 INFO kablam! 90 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 01 01:25:54.003 INFO kablam! 91 | | .from_utf8() Sep 01 01:25:54.003 INFO kablam! 92 | | .one("Test".as_bytes())); Sep 01 01:25:54.004 INFO kablam! 93 | | } Sep 01 01:25:54.004 INFO kablam! | |_____^ not found in `self::test` Sep 01 01:25:54.004 INFO kablam! Sep 01 01:25:54.004 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `self::test` Sep 01 01:25:54.004 INFO kablam! --> src/driver.rs:96:5 Sep 01 01:25:54.004 INFO kablam! | Sep 01 01:25:54.004 INFO kablam! 96 | / fn nested_ns_serialize() { Sep 01 01:25:54.004 INFO kablam! 97 | | assert_eq_serialization("", Sep 01 01:25:54.005 INFO kablam! 98 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 01 01:25:54.005 INFO kablam! 99 | | .from_utf8() Sep 01 01:25:54.005 INFO kablam! 100 | | .one("".as_bytes())); Sep 01 01:25:54.005 INFO kablam! 101 | | } Sep 01 01:25:54.005 INFO kablam! | |_____^ not found in `self::test` Sep 01 01:25:54.005 INFO kablam! Sep 01 01:25:54.005 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `self::test` Sep 01 01:25:54.005 INFO kablam! --> src/driver.rs:104:5 Sep 01 01:25:54.005 INFO kablam! | Sep 01 01:25:54.006 INFO kablam! 104 | / fn def_ns_serialize() { Sep 01 01:25:54.006 INFO kablam! 105 | | assert_eq_serialization("
", Sep 01 01:25:54.006 INFO kablam! 106 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 01 01:25:54.006 INFO kablam! 107 | | .from_utf8() Sep 01 01:25:54.006 INFO kablam! 108 | | .one("
".as_bytes())); Sep 01 01:25:54.006 INFO kablam! 109 | | } Sep 01 01:25:54.006 INFO kablam! | |_____^ not found in `self::test` Sep 01 01:25:54.006 INFO kablam! Sep 01 01:25:54.006 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `self::test` Sep 01 01:25:54.007 INFO kablam! --> src/driver.rs:112:5 Sep 01 01:25:54.007 INFO kablam! | Sep 01 01:25:54.007 INFO kablam! 112 | / fn undefine_ns_serialize() { Sep 01 01:25:54.007 INFO kablam! 113 | | assert_eq_serialization("", Sep 01 01:25:54.007 INFO kablam! 114 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 01 01:25:54.007 INFO kablam! 115 | | .from_utf8() Sep 01 01:25:54.007 INFO kablam! 116 | | .one("".as_bytes())); Sep 01 01:25:54.007 INFO kablam! 117 | | } Sep 01 01:25:54.007 INFO kablam! | |_____^ not found in `self::test` Sep 01 01:25:54.007 INFO kablam! Sep 01 01:25:54.007 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `self::test` Sep 01 01:25:54.007 INFO kablam! --> src/driver.rs:120:5 Sep 01 01:25:54.007 INFO kablam! | Sep 01 01:25:54.007 INFO kablam! 120 | / fn redefine_default_ns_serialize() { Sep 01 01:25:54.007 INFO kablam! 121 | | assert_eq_serialization("", Sep 01 01:25:54.007 INFO kablam! 122 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 01 01:25:54.007 INFO kablam! 123 | | .from_utf8() Sep 01 01:25:54.007 INFO kablam! 124 | | .one("".as_bytes())); Sep 01 01:25:54.007 INFO kablam! 125 | | } Sep 01 01:25:54.008 INFO kablam! | |_____^ not found in `self::test` Sep 01 01:25:54.008 INFO kablam! Sep 01 01:25:54.008 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `self::test` Sep 01 01:25:54.008 INFO kablam! --> src/driver.rs:128:5 Sep 01 01:25:54.008 INFO kablam! | Sep 01 01:25:54.008 INFO kablam! 128 | / fn attr_serialize() { Sep 01 01:25:54.008 INFO kablam! 129 | | assert_serialization("Test", Sep 01 01:25:54.008 INFO kablam! 130 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 01 01:25:54.008 INFO kablam! 131 | | .from_utf8() Sep 01 01:25:54.008 INFO kablam! 132 | | .one("Test".as_bytes())); Sep 01 01:25:54.008 INFO kablam! 133 | | } Sep 01 01:25:54.008 INFO kablam! | |_____^ not found in `self::test` Sep 01 01:25:54.008 INFO kablam! Sep 01 01:25:54.008 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `self::test` Sep 01 01:25:54.008 INFO kablam! --> src/driver.rs:136:5 Sep 01 01:25:54.008 INFO kablam! | Sep 01 01:25:54.008 INFO kablam! 136 | / fn from_utf8() { Sep 01 01:25:54.008 INFO kablam! 137 | | assert_serialization("<title>Test", Sep 01 01:25:54.008 INFO kablam! 138 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 01 01:25:54.008 INFO kablam! 139 | | .from_utf8() Sep 01 01:25:54.009 INFO kablam! 140 | | .one("Test".as_bytes())); Sep 01 01:25:54.009 INFO kablam! 141 | | } Sep 01 01:25:54.009 INFO kablam! | |_____^ not found in `self::test` Sep 01 01:25:54.009 INFO kablam! Sep 01 01:25:54.041 INFO kablam! warning: unused macro definition Sep 01 01:25:54.041 INFO kablam! --> src/tokenizer/mod.rs:609:1 Sep 01 01:25:54.041 INFO kablam! | Sep 01 01:25:54.041 INFO kablam! 609 | / macro_rules! go_match ( ( $me:ident : $x:expr, $($pats:pat),+ => $($cmds:tt)* ) => ( Sep 01 01:25:54.041 INFO kablam! 610 | | match $x { Sep 01 01:25:54.041 INFO kablam! 611 | | $($pats)|+ => go!($me: $($cmds)*), Sep 01 01:25:54.041 INFO kablam! 612 | | _ => (), Sep 01 01:25:54.041 INFO kablam! 613 | | } Sep 01 01:25:54.041 INFO kablam! 614 | | )); Sep 01 01:25:54.041 INFO kablam! | |___^ Sep 01 01:25:54.041 INFO kablam! | Sep 01 01:25:54.041 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 01 01:25:54.041 INFO kablam! Sep 01 01:25:54.042 INFO kablam! warning: unused macro definition Sep 01 01:25:54.042 INFO kablam! --> src/tokenizer/mod.rs:622:1 Sep 01 01:25:54.042 INFO kablam! | Sep 01 01:25:54.042 INFO kablam! 622 | / macro_rules! peek ( ($me:expr) => ( Sep 01 01:25:54.042 INFO kablam! 623 | | unwrap_or_return!($me.peek(), false) Sep 01 01:25:54.042 INFO kablam! 624 | | )); Sep 01 01:25:54.042 INFO kablam! | |___^ Sep 01 01:25:54.042 INFO kablam! Sep 01 01:25:54.042 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 01:25:54.042 INFO kablam! --> src/tokenizer/mod.rs:883:53 Sep 01 01:25:54.042 INFO kablam! | Sep 01 01:25:54.042 INFO kablam! 883 | '"' => go!(self: to TagAttrValue(DoubleQuoted)), Sep 01 01:25:54.042 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 01:25:54.042 INFO kablam! | Sep 01 01:25:54.042 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 01:25:54.042 INFO kablam! Sep 01 01:25:54.042 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 01:25:54.043 INFO kablam! --> src/tokenizer/mod.rs:884:53 Sep 01 01:25:54.043 INFO kablam! | Sep 01 01:25:54.043 INFO kablam! 884 | '\'' => go!(self: to TagAttrValue(SingleQuoted)), Sep 01 01:25:54.043 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 01:25:54.043 INFO kablam! Sep 01 01:25:54.043 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 01:25:54.043 INFO kablam! --> src/tokenizer/mod.rs:1026:70 Sep 01 01:25:54.043 INFO kablam! | Sep 01 01:25:54.043 INFO kablam! 1026 | '\'' => go!(self: to DoctypeIdentifierSingleQuoted(System)), Sep 01 01:25:54.043 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 01 01:25:54.043 INFO kablam! Sep 01 01:25:54.043 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 01:25:54.043 INFO kablam! --> src/tokenizer/mod.rs:1027:70 Sep 01 01:25:54.043 INFO kablam! | Sep 01 01:25:54.043 INFO kablam! 1027 | '"' => go!(self: to DoctypeIdentifierDoubleQuoted(System)), Sep 01 01:25:54.043 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 01 01:25:54.043 INFO kablam! Sep 01 01:25:54.107 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 01 01:25:54.107 INFO kablam! --> src/tokenizer/mod.rs:24:5 Sep 01 01:25:54.107 INFO kablam! | Sep 01 01:25:54.107 INFO kablam! 24 | use std::ascii::AsciiExt; Sep 01 01:25:54.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 01:25:54.107 INFO kablam! | Sep 01 01:25:54.107 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 01:25:54.107 INFO kablam! Sep 01 01:25:54.385 INFO kablam! error[E0560]: struct `__test::test::TestDesc` has no field named `allow_fail` Sep 01 01:25:54.385 INFO kablam! --> <test_eq macros>:2:12 Sep 01 01:25:54.385 INFO kablam! | Sep 01 01:25:54.385 INFO kablam! 2 | # [ test ] fn $ name ( ) { assert_eq ! ( $ left , $ right ) ; } } Sep 01 01:25:54.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `__test::test::TestDesc` does not have this field Sep 01 01:25:54.385 INFO kablam! | Sep 01 01:25:54.385 INFO kablam! = note: available fields are: `name`, `ignore`, `should_panic` Sep 01 01:25:54.386 INFO kablam! Sep 01 01:25:54.388 INFO kablam! error[E0560]: struct `__test::test::TestDesc` has no field named `allow_fail` Sep 01 01:25:54.388 INFO kablam! --> src/tokenizer/mod.rs:1239:5 Sep 01 01:25:54.388 INFO kablam! | Sep 01 01:25:54.388 INFO kablam! 1239 | / fn simple_namespace() { Sep 01 01:25:54.388 INFO kablam! 1240 | | let qname = process_qname("prefix:local".to_tendril()); Sep 01 01:25:54.388 INFO kablam! 1241 | | assert_eq!(qname.prefix, Some(Prefix::from("prefix"))); Sep 01 01:25:54.388 INFO kablam! 1242 | | assert_eq!(qname.local, LocalName::from("local")); Sep 01 01:25:54.388 INFO kablam! ... | Sep 01 01:25:54.388 INFO kablam! 1246 | | assert_eq!(qname.local, LocalName::from("b")); Sep 01 01:25:54.388 INFO kablam! 1247 | | } Sep 01 01:25:54.388 INFO kablam! | |_____^ `__test::test::TestDesc` does not have this field Sep 01 01:25:54.388 INFO kablam! | Sep 01 01:25:54.388 INFO kablam! = note: available fields are: `name`, `ignore`, `should_panic` Sep 01 01:25:54.388 INFO kablam! Sep 01 01:25:54.389 INFO kablam! error[E0560]: struct `__test::test::TestDesc` has no field named `allow_fail` Sep 01 01:25:54.389 INFO kablam! --> src/tokenizer/mod.rs:1250:5 Sep 01 01:25:54.389 INFO kablam! | Sep 01 01:25:54.389 INFO kablam! 1250 | / fn wrong_namespaces() { Sep 01 01:25:54.389 INFO kablam! 1251 | | let qname = process_qname(":local".to_tendril()); Sep 01 01:25:54.389 INFO kablam! 1252 | | assert_eq!(qname.prefix, None); Sep 01 01:25:54.389 INFO kablam! 1253 | | assert_eq!(qname.local, LocalName::from(":local")); Sep 01 01:25:54.389 INFO kablam! ... | Sep 01 01:25:54.389 INFO kablam! 1273 | | assert_eq!(qname.local, LocalName::from(":a:b:")); Sep 01 01:25:54.389 INFO kablam! 1274 | | } Sep 01 01:25:54.389 INFO kablam! | |_____^ `__test::test::TestDesc` does not have this field Sep 01 01:25:54.389 INFO kablam! | Sep 01 01:25:54.389 INFO kablam! = note: available fields are: `name`, `ignore`, `should_panic` Sep 01 01:25:54.389 INFO kablam! Sep 01 01:25:54.389 INFO kablam! error[E0560]: struct `__test::test::TestDesc` has no field named `allow_fail` Sep 01 01:25:54.389 INFO kablam! --> src/driver.rs:88:5 Sep 01 01:25:54.390 INFO kablam! | Sep 01 01:25:54.390 INFO kablam! 88 | / fn el_ns_serialize() { Sep 01 01:25:54.390 INFO kablam! 89 | | assert_eq_serialization("<a:title xmlns:a=\"http://www.foo.org/\" value=\"test\">Test</a:title>", Sep 01 01:25:54.390 INFO kablam! 90 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 01 01:25:54.390 INFO kablam! 91 | | .from_utf8() Sep 01 01:25:54.390 INFO kablam! 92 | | .one("<a:title xmlns:a=\"http://www.foo.org/\" value=\"test\">Test".as_bytes())); Sep 01 01:25:54.390 INFO kablam! 93 | | } Sep 01 01:25:54.390 INFO kablam! | |_____^ `__test::test::TestDesc` does not have this field Sep 01 01:25:54.390 INFO kablam! | Sep 01 01:25:54.390 INFO kablam! = note: available fields are: `name`, `ignore`, `should_panic` Sep 01 01:25:54.390 INFO kablam! Sep 01 01:25:54.390 INFO kablam! error[E0560]: struct `__test::test::TestDesc` has no field named `allow_fail` Sep 01 01:25:54.390 INFO kablam! --> src/driver.rs:96:5 Sep 01 01:25:54.390 INFO kablam! | Sep 01 01:25:54.390 INFO kablam! 96 | / fn nested_ns_serialize() { Sep 01 01:25:54.390 INFO kablam! 97 | | assert_eq_serialization("", Sep 01 01:25:54.390 INFO kablam! 98 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 01 01:25:54.390 INFO kablam! 99 | | .from_utf8() Sep 01 01:25:54.390 INFO kablam! 100 | | .one("".as_bytes())); Sep 01 01:25:54.390 INFO kablam! 101 | | } Sep 01 01:25:54.390 INFO kablam! | |_____^ `__test::test::TestDesc` does not have this field Sep 01 01:25:54.390 INFO kablam! | Sep 01 01:25:54.390 INFO kablam! = note: available fields are: `name`, `ignore`, `should_panic` Sep 01 01:25:54.390 INFO kablam! Sep 01 01:25:54.391 INFO kablam! error[E0560]: struct `__test::test::TestDesc` has no field named `allow_fail` Sep 01 01:25:54.391 INFO kablam! --> src/driver.rs:104:5 Sep 01 01:25:54.391 INFO kablam! | Sep 01 01:25:54.391 INFO kablam! 104 | / fn def_ns_serialize() { Sep 01 01:25:54.391 INFO kablam! 105 | | assert_eq_serialization("
", Sep 01 01:25:54.391 INFO kablam! 106 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 01 01:25:54.391 INFO kablam! 107 | | .from_utf8() Sep 01 01:25:54.391 INFO kablam! 108 | | .one("
".as_bytes())); Sep 01 01:25:54.391 INFO kablam! 109 | | } Sep 01 01:25:54.391 INFO kablam! | |_____^ `__test::test::TestDesc` does not have this field Sep 01 01:25:54.391 INFO kablam! | Sep 01 01:25:54.391 INFO kablam! = note: available fields are: `name`, `ignore`, `should_panic` Sep 01 01:25:54.391 INFO kablam! Sep 01 01:25:54.391 INFO kablam! error[E0560]: struct `__test::test::TestDesc` has no field named `allow_fail` Sep 01 01:25:54.391 INFO kablam! --> src/driver.rs:112:5 Sep 01 01:25:54.391 INFO kablam! | Sep 01 01:25:54.391 INFO kablam! 112 | / fn undefine_ns_serialize() { Sep 01 01:25:54.391 INFO kablam! 113 | | assert_eq_serialization("", Sep 01 01:25:54.391 INFO kablam! 114 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 01 01:25:54.392 INFO kablam! 115 | | .from_utf8() Sep 01 01:25:54.392 INFO kablam! 116 | | .one("".as_bytes())); Sep 01 01:25:54.392 INFO kablam! 117 | | } Sep 01 01:25:54.392 INFO kablam! | |_____^ `__test::test::TestDesc` does not have this field Sep 01 01:25:54.392 INFO kablam! | Sep 01 01:25:54.392 INFO kablam! = note: available fields are: `name`, `ignore`, `should_panic` Sep 01 01:25:54.392 INFO kablam! Sep 01 01:25:54.392 INFO kablam! error[E0560]: struct `__test::test::TestDesc` has no field named `allow_fail` Sep 01 01:25:54.392 INFO kablam! --> src/driver.rs:120:5 Sep 01 01:25:54.392 INFO kablam! | Sep 01 01:25:54.392 INFO kablam! 120 | / fn redefine_default_ns_serialize() { Sep 01 01:25:54.392 INFO kablam! 121 | | assert_eq_serialization("", Sep 01 01:25:54.392 INFO kablam! 122 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 01 01:25:54.392 INFO kablam! 123 | | .from_utf8() Sep 01 01:25:54.392 INFO kablam! 124 | | .one("".as_bytes())); Sep 01 01:25:54.392 INFO kablam! 125 | | } Sep 01 01:25:54.392 INFO kablam! | |_____^ `__test::test::TestDesc` does not have this field Sep 01 01:25:54.392 INFO kablam! | Sep 01 01:25:54.392 INFO kablam! = note: available fields are: `name`, `ignore`, `should_panic` Sep 01 01:25:54.392 INFO kablam! Sep 01 01:25:54.392 INFO kablam! error[E0560]: struct `__test::test::TestDesc` has no field named `allow_fail` Sep 01 01:25:54.392 INFO kablam! --> src/driver.rs:128:5 Sep 01 01:25:54.393 INFO kablam! | Sep 01 01:25:54.393 INFO kablam! 128 | / fn attr_serialize() { Sep 01 01:25:54.393 INFO kablam! 129 | | assert_serialization("Test", Sep 01 01:25:54.393 INFO kablam! 130 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 01 01:25:54.393 INFO kablam! 131 | | .from_utf8() Sep 01 01:25:54.393 INFO kablam! 132 | | .one("Test".as_bytes())); Sep 01 01:25:54.393 INFO kablam! 133 | | } Sep 01 01:25:54.393 INFO kablam! | |_____^ `__test::test::TestDesc` does not have this field Sep 01 01:25:54.393 INFO kablam! | Sep 01 01:25:54.393 INFO kablam! = note: available fields are: `name`, `ignore`, `should_panic` Sep 01 01:25:54.393 INFO kablam! Sep 01 01:25:54.394 INFO kablam! error[E0560]: struct `__test::test::TestDesc` has no field named `allow_fail` Sep 01 01:25:54.394 INFO kablam! --> src/driver.rs:136:5 Sep 01 01:25:54.394 INFO kablam! | Sep 01 01:25:54.394 INFO kablam! 136 | / fn from_utf8() { Sep 01 01:25:54.394 INFO kablam! 137 | | assert_serialization("<title>Test", Sep 01 01:25:54.394 INFO kablam! 138 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 01 01:25:54.394 INFO kablam! 139 | | .from_utf8() Sep 01 01:25:54.394 INFO kablam! 140 | | .one("Test".as_bytes())); Sep 01 01:25:54.394 INFO kablam! 141 | | } Sep 01 01:25:54.394 INFO kablam! | |_____^ `__test::test::TestDesc` does not have this field Sep 01 01:25:54.394 INFO kablam! | Sep 01 01:25:54.394 INFO kablam! = note: available fields are: `name`, `ignore`, `should_panic` Sep 01 01:25:54.394 INFO kablam! Sep 01 01:25:54.407 INFO kablam! error: aborting due to 20 previous errors Sep 01 01:25:54.407 INFO kablam! Sep 01 01:25:54.407 INFO kablam! Some errors occurred: E0425, E0560. Sep 01 01:25:54.407 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 01 01:25:54.417 INFO kablam! error: Could not compile `xml5ever`. Sep 01 01:25:54.418 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 01:25:54.682 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 01 01:25:54.682 INFO kablam! --> src/tokenizer/mod.rs:24:5 Sep 01 01:25:54.682 INFO kablam! | Sep 01 01:25:54.682 INFO kablam! 24 | use std::ascii::AsciiExt; Sep 01 01:25:54.682 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 01:25:54.682 INFO kablam! | Sep 01 01:25:54.682 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 01:25:54.682 INFO kablam! Sep 01 01:25:55.296 INFO kablam! error: build failed Sep 01 01:25:55.298 INFO kablam! su: No module specific data is present Sep 01 01:25:55.791 INFO running `"docker" "rm" "-f" "f39c13d635d4a32982cedccda822d742e45dff4d7bbf77d4cd58b5b227e3207f"` Sep 01 01:25:55.914 INFO blam! f39c13d635d4a32982cedccda822d742e45dff4d7bbf77d4cd58b5b227e3207f