Nov 18 16:47:18.843 INFO testing crowbook-text-processing-0.2.7 against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 18 16:47:18.843 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 18 16:47:19.075 INFO [stdout] 0e9e0c34cff986c56aecd2319dab1c9b1bec3ff604c0d12dfaf6a4ae40923edf Nov 18 16:47:19.078 INFO running `"docker" "start" "-a" "0e9e0c34cff986c56aecd2319dab1c9b1bec3ff604c0d12dfaf6a4ae40923edf"` Nov 18 16:47:19.395 INFO [stderr] usermod: no changes Nov 18 16:47:19.435 INFO [stderr] Compiling crowbook-text-processing v0.2.7 (/source) Nov 18 16:47:22.931 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.52s Nov 18 16:47:22.932 INFO [stderr] su: No module specific data is present Nov 18 16:47:23.438 INFO running `"docker" "inspect" "0e9e0c34cff986c56aecd2319dab1c9b1bec3ff604c0d12dfaf6a4ae40923edf"` Nov 18 16:47:23.509 INFO running `"docker" "rm" "-f" "0e9e0c34cff986c56aecd2319dab1c9b1bec3ff604c0d12dfaf6a4ae40923edf"` Nov 18 16:47:23.590 INFO [stdout] 0e9e0c34cff986c56aecd2319dab1c9b1bec3ff604c0d12dfaf6a4ae40923edf Nov 18 16:47:23.592 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 18 16:47:23.747 INFO [stdout] b673970d8a8d4088f4997c825336b080069d7032976df425531c8b37c1d7107d Nov 18 16:47:23.749 INFO running `"docker" "start" "-a" "b673970d8a8d4088f4997c825336b080069d7032976df425531c8b37c1d7107d"` Nov 18 16:47:24.201 INFO [stderr] usermod: no changes Nov 18 16:47:24.243 INFO [stderr] Compiling crowbook-text-processing v0.2.7 (/source) Nov 18 16:47:25.423 INFO [stderr] warning: use of deprecated item 'crowbook_text_processing::escape::nb_spaces': use `nnbsp` instead Nov 18 16:47:25.424 INFO [stderr] --> examples/readme.rs:16:30 Nov 18 16:47:25.424 INFO [stderr] | Nov 18 16:47:25.424 INFO [stderr] 16 | println!("for HTML: {}", escape::nb_spaces(escape::html(new_s.clone()))); Nov 18 16:47:25.425 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Nov 18 16:47:25.425 INFO [stderr] | Nov 18 16:47:25.425 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 18 16:47:25.425 INFO [stderr] Nov 18 16:47:25.531 INFO [stderr] warning: use of deprecated item 'escape::nb_spaces': use `nnbsp` instead Nov 18 16:47:25.531 INFO [stderr] --> src/lib/escape.rs:272:18 Nov 18 16:47:25.531 INFO [stderr] | Nov 18 16:47:25.531 INFO [stderr] 272 | let result = nb_spaces(s); Nov 18 16:47:25.531 INFO [stderr] | ^^^^^^^^^ Nov 18 16:47:25.531 INFO [stderr] | Nov 18 16:47:25.531 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 18 16:47:25.531 INFO [stderr] Nov 18 16:47:25.531 INFO [stderr] warning: use of deprecated item 'escape::nb_spaces': use `nnbsp` instead Nov 18 16:47:25.531 INFO [stderr] --> src/lib/escape.rs:342:18 Nov 18 16:47:25.531 INFO [stderr] | Nov 18 16:47:25.531 INFO [stderr] 342 | let actual = nb_spaces("This contains non breaking spaces"); Nov 18 16:47:25.531 INFO [stderr] | ^^^^^^^^^ Nov 18 16:47:25.531 INFO [stderr] Nov 18 16:47:27.823 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.60s Nov 18 16:47:27.825 INFO [stderr] su: No module specific data is present Nov 18 16:47:28.206 INFO running `"docker" "inspect" "b673970d8a8d4088f4997c825336b080069d7032976df425531c8b37c1d7107d"` Nov 18 16:47:28.335 INFO running `"docker" "rm" "-f" "b673970d8a8d4088f4997c825336b080069d7032976df425531c8b37c1d7107d"` Nov 18 16:47:28.459 INFO [stdout] b673970d8a8d4088f4997c825336b080069d7032976df425531c8b37c1d7107d Nov 18 16:47:28.463 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 18 16:47:28.690 INFO [stdout] 63a78b64db6d4051c4fbc7db3b9b11ca84e16b40f2d2353e5af950b1429dabc8 Nov 18 16:47:28.692 INFO running `"docker" "start" "-a" "63a78b64db6d4051c4fbc7db3b9b11ca84e16b40f2d2353e5af950b1429dabc8"` Nov 18 16:47:29.285 INFO [stderr] usermod: no changes Nov 18 16:47:29.331 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s Nov 18 16:47:29.331 INFO [stderr] Running /target/debug/deps/crowbook_text_processing-b78e9ab206fb3d98 Nov 18 16:47:29.337 INFO [stdout] Nov 18 16:47:29.337 INFO [stdout] running 52 tests Nov 18 16:47:29.338 INFO [stdout] test clean::dashes_0 ... ok Nov 18 16:47:29.338 INFO [stdout] test clean::dashes_1 ... ok Nov 18 16:47:29.338 INFO [stdout] test clean::dashes_3 ... ok Nov 18 16:47:29.339 INFO [stdout] test clean::dashes_2 ... ok Nov 18 16:47:29.343 INFO [stdout] test clean::guillemets_2 ... ok Nov 18 16:47:29.343 INFO [stdout] test clean::guillemets_1 ... ok Nov 18 16:47:29.343 INFO [stdout] test clean::guillemets_4 ... ok Nov 18 16:47:29.343 INFO [stdout] test clean::guillemets_3 ... ok Nov 18 16:47:29.343 INFO [stdout] test clean::quotes_1 ... ok Nov 18 16:47:29.343 INFO [stdout] test clean::ellipsis_4 ... ok Nov 18 16:47:29.343 INFO [stdout] test clean::ellipsis_5 ... ok Nov 18 16:47:29.343 INFO [stdout] test clean::quotes_10 ... ok Nov 18 16:47:29.343 INFO [stdout] test clean::quotes_12 ... ok Nov 18 16:47:29.343 INFO [stdout] test clean::quotes_11 ... ok Nov 18 16:47:29.343 INFO [stdout] test clean::quotes_3 ... ok Nov 18 16:47:29.343 INFO [stdout] test clean::quotes_2 ... ok Nov 18 16:47:29.343 INFO [stdout] test clean::ellipsis_0 ... ok Nov 18 16:47:29.347 INFO [stdout] test clean::ellipsis_3 ... ok Nov 18 16:47:29.347 INFO [stdout] test clean::ellipsis_2 ... ok Nov 18 16:47:29.347 INFO [stdout] test clean::quotes_5 ... ok Nov 18 16:47:29.347 INFO [stdout] test clean::ellipsis_1 ... ok Nov 18 16:47:29.347 INFO [stdout] test clean::quotes_4 ... ok Nov 18 16:47:29.347 INFO [stdout] test clean::quotes_13 ... ok Nov 18 16:47:29.347 INFO [stdout] test clean::quotes_6 ... ok Nov 18 16:47:29.347 INFO [stdout] test clean::quotes_8 ... ok Nov 18 16:47:29.347 INFO [stdout] test escape::nb_spaces_escape ... ok Nov 18 16:47:29.347 INFO [stdout] test escape::nb_spaces_0 ... ok Nov 18 16:47:29.349 INFO [stdout] test clean::quotes_9 ... ok Nov 18 16:47:29.350 INFO [stdout] test clean::quotes_7 ... ok Nov 18 16:47:29.350 INFO [stdout] test escape::nnbsp_1 ... ok Nov 18 16:47:29.355 INFO [stdout] test escape::quotes_escape ... ok Nov 18 16:47:29.355 INFO [stdout] test escape::html_0 ... ok Nov 18 16:47:29.355 INFO [stdout] test escape::nnbsp_2 ... ok Nov 18 16:47:29.355 INFO [stdout] test escape::html_1 ... ok Nov 18 16:47:29.355 INFO [stdout] test escape::tex_0 ... ok Nov 18 16:47:29.355 INFO [stdout] test escape::tex_square_braces ... ok Nov 18 16:47:29.355 INFO [stdout] test escape::tex_braces ... ok Nov 18 16:47:29.355 INFO [stdout] test escape::tex_numbers ... ok Nov 18 16:47:29.355 INFO [stdout] test clean::whitespaces_1 ... ok Nov 18 16:47:29.355 INFO [stdout] test french::french ... ok Nov 18 16:47:29.355 INFO [stdout] test french::french_numbers ... ok Nov 18 16:47:29.355 INFO [stdout] test french::french_quotes_1 ... ok Nov 18 16:47:29.355 INFO [stdout] test french::french_quotes_3 ... ok Nov 18 16:47:29.355 INFO [stdout] test french::french_quotes_2 ... ok Nov 18 16:47:29.355 INFO [stdout] test escape::html_2 ... ok Nov 18 16:47:29.355 INFO [stdout] test escape::quotes_0 ... ok Nov 18 16:47:29.355 INFO [stdout] test french::french_quotes_4 ... ok Nov 18 16:47:29.355 INFO [stdout] test french::french_quotes_5 ... ok Nov 18 16:47:29.355 INFO [stdout] test escape::tex_nb_spaces_0 ... ok Nov 18 16:47:29.355 INFO [stdout] test french::french_dashes_1 ... ok Nov 18 16:47:29.358 INFO [stdout] test escape::tex_dashes ... ok Nov 18 16:47:29.359 INFO [stdout] test french::french_dashes_2 ... ok Nov 18 16:47:29.359 INFO [stdout] Nov 18 16:47:29.360 INFO [stdout] test result: ok. 52 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 16:47:29.361 INFO [stdout] Nov 18 16:47:29.361 INFO [stderr] Running /target/debug/deps/crowbook_text_processing-7cb37f52fdb82f00 Nov 18 16:47:29.361 INFO [stdout] Nov 18 16:47:29.361 INFO [stdout] running 0 tests Nov 18 16:47:29.362 INFO [stdout] Nov 18 16:47:29.362 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 16:47:29.362 INFO [stdout] Nov 18 16:47:29.362 INFO [stderr] Doc-tests crowbook_text_processing Nov 18 16:47:30.828 INFO [stderr] warning: invalid start of a new code block Nov 18 16:47:30.828 INFO [stderr] --> /source/src/lib/clean.rs:305:1 Nov 18 16:47:30.828 INFO [stderr] | Nov 18 16:47:30.828 INFO [stderr] 305 | /// Replaces `<<` with `«` and `>>` with `»`. Nov 18 16:47:30.828 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 18 16:47:30.828 INFO [stderr] Nov 18 16:47:30.828 INFO [stdout] Nov 18 16:47:30.828 INFO [stdout] running 13 tests Nov 18 16:47:36.335 INFO [stdout] test src/lib/clean.rs - clean (line 9) ... ok Nov 18 16:47:36.376 INFO [stdout] test src/lib/clean.rs - clean::ellipsis (line 83) ... ok Nov 18 16:47:36.403 INFO [stdout] test src/lib/clean.rs - clean::quotes (line 138) ... ok Nov 18 16:47:37.015 INFO [stdout] test src/lib/escape.rs - escape (line 11) ... ok Nov 18 16:47:37.501 INFO [stdout] test src/lib/clean.rs - clean::dashes (line 265) ... ok Nov 18 16:47:38.199 INFO [stdout] test src/lib/escape.rs - escape::nb_spaces_tex (line 109) ... ok Nov 18 16:47:38.495 INFO [stdout] test src/lib/escape.rs - escape::html (line 145) ... ok Nov 18 16:47:39.101 INFO [stdout] test src/lib/clean.rs - clean::whitespaces (line 25) ... ok Nov 18 16:47:43.311 INFO [stdout] test src/lib/french.rs - french::FrenchFormatter::format_tex (line 197) ... ok Nov 18 16:47:44.515 INFO [stdout] test src/lib/escape.rs - escape::tex (line 200) ... ok Nov 18 16:47:45.667 INFO [stdout] test src/lib/french.rs - french::FrenchFormatter::format (line 180) ... ok Nov 18 16:47:46.243 INFO [stdout] test src/lib/lib.rs - (line 26) ... ok Nov 18 16:47:46.539 INFO [stdout] test src/lib/french.rs - french::FrenchFormatter (line 42) ... ok Nov 18 16:47:46.539 INFO [stdout] Nov 18 16:47:46.539 INFO [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 16:47:46.539 INFO [stdout] Nov 18 16:47:46.579 INFO [stderr] su: No module specific data is present Nov 18 16:47:47.257 INFO running `"docker" "inspect" "63a78b64db6d4051c4fbc7db3b9b11ca84e16b40f2d2353e5af950b1429dabc8"` Nov 18 16:47:47.635 INFO running `"docker" "rm" "-f" "63a78b64db6d4051c4fbc7db3b9b11ca84e16b40f2d2353e5af950b1429dabc8"` Nov 18 16:47:47.874 INFO [stdout] 63a78b64db6d4051c4fbc7db3b9b11ca84e16b40f2d2353e5af950b1429dabc8