[INFO] updating cached repository https://github.com/saschagrunert/git-journal [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] [stderr] From https://github.com/saschagrunert/git-journal [INFO] [stderr] 6213251..79cfc3a master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 79cfc3acc7a5233c3692c2434b4641ad86acb0c1 [INFO] testing saschagrunert/git-journal against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsaschagrunert%2Fgit-journal" "work/builds/worker-6/source"` [INFO] [stderr] Cloning into 'work/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/saschagrunert/git-journal on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/saschagrunert/git-journal [INFO] finished tweaking git repo https://github.com/saschagrunert/git-journal [INFO] tweaked toml for git repo https://github.com/saschagrunert/git-journal written to work/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/saschagrunert/git-journal already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 22bb9162640d543ab5bf471e1421e0c2ebb49927621dee1e3900799e83103cc3 [INFO] running `"docker" "start" "-a" "22bb9162640d543ab5bf471e1421e0c2ebb49927621dee1e3900799e83103cc3"` [INFO] [stderr] Compiling syn v1.0.2 [INFO] [stderr] Compiling num-integer v0.1.40 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling dirs-sys v0.3.4 [INFO] [stderr] Compiling quote v1.0.1 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling openssl-sys v0.9.50 [INFO] [stderr] Compiling libssh2-sys v0.2.12 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Compiling libgit2-sys v0.9.1 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling dirs v2.0.1 [INFO] [stderr] Compiling term v0.6.1 [INFO] [stderr] Compiling chrono v0.4.9 [INFO] [stderr] Compiling backtrace v0.3.38 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling mowl v2.0.0 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Compiling git2 v0.10.1 [INFO] [stderr] Compiling git-journal v1.8.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:896:5 [INFO] [stderr] | [INFO] [stderr] 896 | method!(parse_category, self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:908:5 [INFO] [stderr] | [INFO] [stderr] 908 | method!(parse_list_item, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:908:5 [INFO] [stderr] | [INFO] [stderr] 908 | / method!(parse_list_item, mut self, [INFO] [stderr] 909 | | do_parse!( [INFO] [stderr] 910 | | many0!(space) >> [INFO] [stderr] 911 | | tag!("-") >> [INFO] [stderr] ... | [INFO] [stderr] 923 | | ) [INFO] [stderr] 924 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:926:5 [INFO] [stderr] | [INFO] [stderr] 926 | method!(parse_summary, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:926:5 [INFO] [stderr] | [INFO] [stderr] 926 | / method!(parse_summary, mut self, [INFO] [stderr] 927 | | do_parse!( [INFO] [stderr] 928 | | p_prefix: opt!(separated_pair!(alpha, char!('-'), digit)) >> [INFO] [stderr] 929 | | opt!(space) >> [INFO] [stderr] ... | [INFO] [stderr] 943 | | ) [INFO] [stderr] 944 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'nom::methods::call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:7:12 [INFO] [stderr] | [INFO] [stderr] 7 | alpha, call_m, char, digit, do_parse, many0, map, map_res, method, opt, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'nom::methods::method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:7:64 [INFO] [stderr] | [INFO] [stderr] 7 | alpha, call_m, char, digit, do_parse, many0, map, map_res, method, opt, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 30.55s [INFO] running `"docker" "inspect" "22bb9162640d543ab5bf471e1421e0c2ebb49927621dee1e3900799e83103cc3"` [INFO] running `"docker" "rm" "-f" "22bb9162640d543ab5bf471e1421e0c2ebb49927621dee1e3900799e83103cc3"` [INFO] [stdout] 22bb9162640d543ab5bf471e1421e0c2ebb49927621dee1e3900799e83103cc3 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] d5dcc1fa55ab9f9932e1afb43bc34c3af448d5e1e9de5ce4c6ec38898d11aff9 [INFO] running `"docker" "start" "-a" "d5dcc1fa55ab9f9932e1afb43bc34c3af448d5e1e9de5ce4c6ec38898d11aff9"` [INFO] [stderr] Compiling git-journal v1.8.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:896:5 [INFO] [stderr] | [INFO] [stderr] 896 | method!(parse_category, self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:908:5 [INFO] [stderr] | [INFO] [stderr] 908 | method!(parse_list_item, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:908:5 [INFO] [stderr] | [INFO] [stderr] 908 | / method!(parse_list_item, mut self, [INFO] [stderr] 909 | | do_parse!( [INFO] [stderr] 910 | | many0!(space) >> [INFO] [stderr] 911 | | tag!("-") >> [INFO] [stderr] ... | [INFO] [stderr] 923 | | ) [INFO] [stderr] 924 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:926:5 [INFO] [stderr] | [INFO] [stderr] 926 | method!(parse_summary, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:926:5 [INFO] [stderr] | [INFO] [stderr] 926 | / method!(parse_summary, mut self, [INFO] [stderr] 927 | | do_parse!( [INFO] [stderr] 928 | | p_prefix: opt!(separated_pair!(alpha, char!('-'), digit)) >> [INFO] [stderr] 929 | | opt!(space) >> [INFO] [stderr] ... | [INFO] [stderr] 943 | | ) [INFO] [stderr] 944 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'nom::methods::call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:7:12 [INFO] [stderr] | [INFO] [stderr] 7 | alpha, call_m, char, digit, do_parse, many0, map, map_res, method, opt, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'nom::methods::method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:7:64 [INFO] [stderr] | [INFO] [stderr] 7 | alpha, call_m, char, digit, do_parse, many0, map, map_res, method, opt, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.32s [INFO] running `"docker" "inspect" "d5dcc1fa55ab9f9932e1afb43bc34c3af448d5e1e9de5ce4c6ec38898d11aff9"` [INFO] running `"docker" "rm" "-f" "d5dcc1fa55ab9f9932e1afb43bc34c3af448d5e1e9de5ce4c6ec38898d11aff9"` [INFO] [stdout] d5dcc1fa55ab9f9932e1afb43bc34c3af448d5e1e9de5ce4c6ec38898d11aff9 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] 18dda3b9eb6c23d7d36d7589b72ac7fefb2ff620e9989f8e8d8524909f19dbb8 [INFO] running `"docker" "start" "-a" "18dda3b9eb6c23d7d36d7589b72ac7fefb2ff620e9989f8e8d8524909f19dbb8"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.76s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/gitjournal-ef8de41fde11c802 [INFO] [stdout] [INFO] [stdout] running 42 tests [INFO] [stdout] test config::tests::config_load_err ... ok [INFO] [stdout] test config::tests::config_load_invalid_2 ... ok [INFO] [stdout] test config::tests::config_load_invalid_1 ... ok [INFO] [stdout] test config::tests::config_load_invalid_3 ... ok [INFO] [stdout] test parser::tests::parse_commit_failure_1 ... ok [INFO] [stdout] test config::tests::config_save_err ... ok [INFO] [stdout] test parser::tests::parse_commit_ok_3 ... FAILED [INFO] [stdout] test parser::tests::parse_commit_ok_1 ... FAILED [INFO] [stdout] test parser::tests::parse_commit_ok_2 ... FAILED [INFO] [stdout] test parser::tests::parse_commit_ok_4 ... FAILED [INFO] [stdout] test parser::tests::parse_commit_failure_3 ... ok [INFO] [stdout] test parser::tests::parse_commit_failure_2 ... ok [INFO] [stdout] test tests::new ... ok [INFO] [stdout] test tests::parse_and_print_log_1 ... FAILED [INFO] [stdout] test tests::install_git_hook ... FAILED [INFO] [stdout] test tests::parse_and_print_log_5 ... FAILED [INFO] [stdout] test tests::generate_template_1 ... FAILED [INFO] [stdout] test tests::path_failure ... ok [INFO] [stdout] test tests::prepare_message_success_1 ... FAILED [INFO] [stdout] test tests::prepare_message_failure_1 ... ok [INFO] [stdout] test tests::setup_succeed ... FAILED [INFO] [stdout] test tests::setup_failed ... ok [INFO] [stdout] test tests::prepare_message_success_4 ... FAILED [INFO] [stdout] test tests::prepare_message_success_3 ... FAILED [INFO] [stdout] test tests::prepare_message_failure_2 ... ok [INFO] [stdout] test tests::verify_commit_msg_summary_failure_2 ... ok [INFO] [stdout] test tests::verify_commit_msg_summary_failure_1 ... ok [INFO] [stdout] test tests::verify_commit_msg_paragraph_failure_1 ... ok [INFO] [stdout] test tests::verify_commit_msg_summary_failure_3 ... ok [INFO] [stdout] test tests::verify_commit_msg_paragraph_failure_2 ... ok [INFO] [stdout] test tests::verify_commit_msg_summary_failure_tag ... FAILED [INFO] [stdout] test tests::verify_commit_msg_paragraph_failure_3 ... ok [INFO] [stdout] test tests::verify_commit_msg_summary_success_3 ... ok [INFO] [stdout] test tests::verify_commit_msg_summary_success_4 ... ok [INFO] [stdout] test tests::prepare_message_success_2 ... ok [INFO] [stdout] test tests::verify_commit_msg_summary_success_1 ... ok [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] test tests::verify_commit_msg_summary_success_2 ... ok [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] test config::tests::config_save_and_load_ok ... FAILED [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] test tests::parse_and_print_log_2 ... FAILED [INFO] [stdout] test tests::parse_and_print_log_3 ... FAILED [INFO] [stdout] test tests::parse_and_print_log_6 ... FAILED [INFO] [stdout] test tests::parse_and_print_log_4 ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- parser::tests::parse_commit_ok_3 stdout ---- [INFO] [stdout] thread 'parser::tests::parse_commit_ok_3' panicked at 'called `Option::unwrap()` on a `None` value', src/libcore/option.rs:378:21 [INFO] [stdout] [INFO] [stdout] ---- parser::tests::parse_commit_ok_1 stdout ---- [INFO] [stdout] thread 'parser::tests::parse_commit_ok_1' panicked at 'called `Option::unwrap()` on a `None` value', src/libcore/option.rs:378:21 [INFO] [stdout] note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace. [INFO] [stdout] [INFO] [stdout] ---- parser::tests::parse_commit_ok_2 stdout ---- [INFO] [stdout] thread 'parser::tests::parse_commit_ok_2' panicked at 'called `Option::unwrap()` on a `None` value', src/libcore/option.rs:378:21 [INFO] [stdout] [INFO] [stdout] ---- parser::tests::parse_commit_ok_4 stdout ---- [INFO] [stdout] thread 'parser::tests::parse_commit_ok_4' panicked at 'called `Option::unwrap()` on a `None` value', src/libcore/option.rs:378:21 [INFO] [stdout] [INFO] [stdout] ---- tests::parse_and_print_log_1 stdout ---- [INFO] [stdout] Can't load configuration file, using default one: No such file or directory (os error 2) [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] thread 'tests::parse_and_print_log_1' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `22`, [INFO] [stdout] right: `2`', src/lib.rs:817:9 [INFO] [stdout] [INFO] [stdout] ---- tests::install_git_hook stdout ---- [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] thread 'tests::install_git_hook' panicked at 'assertion failed: journal.install_git_hook("test", "echo 1\n").is_ok()', src/lib.rs:1011:9 [INFO] [stdout] [INFO] [stdout] ---- tests::parse_and_print_log_5 stdout ---- [INFO] [stdout] Can't load configuration file, using default one: No such file or directory (os error 2) [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] thread 'tests::parse_and_print_log_5' panicked at 'assertion failed: journal.parse_log("v1..v2", "rc", &0, &true, &false, None).is_ok()', src/lib.rs:931:9 [INFO] [stdout] [INFO] [stdout] ---- tests::generate_template_1 stdout ---- [INFO] [stdout] Can't load configuration file, using default one: No such file or directory (os error 2) [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] thread 'tests::generate_template_1' panicked at 'assertion failed: journal.generate_template().is_ok()', src/lib.rs:1019:9 [INFO] [stdout] [INFO] [stdout] ---- tests::prepare_message_success_1 stdout ---- [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] thread 'tests::prepare_message_success_1' panicked at 'assertion failed: journal.prepare("./tests/COMMIT_EDITMSG", None).is_ok()', src/lib.rs:966:9 [INFO] [stdout] [INFO] [stdout] ---- tests::setup_succeed stdout ---- [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] thread 'tests::setup_succeed' panicked at 'assertion failed: journal.unwrap().setup().is_ok()', src/lib.rs:729:9 [INFO] [stdout] [INFO] [stdout] ---- tests::prepare_message_success_4 stdout ---- [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] thread 'tests::prepare_message_success_4' panicked at 'assertion failed: journal.prepare("./tests/commit_messages/prepare_4", None).is_ok()', src/lib.rs:988:9 [INFO] [stdout] [INFO] [stdout] ---- tests::prepare_message_success_3 stdout ---- [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] thread 'tests::prepare_message_success_3' panicked at 'assertion failed: journal.prepare("./tests/commit_messages/prepare_2", None).is_ok()', src/lib.rs:980:9 [INFO] [stdout] [INFO] [stdout] ---- tests::verify_commit_msg_summary_failure_tag stdout ---- [INFO] [stdout] Can't load configuration file, using default one: No such file or directory (os error 2) [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] thread 'tests::verify_commit_msg_summary_failure_tag' panicked at 'assertion failed: journal.verify("./tests/commit_messages/success_1").is_err()', src/lib.rs:810:9 [INFO] [stdout] [INFO] [stdout] ---- config::tests::config_save_and_load_ok stdout ---- [INFO] [stdout] thread 'config::tests::config_save_and_load_ok' panicked at 'assertion failed: config.save_default_config(".").is_ok()', src/config.rs:170:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x564a580ede44 - backtrace::backtrace::libunwind::trace::hf625d18232cbbbd4 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x564a580ede44 - backtrace::backtrace::trace_unsynchronized::h41d74150fc6ff542 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x564a580ede44 - std::sys_common::backtrace::_print_fmt::h85d37830c667a1f9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:76 [INFO] [stdout] 3: 0x564a580ede44 - ::fmt::h2b7ac01d5feaf9b2 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:60 [INFO] [stdout] 4: 0x564a5810e7cc - core::fmt::write::h7fd0d904495c035f [INFO] [stdout] at src/libcore/fmt/mod.rs:1030 [INFO] [stdout] 5: 0x564a57c1a195 - std::io::Write::write_fmt::h424452e6ba861394 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/io/mod.rs:1412 [INFO] [stdout] 6: 0x564a580e8ae1 - std::io::impls::>::write_fmt::h814a51d8ae1dee4a [INFO] [stdout] at src/libstd/io/impls.rs:141 [INFO] [stdout] 7: 0x564a580f0375 - std::sys_common::backtrace::_print::h4c743f7c274a5a74 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:64 [INFO] [stdout] 8: 0x564a580f0375 - std::sys_common::backtrace::print::ha5c4f4bf03800d4d [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x564a580f0375 - std::panicking::default_hook::{{closure}}::h8b842185774c09e6 [INFO] [stdout] at src/libstd/panicking.rs:196 [INFO] [stdout] 10: 0x564a580efffc - std::panicking::default_hook::hd8ec13ee1bc2a65a [INFO] [stdout] at src/libstd/panicking.rs:207 [INFO] [stdout] 11: 0x564a580f0a75 - std::panicking::rust_panic_with_hook::hf3b27166e5f403e7 [INFO] [stdout] at src/libstd/panicking.rs:473 [INFO] [stdout] 12: 0x564a5809b7e3 - std::panicking::begin_panic::ha7b78c76d1de9410 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:407 [INFO] [stdout] 13: 0x564a57b79501 - gitjournal::config::tests::config_save_and_load_ok::h8cf1d859c38920e7 [INFO] [stdout] at src/config.rs:170 [INFO] [stdout] 14: 0x564a57b7941a - gitjournal::config::tests::config_save_and_load_ok::{{closure}}::h8c40181cbaeaa7f4 [INFO] [stdout] at src/config.rs:168 [INFO] [stdout] 15: 0x564a57b6bc0e - core::ops::function::FnOnce::call_once::he9c8a045101ebd92 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 16: 0x564a57c2408f - as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 17: 0x564a580f3a9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 18: 0x564a57c3e89e - std::panicking::try::heccce20d527a3513 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] 19: 0x564a57c3e89e - std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] 20: 0x564a57c3e89e - test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 21: 0x564a57c19905 - std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 22: 0x564a57c1da95 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] 23: 0x564a57c1da95 - as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] 24: 0x564a57c1da95 - std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 25: 0x564a580f3a9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 26: 0x564a57c1e042 - std::panicking::try::h243a25457a848a1a [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] 27: 0x564a57c1e042 - std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] 28: 0x564a57c1e042 - std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] 29: 0x564a57c1e042 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 30: 0x564a580e4e0f - as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 31: 0x564a580f2e90 - as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 32: 0x564a580f2e90 - std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 33: 0x564a580f2e90 - std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 34: 0x7f00e4e406db - start_thread [INFO] [stdout] 35: 0x7f00e495188f - __clone [INFO] [stdout] 36: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::parse_and_print_log_2 stdout ---- [INFO] [stdout] Can't load configuration file, using default one: No such file or directory (os error 2) [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] thread 'tests::parse_and_print_log_2' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `0`, [INFO] [stdout] right: `2`', src/lib.rs:854:9 [INFO] [stdout] [INFO] [stdout] ---- tests::parse_and_print_log_3 stdout ---- [INFO] [stdout] Can't load configuration file, using default one: No such file or directory (os error 2) [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] thread 'tests::parse_and_print_log_3' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `0`, [INFO] [stdout] right: `1`', src/lib.rs:881:9 [INFO] [stdout] [INFO] [stdout] ---- tests::parse_and_print_log_6 stdout ---- [INFO] [stdout] Can't load configuration file, using default one: No such file or directory (os error 2) [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] thread 'tests::parse_and_print_log_6' panicked at 'assertion failed: journal.print_log(false, None, Some("CHANGELOG.md")).is_ok()', src/lib.rs:960:9 [INFO] [stdout] [INFO] [stdout] ---- tests::parse_and_print_log_4 stdout ---- [INFO] [stdout] Can't load configuration file, using default one: No such file or directory (os error 2) [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] thread 'tests::parse_and_print_log_4' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `2`', src/lib.rs:907:9 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] config::tests::config_save_and_load_ok [INFO] [stdout] parser::tests::parse_commit_ok_1 [INFO] [stdout] parser::tests::parse_commit_ok_2 [INFO] [stdout] parser::tests::parse_commit_ok_3 [INFO] [stdout] parser::tests::parse_commit_ok_4 [INFO] [stdout] tests::generate_template_1 [INFO] [stdout] tests::install_git_hook [INFO] [stdout] tests::parse_and_print_log_1 [INFO] [stdout] tests::parse_and_print_log_2 [INFO] [stdout] tests::parse_and_print_log_3 [INFO] [stdout] tests::parse_and_print_log_4 [INFO] [stdout] tests::parse_and_print_log_5 [INFO] [stdout] tests::parse_and_print_log_6 [INFO] [stdout] tests::prepare_message_success_1 [INFO] [stdout] tests::prepare_message_success_3 [INFO] [stdout] tests::prepare_message_success_4 [INFO] [stdout] tests::setup_succeed [INFO] [stdout] tests::verify_commit_msg_summary_failure_tag [INFO] [stdout] [INFO] [stdout] test result: FAILED. 24 passed; 18 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `"docker" "inspect" "18dda3b9eb6c23d7d36d7589b72ac7fefb2ff620e9989f8e8d8524909f19dbb8"` [INFO] running `"docker" "rm" "-f" "18dda3b9eb6c23d7d36d7589b72ac7fefb2ff620e9989f8e8d8524909f19dbb8"` [INFO] [stdout] 18dda3b9eb6c23d7d36d7589b72ac7fefb2ff620e9989f8e8d8524909f19dbb8