[INFO] updating cached repository https://github.com/nevdelap/ned [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 26626a4035f00e5ea76ba8b94239fb93136b6619 [INFO] testing nevdelap/ned against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnevdelap%2Fned" "work/builds/worker-0/source"` [INFO] [stderr] Cloning into 'work/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nevdelap/ned on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/nevdelap/ned [INFO] finished tweaking git repo https://github.com/nevdelap/ned [INFO] tweaked toml for git repo https://github.com/nevdelap/ned written to work/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/nevdelap/ned already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 2a563a422d1787c03e520114bcd57e385e8bc79461b1258a71ac3040e3351776 [INFO] running `"docker" "start" "-a" "2a563a422d1787c03e520114bcd57e385e8bc79461b1258a71ac3040e3351776"` [INFO] [stderr] Compiling memchr v2.1.3 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling ned v1.2.8 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ned_error.rs:47:32 [INFO] [stderr] | [INFO] [stderr] 47 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ned_error.rs:123:32 [INFO] [stderr] | [INFO] [stderr] 123 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ned_error.rs:137:31 [INFO] [stderr] | [INFO] [stderr] 137 | pub fn stderr_write_err(err: &error::Error) { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ned_error.rs:143:62 [INFO] [stderr] | [INFO] [stderr] 143 | pub fn stderr_write_file_err(path_buf: &path::PathBuf, err: &error::Error) { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/source.rs:27:15 [INFO] [stderr] | [INFO] [stderr] 27 | Stdin(Box), [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:73:21 [INFO] [stderr] | [INFO] [stderr] 73 | fn ned(output: &mut Write, args: &[String]) -> NedResult { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:113:31 [INFO] [stderr] | [INFO] [stderr] 113 | fn process_files(output: &mut Write, parameters: &Parameters) -> NedResult { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:152:18 [INFO] [stderr] | [INFO] [stderr] 152 | output: &mut Write, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:159:24 [INFO] [stderr] | [INFO] [stderr] 159 | let read: &mut Read = match source { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:294:18 [INFO] [stderr] | [INFO] [stderr] 294 | output: &mut Write, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:465:18 [INFO] [stderr] | [INFO] [stderr] 465 | output: &mut Write, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:482:18 [INFO] [stderr] | [INFO] [stderr] 482 | output: &mut Write, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:528:18 [INFO] [stderr] | [INFO] [stderr] 528 | output: &mut Write, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:564:18 [INFO] [stderr] | [INFO] [stderr] 564 | output: &mut Write, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:604:18 [INFO] [stderr] | [INFO] [stderr] 604 | output: &mut Write, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.82s [INFO] running `"docker" "inspect" "2a563a422d1787c03e520114bcd57e385e8bc79461b1258a71ac3040e3351776"` [INFO] running `"docker" "rm" "-f" "2a563a422d1787c03e520114bcd57e385e8bc79461b1258a71ac3040e3351776"` [INFO] [stdout] 2a563a422d1787c03e520114bcd57e385e8bc79461b1258a71ac3040e3351776 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] dcb95e27f1cfbd92642017ea2ee277fa185ac277660821101326fb926aef495d [INFO] running `"docker" "start" "-a" "dcb95e27f1cfbd92642017ea2ee277fa185ac277660821101326fb926aef495d"` [INFO] [stderr] Compiling ned v1.2.8 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ned_error.rs:47:32 [INFO] [stderr] | [INFO] [stderr] 47 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ned_error.rs:123:32 [INFO] [stderr] | [INFO] [stderr] 123 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ned_error.rs:137:31 [INFO] [stderr] | [INFO] [stderr] 137 | pub fn stderr_write_err(err: &error::Error) { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ned_error.rs:143:62 [INFO] [stderr] | [INFO] [stderr] 143 | pub fn stderr_write_file_err(path_buf: &path::PathBuf, err: &error::Error) { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/source.rs:27:15 [INFO] [stderr] | [INFO] [stderr] 27 | Stdin(Box), [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:73:21 [INFO] [stderr] | [INFO] [stderr] 73 | fn ned(output: &mut Write, args: &[String]) -> NedResult { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:113:31 [INFO] [stderr] | [INFO] [stderr] 113 | fn process_files(output: &mut Write, parameters: &Parameters) -> NedResult { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:152:18 [INFO] [stderr] | [INFO] [stderr] 152 | output: &mut Write, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:159:24 [INFO] [stderr] | [INFO] [stderr] 159 | let read: &mut Read = match source { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:294:18 [INFO] [stderr] | [INFO] [stderr] 294 | output: &mut Write, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:465:18 [INFO] [stderr] | [INFO] [stderr] 465 | output: &mut Write, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:482:18 [INFO] [stderr] | [INFO] [stderr] 482 | output: &mut Write, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:528:18 [INFO] [stderr] | [INFO] [stderr] 528 | output: &mut Write, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:564:18 [INFO] [stderr] | [INFO] [stderr] 564 | output: &mut Write, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:604:18 [INFO] [stderr] | [INFO] [stderr] 604 | output: &mut Write, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.80s [INFO] running `"docker" "inspect" "dcb95e27f1cfbd92642017ea2ee277fa185ac277660821101326fb926aef495d"` [INFO] running `"docker" "rm" "-f" "dcb95e27f1cfbd92642017ea2ee277fa185ac277660821101326fb926aef495d"` [INFO] [stdout] dcb95e27f1cfbd92642017ea2ee277fa185ac277660821101326fb926aef495d [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen"` [INFO] [stdout] 31c1b8ca611b0328a7b0680613ae5ab716d4ff6b735d5d7899970582fbd771c0 [INFO] running `"docker" "start" "-a" "31c1b8ca611b0328a7b0680613ae5ab716d4ff6b735d5d7899970582fbd771c0"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/ned-71a4dfb9491e3814 [INFO] [stdout] [INFO] [stdout] running 137 tests [INFO] [stdout] test tests::files::recursion ... ok [INFO] [stdout] test tests::files::no_recursion_follow ... ok [INFO] [stdout] test tests::files::exclude_files ... ok [INFO] [stdout] test tests::files::recursion_follow ... ok [INFO] [stdout] test tests::general::basic_match_file_names_only ... ok [INFO] [stdout] test tests::general::basic_match_file_names_only_no_match ... ok [INFO] [stdout] test tests::general::basic_match_line_numbers_only_no_match ... ok [INFO] [stdout] test tests::general::basic_match ... ok [INFO] [stdout] test tests::files::exclude_directory ... ok [INFO] [stdout] test tests::files::recursion_follow_all ... ok [INFO] [stdout] test tests::general::basic_match_no_file_names_no_match ... ok [INFO] [stdout] test tests::general::basic_match_no_file_names_whole_files ... ok [INFO] [stderr] ned: test/file1.txt Read-only file system (os error 30) [INFO] [stderr] ned: test/file9.txt Read-only file system (os error 30) [INFO] [stderr] ned: test/longfile.txt Read-only file system (os error 30) [INFO] [stdout] test tests::files::no_recursion_all ... ok [INFO] [stdout] test tests::files::include_files ... ok [INFO] [stdout] test tests::files::no_recursion_follow_all ... ok [INFO] [stdout] test tests::files::recursion_all ... ok [INFO] [stderr] ned: test/file1.txt Read-only file system (os error 30) [INFO] [stderr] ned: test/file9.txt Read-only file system (os error 30) [INFO] [stderr] ned: test/longfile.txt Read-only file system (os error 30) [INFO] [stderr] ned: test/file1.txt Read-only file system (os error 30) [INFO] [stdout] test tests::general::basic_match_whole_files ... ok [INFO] [stderr] ned: test/file9.txt Read-only file system (os error 30) [INFO] [stdout] test tests::general::basic_match_stdout ... ok [INFO] [stderr] ned: test/longfile.txt Read-only file system (os error 30) [INFO] [stdout] test tests::files::no_recursion ... ok [INFO] [stdout] test tests::general::basic_match_file_names_only_whole_files ... ok [INFO] [stderr] ned: test/file1.txt Read-only file system (os error 30) [INFO] [stdout] test tests::general::basic_match_line_numbers_only ... ok [INFO] [stderr] ned: test/file9.txt Read-only file system (os error 30) [INFO] [stderr] ned: test/longfile.txt Read-only file system (os error 30) [INFO] [stderr] ned: test/file1.txt Read-only file system (os error 30) [INFO] [stdout] test tests::general::basic_match_file_names_only_no_match_whole_files ... ok [INFO] [stderr] ned: test/file9.txt Read-only file system (os error 30) [INFO] [stdout] test tests::general::basic_match_no_line_numbers_no_match ... ok [INFO] [stderr] ned: test/longfile.txt Read-only file system (os error 30) [INFO] [stderr] ned: test/file1.txt Read-only file system (os error 30) [INFO] [stderr] ned: test/file9.txt Read-only file system (os error 30) [INFO] [stderr] ned: test/longfile.txt Read-only file system (os error 30) [INFO] [stderr] ned: test/file1.txt Read-only file system (os error 30) [INFO] [stderr] ned: test/file9.txt Read-only file system (os error 30) [INFO] [stderr] ned: test/longfile.txt Read-only file system (os error 30) [INFO] [stderr] ned: test/file1.txt Read-only file system (os error 30) [INFO] [stdout] test tests::general::basic_match_no_line_numbers ... ok [INFO] [stderr] ned: test/file9.txt Read-only file system (os error 30) [INFO] [stdout] test tests::general::basic_match_no_file_names ... ok [INFO] [stderr] ned: test/longfile.txt Read-only file system (os error 30) [INFO] [stdout] test tests::general::colored_match_file_names_only_no_match ... ok [INFO] [stdout] test tests::general::basic_match_no_file_names_no_match_whole_files ... ok [INFO] [stderr] ned: test/file1.txt Read-only file system (os error 30) [INFO] [stderr] ned: test/file9.txt Read-only file system (os error 30) [INFO] [stderr] ned: test/longfile.txt Read-only file system (os error 30) [INFO] [stderr] ned: test/file1.txt Read-only file system (os error 30) [INFO] [stdout] test tests::general::colored_match_file_names_only_no_match_whole_files ... ok [INFO] [stderr] ned: test/file9.txt Read-only file system (os error 30) [INFO] [stdout] test tests::general::colored_match_file_names_only ... ok [INFO] [stderr] ned: test/longfile.txt Read-only file system (os error 30) [INFO] [stderr] ned: test/file1.txt Read-only file system (os error 30) [INFO] [stderr] ned: test/file9.txt Read-only file system (os error 30) [INFO] [stderr] ned: test/longfile.txt Read-only file system (os error 30) [INFO] [stderr] ned: test/file1.txt Read-only file system (os error 30) [INFO] [stdout] test tests::general::colored_match ... ok [INFO] [stderr] ned: test/file9.txt Read-only file system (os error 30) [INFO] [stderr] ned: test/longfile.txt Read-only file system (os error 30) [INFO] [stdout] test tests::general::colored_match_line_numbers_only_no_match ... ok [INFO] [stdout] test tests::general::colored_match_line_numbers_only ... ok [INFO] [stdout] test tests::general::colored_match_no_file_names ... ok [INFO] [stdout] test tests::general::colored_match_no_file_names_whole_files ... ok [INFO] [stdout] test tests::general::colored_match_file_names_only_whole_files ... ok [INFO] [stdout] test tests::general::colored_match_short_option_not_last_argument ... ok [INFO] [stdout] test tests::general::colored_match_no_line_numbers ... ok [INFO] [stdout] test tests::general::colored_match_whole_files ... ok [INFO] [stdout] test tests::general::context_0_match ... ok [INFO] [stdout] test tests::general::context_after_1_match ... ok [INFO] [stdout] test tests::general::context_1_match ... ok [INFO] [stdout] test tests::general::context_after_2_match ... ok [INFO] [stdout] test tests::general::context_5_match ... ok [INFO] [stdout] test tests::general::context_2_match ... ok [INFO] [stdout] test tests::general::context_before_1_match ... ok [INFO] [stdout] test tests::general::context_after_5_match ... ok [INFO] [stdout] test tests::general::context_before_5_match ... ok [INFO] [stderr] ned: test/file1.txt Read-only file system (os error 30) [INFO] [stderr] ned: test/file9.txt Read-only file system (os error 30) [INFO] [stderr] ned: test/longfile.txt Read-only file system (os error 30) [INFO] [stderr] ned: test/file1.txt Read-only file system (os error 30) [INFO] [stderr] ned: test/file9.txt Read-only file system (os error 30) [INFO] [stderr] ned: test/longfile.txt Read-only file system (os error 30) [INFO] [stdout] test tests::general::context_before_2_match ... ok [INFO] [stderr] ned: test/file1.txt Read-only file system (os error 30) [INFO] [stderr] ned: test/file9.txt Read-only file system (os error 30) [INFO] [stderr] ned: test/longfile.txt Read-only file system (os error 30) [INFO] [stderr] ned: test/file1.txt Read-only file system (os error 30) [INFO] [stderr] ned: test/file9.txt Read-only file system (os error 30) [INFO] [stderr] ned: test/longfile.txt Read-only file system (os error 30) [INFO] [stdout] test tests::general::basic_replace ... FAILED [INFO] [stdout] test tests::general::backref_replace_braces_skip ... FAILED [INFO] [stdout] test tests::general::case_replace_end_at_beginning ... FAILED [INFO] [stdout] test tests::general::case_replace_cases_when_target_file_contains_case_escapes_already ... FAILED [INFO] [stdout] test tests::general::case_replace_first_sentence_case ... FAILED [INFO] [stdout] test tests::general::case_replace_initial_title_case ... FAILED [INFO] [stdout] test tests::general::case_replace_all_cases ... FAILED [INFO] [stdout] test tests::general::backref_replace_braces ... FAILED [INFO] [stdout] test tests::general::recursive_match_file_names_only_whole_files ... ok [INFO] [stdout] test tests::general::recursive_match_file_names_only ... ok [INFO] [stdout] test tests::general::case_replace_no_end ... FAILED [INFO] [stdout] test tests::general::case_replace_uppercase ... FAILED [INFO] [stdout] test tests::general::case_replace_various_whitespace ... FAILED [INFO] [stdout] test tests::general::escape_replace_backslash_at_end_unchanged ... FAILED [INFO] [stdout] test tests::general::only_matches_whole_files ... ok [INFO] [stdout] test tests::general::escape_replace_embedded_real_newline_carriage_return_tab_backslash ... FAILED [INFO] [stdout] test tests::general::escape_replace_escaped_newline_at_start_and_end ... FAILED [INFO] [stdout] test tests::general::escape_replace_escaped_newline_carriage_return_tab_backslash ... FAILED [INFO] [stdout] test tests::general::case_replace_lowercase ... FAILED [INFO] [stdout] test tests::general::recursive_match_file_names_only_no_match ... ok [INFO] [stdout] test tests::general::recursive_match ... ok [INFO] [stdout] test tests::general::recursive_match_no_files_names ... ok [INFO] [stdout] test tests::general::recursive_match_no_files_names_whole_files ... ok [INFO] [stdout] test tests::general::recursive_match_line_numbers_only_no_match ... ok [INFO] [stdout] test tests::general::recursive_match_line_numbers_only ... ok [INFO] [stdout] test tests::matches::basic_match_whole_files_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::basic_match_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::basic_replace_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::general::recursive_match_file_names_only_no_match_whole_files ... ok [INFO] [stdout] test tests::matches::basic_replace_to_stdout_whole_files_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::group_0_match_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::basic_replace_to_stdout_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::colored_match_whole_files_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::group_1_match_whole_files_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::general::only_matches ... ok [INFO] [stdout] test tests::matches::group_0_match_whole_files_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::invalid_named_group_match_quiet_and_not_quiet ... ok [INFO] [stderr] ned: test/file1.txt Read-only file system (os error 30) [INFO] [stderr] ned: test/file9.txt Read-only file system (os error 30) [INFO] [stderr] ned: test/longfile.txt Read-only file system (os error 30) [INFO] [stdout] test tests::general::escape_replace_invalid_escapes_unchanged ... FAILED [INFO] [stdout] test tests::matches::group_1_multiple_match_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::colored_match_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::group_1_match_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::extended_match_whole_files_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::group_2_match_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::general::recursive_match_whole_files ... ok [INFO] [stdout] test tests::matches::extended_match_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::multi_line_match_beginning_and_end_of_file_whole_files_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::invalid_named_group_match_whole_files_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::basic_replace_whole_files_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::group_1_multiple_match_whole_files_hquiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::match_line_oriented_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::named_group_match_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::group_2_match_whole_files_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::ignore_case_match_whole_files_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::ignore_case_match_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::no_match_whole_files_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::named_group_match_whole_files_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::no_match_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::multi_line_match_beginning_and_end_of_lines_whole_files_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::only_matches_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::replace_number_more_than_there_are_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::replace_skip_number_backwards_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::only_matches_skip_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::only_matches_skip_backwards_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::only_matches_whole_files_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::replace_skip_all_backwards_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::only_matches_skip_whole_files_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::show_unmatched_lines_oriented_whole_files_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::replace_number_backwards_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::single_line_match_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::only_matches_skip_all_whole_files_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::replace_number_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::multi_line_match_beginning_and_end_of_file_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::parameters::skip_normal_range ... ok [INFO] [stdout] test tests::parameters::skip_too_many ... ok [INFO] [stdout] test tests::parameters::skip_all ... ok [INFO] [stdout] test tests::parameters::number_too_many ... ok [INFO] [stdout] test tests::parameters::number_zero ... ok [INFO] [stdout] test tests::parameters::number_normal_range ... ok [INFO] [stdout] test tests::matches::multi_line_match_beginning_and_end_of_lines_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::only_matches_skip_backwards_whole_files_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::single_line_match_whole_files_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::show_unmatched_lines_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::replace_skip_all_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::single_and_multi_line_match_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::replace_skip_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::replace_number_more_than_there_are_backwards_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::replace_skip_number_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::replace_skip_backwards_quiet_and_not_quiet ... ok [INFO] [stdout] test tests::matches::single_and_multi_line_match_whole_files_quiet_and_not_quiet ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- tests::general::basic_replace stdout ---- [INFO] [stdout] "test/file1.txt:\nThe outstandingly ghastly hand plans AN ESCAPE from a cream puff the placid widow. A slovenly\n" not in "" [INFO] [stdout] thread 'tests::general::basic_replace' panicked at 'assertion failed: false', src/tests/general.rs:1408:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x559e7e2cee8b - backtrace::backtrace::libunwind::trace::h89fcc71e59e3bc5b [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x559e7e2cee8b - backtrace::backtrace::trace_unsynchronized::h0bad9be1379e729a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x559e7e2cee8b - std::sys_common::backtrace::_print::hd3382a1f33c473da [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x559e7e2cee8b - std::sys_common::backtrace::print::h0ec6f03cfb8e76a6 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x559e7e2cee8b - std::panicking::default_hook::{{closure}}::h96cbf7b454e3f557 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x559e7e2ceafc - std::panicking::default_hook::h95a8f00337383d83 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x559e7e2cf5fd - std::panicking::rust_panic_with_hook::h92f98b46e22f14ed [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x559e7e272815 - std::panicking::begin_panic::hcd99956a2612695a [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x559e7e008fd2 - ned::tests::general::test::h6a37b566bc5e95d0 [INFO] [stdout] at src/tests/general.rs:1408 [INFO] [stdout] 9: 0x559e7e009649 - ned::tests::general::basic_replace::h85c0ceaf9ee7d8f9 [INFO] [stdout] at src/tests/general.rs:58 [INFO] [stdout] 10: 0x559e7e00956a - ned::tests::general::basic_replace::{{closure}}::h5ef608273f76eb9c [INFO] [stdout] at src/tests/general.rs:46 [INFO] [stdout] 11: 0x559e7dfe5b4e - core::ops::function::FnOnce::call_once::h544c39151cf634a2 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 12: 0x559e7e047c1f - as core::ops::function::FnOnce>::call_once::hac0fbe2754f8bd24 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 13: 0x559e7e2d260a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: 0x559e7e06220e - std::panicking::try::h9d6938917cc05e3f [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 15: 0x559e7e06220e - std::panic::catch_unwind::h5be70fd1d69515b0 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 16: 0x559e7e06220e - test::run_test::run_test_inner::{{closure}}::h056f206eafd8ff6e [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 17: 0x559e7e03d645 - std::sys_common::backtrace::__rust_begin_short_backtrace::h859abbc742a34b19 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 18: 0x559e7e041785 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hf8192ec938c43694 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:470 [INFO] [stdout] 19: 0x559e7e041785 - as core::ops::function::FnOnce<()>>::call_once::hae7b2431555cb4db [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:315 [INFO] [stdout] 20: 0x559e7e041785 - std::panicking::try::do_call::h6da7ecd0783259d7 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:296 [INFO] [stdout] 21: 0x559e7e2d260a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 22: 0x559e7e041d62 - std::panicking::try::h3c1c35414c2c78f1 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 23: 0x559e7e041d62 - std::panic::catch_unwind::ha5cfb2018fda983e [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x559e7e041d62 - std::thread::Builder::spawn_unchecked::{{closure}}::hc7620e41f0938c09 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:469 [INFO] [stdout] 25: 0x559e7e041d62 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h1b3b20eeb6ea6ddd [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 26: 0x559e7e2c276f - as core::ops::function::FnOnce>::call_once::h2877b2aefb0fd627 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 27: 0x559e7e2d19e0 - as core::ops::function::FnOnce>::call_once::h13f473dbcdaa0fef [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 28: 0x559e7e2d19e0 - std::sys_common::thread::start_thread::h562a7c4953cb1d31 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 29: 0x559e7e2d19e0 - std::sys::unix::thread::Thread::new::thread_start::h382c6ae14181d163 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 30: 0x7f0e03b0d6db - start_thread [INFO] [stdout] 31: 0x7f0e0361e88f - __clone [INFO] [stdout] 32: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::general::backref_replace_braces_skip stdout ---- [INFO] [stdout] "test/file1.txt:\nThe accidentally ghastly hand plans AN ESCAPE from a cream puff that placid widow. A slovenly\n" not in "" [INFO] [stdout] thread 'tests::general::backref_replace_braces_skip' panicked at 'assertion failed: false', src/tests/general.rs:1408:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x559e7e2cee8b - backtrace::backtrace::libunwind::trace::h89fcc71e59e3bc5b [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x559e7e2cee8b - backtrace::backtrace::trace_unsynchronized::h0bad9be1379e729a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x559e7e2cee8b - std::sys_common::backtrace::_print::hd3382a1f33c473da [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x559e7e2cee8b - std::sys_common::backtrace::print::h0ec6f03cfb8e76a6 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x559e7e2cee8b - std::panicking::default_hook::{{closure}}::h96cbf7b454e3f557 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x559e7e2ceafc - std::panicking::default_hook::h95a8f00337383d83 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x559e7e2cf5fd - std::panicking::rust_panic_with_hook::h92f98b46e22f14ed [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x559e7e272815 - std::panicking::begin_panic::hcd99956a2612695a [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x559e7e008fd2 - ned::tests::general::test::h6a37b566bc5e95d0 [INFO] [stdout] at src/tests/general.rs:1408 [INFO] [stdout] 9: 0x559e7e009e5f - ned::tests::general::backref_replace_braces_skip::h61d5fc415f1312d7 [INFO] [stdout] at src/tests/general.rs:183 [INFO] [stdout] 10: 0x559e7e009d4a - ned::tests::general::backref_replace_braces_skip::{{closure}}::h7fe7e1bd5ca85ca1 [INFO] [stdout] at src/tests/general.rs:168 [INFO] [stdout] 11: 0x559e7dfe5d9e - core::ops::function::FnOnce::call_once::h714e5be035320f7d [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 12: 0x559e7e047c1f - as core::ops::function::FnOnce>::call_once::hac0fbe2754f8bd24 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 13: 0x559e7e2d260a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: 0x559e7e06220e - std::panicking::try::h9d6938917cc05e3f [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 15: 0x559e7e06220e - std::panic::catch_unwind::h5be70fd1d69515b0 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 16: 0x559e7e06220e - test::run_test::run_test_inner::{{closure}}::h056f206eafd8ff6e [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 17: 0x559e7e03d645 - std::sys_common::backtrace::__rust_begin_short_backtrace::h859abbc742a34b19 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 18: 0x559e7e041785 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hf8192ec938c43694 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:470 [INFO] [stdout] 19: 0x559e7e041785 - as core::ops::function::FnOnce<()>>::call_once::hae7b2431555cb4db [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:315 [INFO] [stdout] 20: 0x559e7e041785 - std::panicking::try::do_call::h6da7ecd0783259d7 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:296 [INFO] [stdout] 21: 0x559e7e2d260a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 22: 0x559e7e041d62 - std::panicking::try::h3c1c35414c2c78f1 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 23: 0x559e7e041d62 - std::panic::catch_unwind::ha5cfb2018fda983e [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x559e7e041d62 - std::thread::Builder::spawn_unchecked::{{closure}}::hc7620e41f0938c09 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:469 [INFO] [stdout] 25: 0x559e7e041d62 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h1b3b20eeb6ea6ddd [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 26: 0x559e7e2c276f - as core::ops::function::FnOnce>::call_once::h2877b2aefb0fd627 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 27: 0x559e7e2d19e0 - as core::ops::function::FnOnce>::call_once::h13f473dbcdaa0fef [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 28: 0x559e7e2d19e0 - std::sys_common::thread::start_thread::h562a7c4953cb1d31 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 29: 0x559e7e2d19e0 - std::sys::unix::thread::Thread::new::thread_start::h382c6ae14181d163 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 30: 0x7f0e03b0d6db - start_thread [INFO] [stdout] 31: 0x7f0e0361e88f - __clone [INFO] [stdout] 32: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::general::case_replace_end_at_beginning stdout ---- [INFO] [stdout] "test/file1.txt:\nThe ACCIDENTALLY GHASTLY HAND PLANS AN ESCAPE FROM A CREAM PUFF THE PLACID WIDOW. A SLOVENLY\n" not in "" [INFO] [stdout] thread 'tests::general::case_replace_end_at_beginning' panicked at 'assertion failed: false', src/tests/general.rs:1408:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x559e7e2cee8b - backtrace::backtrace::libunwind::trace::h89fcc71e59e3bc5b [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x559e7e2cee8b - backtrace::backtrace::trace_unsynchronized::h0bad9be1379e729a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x559e7e2cee8b - std::sys_common::backtrace::_print::hd3382a1f33c473da [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x559e7e2cee8b - std::sys_common::backtrace::print::h0ec6f03cfb8e76a6 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x559e7e2cee8b - std::panicking::default_hook::{{closure}}::h96cbf7b454e3f557 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x559e7e2ceafc - std::panicking::default_hook::h95a8f00337383d83 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x559e7e2cf5fd - std::panicking::rust_panic_with_hook::h92f98b46e22f14ed [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x559e7e272815 - std::panicking::begin_panic::hcd99956a2612695a [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x559e7e008fd2 - ned::tests::general::test::h6a37b566bc5e95d0 [INFO] [stdout] at src/tests/general.rs:1408 [INFO] [stdout] 9: 0x559e7e00a90c - ned::tests::general::case_replace_end_at_beginning::h186a444f4edd7f6a [INFO] [stdout] at src/tests/general.rs:338 [INFO] [stdout] 10: 0x559e7e00a81a - ned::tests::general::case_replace_end_at_beginning::{{closure}}::h61ec07f4756e3457 [INFO] [stdout] at src/tests/general.rs:325 [INFO] [stdout] 11: 0x559e7dfe633e - core::ops::function::FnOnce::call_once::ha365857cfeea9c15 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 12: 0x559e7e047c1f - as core::ops::function::FnOnce>::call_once::hac0fbe2754f8bd24 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 13: 0x559e7e2d260a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: 0x559e7e06220e - std::panicking::try::h9d6938917cc05e3f [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 15: 0x559e7e06220e - std::panic::catch_unwind::h5be70fd1d69515b0 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 16: 0x559e7e06220e - test::run_test::run_test_inner::{{closure}}::h056f206eafd8ff6e [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 17: 0x559e7e03d645 - std::sys_common::backtrace::__rust_begin_short_backtrace::h859abbc742a34b19 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 18: 0x559e7e041785 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hf8192ec938c43694 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:470 [INFO] [stdout] 19: 0x559e7e041785 - as core::ops::function::FnOnce<()>>::call_once::hae7b2431555cb4db [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:315 [INFO] [stdout] 20: 0x559e7e041785 - std::panicking::try::do_call::h6da7ecd0783259d7 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:296 [INFO] [stdout] 21: 0x559e7e2d260a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 22: 0x559e7e041d62 - std::panicking::try::h3c1c35414c2c78f1 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 23: 0x559e7e041d62 - std::panic::catch_unwind::ha5cfb2018fda983e [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x559e7e041d62 - std::thread::Builder::spawn_unchecked::{{closure}}::hc7620e41f0938c09 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:469 [INFO] [stdout] 25: 0x559e7e041d62 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h1b3b20eeb6ea6ddd [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 26: 0x559e7e2c276f - as core::ops::function::FnOnce>::call_once::h2877b2aefb0fd627 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 27: 0x559e7e2d19e0 - as core::ops::function::FnOnce>::call_once::h13f473dbcdaa0fef [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 28: 0x559e7e2d19e0 - std::sys_common::thread::start_thread::h562a7c4953cb1d31 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 29: 0x559e7e2d19e0 - std::sys::unix::thread::Thread::new::thread_start::h382c6ae14181d163 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 30: 0x7f0e03b0d6db - start_thread [INFO] [stdout] 31: 0x7f0e0361e88f - __clone [INFO] [stdout] 32: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::general::case_replace_cases_when_target_file_contains_case_escapes_already stdout ---- [INFO] [stdout] "C:\\A FILE Path\\with\\Upper\\Lower\\First\\and\\Initial\\escape sequences in it.txt" not in "" [INFO] [stdout] thread 'tests::general::case_replace_cases_when_target_file_contains_case_escapes_already' panicked at 'assertion failed: false', src/tests/general.rs:1408:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x559e7e2cee8b - backtrace::backtrace::libunwind::trace::h89fcc71e59e3bc5b [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x559e7e2cee8b - backtrace::backtrace::trace_unsynchronized::h0bad9be1379e729a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x559e7e2cee8b - std::sys_common::backtrace::_print::hd3382a1f33c473da [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x559e7e2cee8b - std::sys_common::backtrace::print::h0ec6f03cfb8e76a6 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x559e7e2cee8b - std::panicking::default_hook::{{closure}}::h96cbf7b454e3f557 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x559e7e2ceafc - std::panicking::default_hook::h95a8f00337383d83 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x559e7e2cf5fd - std::panicking::rust_panic_with_hook::h92f98b46e22f14ed [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x559e7e272815 - std::panicking::begin_panic::hcd99956a2612695a [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x559e7e008fd2 - ned::tests::general::test::h6a37b566bc5e95d0 [INFO] [stdout] at src/tests/general.rs:1408 [INFO] [stdout] 9: 0x559e7e00a57c - ned::tests::general::case_replace_cases_when_target_file_contains_case_escapes_already::h7b59a5e5e5b7684c [INFO] [stdout] at src/tests/general.rs:285 [INFO] [stdout] 10: 0x559e7e00a48a - ned::tests::general::case_replace_cases_when_target_file_contains_case_escapes_already::{{closure}}::h57950e59e694d6cb [INFO] [stdout] at src/tests/general.rs:272 [INFO] [stdout] 11: 0x559e7dfe68ce - core::ops::function::FnOnce::call_once::hd7dfc0a03392adab [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 12: 0x559e7e047c1f - as core::ops::function::FnOnce>::call_once::hac0fbe2754f8bd24 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 13: 0x559e7e2d260a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: 0x559e7e06220e - std::panicking::try::h9d6938917cc05e3f [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 15: 0x559e7e06220e - std::panic::catch_unwind::h5be70fd1d69515b0 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 16: 0x559e7e06220e - test::run_test::run_test_inner::{{closure}}::h056f206eafd8ff6e [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 17: 0x559e7e03d645 - std::sys_common::backtrace::__rust_begin_short_backtrace::h859abbc742a34b19 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 18: 0x559e7e041785 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hf8192ec938c43694 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:470 [INFO] [stdout] 19: 0x559e7e041785 - as core::ops::function::FnOnce<()>>::call_once::hae7b2431555cb4db [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:315 [INFO] [stdout] 20: 0x559e7e041785 - std::panicking::try::do_call::h6da7ecd0783259d7 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:296 [INFO] [stdout] 21: 0x559e7e2d260a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 22: 0x559e7e041d62 - std::panicking::try::h3c1c35414c2c78f1 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 23: 0x559e7e041d62 - std::panic::catch_unwind::ha5cfb2018fda983e [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x559e7e041d62 - std::thread::Builder::spawn_unchecked::{{closure}}::hc7620e41f0938c09 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:469 [INFO] [stdout] 25: 0x559e7e041d62 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h1b3b20eeb6ea6ddd [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 26: 0x559e7e2c276f - as core::ops::function::FnOnce>::call_once::h2877b2aefb0fd627 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 27: 0x559e7e2d19e0 - as core::ops::function::FnOnce>::call_once::h13f473dbcdaa0fef [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 28: 0x559e7e2d19e0 - std::sys_common::thread::start_thread::h562a7c4953cb1d31 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 29: 0x559e7e2d19e0 - std::sys::unix::thread::Thread::new::thread_start::h382c6ae14181d163 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 30: 0x7f0e03b0d6db - start_thread [INFO] [stdout] 31: 0x7f0e0361e88f - __clone [INFO] [stdout] 32: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::general::case_replace_first_sentence_case stdout ---- [INFO] [stdout] "test/file1.txt:\nThe Accidentally ghastly hand plans an escape from a cream puff the placid widow. A slovenly\n" not in "" [INFO] [stdout] thread 'tests::general::case_replace_first_sentence_case' panicked at 'assertion failed: false', src/tests/general.rs:1408:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x559e7e2cee8b - backtrace::backtrace::libunwind::trace::h89fcc71e59e3bc5b [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x559e7e2cee8b - backtrace::backtrace::trace_unsynchronized::h0bad9be1379e729a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x559e7e2cee8b - std::sys_common::backtrace::_print::hd3382a1f33c473da [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x559e7e2cee8b - std::sys_common::backtrace::print::h0ec6f03cfb8e76a6 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x559e7e2cee8b - std::panicking::default_hook::{{closure}}::h96cbf7b454e3f557 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x559e7e2ceafc - std::panicking::default_hook::h95a8f00337383d83 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x559e7e2cf5fd - std::panicking::rust_panic_with_hook::h92f98b46e22f14ed [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x559e7e272815 - std::panicking::begin_panic::hcd99956a2612695a [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x559e7e008fd2 - ned::tests::general::test::h6a37b566bc5e95d0 [INFO] [stdout] at src/tests/general.rs:1408 [INFO] [stdout] 9: 0x559e7e00a31c - ned::tests::general::case_replace_first_sentence_case::h067e9cb4be4c5b46 [INFO] [stdout] at src/tests/general.rs:251 [INFO] [stdout] 10: 0x559e7e00a22a - ned::tests::general::case_replace_first_sentence_case::{{closure}}::h2489ad6c1b93d345 [INFO] [stdout] at src/tests/general.rs:238 [INFO] [stdout] 11: 0x559e7dfe533e - core::ops::function::FnOnce::call_once::h0aa593c8c3680c65 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 12: 0x559e7e047c1f - as core::ops::function::FnOnce>::call_once::hac0fbe2754f8bd24 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 13: 0x559e7e2d260a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: 0x559e7e06220e - std::panicking::try::h9d6938917cc05e3f [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 15: 0x559e7e06220e - std::panic::catch_unwind::h5be70fd1d69515b0 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 16: 0x559e7e06220e - test::run_test::run_test_inner::{{closure}}::h056f206eafd8ff6e [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 17: 0x559e7e03d645 - std::sys_common::backtrace::__rust_begin_short_backtrace::h859abbc742a34b19 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 18: 0x559e7e041785 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hf8192ec938c43694 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:470 [INFO] [stdout] 19: 0x559e7e041785 - as core::ops::function::FnOnce<()>>::call_once::hae7b2431555cb4db [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:315 [INFO] [stdout] 20: 0x559e7e041785 - std::panicking::try::do_call::h6da7ecd0783259d7 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:296 [INFO] [stdout] 21: 0x559e7e2d260a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 22: 0x559e7e041d62 - std::panicking::try::h3c1c35414c2c78f1 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 23: 0x559e7e041d62 - std::panic::catch_unwind::ha5cfb2018fda983e [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x559e7e041d62 - std::thread::Builder::spawn_unchecked::{{closure}}::hc7620e41f0938c09 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:469 [INFO] [stdout] 25: 0x559e7e041d62 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h1b3b20eeb6ea6ddd [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 26: 0x559e7e2c276f - as core::ops::function::FnOnce>::call_once::h2877b2aefb0fd627 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 27: 0x559e7e2d19e0 - as core::ops::function::FnOnce>::call_once::h13f473dbcdaa0fef [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 28: 0x559e7e2d19e0 - std::sys_common::thread::start_thread::h562a7c4953cb1d31 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 29: 0x559e7e2d19e0 - std::sys::unix::thread::Thread::new::thread_start::h382c6ae14181d163 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 30: 0x7f0e03b0d6db - start_thread [INFO] [stdout] 31: 0x7f0e0361e88f - __clone [INFO] [stdout] 32: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::general::case_replace_initial_title_case stdout ---- [INFO] [stdout] "test/file1.txt:\nThe Accidentally Ghastly Hand Plans An Escape from a cream puff the placid widow. A slovenly\n" not in "" [INFO] [stdout] thread 'tests::general::case_replace_initial_title_case' panicked at 'assertion failed: false', src/tests/general.rs:1408:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x559e7e2cee8b - backtrace::backtrace::libunwind::trace::h89fcc71e59e3bc5b [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x559e7e2cee8b - backtrace::backtrace::trace_unsynchronized::h0bad9be1379e729a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x559e7e2cee8b - std::sys_common::backtrace::_print::hd3382a1f33c473da [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x559e7e2cee8b - std::sys_common::backtrace::print::h0ec6f03cfb8e76a6 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x559e7e2cee8b - std::panicking::default_hook::{{closure}}::h96cbf7b454e3f557 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x559e7e2ceafc - std::panicking::default_hook::h95a8f00337383d83 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x559e7e2cf5fd - std::panicking::rust_panic_with_hook::h92f98b46e22f14ed [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x559e7e272815 - std::panicking::begin_panic::hcd99956a2612695a [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x559e7e008fd2 - ned::tests::general::test::h6a37b566bc5e95d0 [INFO] [stdout] at src/tests/general.rs:1408 [INFO] [stdout] 9: 0x559e7e00a1ec - ned::tests::general::case_replace_initial_title_case::hf58c9b03a6efc3a2 [INFO] [stdout] at src/tests/general.rs:234 [INFO] [stdout] 10: 0x559e7e00a0fa - ned::tests::general::case_replace_initial_title_case::{{closure}}::h685da2cb3118bfaa [INFO] [stdout] at src/tests/general.rs:221 [INFO] [stdout] 11: 0x559e7dfe621e - core::ops::function::FnOnce::call_once::h9d58fd244b04eac0 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 12: 0x559e7e047c1f - as core::ops::function::FnOnce>::call_once::hac0fbe2754f8bd24 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 13: 0x559e7e2d260a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: 0x559e7e06220e - std::panicking::try::h9d6938917cc05e3f [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 15: 0x559e7e06220e - std::panic::catch_unwind::h5be70fd1d69515b0 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 16: 0x559e7e06220e - test::run_test::run_test_inner::{{closure}}::h056f206eafd8ff6e [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 17: 0x559e7e03d645 - std::sys_common::backtrace::__rust_begin_short_backtrace::h859abbc742a34b19 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 18: 0x559e7e041785 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hf8192ec938c43694 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:470 [INFO] [stdout] 19: 0x559e7e041785 - as core::ops::function::FnOnce<()>>::call_once::hae7b2431555cb4db [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:315 [INFO] [stdout] 20: 0x559e7e041785 - std::panicking::try::do_call::h6da7ecd0783259d7 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:296 [INFO] [stdout] 21: 0x559e7e2d260a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 22: 0x559e7e041d62 - std::panicking::try::h3c1c35414c2c78f1 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 23: 0x559e7e041d62 - std::panic::catch_unwind::ha5cfb2018fda983e [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x559e7e041d62 - std::thread::Builder::spawn_unchecked::{{closure}}::hc7620e41f0938c09 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:469 [INFO] [stdout] 25: 0x559e7e041d62 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h1b3b20eeb6ea6ddd [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 26: 0x559e7e2c276f - as core::ops::function::FnOnce>::call_once::h2877b2aefb0fd627 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 27: 0x559e7e2d19e0 - as core::ops::function::FnOnce>::call_once::h13f473dbcdaa0fef [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 28: 0x559e7e2d19e0 - std::sys_common::thread::start_thread::h562a7c4953cb1d31 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 29: 0x559e7e2d19e0 - std::sys::unix::thread::Thread::new::thread_start::h382c6ae14181d163 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 30: 0x7f0e03b0d6db - start_thread [INFO] [stdout] 31: 0x7f0e0361e88f - __clone [INFO] [stdout] 32: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::general::case_replace_all_cases stdout ---- [INFO] [stdout] "test/file1.txt:\nthe ACCIDENTALLY Ghastly Hand plans An escape from a cream puff the placid widow. A slovenly\n" not in "" [INFO] [stdout] thread 'tests::general::case_replace_all_cases' panicked at 'assertion failed: false', src/tests/general.rs:1408:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x559e7e2cee8b - backtrace::backtrace::libunwind::trace::h89fcc71e59e3bc5b [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x559e7e2cee8b - backtrace::backtrace::trace_unsynchronized::h0bad9be1379e729a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x559e7e2cee8b - std::sys_common::backtrace::_print::hd3382a1f33c473da [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x559e7e2cee8b - std::sys_common::backtrace::print::h0ec6f03cfb8e76a6 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x559e7e2cee8b - std::panicking::default_hook::{{closure}}::h96cbf7b454e3f557 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x559e7e2ceafc - std::panicking::default_hook::h95a8f00337383d83 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x559e7e2cf5fd - std::panicking::rust_panic_with_hook::h92f98b46e22f14ed [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x559e7e272815 - std::panicking::begin_panic::hcd99956a2612695a [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x559e7e008fd2 - ned::tests::general::test::h6a37b566bc5e95d0 [INFO] [stdout] at src/tests/general.rs:1408 [INFO] [stdout] 9: 0x559e7e00a44c - ned::tests::general::case_replace_all_cases::h32c4976f09d8d580 [INFO] [stdout] at src/tests/general.rs:268 [INFO] [stdout] 10: 0x559e7e00a35a - ned::tests::general::case_replace_all_cases::{{closure}}::h9c1f9b7060dfd651 [INFO] [stdout] at src/tests/general.rs:255 [INFO] [stdout] 11: 0x559e7dfe554e - core::ops::function::FnOnce::call_once::h228c79d6b46a41cc [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 12: 0x559e7e047c1f - as core::ops::function::FnOnce>::call_once::hac0fbe2754f8bd24 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 13: 0x559e7e2d260a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: 0x559e7e06220e - std::panicking::try::h9d6938917cc05e3f [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 15: 0x559e7e06220e - std::panic::catch_unwind::h5be70fd1d69515b0 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 16: 0x559e7e06220e - test::run_test::run_test_inner::{{closure}}::h056f206eafd8ff6e [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 17: 0x559e7e03d645 - std::sys_common::backtrace::__rust_begin_short_backtrace::h859abbc742a34b19 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 18: 0x559e7e041785 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hf8192ec938c43694 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:470 [INFO] [stdout] 19: 0x559e7e041785 - as core::ops::function::FnOnce<()>>::call_once::hae7b2431555cb4db [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:315 [INFO] [stdout] 20: 0x559e7e041785 - std::panicking::try::do_call::h6da7ecd0783259d7 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:296 [INFO] [stdout] 21: 0x559e7e2d260a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 22: 0x559e7e041d62 - std::panicking::try::h3c1c35414c2c78f1 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 23: 0x559e7e041d62 - std::panic::catch_unwind::ha5cfb2018fda983e [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x559e7e041d62 - std::thread::Builder::spawn_unchecked::{{closure}}::hc7620e41f0938c09 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:469 [INFO] [stdout] 25: 0x559e7e041d62 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h1b3b20eeb6ea6ddd [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 26: 0x559e7e2c276f - as core::ops::function::FnOnce>::call_once::h2877b2aefb0fd627 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 27: 0x559e7e2d19e0 - as core::ops::function::FnOnce>::call_once::h13f473dbcdaa0fef [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 28: 0x559e7e2d19e0 - std::sys_common::thread::start_thread::h562a7c4953cb1d31 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 29: 0x559e7e2d19e0 - std::sys::unix::thread::Thread::new::thread_start::h382c6ae14181d163 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 30: 0x7f0e03b0d6db - start_thread [INFO] [stdout] 31: 0x7f0e0361e88f - __clone [INFO] [stdout] 32: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::general::backref_replace_braces stdout ---- [INFO] [stdout] "test/file1.txt:\nThe accidentaliest ghastly hand plans AN ESCAPE from a cream puff the placid widow. A slovenly\n" not in "" [INFO] [stdout] thread 'tests::general::backref_replace_braces' panicked at 'assertion failed: false', src/tests/general.rs:1408:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x559e7e2cee8b - backtrace::backtrace::libunwind::trace::h89fcc71e59e3bc5b [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x559e7e2cee8b - backtrace::backtrace::trace_unsynchronized::h0bad9be1379e729a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x559e7e2cee8b - std::sys_common::backtrace::_print::hd3382a1f33c473da [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x559e7e2cee8b - std::sys_common::backtrace::print::h0ec6f03cfb8e76a6 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x559e7e2cee8b - std::panicking::default_hook::{{closure}}::h96cbf7b454e3f557 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x559e7e2ceafc - std::panicking::default_hook::h95a8f00337383d83 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x559e7e2cf5fd - std::panicking::rust_panic_with_hook::h92f98b46e22f14ed [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x559e7e272815 - std::panicking::begin_panic::hcd99956a2612695a [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x559e7e008fd2 - ned::tests::general::test::h6a37b566bc5e95d0 [INFO] [stdout] at src/tests/general.rs:1408 [INFO] [stdout] 9: 0x559e7e009d09 - ned::tests::general::backref_replace_braces::h635b6d1db81eed26 [INFO] [stdout] at src/tests/general.rs:164 [INFO] [stdout] 10: 0x559e7e009c2a - ned::tests::general::backref_replace_braces::{{closure}}::h47982c4ca55bc31f [INFO] [stdout] at src/tests/general.rs:152 [INFO] [stdout] 11: 0x559e7dfe5a8e - core::ops::function::FnOnce::call_once::h4fee9df24dd3975a [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 12: 0x559e7e047c1f - as core::ops::function::FnOnce>::call_once::hac0fbe2754f8bd24 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 13: 0x559e7e2d260a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: 0x559e7e06220e - std::panicking::try::h9d6938917cc05e3f [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 15: 0x559e7e06220e - std::panic::catch_unwind::h5be70fd1d69515b0 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 16: 0x559e7e06220e - test::run_test::run_test_inner::{{closure}}::h056f206eafd8ff6e [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 17: 0x559e7e03d645 - std::sys_common::backtrace::__rust_begin_short_backtrace::h859abbc742a34b19 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 18: 0x559e7e041785 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hf8192ec938c43694 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:470 [INFO] [stdout] 19: 0x559e7e041785 - as core::ops::function::FnOnce<()>>::call_once::hae7b2431555cb4db [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:315 [INFO] [stdout] 20: 0x559e7e041785 - std::panicking::try::do_call::h6da7ecd0783259d7 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:296 [INFO] [stdout] 21: 0x559e7e2d260a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 22: 0x559e7e041d62 - std::panicking::try::h3c1c35414c2c78f1 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 23: 0x559e7e041d62 - std::panic::catch_unwind::ha5cfb2018fda983e [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x559e7e041d62 - std::thread::Builder::spawn_unchecked::{{closure}}::hc7620e41f0938c09 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:469 [INFO] [stdout] 25: 0x559e7e041d62 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h1b3b20eeb6ea6ddd [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 26: 0x559e7e2c276f - as core::ops::function::FnOnce>::call_once::h2877b2aefb0fd627 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 27: 0x559e7e2d19e0 - as core::ops::function::FnOnce>::call_once::h13f473dbcdaa0fef [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 28: 0x559e7e2d19e0 - std::sys_common::thread::start_thread::h562a7c4953cb1d31 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 29: 0x559e7e2d19e0 - std::sys::unix::thread::Thread::new::thread_start::h382c6ae14181d163 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 30: 0x7f0e03b0d6db - start_thread [INFO] [stdout] 31: 0x7f0e0361e88f - __clone [INFO] [stdout] 32: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::general::case_replace_no_end stdout ---- [INFO] [stdout] "test/file1.txt:\nthe ACCIDENTALLY GHASTLY HAND PLANS AN ESCAPE FROM A CREAM PUFF THE PLACID WIDOW. A SLOVENLY\n" not in "" [INFO] [stdout] thread 'tests::general::case_replace_no_end' panicked at 'assertion failed: false', src/tests/general.rs:1408:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x559e7e2cee8b - backtrace::backtrace::libunwind::trace::h89fcc71e59e3bc5b [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x559e7e2cee8b - backtrace::backtrace::trace_unsynchronized::h0bad9be1379e729a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x559e7e2cee8b - std::sys_common::backtrace::_print::hd3382a1f33c473da [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x559e7e2cee8b - std::sys_common::backtrace::print::h0ec6f03cfb8e76a6 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x559e7e2cee8b - std::panicking::default_hook::{{closure}}::h96cbf7b454e3f557 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x559e7e2ceafc - std::panicking::default_hook::h95a8f00337383d83 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x559e7e2cf5fd - std::panicking::rust_panic_with_hook::h92f98b46e22f14ed [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x559e7e272815 - std::panicking::begin_panic::hcd99956a2612695a [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x559e7e008fd2 - ned::tests::general::test::h6a37b566bc5e95d0 [INFO] [stdout] at src/tests/general.rs:1408 [INFO] [stdout] 9: 0x559e7e00a7dc - ned::tests::general::case_replace_no_end::h612b14373487309b [INFO] [stdout] at src/tests/general.rs:321 [INFO] [stdout] 10: 0x559e7e00a6ea - ned::tests::general::case_replace_no_end::{{closure}}::h2e2292a763b23e1f [INFO] [stdout] at src/tests/general.rs:308 [INFO] [stdout] 11: 0x559e7dfe695e - core::ops::function::FnOnce::call_once::hde966b89b13c4217 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 12: 0x559e7e047c1f - as core::ops::function::FnOnce>::call_once::hac0fbe2754f8bd24 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 13: 0x559e7e2d260a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: 0x559e7e06220e - std::panicking::try::h9d6938917cc05e3f [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 15: 0x559e7e06220e - std::panic::catch_unwind::h5be70fd1d69515b0 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 16: 0x559e7e06220e - test::run_test::run_test_inner::{{closure}}::h056f206eafd8ff6e [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 17: 0x559e7e03d645 - std::sys_common::backtrace::__rust_begin_short_backtrace::h859abbc742a34b19 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 18: 0x559e7e041785 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hf8192ec938c43694 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:470 [INFO] [stdout] 19: 0x559e7e041785 - as core::ops::function::FnOnce<()>>::call_once::hae7b2431555cb4db [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:315 [INFO] [stdout] 20: 0x559e7e041785 - std::panicking::try::do_call::h6da7ecd0783259d7 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:296 [INFO] [stdout] 21: 0x559e7e2d260a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 22: 0x559e7e041d62 - std::panicking::try::h3c1c35414c2c78f1 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 23: 0x559e7e041d62 - std::panic::catch_unwind::ha5cfb2018fda983e [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x559e7e041d62 - std::thread::Builder::spawn_unchecked::{{closure}}::hc7620e41f0938c09 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:469 [INFO] [stdout] 25: 0x559e7e041d62 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h1b3b20eeb6ea6ddd [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 26: 0x559e7e2c276f - as core::ops::function::FnOnce>::call_once::h2877b2aefb0fd627 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 27: 0x559e7e2d19e0 - as core::ops::function::FnOnce>::call_once::h13f473dbcdaa0fef [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 28: 0x559e7e2d19e0 - std::sys_common::thread::start_thread::h562a7c4953cb1d31 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 29: 0x559e7e2d19e0 - std::sys::unix::thread::Thread::new::thread_start::h382c6ae14181d163 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 30: 0x7f0e03b0d6db - start_thread [INFO] [stdout] 31: 0x7f0e0361e88f - __clone [INFO] [stdout] 32: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::general::case_replace_uppercase stdout ---- [INFO] [stdout] "test/file1.txt:\nThe acciDENTally ghastly hand plans AN ESCAPE from a cream puff the placid widow. A slovenly\n" not in "" [INFO] [stdout] thread 'tests::general::case_replace_uppercase' panicked at 'assertion failed: false', src/tests/general.rs:1408:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x559e7e2cee8b - backtrace::backtrace::libunwind::trace::h89fcc71e59e3bc5b [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x559e7e2cee8b - backtrace::backtrace::trace_unsynchronized::h0bad9be1379e729a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x559e7e2cee8b - std::sys_common::backtrace::_print::hd3382a1f33c473da [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x559e7e2cee8b - std::sys_common::backtrace::print::h0ec6f03cfb8e76a6 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x559e7e2cee8b - std::panicking::default_hook::{{closure}}::h96cbf7b454e3f557 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x559e7e2ceafc - std::panicking::default_hook::h95a8f00337383d83 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x559e7e2cf5fd - std::panicking::rust_panic_with_hook::h92f98b46e22f14ed [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x559e7e272815 - std::panicking::begin_panic::hcd99956a2612695a [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x559e7e008fd2 - ned::tests::general::test::h6a37b566bc5e95d0 [INFO] [stdout] at src/tests/general.rs:1408 [INFO] [stdout] 9: 0x559e7e009f8c - ned::tests::general::case_replace_uppercase::h6bc38ac9c127400f [INFO] [stdout] at src/tests/general.rs:200 [INFO] [stdout] 10: 0x559e7e009e9a - ned::tests::general::case_replace_uppercase::{{closure}}::h5e39e87927062a99 [INFO] [stdout] at src/tests/general.rs:187 [INFO] [stdout] 11: 0x559e7dfe639e - core::ops::function::FnOnce::call_once::haadb07492184824d [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 12: 0x559e7e047c1f - as core::ops::function::FnOnce>::call_once::hac0fbe2754f8bd24 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 13: 0x559e7e2d260a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: 0x559e7e06220e - std::panicking::try::h9d6938917cc05e3f [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 15: 0x559e7e06220e - std::panic::catch_unwind::h5be70fd1d69515b0 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 16: 0x559e7e06220e - test::run_test::run_test_inner::{{closure}}::h056f206eafd8ff6e [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 17: 0x559e7e03d645 - std::sys_common::backtrace::__rust_begin_short_backtrace::h859abbc742a34b19 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 18: 0x559e7e041785 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hf8192ec938c43694 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:470 [INFO] [stdout] 19: 0x559e7e041785 - as core::ops::function::FnOnce<()>>::call_once::hae7b2431555cb4db [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:315 [INFO] [stdout] 20: 0x559e7e041785 - std::panicking::try::do_call::h6da7ecd0783259d7 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:296 [INFO] [stdout] 21: 0x559e7e2d260a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 22: 0x559e7e041d62 - std::panicking::try::h3c1c35414c2c78f1 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 23: 0x559e7e041d62 - std::panic::catch_unwind::ha5cfb2018fda983e [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x559e7e041d62 - std::thread::Builder::spawn_unchecked::{{closure}}::hc7620e41f0938c09 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:469 [INFO] [stdout] 25: 0x559e7e041d62 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h1b3b20eeb6ea6ddd [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 26: 0x559e7e2c276f - as core::ops::function::FnOnce>::call_once::h2877b2aefb0fd627 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 27: 0x559e7e2d19e0 - as core::ops::function::FnOnce>::call_once::h13f473dbcdaa0fef [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 28: 0x559e7e2d19e0 - std::sys_common::thread::start_thread::h562a7c4953cb1d31 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 29: 0x559e7e2d19e0 - std::sys::unix::thread::Thread::new::thread_start::h382c6ae14181d163 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 30: 0x7f0e03b0d6db - start_thread [INFO] [stdout] 31: 0x7f0e0361e88f - __clone [INFO] [stdout] 32: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::general::case_replace_various_whitespace stdout ---- [INFO] [stdout] "test/file1.txt:\nthe ACCIDENTALLY Ghastly Hand Plans An escape from a cream puff the placid widow. A slovenly\n" not in "" [INFO] [stdout] thread 'tests::general::case_replace_various_whitespace' panicked at 'assertion failed: false', src/tests/general.rs:1408:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x559e7e2cee8b - backtrace::backtrace::libunwind::trace::h89fcc71e59e3bc5b [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x559e7e2cee8b - backtrace::backtrace::trace_unsynchronized::h0bad9be1379e729a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x559e7e2cee8b - std::sys_common::backtrace::_print::hd3382a1f33c473da [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x559e7e2cee8b - std::sys_common::backtrace::print::h0ec6f03cfb8e76a6 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x559e7e2cee8b - std::panicking::default_hook::{{closure}}::h96cbf7b454e3f557 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x559e7e2ceafc - std::panicking::default_hook::h95a8f00337383d83 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x559e7e2cf5fd - std::panicking::rust_panic_with_hook::h92f98b46e22f14ed [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x559e7e272815 - std::panicking::begin_panic::hcd99956a2612695a [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x559e7e008fd2 - ned::tests::general::test::h6a37b566bc5e95d0 [INFO] [stdout] at src/tests/general.rs:1408 [INFO] [stdout] 9: 0x559e7e00a6ac - ned::tests::general::case_replace_various_whitespace::h7e1d2a54f491aa6d [INFO] [stdout] at src/tests/general.rs:304 [INFO] [stdout] 10: 0x559e7e00a5ba - ned::tests::general::case_replace_various_whitespace::{{closure}}::hec7660aa4ff8f97e [INFO] [stdout] at src/tests/general.rs:289 [INFO] [stdout] 11: 0x559e7dfe683e - core::ops::function::FnOnce::call_once::hd422197f8a7fa750 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 12: 0x559e7e047c1f - as core::ops::function::FnOnce>::call_once::hac0fbe2754f8bd24 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 13: 0x559e7e2d260a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: 0x559e7e06220e - std::panicking::try::h9d6938917cc05e3f [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 15: 0x559e7e06220e - std::panic::catch_unwind::h5be70fd1d69515b0 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 16: 0x559e7e06220e - test::run_test::run_test_inner::{{closure}}::h056f206eafd8ff6e [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 17: 0x559e7e03d645 - std::sys_common::backtrace::__rust_begin_short_backtrace::h859abbc742a34b19 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 18: 0x559e7e041785 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hf8192ec938c43694 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:470 [INFO] [stdout] 19: 0x559e7e041785 - as core::ops::function::FnOnce<()>>::call_once::hae7b2431555cb4db [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:315 [INFO] [stdout] 20: 0x559e7e041785 - std::panicking::try::do_call::h6da7ecd0783259d7 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:296 [INFO] [stdout] 21: 0x559e7e2d260a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 22: 0x559e7e041d62 - std::panicking::try::h3c1c35414c2c78f1 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 23: 0x559e7e041d62 - std::panic::catch_unwind::ha5cfb2018fda983e [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x559e7e041d62 - std::thread::Builder::spawn_unchecked::{{closure}}::hc7620e41f0938c09 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:469 [INFO] [stdout] 25: 0x559e7e041d62 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h1b3b20eeb6ea6ddd [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 26: 0x559e7e2c276f - as core::ops::function::FnOnce>::call_once::h2877b2aefb0fd627 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 27: 0x559e7e2d19e0 - as core::ops::function::FnOnce>::call_once::h13f473dbcdaa0fef [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 28: 0x559e7e2d19e0 - std::sys_common::thread::start_thread::h562a7c4953cb1d31 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 29: 0x559e7e2d19e0 - std::sys::unix::thread::Thread::new::thread_start::h382c6ae14181d163 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 30: 0x7f0e03b0d6db - start_thread [INFO] [stdout] 31: 0x7f0e0361e88f - __clone [INFO] [stdout] 32: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::general::escape_replace_backslash_at_end_unchanged stdout ---- [INFO] [stdout] "test/file1.txt:\nThe outstandingly\\ ghastly hand plans AN ESCAPE from a cream puff the placid widow. A slovenly\n" not in "" [INFO] [stdout] thread 'tests::general::escape_replace_backslash_at_end_unchanged' panicked at 'assertion failed: false', src/tests/general.rs:1408:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x559e7e2cee8b - backtrace::backtrace::libunwind::trace::h89fcc71e59e3bc5b [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x559e7e2cee8b - backtrace::backtrace::trace_unsynchronized::h0bad9be1379e729a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x559e7e2cee8b - std::sys_common::backtrace::_print::hd3382a1f33c473da [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x559e7e2cee8b - std::sys_common::backtrace::print::h0ec6f03cfb8e76a6 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x559e7e2cee8b - std::panicking::default_hook::{{closure}}::h96cbf7b454e3f557 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x559e7e2ceafc - std::panicking::default_hook::h95a8f00337383d83 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x559e7e2cf5fd - std::panicking::rust_panic_with_hook::h92f98b46e22f14ed [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x559e7e272815 - std::panicking::begin_panic::hcd99956a2612695a [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x559e7e008fd2 - ned::tests::general::test::h6a37b566bc5e95d0 [INFO] [stdout] at src/tests/general.rs:1408 [INFO] [stdout] 9: 0x559e7e009ac9 - ned::tests::general::escape_replace_backslash_at_end_unchanged::h46716ac43b76b532 [INFO] [stdout] at src/tests/general.rs:130 [INFO] [stdout] 10: 0x559e7e0099ea - ned::tests::general::escape_replace_backslash_at_end_unchanged::{{closure}}::h57ab0211319e751f [INFO] [stdout] at src/tests/general.rs:116 [INFO] [stdout] 11: 0x559e7dfe545e - core::ops::function::FnOnce::call_once::h14f26b9378285cd1 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 12: 0x559e7e047c1f - as core::ops::function::FnOnce>::call_once::hac0fbe2754f8bd24 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 13: 0x559e7e2d260a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: 0x559e7e06220e - std::panicking::try::h9d6938917cc05e3f [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 15: 0x559e7e06220e - std::panic::catch_unwind::h5be70fd1d69515b0 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 16: 0x559e7e06220e - test::run_test::run_test_inner::{{closure}}::h056f206eafd8ff6e [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 17: 0x559e7e03d645 - std::sys_common::backtrace::__rust_begin_short_backtrace::h859abbc742a34b19 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 18: 0x559e7e041785 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hf8192ec938c43694 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:470 [INFO] [stdout] 19: 0x559e7e041785 - as core::ops::function::FnOnce<()>>::call_once::hae7b2431555cb4db [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:315 [INFO] [stdout] 20: 0x559e7e041785 - std::panicking::try::do_call::h6da7ecd0783259d7 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:296 [INFO] [stdout] 21: 0x559e7e2d260a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 22: 0x559e7e041d62 - std::panicking::try::h3c1c35414c2c78f1 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 23: 0x559e7e041d62 - std::panic::catch_unwind::ha5cfb2018fda983e [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x559e7e041d62 - std::thread::Builder::spawn_unchecked::{{closure}}::hc7620e41f0938c09 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:469 [INFO] [stdout] 25: 0x559e7e041d62 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h1b3b20eeb6ea6ddd [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 26: 0x559e7e2c276f - as core::ops::function::FnOnce>::call_once::h2877b2aefb0fd627 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 27: 0x559e7e2d19e0 - as core::ops::function::FnOnce>::call_once::h13f473dbcdaa0fef [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 28: 0x559e7e2d19e0 - std::sys_common::thread::start_thread::h562a7c4953cb1d31 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 29: 0x559e7e2d19e0 - std::sys::unix::thread::Thread::new::thread_start::h382c6ae14181d163 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 30: 0x7f0e03b0d6db - start_thread [INFO] [stdout] 31: 0x7f0e0361e88f - __clone [INFO] [stdout] 32: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::general::escape_replace_embedded_real_newline_carriage_return_tab_backslash stdout ---- [INFO] [stdout] "test/file1.txt:\nThe outs\nta\tnding\\ly ghastly hand plans AN ESCAPE from a cream puff the placid widow. A slovenly\n" not in "" [INFO] [stdout] thread 'tests::general::escape_replace_embedded_real_newline_carriage_return_tab_backslash' panicked at 'assertion failed: false', src/tests/general.rs:1408:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x559e7e2cee8b - backtrace::backtrace::libunwind::trace::h89fcc71e59e3bc5b [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x559e7e2cee8b - backtrace::backtrace::trace_unsynchronized::h0bad9be1379e729a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x559e7e2cee8b - std::sys_common::backtrace::_print::hd3382a1f33c473da [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x559e7e2cee8b - std::sys_common::backtrace::print::h0ec6f03cfb8e76a6 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x559e7e2cee8b - std::panicking::default_hook::{{closure}}::h96cbf7b454e3f557 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x559e7e2ceafc - std::panicking::default_hook::h95a8f00337383d83 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x559e7e2cf5fd - std::panicking::rust_panic_with_hook::h92f98b46e22f14ed [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x559e7e272815 - std::panicking::begin_panic::hcd99956a2612695a [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x559e7e008fd2 - ned::tests::general::test::h6a37b566bc5e95d0 [INFO] [stdout] at src/tests/general.rs:1408 [INFO] [stdout] 9: 0x559e7e009769 - ned::tests::general::escape_replace_embedded_real_newline_carriage_return_tab_backslash::h53522beda5135c8c [INFO] [stdout] at src/tests/general.rs:76 [INFO] [stdout] 10: 0x559e7e00968a - ned::tests::general::escape_replace_embedded_real_newline_carriage_return_tab_backslash::{{closure}}::h7168513b207855dc [INFO] [stdout] at src/tests/general.rs:62 [INFO] [stdout] 11: 0x559e7dfe5bae - core::ops::function::FnOnce::call_once::h598995110ce91bd1 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 12: 0x559e7e047c1f - as core::ops::function::FnOnce>::call_once::hac0fbe2754f8bd24 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 13: 0x559e7e2d260a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: 0x559e7e06220e - std::panicking::try::h9d6938917cc05e3f [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 15: 0x559e7e06220e - std::panic::catch_unwind::h5be70fd1d69515b0 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 16: 0x559e7e06220e - test::run_test::run_test_inner::{{closure}}::h056f206eafd8ff6e [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 17: 0x559e7e03d645 - std::sys_common::backtrace::__rust_begin_short_backtrace::h859abbc742a34b19 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 18: 0x559e7e041785 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hf8192ec938c43694 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:470 [INFO] [stdout] 19: 0x559e7e041785 - as core::ops::function::FnOnce<()>>::call_once::hae7b2431555cb4db [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:315 [INFO] [stdout] 20: 0x559e7e041785 - std::panicking::try::do_call::h6da7ecd0783259d7 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:296 [INFO] [stdout] 21: 0x559e7e2d260a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 22: 0x559e7e041d62 - std::panicking::try::h3c1c35414c2c78f1 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 23: 0x559e7e041d62 - std::panic::catch_unwind::ha5cfb2018fda983e [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x559e7e041d62 - std::thread::Builder::spawn_unchecked::{{closure}}::hc7620e41f0938c09 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:469 [INFO] [stdout] 25: 0x559e7e041d62 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h1b3b20eeb6ea6ddd [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 26: 0x559e7e2c276f - as core::ops::function::FnOnce>::call_once::h2877b2aefb0fd627 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 27: 0x559e7e2d19e0 - as core::ops::function::FnOnce>::call_once::h13f473dbcdaa0fef [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 28: 0x559e7e2d19e0 - std::sys_common::thread::start_thread::h562a7c4953cb1d31 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 29: 0x559e7e2d19e0 - std::sys::unix::thread::Thread::new::thread_start::h382c6ae14181d163 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 30: 0x7f0e03b0d6db - start_thread [INFO] [stdout] 31: 0x7f0e0361e88f - __clone [INFO] [stdout] 32: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::general::escape_replace_escaped_newline_at_start_and_end stdout ---- [INFO] [stdout] "test/file1.txt:\nThe \noutstandingly\n ghastly hand plans AN ESCAPE from a cream puff the placid widow. A slovenly\n" not in "" [INFO] [stdout] thread 'tests::general::escape_replace_escaped_newline_at_start_and_end' panicked at 'assertion failed: false', src/tests/general.rs:1408:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x559e7e2cee8b - backtrace::backtrace::libunwind::trace::h89fcc71e59e3bc5b [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x559e7e2cee8b - backtrace::backtrace::trace_unsynchronized::h0bad9be1379e729a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x559e7e2cee8b - std::sys_common::backtrace::_print::hd3382a1f33c473da [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x559e7e2cee8b - std::sys_common::backtrace::print::h0ec6f03cfb8e76a6 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x559e7e2cee8b - std::panicking::default_hook::{{closure}}::h96cbf7b454e3f557 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x559e7e2ceafc - std::panicking::default_hook::h95a8f00337383d83 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x559e7e2cf5fd - std::panicking::rust_panic_with_hook::h92f98b46e22f14ed [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x559e7e272815 - std::panicking::begin_panic::hcd99956a2612695a [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x559e7e008fd2 - ned::tests::general::test::h6a37b566bc5e95d0 [INFO] [stdout] at src/tests/general.rs:1408 [INFO] [stdout] 9: 0x559e7e0099a9 - ned::tests::general::escape_replace_escaped_newline_at_start_and_end::h12c5c7cebe300b0f [INFO] [stdout] at src/tests/general.rs:112 [INFO] [stdout] 10: 0x559e7e0098ca - ned::tests::general::escape_replace_escaped_newline_at_start_and_end::{{closure}}::h5de219a182a3e0a0 [INFO] [stdout] at src/tests/general.rs:98 [INFO] [stdout] 11: 0x559e7dfe530e - core::ops::function::FnOnce::call_once::h0a0fa03f079279ac [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 12: 0x559e7e047c1f - as core::ops::function::FnOnce>::call_once::hac0fbe2754f8bd24 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 13: 0x559e7e2d260a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: 0x559e7e06220e - std::panicking::try::h9d6938917cc05e3f [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 15: 0x559e7e06220e - std::panic::catch_unwind::h5be70fd1d69515b0 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 16: 0x559e7e06220e - test::run_test::run_test_inner::{{closure}}::h056f206eafd8ff6e [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 17: 0x559e7e03d645 - std::sys_common::backtrace::__rust_begin_short_backtrace::h859abbc742a34b19 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 18: 0x559e7e041785 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hf8192ec938c43694 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:470 [INFO] [stdout] 19: 0x559e7e041785 - as core::ops::function::FnOnce<()>>::call_once::hae7b2431555cb4db [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:315 [INFO] [stdout] 20: 0x559e7e041785 - std::panicking::try::do_call::h6da7ecd0783259d7 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:296 [INFO] [stdout] 21: 0x559e7e2d260a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 22: 0x559e7e041d62 - std::panicking::try::h3c1c35414c2c78f1 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 23: 0x559e7e041d62 - std::panic::catch_unwind::ha5cfb2018fda983e [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x559e7e041d62 - std::thread::Builder::spawn_unchecked::{{closure}}::hc7620e41f0938c09 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:469 [INFO] [stdout] 25: 0x559e7e041d62 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h1b3b20eeb6ea6ddd [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 26: 0x559e7e2c276f - as core::ops::function::FnOnce>::call_once::h2877b2aefb0fd627 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 27: 0x559e7e2d19e0 - as core::ops::function::FnOnce>::call_once::h13f473dbcdaa0fef [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 28: 0x559e7e2d19e0 - std::sys_common::thread::start_thread::h562a7c4953cb1d31 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 29: 0x559e7e2d19e0 - std::sys::unix::thread::Thread::new::thread_start::h382c6ae14181d163 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 30: 0x7f0e03b0d6db - start_thread [INFO] [stdout] 31: 0x7f0e0361e88f - __clone [INFO] [stdout] 32: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::general::escape_replace_escaped_newline_carriage_return_tab_backslash stdout ---- [INFO] [stdout] "test/file1.txt:\nThe outs\nta\tnding\\ly ghastly hand plans AN ESCAPE from a cream puff the placid widow. A slovenly\n" not in "" [INFO] [stdout] thread 'tests::general::escape_replace_escaped_newline_carriage_return_tab_backslash' panicked at 'assertion failed: false', src/tests/general.rs:1408:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x559e7e2cee8b - backtrace::backtrace::libunwind::trace::h89fcc71e59e3bc5b [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x559e7e2cee8b - backtrace::backtrace::trace_unsynchronized::h0bad9be1379e729a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x559e7e2cee8b - std::sys_common::backtrace::_print::hd3382a1f33c473da [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x559e7e2cee8b - std::sys_common::backtrace::print::h0ec6f03cfb8e76a6 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x559e7e2cee8b - std::panicking::default_hook::{{closure}}::h96cbf7b454e3f557 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x559e7e2ceafc - std::panicking::default_hook::h95a8f00337383d83 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x559e7e2cf5fd - std::panicking::rust_panic_with_hook::h92f98b46e22f14ed [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x559e7e272815 - std::panicking::begin_panic::hcd99956a2612695a [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x559e7e008fd2 - ned::tests::general::test::h6a37b566bc5e95d0 [INFO] [stdout] at src/tests/general.rs:1408 [INFO] [stdout] 9: 0x559e7e009889 - ned::tests::general::escape_replace_escaped_newline_carriage_return_tab_backslash::h2e9d71770e0e9321 [INFO] [stdout] at src/tests/general.rs:94 [INFO] [stdout] 10: 0x559e7e0097aa - ned::tests::general::escape_replace_escaped_newline_carriage_return_tab_backslash::{{closure}}::h4de7cab3b301e773 [INFO] [stdout] at src/tests/general.rs:80 [INFO] [stdout] 11: 0x559e7dfe689e - core::ops::function::FnOnce::call_once::hd7d9a3c587297a74 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 12: 0x559e7e047c1f - as core::ops::function::FnOnce>::call_once::hac0fbe2754f8bd24 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 13: 0x559e7e2d260a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: 0x559e7e06220e - std::panicking::try::h9d6938917cc05e3f [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 15: 0x559e7e06220e - std::panic::catch_unwind::h5be70fd1d69515b0 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 16: 0x559e7e06220e - test::run_test::run_test_inner::{{closure}}::h056f206eafd8ff6e [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 17: 0x559e7e03d645 - std::sys_common::backtrace::__rust_begin_short_backtrace::h859abbc742a34b19 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 18: 0x559e7e041785 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hf8192ec938c43694 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:470 [INFO] [stdout] 19: 0x559e7e041785 - as core::ops::function::FnOnce<()>>::call_once::hae7b2431555cb4db [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:315 [INFO] [stdout] 20: 0x559e7e041785 - std::panicking::try::do_call::h6da7ecd0783259d7 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:296 [INFO] [stdout] 21: 0x559e7e2d260a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 22: 0x559e7e041d62 - std::panicking::try::h3c1c35414c2c78f1 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 23: 0x559e7e041d62 - std::panic::catch_unwind::ha5cfb2018fda983e [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x559e7e041d62 - std::thread::Builder::spawn_unchecked::{{closure}}::hc7620e41f0938c09 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:469 [INFO] [stdout] 25: 0x559e7e041d62 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h1b3b20eeb6ea6ddd [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 26: 0x559e7e2c276f - as core::ops::function::FnOnce>::call_once::h2877b2aefb0fd627 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 27: 0x559e7e2d19e0 - as core::ops::function::FnOnce>::call_once::h13f473dbcdaa0fef [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 28: 0x559e7e2d19e0 - std::sys_common::thread::start_thread::h562a7c4953cb1d31 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 29: 0x559e7e2d19e0 - std::sys::unix::thread::Thread::new::thread_start::h382c6ae14181d163 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 30: 0x7f0e03b0d6db - start_thread [INFO] [stdout] 31: 0x7f0e0361e88f - __clone [INFO] [stdout] 32: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::general::case_replace_lowercase stdout ---- [INFO] [stdout] "test/file1.txt:\nthe accidentally ghastly hand plans AN ESCAPE from a cream puff the placid widow. A slovenly\n" not in "" [INFO] [stdout] thread 'tests::general::case_replace_lowercase' panicked at 'assertion failed: false', src/tests/general.rs:1408:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x559e7e2cee8b - backtrace::backtrace::libunwind::trace::h89fcc71e59e3bc5b [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x559e7e2cee8b - backtrace::backtrace::trace_unsynchronized::h0bad9be1379e729a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x559e7e2cee8b - std::sys_common::backtrace::_print::hd3382a1f33c473da [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x559e7e2cee8b - std::sys_common::backtrace::print::h0ec6f03cfb8e76a6 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x559e7e2cee8b - std::panicking::default_hook::{{closure}}::h96cbf7b454e3f557 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x559e7e2ceafc - std::panicking::default_hook::h95a8f00337383d83 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x559e7e2cf5fd - std::panicking::rust_panic_with_hook::h92f98b46e22f14ed [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x559e7e272815 - std::panicking::begin_panic::hcd99956a2612695a [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x559e7e008fd2 - ned::tests::general::test::h6a37b566bc5e95d0 [INFO] [stdout] at src/tests/general.rs:1408 [INFO] [stdout] 9: 0x559e7e00a0bc - ned::tests::general::case_replace_lowercase::h5aa5524321080970 [INFO] [stdout] at src/tests/general.rs:217 [INFO] [stdout] 10: 0x559e7e009fca - ned::tests::general::case_replace_lowercase::{{closure}}::h8d5bcca924f8a204 [INFO] [stdout] at src/tests/general.rs:204 [INFO] [stdout] 11: 0x559e7dfe56ce - core::ops::function::FnOnce::call_once::h353d66f45fa70bd2 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 12: 0x559e7e047c1f - as core::ops::function::FnOnce>::call_once::hac0fbe2754f8bd24 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 13: 0x559e7e2d260a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: 0x559e7e06220e - std::panicking::try::h9d6938917cc05e3f [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 15: 0x559e7e06220e - std::panic::catch_unwind::h5be70fd1d69515b0 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 16: 0x559e7e06220e - test::run_test::run_test_inner::{{closure}}::h056f206eafd8ff6e [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 17: 0x559e7e03d645 - std::sys_common::backtrace::__rust_begin_short_backtrace::h859abbc742a34b19 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 18: 0x559e7e041785 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hf8192ec938c43694 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:470 [INFO] [stdout] 19: 0x559e7e041785 - as core::ops::function::FnOnce<()>>::call_once::hae7b2431555cb4db [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:315 [INFO] [stdout] 20: 0x559e7e041785 - std::panicking::try::do_call::h6da7ecd0783259d7 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:296 [INFO] [stdout] 21: 0x559e7e2d260a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 22: 0x559e7e041d62 - std::panicking::try::h3c1c35414c2c78f1 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 23: 0x559e7e041d62 - std::panic::catch_unwind::ha5cfb2018fda983e [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x559e7e041d62 - std::thread::Builder::spawn_unchecked::{{closure}}::hc7620e41f0938c09 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:469 [INFO] [stdout] 25: 0x559e7e041d62 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h1b3b20eeb6ea6ddd [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 26: 0x559e7e2c276f - as core::ops::function::FnOnce>::call_once::h2877b2aefb0fd627 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 27: 0x559e7e2d19e0 - as core::ops::function::FnOnce>::call_once::h13f473dbcdaa0fef [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 28: 0x559e7e2d19e0 - std::sys_common::thread::start_thread::h562a7c4953cb1d31 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 29: 0x559e7e2d19e0 - std::sys::unix::thread::Thread::new::thread_start::h382c6ae14181d163 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 30: 0x7f0e03b0d6db - start_thread [INFO] [stdout] 31: 0x7f0e0361e88f - __clone [INFO] [stdout] 32: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::general::escape_replace_invalid_escapes_unchanged stdout ---- [INFO] [stdout] "test/file1.txt:\nThe out\\stan\\din\\gly ghastly hand plans AN ESCAPE from a cream puff the placid widow. A slovenly\n" not in "" [INFO] [stdout] thread 'tests::general::escape_replace_invalid_escapes_unchanged' panicked at 'assertion failed: false', src/tests/general.rs:1408:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x559e7e2cee8b - backtrace::backtrace::libunwind::trace::h89fcc71e59e3bc5b [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x559e7e2cee8b - backtrace::backtrace::trace_unsynchronized::h0bad9be1379e729a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x559e7e2cee8b - std::sys_common::backtrace::_print::hd3382a1f33c473da [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x559e7e2cee8b - std::sys_common::backtrace::print::h0ec6f03cfb8e76a6 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x559e7e2cee8b - std::panicking::default_hook::{{closure}}::h96cbf7b454e3f557 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x559e7e2ceafc - std::panicking::default_hook::h95a8f00337383d83 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x559e7e2cf5fd - std::panicking::rust_panic_with_hook::h92f98b46e22f14ed [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x559e7e272815 - std::panicking::begin_panic::hcd99956a2612695a [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x559e7e008fd2 - ned::tests::general::test::h6a37b566bc5e95d0 [INFO] [stdout] at src/tests/general.rs:1408 [INFO] [stdout] 9: 0x559e7e009be9 - ned::tests::general::escape_replace_invalid_escapes_unchanged::h3e77e117ebc4c8e7 [INFO] [stdout] at src/tests/general.rs:148 [INFO] [stdout] 10: 0x559e7e009b0a - ned::tests::general::escape_replace_invalid_escapes_unchanged::{{closure}}::he807f7323af84aac [INFO] [stdout] at src/tests/general.rs:134 [INFO] [stdout] 11: 0x559e7dfe6aae - core::ops::function::FnOnce::call_once::hea5143c9d5e4111c [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 12: 0x559e7e047c1f - as core::ops::function::FnOnce>::call_once::hac0fbe2754f8bd24 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 13: 0x559e7e2d260a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: 0x559e7e06220e - std::panicking::try::h9d6938917cc05e3f [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 15: 0x559e7e06220e - std::panic::catch_unwind::h5be70fd1d69515b0 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 16: 0x559e7e06220e - test::run_test::run_test_inner::{{closure}}::h056f206eafd8ff6e [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 17: 0x559e7e03d645 - std::sys_common::backtrace::__rust_begin_short_backtrace::h859abbc742a34b19 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 18: 0x559e7e041785 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hf8192ec938c43694 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:470 [INFO] [stdout] 19: 0x559e7e041785 - as core::ops::function::FnOnce<()>>::call_once::hae7b2431555cb4db [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:315 [INFO] [stdout] 20: 0x559e7e041785 - std::panicking::try::do_call::h6da7ecd0783259d7 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:296 [INFO] [stdout] 21: 0x559e7e2d260a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 22: 0x559e7e041d62 - std::panicking::try::h3c1c35414c2c78f1 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 23: 0x559e7e041d62 - std::panic::catch_unwind::ha5cfb2018fda983e [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x559e7e041d62 - std::thread::Builder::spawn_unchecked::{{closure}}::hc7620e41f0938c09 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:469 [INFO] [stdout] 25: 0x559e7e041d62 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h1b3b20eeb6ea6ddd [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 26: 0x559e7e2c276f - as core::ops::function::FnOnce>::call_once::h2877b2aefb0fd627 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 27: 0x559e7e2d19e0 - as core::ops::function::FnOnce>::call_once::h13f473dbcdaa0fef [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 28: 0x559e7e2d19e0 - std::sys_common::thread::start_thread::h562a7c4953cb1d31 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 29: 0x559e7e2d19e0 - std::sys::unix::thread::Thread::new::thread_start::h382c6ae14181d163 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 30: 0x7f0e03b0d6db - start_thread [INFO] [stdout] 31: 0x7f0e0361e88f - __clone [INFO] [stdout] 32: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] tests::general::backref_replace_braces [INFO] [stdout] tests::general::backref_replace_braces_skip [INFO] [stdout] tests::general::basic_replace [INFO] [stdout] tests::general::case_replace_all_cases [INFO] [stdout] tests::general::case_replace_cases_when_target_file_contains_case_escapes_already [INFO] [stdout] tests::general::case_replace_end_at_beginning [INFO] [stdout] tests::general::case_replace_first_sentence_case [INFO] [stdout] tests::general::case_replace_initial_title_case [INFO] [stdout] tests::general::case_replace_lowercase [INFO] [stdout] tests::general::case_replace_no_end [INFO] [stdout] tests::general::case_replace_uppercase [INFO] [stdout] tests::general::case_replace_various_whitespace [INFO] [stdout] tests::general::escape_replace_backslash_at_end_unchanged [INFO] [stdout] tests::general::escape_replace_embedded_real_newline_carriage_return_tab_backslash [INFO] [stdout] tests::general::escape_replace_escaped_newline_at_start_and_end [INFO] [stdout] tests::general::escape_replace_escaped_newline_carriage_return_tab_backslash [INFO] [stdout] tests::general::escape_replace_invalid_escapes_unchanged [INFO] [stdout] [INFO] [stdout] test result: FAILED. 120 passed; 17 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--bin ned' [INFO] running `"docker" "inspect" "31c1b8ca611b0328a7b0680613ae5ab716d4ff6b735d5d7899970582fbd771c0"` [INFO] running `"docker" "rm" "-f" "31c1b8ca611b0328a7b0680613ae5ab716d4ff6b735d5d7899970582fbd771c0"` [INFO] [stdout] 31c1b8ca611b0328a7b0680613ae5ab716d4ff6b735d5d7899970582fbd771c0