[INFO] updating cached repository tgandrews/xoof [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/tgandrews/xoof [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/tgandrews/xoof" "work/ex/beta-1.38-1/sources/1.37.0/gh/tgandrews/xoof"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/tgandrews/xoof'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/tgandrews/xoof" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/tgandrews/xoof"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/tgandrews/xoof'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 1ede8d8b2b6ec556841a8ac8ca82fbfba7a772dc [INFO] sha for GitHub repo tgandrews/xoof: 1ede8d8b2b6ec556841a8ac8ca82fbfba7a772dc [INFO] validating manifest of tgandrews/xoof on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of tgandrews/xoof on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing tgandrews/xoof [INFO] finished frobbing tgandrews/xoof [INFO] frobbed toml for tgandrews/xoof written to work/ex/beta-1.38-1/sources/1.37.0/gh/tgandrews/xoof/Cargo.toml [INFO] started frobbing tgandrews/xoof [INFO] finished frobbing tgandrews/xoof [INFO] frobbed toml for tgandrews/xoof written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/tgandrews/xoof/Cargo.toml [INFO] crate tgandrews/xoof already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing tgandrews/xoof against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/tgandrews/xoof:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 2fe886a8a0a81a379e0902a1c851da2f5bc5103438e15f099482e359dfe6e409 [INFO] running `"docker" "start" "-a" "2fe886a8a0a81a379e0902a1c851da2f5bc5103438e15f099482e359dfe6e409"` [INFO] [stderr] Compiling xoof v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/html_parser.rs:190:16 [INFO] [stderr] | [INFO] [stderr] 190 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/html_parser.rs:190:28 [INFO] [stderr] | [INFO] [stderr] 190 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/html_parser.rs:190:40 [INFO] [stderr] | [INFO] [stderr] 190 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/html_parser.rs:273:16 [INFO] [stderr] | [INFO] [stderr] 273 | 'a'...'z' | 'A'...'Z' | '0'...'9' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/html_parser.rs:273:28 [INFO] [stderr] | [INFO] [stderr] 273 | 'a'...'z' | 'A'...'Z' | '0'...'9' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/html_parser.rs:273:40 [INFO] [stderr] | [INFO] [stderr] 273 | 'a'...'z' | 'A'...'Z' | '0'...'9' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.79s [INFO] running `"docker" "inspect" "2fe886a8a0a81a379e0902a1c851da2f5bc5103438e15f099482e359dfe6e409"` [INFO] running `"docker" "rm" "-f" "2fe886a8a0a81a379e0902a1c851da2f5bc5103438e15f099482e359dfe6e409"` [INFO] [stdout] 2fe886a8a0a81a379e0902a1c851da2f5bc5103438e15f099482e359dfe6e409 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/tgandrews/xoof:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 628d060eab9db1a613cdfb4cbec0a72b5afb252e1c14a3c3ed82bea9cf704659 [INFO] running `"docker" "start" "-a" "628d060eab9db1a613cdfb4cbec0a72b5afb252e1c14a3c3ed82bea9cf704659"` [INFO] [stderr] Compiling xoof v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/html_parser.rs:190:16 [INFO] [stderr] | [INFO] [stderr] 190 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/html_parser.rs:190:28 [INFO] [stderr] | [INFO] [stderr] 190 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/html_parser.rs:190:40 [INFO] [stderr] | [INFO] [stderr] 190 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/html_parser.rs:273:16 [INFO] [stderr] | [INFO] [stderr] 273 | 'a'...'z' | 'A'...'Z' | '0'...'9' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/html_parser.rs:273:28 [INFO] [stderr] | [INFO] [stderr] 273 | 'a'...'z' | 'A'...'Z' | '0'...'9' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/html_parser.rs:273:40 [INFO] [stderr] | [INFO] [stderr] 273 | 'a'...'z' | 'A'...'Z' | '0'...'9' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.99s [INFO] running `"docker" "inspect" "628d060eab9db1a613cdfb4cbec0a72b5afb252e1c14a3c3ed82bea9cf704659"` [INFO] running `"docker" "rm" "-f" "628d060eab9db1a613cdfb4cbec0a72b5afb252e1c14a3c3ed82bea9cf704659"` [INFO] [stdout] 628d060eab9db1a613cdfb4cbec0a72b5afb252e1c14a3c3ed82bea9cf704659 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/tgandrews/xoof:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen"` [INFO] [stdout] 43bee786a58ebda5c016e586ec3ab651c26e5f462631cfa02994842200cbd79a [INFO] running `"docker" "start" "-a" "43bee786a58ebda5c016e586ec3ab651c26e5f462631cfa02994842200cbd79a"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/xoof-3050297138990528 [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stdout] test html_parser_test::child_should_close_if_parent_closed ... ok [INFO] [stdout] test html_parser_test::it_does_not_include_next_inside_self_closing ... ok [INFO] [stdout] test html_parser_test::it_parse_text_node ... ok [INFO] [stdout] test html_parser_test::it_parses_attributes ... ok [INFO] [stdout] test html_parser_test::it_parses_attributes_with_quotes ... ok [INFO] [stdout] test html_parser_test::it_parses_comments ... ok [INFO] [stdout] test html_parser_test::it_parses_child ... ok [INFO] [stdout] test html_parser_test::it_parses_coments_with_dashes ... ok [INFO] [stdout] test html_parser_test::it_parses_cdata ... ok [INFO] [stdout] test html_parser_test::it_parses_doctype ... ok [INFO] [stdout] test html_parser_test::it_parses_element ... ok [INFO] [stdout] test html_parser_test::it_parses_self_closing_link ... ok [INFO] [stdout] test html_parser_test::it_parses_document_as_doctype_sibling ... ok [INFO] [stdout] test html_parser_test::it_parses_self_closing_tags ... ok [INFO] [stdout] test html_parser_test::it_parses_self_closing_meta ... ok [INFO] [stdout] test html_parser_test::it_parses_siblings ... ok [INFO] [stdout] test html_parser_test::it_parses_docs ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "43bee786a58ebda5c016e586ec3ab651c26e5f462631cfa02994842200cbd79a"` [INFO] running `"docker" "rm" "-f" "43bee786a58ebda5c016e586ec3ab651c26e5f462631cfa02994842200cbd79a"` [INFO] [stdout] 43bee786a58ebda5c016e586ec3ab651c26e5f462631cfa02994842200cbd79a