Sep 19 17:31:18.890 INFO checking xml5ever-0.12.0 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 17:31:18.890 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 17:31:18.891 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-6/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 17:31:19.072 INFO blam! af6e4059dc22a31bce8e92cbcaf94aab50daf1e3d6c8a56780cf6bcc7344b634 Sep 19 17:31:19.074 INFO running `"docker" "start" "-a" "af6e4059dc22a31bce8e92cbcaf94aab50daf1e3d6c8a56780cf6bcc7344b634"` Sep 19 17:31:20.230 INFO kablam! usermod: no changes Sep 19 17:31:20.386 INFO kablam! Compiling itoa v0.4.3 Sep 19 17:31:20.403 INFO kablam! Checking phf_shared v0.7.23 Sep 19 17:31:20.403 INFO kablam! Compiling phf_generator v0.7.23 Sep 19 17:31:20.403 INFO kablam! Compiling ryu v0.2.6 Sep 19 17:31:20.404 INFO kablam! Compiling rustc-test v0.2.0 Sep 19 17:31:21.079 INFO kablam! Checking phf v0.7.23 Sep 19 17:31:21.482 INFO kablam! Compiling serde_json v1.0.28 Sep 19 17:31:21.558 INFO kablam! Compiling string_cache_codegen v0.4.1 Sep 19 17:31:21.558 INFO kablam! Compiling phf_codegen v0.7.23 Sep 19 17:31:24.251 INFO kablam! Compiling string_cache v0.7.3 Sep 19 17:31:26.174 INFO kablam! Compiling markup5ever v0.7.2 Sep 19 17:31:32.727 INFO kablam! Checking xml5ever v0.12.0 (/source) Sep 19 17:31:33.252 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 17:31:33.252 INFO kablam! --> src/tokenizer/mod.rs:872:53 Sep 19 17:31:33.252 INFO kablam! | Sep 19 17:31:33.252 INFO kablam! 872 | '"' => go!(self: to TagAttrValue(DoubleQuoted)), Sep 19 17:31:33.252 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 17:31:33.252 INFO kablam! | Sep 19 17:31:33.256 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 17:31:33.257 INFO kablam! Sep 19 17:31:33.257 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 17:31:33.257 INFO kablam! --> src/tokenizer/mod.rs:873:53 Sep 19 17:31:33.257 INFO kablam! | Sep 19 17:31:33.257 INFO kablam! 873 | '\'' => go!(self: to TagAttrValue(SingleQuoted)), Sep 19 17:31:33.257 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 17:31:33.257 INFO kablam! Sep 19 17:31:33.257 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 17:31:33.257 INFO kablam! --> src/tokenizer/mod.rs:1015:70 Sep 19 17:31:33.257 INFO kablam! | Sep 19 17:31:33.257 INFO kablam! 1015 | '\'' => go!(self: to DoctypeIdentifierSingleQuoted(System)), Sep 19 17:31:33.257 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 19 17:31:33.257 INFO kablam! Sep 19 17:31:33.257 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 17:31:33.257 INFO kablam! --> src/tokenizer/mod.rs:1016:70 Sep 19 17:31:33.257 INFO kablam! | Sep 19 17:31:33.257 INFO kablam! 1016 | '"' => go!(self: to DoctypeIdentifierDoubleQuoted(System)), Sep 19 17:31:33.257 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 19 17:31:33.257 INFO kablam! Sep 19 17:31:33.298 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 17:31:33.298 INFO kablam! --> src/tokenizer/mod.rs:24:30 Sep 19 17:31:33.298 INFO kablam! | Sep 19 17:31:33.298 INFO kablam! 24 | #[allow(unused_imports)] use std::ascii::AsciiExt; Sep 19 17:31:33.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 17:31:33.298 INFO kablam! | Sep 19 17:31:33.298 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 17:31:33.298 INFO kablam! Sep 19 17:31:33.476 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `test` Sep 19 17:31:33.476 INFO kablam! --> :2:12 Sep 19 17:31:33.476 INFO kablam! | Sep 19 17:31:33.476 INFO kablam! 2 | # [ test ] fn $ name ( ) { assert_eq ! ( $ left , $ right ) ; } } Sep 19 17:31:33.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `test` Sep 19 17:31:33.476 INFO kablam! Sep 19 17:31:33.476 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `test` Sep 19 17:31:33.476 INFO kablam! --> src/tokenizer/mod.rs:1228:5 Sep 19 17:31:33.476 INFO kablam! | Sep 19 17:31:33.476 INFO kablam! 1228 | / fn simple_namespace() { Sep 19 17:31:33.476 INFO kablam! 1229 | | let qname = process_qname("prefix:local".to_tendril()); Sep 19 17:31:33.476 INFO kablam! 1230 | | assert_eq!(qname.prefix, Some(Prefix::from("prefix"))); Sep 19 17:31:33.476 INFO kablam! 1231 | | assert_eq!(qname.local, LocalName::from("local")); Sep 19 17:31:33.476 INFO kablam! ... | Sep 19 17:31:33.476 INFO kablam! 1235 | | assert_eq!(qname.local, LocalName::from("b")); Sep 19 17:31:33.476 INFO kablam! 1236 | | } Sep 19 17:31:33.476 INFO kablam! | |_____^ not found in `test` Sep 19 17:31:33.476 INFO kablam! Sep 19 17:31:33.477 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `test` Sep 19 17:31:33.477 INFO kablam! --> src/tokenizer/mod.rs:1239:5 Sep 19 17:31:33.477 INFO kablam! | Sep 19 17:31:33.477 INFO kablam! 1239 | / fn wrong_namespaces() { Sep 19 17:31:33.477 INFO kablam! 1240 | | let qname = process_qname(":local".to_tendril()); Sep 19 17:31:33.477 INFO kablam! 1241 | | assert_eq!(qname.prefix, None); Sep 19 17:31:33.477 INFO kablam! 1242 | | assert_eq!(qname.local, LocalName::from(":local")); Sep 19 17:31:33.477 INFO kablam! ... | Sep 19 17:31:33.477 INFO kablam! 1262 | | assert_eq!(qname.local, LocalName::from(":a:b:")); Sep 19 17:31:33.477 INFO kablam! 1263 | | } Sep 19 17:31:33.477 INFO kablam! | |_____^ not found in `test` Sep 19 17:31:33.477 INFO kablam! Sep 19 17:31:33.477 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `test` Sep 19 17:31:33.477 INFO kablam! --> src/driver.rs:88:5 Sep 19 17:31:33.477 INFO kablam! | Sep 19 17:31:33.477 INFO kablam! 88 | / fn el_ns_serialize() { Sep 19 17:31:33.477 INFO kablam! 89 | | assert_eq_serialization("Test", Sep 19 17:31:33.477 INFO kablam! 90 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 19 17:31:33.477 INFO kablam! 91 | | .from_utf8() Sep 19 17:31:33.477 INFO kablam! 92 | | .one("Test".as_bytes())); Sep 19 17:31:33.477 INFO kablam! 93 | | } Sep 19 17:31:33.477 INFO kablam! | |_____^ not found in `test` Sep 19 17:31:33.477 INFO kablam! Sep 19 17:31:33.478 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `test` Sep 19 17:31:33.478 INFO kablam! --> src/driver.rs:96:5 Sep 19 17:31:33.478 INFO kablam! | Sep 19 17:31:33.478 INFO kablam! 96 | / fn nested_ns_serialize() { Sep 19 17:31:33.478 INFO kablam! 97 | | assert_eq_serialization("", Sep 19 17:31:33.478 INFO kablam! 98 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 19 17:31:33.478 INFO kablam! 99 | | .from_utf8() Sep 19 17:31:33.478 INFO kablam! 100 | | .one("".as_bytes())); Sep 19 17:31:33.478 INFO kablam! 101 | | } Sep 19 17:31:33.478 INFO kablam! | |_____^ not found in `test` Sep 19 17:31:33.478 INFO kablam! Sep 19 17:31:33.478 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `test` Sep 19 17:31:33.478 INFO kablam! --> src/driver.rs:104:5 Sep 19 17:31:33.478 INFO kablam! | Sep 19 17:31:33.478 INFO kablam! 104 | / fn def_ns_serialize() { Sep 19 17:31:33.478 INFO kablam! 105 | | assert_eq_serialization("
", Sep 19 17:31:33.478 INFO kablam! 106 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 19 17:31:33.479 INFO kablam! 107 | | .from_utf8() Sep 19 17:31:33.479 INFO kablam! 108 | | .one("
".as_bytes())); Sep 19 17:31:33.479 INFO kablam! 109 | | } Sep 19 17:31:33.479 INFO kablam! | |_____^ not found in `test` Sep 19 17:31:33.479 INFO kablam! Sep 19 17:31:33.479 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `test` Sep 19 17:31:33.479 INFO kablam! --> src/driver.rs:112:5 Sep 19 17:31:33.479 INFO kablam! | Sep 19 17:31:33.479 INFO kablam! 112 | / fn undefine_ns_serialize() { Sep 19 17:31:33.479 INFO kablam! 113 | | assert_eq_serialization("", Sep 19 17:31:33.479 INFO kablam! 114 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 19 17:31:33.479 INFO kablam! 115 | | .from_utf8() Sep 19 17:31:33.479 INFO kablam! 116 | | .one("".as_bytes())); Sep 19 17:31:33.479 INFO kablam! 117 | | } Sep 19 17:31:33.480 INFO kablam! | |_____^ not found in `test` Sep 19 17:31:33.480 INFO kablam! Sep 19 17:31:33.480 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `test` Sep 19 17:31:33.480 INFO kablam! --> src/driver.rs:120:5 Sep 19 17:31:33.480 INFO kablam! | Sep 19 17:31:33.480 INFO kablam! 120 | / fn redefine_default_ns_serialize() { Sep 19 17:31:33.480 INFO kablam! 121 | | assert_eq_serialization("", Sep 19 17:31:33.480 INFO kablam! 122 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 19 17:31:33.480 INFO kablam! 123 | | .from_utf8() Sep 19 17:31:33.480 INFO kablam! 124 | | .one("".as_bytes())); Sep 19 17:31:33.480 INFO kablam! 125 | | } Sep 19 17:31:33.480 INFO kablam! | |_____^ not found in `test` Sep 19 17:31:33.480 INFO kablam! Sep 19 17:31:33.481 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `test` Sep 19 17:31:33.481 INFO kablam! --> src/driver.rs:128:5 Sep 19 17:31:33.481 INFO kablam! | Sep 19 17:31:33.481 INFO kablam! 128 | / fn attr_serialize() { Sep 19 17:31:33.481 INFO kablam! 129 | | assert_serialization("Test", Sep 19 17:31:33.481 INFO kablam! 130 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 19 17:31:33.481 INFO kablam! 131 | | .from_utf8() Sep 19 17:31:33.481 INFO kablam! 132 | | .one("Test".as_bytes())); Sep 19 17:31:33.481 INFO kablam! 133 | | } Sep 19 17:31:33.481 INFO kablam! | |_____^ not found in `test` Sep 19 17:31:33.481 INFO kablam! Sep 19 17:31:33.481 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `test` Sep 19 17:31:33.481 INFO kablam! --> src/driver.rs:136:5 Sep 19 17:31:33.481 INFO kablam! | Sep 19 17:31:33.481 INFO kablam! 136 | / fn from_utf8() { Sep 19 17:31:33.481 INFO kablam! 137 | | assert_serialization("<title>Test", Sep 19 17:31:33.481 INFO kablam! 138 | | parse_document(RcDom::default(), XmlParseOpts::default()) Sep 19 17:31:33.481 INFO kablam! 139 | | .from_utf8() Sep 19 17:31:33.481 INFO kablam! 140 | | .one("Test".as_bytes())); Sep 19 17:31:33.481 INFO kablam! 141 | | } Sep 19 17:31:33.481 INFO kablam! | |_____^ not found in `test` Sep 19 17:31:33.481 INFO kablam! Sep 19 17:31:33.502 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 17:31:33.502 INFO kablam! --> src/tokenizer/mod.rs:872:53 Sep 19 17:31:33.502 INFO kablam! | Sep 19 17:31:33.502 INFO kablam! 872 | '"' => go!(self: to TagAttrValue(DoubleQuoted)), Sep 19 17:31:33.502 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 17:31:33.502 INFO kablam! | Sep 19 17:31:33.502 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 17:31:33.502 INFO kablam! Sep 19 17:31:33.502 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 17:31:33.502 INFO kablam! --> src/tokenizer/mod.rs:873:53 Sep 19 17:31:33.502 INFO kablam! | Sep 19 17:31:33.502 INFO kablam! 873 | '\'' => go!(self: to TagAttrValue(SingleQuoted)), Sep 19 17:31:33.502 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 17:31:33.502 INFO kablam! Sep 19 17:31:33.502 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 17:31:33.502 INFO kablam! --> src/tokenizer/mod.rs:1015:70 Sep 19 17:31:33.502 INFO kablam! | Sep 19 17:31:33.502 INFO kablam! 1015 | '\'' => go!(self: to DoctypeIdentifierSingleQuoted(System)), Sep 19 17:31:33.502 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 19 17:31:33.502 INFO kablam! Sep 19 17:31:33.502 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 17:31:33.502 INFO kablam! --> src/tokenizer/mod.rs:1016:70 Sep 19 17:31:33.502 INFO kablam! | Sep 19 17:31:33.502 INFO kablam! 1016 | '"' => go!(self: to DoctypeIdentifierDoubleQuoted(System)), Sep 19 17:31:33.502 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 19 17:31:33.502 INFO kablam! Sep 19 17:31:33.550 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 17:31:33.550 INFO kablam! --> src/tokenizer/mod.rs:24:30 Sep 19 17:31:33.550 INFO kablam! | Sep 19 17:31:33.550 INFO kablam! 24 | #[allow(unused_imports)] use std::ascii::AsciiExt; Sep 19 17:31:33.550 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 17:31:33.550 INFO kablam! | Sep 19 17:31:33.550 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 17:31:33.550 INFO kablam! Sep 19 17:31:33.670 INFO kablam! error[E0308]: mismatched types Sep 19 17:31:33.670 INFO kablam! --> <test_eq macros>:2:12 Sep 19 17:31:33.670 INFO kablam! | Sep 19 17:31:33.670 INFO kablam! 2 | # [ test ] fn $ name ( ) { assert_eq ! ( $ left , $ right ) ; } } Sep 19 17:31:33.670 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `main::test::TestDescAndFn`, found reference Sep 19 17:31:33.670 INFO kablam! | Sep 19 17:31:33.670 INFO kablam! = note: expected type `main::test::TestDescAndFn` Sep 19 17:31:33.670 INFO kablam! found type `&main::test::TestDescAndFn` Sep 19 17:31:33.670 INFO kablam! Sep 19 17:31:34.177 INFO kablam! error: aborting due to 11 previous errors Sep 19 17:31:34.177 INFO kablam! Sep 19 17:31:34.177 INFO kablam! Some errors occurred: E0308, E0425. Sep 19 17:31:34.177 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 19 17:31:34.202 INFO kablam! error: Could not compile `xml5ever`. Sep 19 17:31:34.202 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 17:31:35.142 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `test` Sep 19 17:31:35.142 INFO kablam! --> tests/tokenizer.rs:362:1 Sep 19 17:31:35.142 INFO kablam! | Sep 19 17:31:35.142 INFO kablam! 362 | / fn run() { Sep 19 17:31:35.142 INFO kablam! 363 | | let args: Vec<_> = env::args().collect(); Sep 19 17:31:35.142 INFO kablam! 364 | | test::test_main(&args, tests(Path::new(env!("CARGO_MANIFEST_DIR")))); Sep 19 17:31:35.142 INFO kablam! 365 | | } Sep 19 17:31:35.142 INFO kablam! | |_^ not found in `test` Sep 19 17:31:35.142 INFO kablam! Sep 19 17:31:35.290 INFO kablam! error[E0308]: mismatched types Sep 19 17:31:35.290 INFO kablam! --> tests/tokenizer.rs:362:1 Sep 19 17:31:35.290 INFO kablam! | Sep 19 17:31:35.290 INFO kablam! 362 | / fn run() { Sep 19 17:31:35.290 INFO kablam! 363 | | let args: Vec<_> = env::args().collect(); Sep 19 17:31:35.290 INFO kablam! 364 | | test::test_main(&args, tests(Path::new(env!("CARGO_MANIFEST_DIR")))); Sep 19 17:31:35.290 INFO kablam! 365 | | } Sep 19 17:31:35.290 INFO kablam! | |_^ expected struct `test::TestDescAndFn`, found reference Sep 19 17:31:35.298 INFO kablam! | Sep 19 17:31:35.298 INFO kablam! = note: expected type `test::TestDescAndFn` Sep 19 17:31:35.298 INFO kablam! found type `&test::TestDescAndFn` Sep 19 17:31:35.298 INFO kablam! Sep 19 17:31:35.358 INFO kablam! error[E0425]: cannot find function `assert_test_result` in module `test` Sep 19 17:31:35.358 INFO kablam! --> tests/tree_builder.rs:232:1 Sep 19 17:31:35.358 INFO kablam! | Sep 19 17:31:35.358 INFO kablam! 232 | / fn run() { Sep 19 17:31:35.358 INFO kablam! 233 | | let args: Vec<_> = env::args().collect(); Sep 19 17:31:35.358 INFO kablam! 234 | | let src_dir = Path::new(env!("CARGO_MANIFEST_DIR")); Sep 19 17:31:35.358 INFO kablam! 235 | | let mut ignores = HashSet::new(); Sep 19 17:31:35.358 INFO kablam! ... | Sep 19 17:31:35.358 INFO kablam! 243 | | test::test_main(&args, tests(src_dir, &ignores)); Sep 19 17:31:35.358 INFO kablam! 244 | | } Sep 19 17:31:35.358 INFO kablam! | |_^ not found in `test` Sep 19 17:31:35.358 INFO kablam! Sep 19 17:31:35.432 INFO kablam! error[E0308]: mismatched types Sep 19 17:31:35.432 INFO kablam! --> tests/tree_builder.rs:232:1 Sep 19 17:31:35.432 INFO kablam! | Sep 19 17:31:35.432 INFO kablam! 232 | / fn run() { Sep 19 17:31:35.432 INFO kablam! 233 | | let args: Vec<_> = env::args().collect(); Sep 19 17:31:35.432 INFO kablam! 234 | | let src_dir = Path::new(env!("CARGO_MANIFEST_DIR")); Sep 19 17:31:35.432 INFO kablam! 235 | | let mut ignores = HashSet::new(); Sep 19 17:31:35.432 INFO kablam! ... | Sep 19 17:31:35.432 INFO kablam! 243 | | test::test_main(&args, tests(src_dir, &ignores)); Sep 19 17:31:35.432 INFO kablam! 244 | | } Sep 19 17:31:35.432 INFO kablam! | |_^ expected struct `test::TestDescAndFn`, found reference Sep 19 17:31:35.451 INFO kablam! | Sep 19 17:31:35.451 INFO kablam! = note: expected type `test::TestDescAndFn` Sep 19 17:31:35.451 INFO kablam! found type `&test::TestDescAndFn` Sep 19 17:31:35.451 INFO kablam! Sep 19 17:31:35.621 INFO kablam! error: aborting due to 2 previous errors Sep 19 17:31:35.621 INFO kablam! Sep 19 17:31:35.621 INFO kablam! Some errors occurred: E0308, E0425. Sep 19 17:31:35.621 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 19 17:31:35.656 INFO kablam! error: Could not compile `xml5ever`. Sep 19 17:31:35.656 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 17:31:35.726 INFO kablam! error: aborting due to 2 previous errors Sep 19 17:31:35.726 INFO kablam! Sep 19 17:31:35.726 INFO kablam! Some errors occurred: E0308, E0425. Sep 19 17:31:35.726 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 19 17:31:35.754 INFO kablam! error: Could not compile `xml5ever`. Sep 19 17:31:35.754 INFO kablam! Sep 19 17:31:35.754 INFO kablam! To learn more, run the command again with --verbose. Sep 19 17:31:35.754 INFO kablam! su: No module specific data is present Sep 19 17:31:36.697 INFO running `"docker" "rm" "-f" "af6e4059dc22a31bce8e92cbcaf94aab50daf1e3d6c8a56780cf6bcc7344b634"` Sep 19 17:31:36.819 INFO blam! af6e4059dc22a31bce8e92cbcaf94aab50daf1e3d6c8a56780cf6bcc7344b634