Oct 12 02:14:16.362 INFO testing crowbook-text-processing-0.2.7 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 12 02:14:16.362 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 02:14:16.589 INFO blam! 5cde2de6b3f40a06755b80da81e7268eaa1b7429068a74c4c5ade18afc7d9d24 Oct 12 02:14:16.590 INFO running `"docker" "start" "-a" "5cde2de6b3f40a06755b80da81e7268eaa1b7429068a74c4c5ade18afc7d9d24"` Oct 12 02:14:17.249 INFO kablam! usermod: no changes Oct 12 02:14:17.317 INFO kablam! Compiling regex v0.2.11 Oct 12 02:14:22.631 INFO kablam! Compiling crowbook-text-processing v0.2.7 (/source) Oct 12 02:14:24.788 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.50s Oct 12 02:14:24.789 INFO kablam! su: No module specific data is present Oct 12 02:14:25.358 INFO running `"docker" "rm" "-f" "5cde2de6b3f40a06755b80da81e7268eaa1b7429068a74c4c5ade18afc7d9d24"` Oct 12 02:14:25.524 INFO blam! 5cde2de6b3f40a06755b80da81e7268eaa1b7429068a74c4c5ade18afc7d9d24 Oct 12 02:14:25.528 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 02:14:25.772 INFO blam! 38e11d1181978e6310d53d5c107b6684de7a435a9c96b938c37ec7715150d34d Oct 12 02:14:25.778 INFO running `"docker" "start" "-a" "38e11d1181978e6310d53d5c107b6684de7a435a9c96b938c37ec7715150d34d"` Oct 12 02:14:26.611 INFO kablam! usermod: no changes Oct 12 02:14:26.645 INFO kablam! Compiling crowbook-text-processing v0.2.7 (/source) Oct 12 02:14:26.849 INFO kablam! warning: use of deprecated item 'crowbook_text_processing::escape::nb_spaces': use `nnbsp` instead Oct 12 02:14:26.849 INFO kablam! --> examples/readme.rs:16:30 Oct 12 02:14:26.849 INFO kablam! | Oct 12 02:14:26.849 INFO kablam! 16 | println!("for HTML: {}", escape::nb_spaces(escape::html(new_s.clone()))); Oct 12 02:14:26.849 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 02:14:26.849 INFO kablam! | Oct 12 02:14:26.849 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 02:14:26.849 INFO kablam! Oct 12 02:14:27.004 INFO kablam! warning: use of deprecated item 'escape::nb_spaces': use `nnbsp` instead Oct 12 02:14:27.004 INFO kablam! --> src/lib/escape.rs:272:18 Oct 12 02:14:27.004 INFO kablam! | Oct 12 02:14:27.004 INFO kablam! 272 | let result = nb_spaces(s); Oct 12 02:14:27.004 INFO kablam! | ^^^^^^^^^ Oct 12 02:14:27.004 INFO kablam! | Oct 12 02:14:27.004 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 02:14:27.004 INFO kablam! Oct 12 02:14:27.004 INFO kablam! warning: use of deprecated item 'escape::nb_spaces': use `nnbsp` instead Oct 12 02:14:27.004 INFO kablam! --> src/lib/escape.rs:342:18 Oct 12 02:14:27.004 INFO kablam! | Oct 12 02:14:27.004 INFO kablam! 342 | let actual = nb_spaces("This contains non breaking spaces"); Oct 12 02:14:27.004 INFO kablam! | ^^^^^^^^^ Oct 12 02:14:27.004 INFO kablam! Oct 12 02:14:29.635 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.01s Oct 12 02:14:29.640 INFO kablam! su: No module specific data is present Oct 12 02:14:30.109 INFO running `"docker" "rm" "-f" "38e11d1181978e6310d53d5c107b6684de7a435a9c96b938c37ec7715150d34d"` Oct 12 02:14:30.280 INFO blam! 38e11d1181978e6310d53d5c107b6684de7a435a9c96b938c37ec7715150d34d Oct 12 02:14:30.288 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 02:14:30.684 INFO blam! f75a91733518d598602d4f6967cca1af3631f1d3a66e59699cb6bb8d49dbc447 Oct 12 02:14:30.686 INFO running `"docker" "start" "-a" "f75a91733518d598602d4f6967cca1af3631f1d3a66e59699cb6bb8d49dbc447"` Oct 12 02:14:31.888 INFO kablam! usermod: no changes Oct 12 02:14:31.949 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 12 02:14:31.959 INFO kablam! Running /target/debug/deps/crowbook_text_processing-c6ebf1e6324841f2 Oct 12 02:14:31.964 INFO blam! Oct 12 02:14:31.964 INFO blam! running 52 tests Oct 12 02:14:31.972 INFO blam! test clean::dashes_2 ... ok Oct 12 02:14:31.972 INFO blam! test clean::ellipsis_0 ... ok Oct 12 02:14:31.972 INFO blam! test clean::dashes_3 ... ok Oct 12 02:14:31.972 INFO blam! test clean::ellipsis_2 ... ok Oct 12 02:14:31.972 INFO blam! test clean::dashes_1 ... ok Oct 12 02:14:31.972 INFO blam! test clean::dashes_0 ... ok Oct 12 02:14:31.972 INFO blam! test clean::ellipsis_4 ... ok Oct 12 02:14:31.972 INFO blam! test clean::ellipsis_3 ... ok Oct 12 02:14:31.980 INFO blam! test clean::guillemets_4 ... ok Oct 12 02:14:31.980 INFO blam! test clean::quotes_10 ... ok Oct 12 02:14:31.980 INFO blam! test clean::quotes_1 ... ok Oct 12 02:14:31.980 INFO blam! test clean::guillemets_3 ... ok Oct 12 02:14:31.980 INFO blam! test clean::guillemets_2 ... ok Oct 12 02:14:31.980 INFO blam! test clean::guillemets_1 ... ok Oct 12 02:14:31.980 INFO blam! test clean::ellipsis_1 ... ok Oct 12 02:14:31.980 INFO blam! test clean::ellipsis_5 ... ok Oct 12 02:14:31.980 INFO blam! test clean::quotes_4 ... ok Oct 12 02:14:31.996 INFO blam! test clean::quotes_13 ... ok Oct 12 02:14:31.996 INFO blam! test clean::quotes_5 ... ok Oct 12 02:14:31.996 INFO blam! test clean::quotes_11 ... ok Oct 12 02:14:31.996 INFO blam! test clean::quotes_3 ... ok Oct 12 02:14:31.996 INFO blam! test clean::quotes_6 ... ok Oct 12 02:14:31.996 INFO blam! test clean::quotes_2 ... ok Oct 12 02:14:31.996 INFO blam! test clean::quotes_12 ... ok Oct 12 02:14:32.000 INFO blam! test escape::nb_spaces_0 ... ok Oct 12 02:14:32.000 INFO blam! test clean::quotes_8 ... ok Oct 12 02:14:32.000 INFO blam! test escape::html_1 ... ok Oct 12 02:14:32.017 INFO blam! test escape::nnbsp_1 ... ok Oct 12 02:14:32.017 INFO blam! test escape::html_0 ... ok Oct 12 02:14:32.017 INFO blam! test escape::html_2 ... ok Oct 12 02:14:32.017 INFO blam! test clean::quotes_9 ... ok Oct 12 02:14:32.017 INFO blam! test escape::nb_spaces_escape ... ok Oct 12 02:14:32.017 INFO blam! test clean::quotes_7 ... ok Oct 12 02:14:32.017 INFO blam! test clean::whitespaces_1 ... ok Oct 12 02:14:32.017 INFO blam! test escape::nnbsp_2 ... ok Oct 12 02:14:32.024 INFO blam! test escape::tex_numbers ... ok Oct 12 02:14:32.024 INFO blam! test escape::tex_square_braces ... ok Oct 12 02:14:32.024 INFO blam! test escape::quotes_escape ... ok Oct 12 02:14:32.024 INFO blam! test escape::tex_braces ... ok Oct 12 02:14:32.024 INFO blam! test escape::tex_0 ... ok Oct 12 02:14:32.024 INFO blam! test escape::quotes_0 ... ok Oct 12 02:14:32.024 INFO blam! test escape::tex_dashes ... ok Oct 12 02:14:32.024 INFO blam! test escape::tex_nb_spaces_0 ... ok Oct 12 02:14:32.024 INFO blam! test french::french_quotes_3 ... ok Oct 12 02:14:32.024 INFO blam! test french::french_quotes_2 ... ok Oct 12 02:14:32.024 INFO blam! test french::french_quotes_5 ... ok Oct 12 02:14:32.044 INFO blam! test french::french_quotes_4 ... ok Oct 12 02:14:32.044 INFO kablam! Running /target/debug/deps/crowbook_text_processing-3a67423e072ad8d1 Oct 12 02:14:32.044 INFO blam! test french::french_dashes_1 ... ok Oct 12 02:14:32.044 INFO blam! test french::french_numbers ... ok Oct 12 02:14:32.044 INFO blam! test french::french_quotes_1 ... ok Oct 12 02:14:32.044 INFO blam! test french::french ... ok Oct 12 02:14:32.044 INFO blam! test french::french_dashes_2 ... ok Oct 12 02:14:32.044 INFO blam! Oct 12 02:14:32.044 INFO blam! test result: ok. 52 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 02:14:32.044 INFO blam! Oct 12 02:14:32.044 INFO blam! Oct 12 02:14:32.044 INFO blam! running 0 tests Oct 12 02:14:32.044 INFO blam! Oct 12 02:14:32.044 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 02:14:32.044 INFO blam! Oct 12 02:14:32.052 INFO kablam! Doc-tests crowbook_text_processing Oct 12 02:14:32.462 INFO kablam! warning: invalid start of a new code block Oct 12 02:14:32.462 INFO kablam! --> /source/src/lib/clean.rs:305:1 Oct 12 02:14:32.462 INFO kablam! | Oct 12 02:14:32.462 INFO kablam! 305 | /// Replaces `<<` with `«` and `>>` with `»`. Oct 12 02:14:32.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:14:32.463 INFO kablam! Oct 12 02:14:32.464 INFO blam! Oct 12 02:14:32.464 INFO blam! running 13 tests Oct 12 02:14:36.184 INFO blam! test src/lib/escape.rs - escape::html (line 145) ... ok Oct 12 02:14:37.441 INFO blam! test src/lib/clean.rs - clean::ellipsis (line 83) ... ok Oct 12 02:14:37.616 INFO blam! test src/lib/escape.rs - escape::nb_spaces_tex (line 109) ... ok Oct 12 02:14:37.968 INFO blam! test src/lib/clean.rs - clean::whitespaces (line 25) ... ok Oct 12 02:14:37.992 INFO blam! test src/lib/clean.rs - clean (line 9) ... ok Oct 12 02:14:38.252 INFO blam! test src/lib/escape.rs - escape (line 11) ... ok Oct 12 02:14:39.384 INFO blam! test src/lib/clean.rs - clean::dashes (line 265) ... ok Oct 12 02:14:40.403 INFO blam! test src/lib/clean.rs - clean::quotes (line 138) ... ok Oct 12 02:14:42.280 INFO blam! test src/lib/escape.rs - escape::tex (line 200) ... ok Oct 12 02:14:42.870 INFO blam! test src/lib/french.rs - french::FrenchFormatter (line 42) ... ok Oct 12 02:14:43.156 INFO blam! test src/lib/lib.rs - (line 26) ... ok Oct 12 02:14:43.191 INFO blam! test src/lib/french.rs - french::FrenchFormatter::format_tex (line 197) ... ok Oct 12 02:14:43.295 INFO blam! test src/lib/french.rs - french::FrenchFormatter::format (line 180) ... ok Oct 12 02:14:43.295 INFO blam! Oct 12 02:14:43.295 INFO blam! test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 02:14:43.295 INFO blam! Oct 12 02:14:43.318 INFO kablam! su: No module specific data is present Oct 12 02:14:43.835 INFO running `"docker" "rm" "-f" "f75a91733518d598602d4f6967cca1af3631f1d3a66e59699cb6bb8d49dbc447"` Oct 12 02:14:44.084 INFO blam! f75a91733518d598602d4f6967cca1af3631f1d3a66e59699cb6bb8d49dbc447