[INFO] crate cargo-generate 0.3.0 is already in cache [INFO] extracting crate cargo-generate 0.3.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/cargo-generate/0.3.0 [INFO] extracting crate cargo-generate 0.3.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/cargo-generate/0.3.0 [INFO] validating manifest of cargo-generate-0.3.0 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of cargo-generate-0.3.0 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing cargo-generate-0.3.0 [INFO] finished frobbing cargo-generate-0.3.0 [INFO] frobbed toml for cargo-generate-0.3.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/cargo-generate/0.3.0/Cargo.toml [INFO] started frobbing cargo-generate-0.3.0 [INFO] finished frobbing cargo-generate-0.3.0 [INFO] frobbed toml for cargo-generate-0.3.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/cargo-generate/0.3.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing cargo-generate-0.3.0 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/cargo-generate/0.3.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 2063307f053bfa3af513fe6a26e0dfbbd4f0ea11dcb7bfcb6dc69a3bdfdd8274 [INFO] running `"docker" "start" "-a" "2063307f053bfa3af513fe6a26e0dfbbd4f0ea11dcb7bfcb6dc69a3bdfdd8274"` [INFO] [stderr] Compiling liquid-error v0.18.1 [INFO] [stderr] Compiling deunicode v1.0.0 [INFO] [stderr] Compiling clicolors-control v0.2.0 [INFO] [stderr] Compiling rustfix v0.4.6 [INFO] [stderr] Compiling clap-verbosity-flag v0.2.0 [INFO] [stderr] Compiling crates-io v0.18.0 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Compiling liquid-value v0.18.1 [INFO] [stderr] Compiling rayon-core v1.5.0 [INFO] [stderr] warning: lifetime may not live long enough [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/liquid-value-0.18.1/src/scalar.rs:60:54 [INFO] [stderr] | [INFO] [stderr] 29 | impl<'s> ScalarCow<'s> { [INFO] [stderr] | -- lifetime `'s` defined here [INFO] [stderr] ... [INFO] [stderr] 60 | ScalarCowEnum::Str(ref x) => Scalar::new(x.as_ref()), [INFO] [stderr] | ^^^^^^^^^^ argument requires that `'s` must outlive `'static` [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] warning: lifetime may not live long enough [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/liquid-value-0.18.1/src/scalar.rs:60:54 [INFO] [stderr] | [INFO] [stderr] 54 | pub fn as_ref<'r: 's>(&'r self) -> ScalarCow<'r> { [INFO] [stderr] | -- lifetime `'r` defined here [INFO] [stderr] ... [INFO] [stderr] 60 | ScalarCowEnum::Str(ref x) => Scalar::new(x.as_ref()), [INFO] [stderr] | ^^^^^^^^^^ argument requires that `'r` must outlive `'static` [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Compiling console v0.7.7 [INFO] [stderr] Compiling console v0.6.2 [INFO] [stderr] Compiling cargo v0.30.0 [INFO] [stderr] Compiling liquid-interpreter v0.18.1 [INFO] [stderr] Compiling rayon v1.1.0 [INFO] [stderr] Compiling dialoguer v0.1.0 [INFO] [stderr] Compiling indicatif v0.9.0 [INFO] [stderr] Compiling liquid-compiler v0.18.1 [INFO] [stderr] Compiling liquid v0.18.2 [INFO] [stderr] Compiling quicli v0.4.0 [INFO] [stderr] Compiling cargo-generate v0.3.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 32s [INFO] running `"docker" "inspect" "2063307f053bfa3af513fe6a26e0dfbbd4f0ea11dcb7bfcb6dc69a3bdfdd8274"` [INFO] running `"docker" "rm" "-f" "2063307f053bfa3af513fe6a26e0dfbbd4f0ea11dcb7bfcb6dc69a3bdfdd8274"` [INFO] [stdout] 2063307f053bfa3af513fe6a26e0dfbbd4f0ea11dcb7bfcb6dc69a3bdfdd8274 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/cargo-generate/0.3.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 33519f441c55c288116a14a5aaf6bade1801d7eaea288d588e0c6a498e1d3619 [INFO] running `"docker" "start" "-a" "33519f441c55c288116a14a5aaf6bade1801d7eaea288d588e0c6a498e1d3619"` [INFO] [stderr] Compiling escargot v0.2.0 [INFO] [stderr] Compiling float-cmp v0.4.0 [INFO] [stderr] Compiling predicates v0.5.2 [INFO] [stderr] Compiling assert_cmd v0.4.0 [INFO] [stderr] Compiling cargo-generate v0.3.0 (/opt/crater/workdir) [INFO] [stderr] warning: macro requires an expression as an argument [INFO] [stderr] --> tests/integration/basics.rs:447:5 [INFO] [stderr] | [INFO] [stderr] 447 | / assert!( [INFO] [stderr] 448 | | dir.read("foobar-project/submodule/README.md") [INFO] [stderr] 449 | | .contains("*JUST A SUBMODULE*"); [INFO] [stderr] | | - help: try removing semicolon [INFO] [stderr] 450 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this is going to be an error in the future [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> tests/integration/helpers/project_builder.rs:11:27 [INFO] [stderr] | [INFO] [stderr] 11 | static CNT: AtomicUsize = ATOMIC_USIZE_INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicUsize::new(0)` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.99s [INFO] running `"docker" "inspect" "33519f441c55c288116a14a5aaf6bade1801d7eaea288d588e0c6a498e1d3619"` [INFO] running `"docker" "rm" "-f" "33519f441c55c288116a14a5aaf6bade1801d7eaea288d588e0c6a498e1d3619"` [INFO] [stdout] 33519f441c55c288116a14a5aaf6bade1801d7eaea288d588e0c6a498e1d3619 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/cargo-generate/0.3.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen"` [INFO] [stdout] 4c3d03c0b16bd32ecab7dc404848d30ab0b9b008ac639e7a2bd6d89867a9910c [INFO] running `"docker" "start" "-a" "4c3d03c0b16bd32ecab7dc404848d30ab0b9b008ac639e7a2bd6d89867a9910c"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Running /opt/crater/target/debug/deps/cargo_generate-590f84643b4468d3 [INFO] [stderr] Running /opt/crater/target/debug/deps/cargo_generate-ea97fe3c84e74b95 [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/integration-abbd549fd853f470 [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test basics::it_allows_relative_paths ... FAILED [INFO] [stdout] test basics::it_kebabcases_projectname_when_passed_to_flag ... FAILED [INFO] [stdout] test basics::it_does_not_remove_files_from_outside_project_dir ... FAILED [INFO] [stdout] test basics::it_allows_user_defined_projectname_when_passing_force_flag ... FAILED [INFO] [stdout] test basics::it_always_removes_genignore_file ... FAILED [INFO] [stdout] test basics::it_loads_a_submodule ... FAILED [INFO] [stdout] test basics::errant_ignore_entry_doesnt_affect_template_files ... FAILED [INFO] [stdout] test basics::it_allows_a_git_branch_to_be_specified ... FAILED [INFO] [stdout] test basics::it_substitutes_date ... FAILED [INFO] [stdout] test basics::it_removes_files_listed_in_genignore ... FAILED [INFO] [stdout] test basics::short_commands_work ... FAILED [INFO] [stdout] test basics::it_substitutes_projectname_in_cargo_toml ... FAILED [INFO] [stdout] test basics::it_substitutes_cratename_in_a_rust_file ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- basics::it_allows_relative_paths stdout ---- [INFO] [stdout] thread 'basics::it_allows_relative_paths' panicked at 'Unexpected failure. [INFO] [stdout] code-128 [INFO] [stdout] stderr=``` [INFO] [stdout] *** Please tell me who you are. [INFO] [stdout] [INFO] [stdout] Run [INFO] [stdout] [INFO] [stdout] git config --global user.email "you@example.com" [INFO] [stdout] git config --global user.name "Your Name" [INFO] [stdout] [INFO] [stdout] to set your account's default identity. [INFO] [stdout] Omit --global to set the identity only in this repository. [INFO] [stdout] [INFO] [stdout] fatal: empty ident name (for <(null)>) not allowed [INFO] [stdout] ``` [INFO] [stdout] command=`"git" "commit" "--message" "initial commit"` [INFO] [stdout] code=128 [INFO] [stdout] stdout=`````` [INFO] [stdout] stderr=``` [INFO] [stdout] *** Please tell me who you are. [INFO] [stdout] [INFO] [stdout] Run [INFO] [stdout] [INFO] [stdout] git config --global user.email "you@example.com" [INFO] [stdout] git config --global user.name "Your Name" [INFO] [stdout] [INFO] [stdout] to set your account's default identity. [INFO] [stdout] Omit --global to set the identity only in this repository. [INFO] [stdout] [INFO] [stdout] fatal: empty ident name (for <(null)>) not allowed [INFO] [stdout] ``` [INFO] [stdout] ', /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.4.0/src/assert.rs:140:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5614e1a489ab - backtrace::backtrace::libunwind::trace::hfe5db90796807973 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5614e1a489ab - backtrace::backtrace::trace_unsynchronized::h34b865a835594335 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5614e1a489ab - std::sys_common::backtrace::_print::h527254ae44989167 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5614e1a489ab - std::sys_common::backtrace::print::he85dd5ddddf46503 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5614e1a489ab - std::panicking::default_hook::{{closure}}::h847a2eb38b396f14 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5614e1a4861a - std::panicking::default_hook::h2ca0f9a30a0e206b [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5614e1a49120 - std::panicking::rust_panic_with_hook::hffcefc09751839d1 [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5614e1a48ca2 - std::panicking::continue_panic_fmt::hc0f142c930c846fc [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5614e1a48bef - std::panicking::begin_panic_fmt::ha6acf0ffd6d7f80d [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x5614e19ef9b5 - assert_cmd::assert::Assert::success::h97e5580a5db35d07 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.4.0/src/assert.rs:140 [INFO] [stdout] 10: 0x5614e19a39f2 - integration::helpers::project_builder::ProjectBuilder::build::h8fb3c034a60003a6 [INFO] [stdout] at tests/integration/helpers/project_builder.rs:145 [INFO] [stdout] 11: 0x5614e19a1a6a - integration::basics::it_allows_relative_paths::hfa3cad60321cace1 [INFO] [stdout] at tests/integration/basics.rs:455 [INFO] [stdout] 12: 0x5614e19a199a - integration::basics::it_allows_relative_paths::{{closure}}::h6f3096894bd6b5a0 [INFO] [stdout] at tests/integration/basics.rs:454 [INFO] [stdout] 13: 0x5614e19a482e - core::ops::function::FnOnce::call_once::hb8ccbe81dfcc7e78 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 14: 0x5614e19b74ef - as core::ops::function::FnOnce>::call_once::h4a13ee3f0d7b4201 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 15: 0x5614e1a507ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 16: 0x5614e19d1ae8 - std::panicking::try::h5a93466ab2078586 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] 17: 0x5614e19d1ae8 - std::panic::catch_unwind::h752cbeae6ac7bdea [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] 18: 0x5614e19d1ae8 - test::run_test::run_test_inner::{{closure}}::h206c9c16936edaca [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 19: 0x5614e19ac965 - std::sys_common::backtrace::__rust_begin_short_backtrace::hc7edbac42990d270 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 20: 0x5614e19b0a25 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::he53c58e7adee87af [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:470 [INFO] [stdout] 21: 0x5614e19b0a25 - as core::ops::function::FnOnce<()>>::call_once::h1aff7c42b6bb3726 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:315 [INFO] [stdout] 22: 0x5614e19b0a25 - std::panicking::try::do_call::h41f8559f88100f6c [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:296 [INFO] [stdout] 23: 0x5614e1a507ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 24: 0x5614e19b1122 - std::panicking::try::hb54ba808181fe352 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] 25: 0x5614e19b1122 - std::panic::catch_unwind::h555ccf4e835e93f4 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] 26: 0x5614e19b1122 - std::thread::Builder::spawn_unchecked::{{closure}}::hd4dae6e19e80fc1a [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:469 [INFO] [stdout] 27: 0x5614e19b1122 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc35d54c07710e1a1 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 28: 0x5614e1a3bb1f - as core::ops::function::FnOnce>::call_once::h42806b83647d4c79 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 29: 0x5614e1a4ff20 - as core::ops::function::FnOnce>::call_once::h83c921c8e826dd1d [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x5614e1a4ff20 - std::sys_common::thread::start_thread::h2613204ce513782e [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 31: 0x5614e1a4ff20 - std::sys::unix::thread::Thread::new::thread_start::h4570080769500bcd [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 32: 0x7f48838ca4a4 - start_thread [INFO] [stdout] 33: 0x7f48833f5d0f - __clone [INFO] [stdout] 34: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- basics::it_kebabcases_projectname_when_passed_to_flag stdout ---- [INFO] [stdout] thread 'basics::it_kebabcases_projectname_when_passed_to_flag' panicked at 'Unexpected failure. [INFO] [stdout] code-128 [INFO] [stdout] stderr=``` [INFO] [stdout] *** Please tell me who you are. [INFO] [stdout] [INFO] [stdout] Run [INFO] [stdout] [INFO] [stdout] git config --global user.email "you@example.com" [INFO] [stdout] git config --global user.name "Your Name" [INFO] [stdout] [INFO] [stdout] to set your account's default identity. [INFO] [stdout] Omit --global to set the identity only in this repository. [INFO] [stdout] [INFO] [stdout] fatal: empty ident name (for <(null)>) not allowed [INFO] [stdout] ``` [INFO] [stdout] command=`"git" "commit" "--message" "initial commit"` [INFO] [stdout] code=128 [INFO] [stdout] stdout=`````` [INFO] [stdout] stderr=``` [INFO] [stdout] *** Please tell me who you are. [INFO] [stdout] [INFO] [stdout] Run [INFO] [stdout] [INFO] [stdout] git config --global user.email "you@example.com" [INFO] [stdout] git config --global user.name "Your Name" [INFO] [stdout] [INFO] [stdout] to set your account's default identity. [INFO] [stdout] Omit --global to set the identity only in this repository. [INFO] [stdout] [INFO] [stdout] fatal: empty ident name (for <(null)>) not allowed [INFO] [stdout] ``` [INFO] [stdout] ', /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.4.0/src/assert.rs:140:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5614e1a489ab - backtrace::backtrace::libunwind::trace::hfe5db90796807973 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5614e1a489ab - backtrace::backtrace::trace_unsynchronized::h34b865a835594335 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5614e1a489ab - std::sys_common::backtrace::_print::h527254ae44989167 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5614e1a489ab - std::sys_common::backtrace::print::he85dd5ddddf46503 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5614e1a489ab - std::panicking::default_hook::{{closure}}::h847a2eb38b396f14 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5614e1a4861a - std::panicking::default_hook::h2ca0f9a30a0e206b [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5614e1a49120 - std::panicking::rust_panic_with_hook::hffcefc09751839d1 [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5614e1a48ca2 - std::panicking::continue_panic_fmt::hc0f142c930c846fc [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5614e1a48bef - std::panicking::begin_panic_fmt::ha6acf0ffd6d7f80d [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x5614e19ef9b5 - assert_cmd::assert::Assert::success::h97e5580a5db35d07 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.4.0/src/assert.rs:140 [INFO] [stdout] 10: 0x5614e19a39f2 - integration::helpers::project_builder::ProjectBuilder::build::h8fb3c034a60003a6 [INFO] [stdout] at tests/integration/helpers/project_builder.rs:145 [INFO] [stdout] 11: 0x5614e199dd91 - integration::basics::it_kebabcases_projectname_when_passed_to_flag::hdf7ba556acd81211 [INFO] [stdout] at tests/integration/basics.rs:78 [INFO] [stdout] 12: 0x5614e199dcda - integration::basics::it_kebabcases_projectname_when_passed_to_flag::{{closure}}::h1e718605ad6428e2 [INFO] [stdout] at tests/integration/basics.rs:77 [INFO] [stdout] 13: 0x5614e19a486e - core::ops::function::FnOnce::call_once::he0e5d9bb687d334c [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 14: 0x5614e19b74ef - as core::ops::function::FnOnce>::call_once::h4a13ee3f0d7b4201 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 15: 0x5614e1a507ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 16: 0x5614e19d1ae8 - std::panicking::try::h5a93466ab2078586 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] 17: 0x5614e19d1ae8 - std::panic::catch_unwind::h752cbeae6ac7bdea [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] 18: 0x5614e19d1ae8 - test::run_test::run_test_inner::{{closure}}::h206c9c16936edaca [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 19: 0x5614e19ac965 - std::sys_common::backtrace::__rust_begin_short_backtrace::hc7edbac42990d270 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 20: 0x5614e19b0a25 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::he53c58e7adee87af [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:470 [INFO] [stdout] 21: 0x5614e19b0a25 - as core::ops::function::FnOnce<()>>::call_once::h1aff7c42b6bb3726 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:315 [INFO] [stdout] 22: 0x5614e19b0a25 - std::panicking::try::do_call::h41f8559f88100f6c [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:296 [INFO] [stdout] 23: 0x5614e1a507ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 24: 0x5614e19b1122 - std::panicking::try::hb54ba808181fe352 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] 25: 0x5614e19b1122 - std::panic::catch_unwind::h555ccf4e835e93f4 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] 26: 0x5614e19b1122 - std::thread::Builder::spawn_unchecked::{{closure}}::hd4dae6e19e80fc1a [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:469 [INFO] [stdout] 27: 0x5614e19b1122 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc35d54c07710e1a1 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 28: 0x5614e1a3bb1f - as core::ops::function::FnOnce>::call_once::h42806b83647d4c79 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 29: 0x5614e1a4ff20 - as core::ops::function::FnOnce>::call_once::h83c921c8e826dd1d [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x5614e1a4ff20 - std::sys_common::thread::start_thread::h2613204ce513782e [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 31: 0x5614e1a4ff20 - std::sys::unix::thread::Thread::new::thread_start::h4570080769500bcd [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 32: 0x7f48838ca4a4 - start_thread [INFO] [stdout] 33: 0x7f48833f5d0f - __clone [INFO] [stdout] 34: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- basics::it_does_not_remove_files_from_outside_project_dir stdout ---- [INFO] [stdout] thread 'basics::it_does_not_remove_files_from_outside_project_dir' panicked at 'Unexpected failure. [INFO] [stdout] code-128 [INFO] [stdout] stderr=``` [INFO] [stdout] *** Please tell me who you are. [INFO] [stdout] [INFO] [stdout] Run [INFO] [stdout] [INFO] [stdout] git config --global user.email "you@example.com" [INFO] [stdout] git config --global user.name "Your Name" [INFO] [stdout] [INFO] [stdout] to set your account's default identity. [INFO] [stdout] Omit --global to set the identity only in this repository. [INFO] [stdout] [INFO] [stdout] fatal: empty ident name (for <(null)>) not allowed [INFO] [stdout] ``` [INFO] [stdout] command=`"git" "commit" "--message" "initial commit"` [INFO] [stdout] code=128 [INFO] [stdout] stdout=`````` [INFO] [stdout] stderr=``` [INFO] [stdout] *** Please tell me who you are. [INFO] [stdout] [INFO] [stdout] Run [INFO] [stdout] [INFO] [stdout] git config --global user.email "you@example.com" [INFO] [stdout] git config --global user.name "Your Name" [INFO] [stdout] [INFO] [stdout] to set your account's default identity. [INFO] [stdout] Omit --global to set the identity only in this repository. [INFO] [stdout] [INFO] [stdout] fatal: empty ident name (for <(null)>) not allowed [INFO] [stdout] ``` [INFO] [stdout] ', /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.4.0/src/assert.rs:140:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5614e1a489ab - backtrace::backtrace::libunwind::trace::hfe5db90796807973 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5614e1a489ab - backtrace::backtrace::trace_unsynchronized::h34b865a835594335 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5614e1a489ab - std::sys_common::backtrace::_print::h527254ae44989167 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5614e1a489ab - std::sys_common::backtrace::print::he85dd5ddddf46503 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5614e1a489ab - std::panicking::default_hook::{{closure}}::h847a2eb38b396f14 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5614e1a4861a - std::panicking::default_hook::h2ca0f9a30a0e206b [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5614e1a49120 - std::panicking::rust_panic_with_hook::hffcefc09751839d1 [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5614e1a48ca2 - std::panicking::continue_panic_fmt::hc0f142c930c846fc [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5614e1a48bef - std::panicking::begin_panic_fmt::ha6acf0ffd6d7f80d [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x5614e19ef9b5 - assert_cmd::assert::Assert::success::h97e5580a5db35d07 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.4.0/src/assert.rs:140 [INFO] [stdout] 10: 0x5614e19a39f2 - integration::helpers::project_builder::ProjectBuilder::build::h8fb3c034a60003a6 [INFO] [stdout] at tests/integration/helpers/project_builder.rs:145 [INFO] [stdout] 11: 0x5614e19a00a6 - integration::basics::it_does_not_remove_files_from_outside_project_dir::hb4fd114ada028059 [INFO] [stdout] at tests/integration/basics.rs:283 [INFO] [stdout] 12: 0x5614e199ff9a - integration::basics::it_does_not_remove_files_from_outside_project_dir::{{closure}}::h23843243ebdedb10 [INFO] [stdout] at tests/integration/basics.rs:282 [INFO] [stdout] 13: 0x5614e19a453e - core::ops::function::FnOnce::call_once::h16ac19afe5992836 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 14: 0x5614e19b74ef - as core::ops::function::FnOnce>::call_once::h4a13ee3f0d7b4201 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 15: 0x5614e1a507ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 16: 0x5614e19d1ae8 - std::panicking::try::h5a93466ab2078586 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] 17: 0x5614e19d1ae8 - std::panic::catch_unwind::h752cbeae6ac7bdea [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] 18: 0x5614e19d1ae8 - test::run_test::run_test_inner::{{closure}}::h206c9c16936edaca [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 19: 0x5614e19ac965 - std::sys_common::backtrace::__rust_begin_short_backtrace::hc7edbac42990d270 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 20: 0x5614e19b0a25 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::he53c58e7adee87af [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:470 [INFO] [stdout] 21: 0x5614e19b0a25 - as core::ops::function::FnOnce<()>>::call_once::h1aff7c42b6bb3726 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:315 [INFO] [stdout] 22: 0x5614e19b0a25 - std::panicking::try::do_call::h41f8559f88100f6c [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:296 [INFO] [stdout] 23: 0x5614e1a507ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 24: 0x5614e19b1122 - std::panicking::try::hb54ba808181fe352 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] 25: 0x5614e19b1122 - std::panic::catch_unwind::h555ccf4e835e93f4 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] 26: 0x5614e19b1122 - std::thread::Builder::spawn_unchecked::{{closure}}::hd4dae6e19e80fc1a [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:469 [INFO] [stdout] 27: 0x5614e19b1122 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc35d54c07710e1a1 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 28: 0x5614e1a3bb1f - as core::ops::function::FnOnce>::call_once::h42806b83647d4c79 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 29: 0x5614e1a4ff20 - as core::ops::function::FnOnce>::call_once::h83c921c8e826dd1d [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x5614e1a4ff20 - std::sys_common::thread::start_thread::h2613204ce513782e [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 31: 0x5614e1a4ff20 - std::sys::unix::thread::Thread::new::thread_start::h4570080769500bcd [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 32: 0x7f48838ca4a4 - start_thread [INFO] [stdout] 33: 0x7f48833f5d0f - __clone [INFO] [stdout] 34: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- basics::it_allows_user_defined_projectname_when_passing_force_flag stdout ---- [INFO] [stdout] thread 'basics::it_allows_user_defined_projectname_when_passing_force_flag' panicked at 'Unexpected failure. [INFO] [stdout] code-128 [INFO] [stdout] stderr=``` [INFO] [stdout] *** Please tell me who you are. [INFO] [stdout] [INFO] [stdout] Run [INFO] [stdout] [INFO] [stdout] git config --global user.email "you@example.com" [INFO] [stdout] git config --global user.name "Your Name" [INFO] [stdout] [INFO] [stdout] to set your account's default identity. [INFO] [stdout] Omit --global to set the identity only in this repository. [INFO] [stdout] [INFO] [stdout] fatal: empty ident name (for <(null)>) not allowed [INFO] [stdout] ``` [INFO] [stdout] command=`"git" "commit" "--message" "initial commit"` [INFO] [stdout] code=128 [INFO] [stdout] stdout=`````` [INFO] [stdout] stderr=``` [INFO] [stdout] *** Please tell me who you are. [INFO] [stdout] [INFO] [stdout] Run [INFO] [stdout] [INFO] [stdout] git config --global user.email "you@example.com" [INFO] [stdout] git config --global user.name "Your Name" [INFO] [stdout] [INFO] [stdout] to set your account's default identity. [INFO] [stdout] Omit --global to set the identity only in this repository. [INFO] [stdout] [INFO] [stdout] fatal: empty ident name (for <(null)>) not allowed [INFO] [stdout] ``` [INFO] [stdout] ', /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.4.0/src/assert.rs:140:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5614e1a489ab - backtrace::backtrace::libunwind::trace::hfe5db90796807973 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5614e1a489ab - backtrace::backtrace::trace_unsynchronized::h34b865a835594335 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5614e1a489ab - std::sys_common::backtrace::_print::h527254ae44989167 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5614e1a489ab - std::sys_common::backtrace::print::he85dd5ddddf46503 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5614e1a489ab - std::panicking::default_hook::{{closure}}::h847a2eb38b396f14 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5614e1a4861a - std::panicking::default_hook::h2ca0f9a30a0e206b [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5614e1a49120 - std::panicking::rust_panic_with_hook::hffcefc09751839d1 [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5614e1a48ca2 - std::panicking::continue_panic_fmt::hc0f142c930c846fc [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5614e1a48bef - std::panicking::begin_panic_fmt::ha6acf0ffd6d7f80d [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x5614e19ef9b5 - assert_cmd::assert::Assert::success::h97e5580a5db35d07 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.4.0/src/assert.rs:140 [INFO] [stdout] 10: 0x5614e19a39f2 - integration::helpers::project_builder::ProjectBuilder::build::h8fb3c034a60003a6 [INFO] [stdout] at tests/integration/helpers/project_builder.rs:145 [INFO] [stdout] 11: 0x5614e199eb81 - integration::basics::it_allows_user_defined_projectname_when_passing_force_flag::hb6a16768a7df65b0 [INFO] [stdout] at tests/integration/basics.rs:175 [INFO] [stdout] 12: 0x5614e199eaca - integration::basics::it_allows_user_defined_projectname_when_passing_force_flag::{{closure}}::h48455c8f748a663a [INFO] [stdout] at tests/integration/basics.rs:174 [INFO] [stdout] 13: 0x5614e19a47ee - core::ops::function::FnOnce::call_once::hb03cf47ba92b54bd [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 14: 0x5614e19b74ef - as core::ops::function::FnOnce>::call_once::h4a13ee3f0d7b4201 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 15: 0x5614e1a507ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 16: 0x5614e19d1ae8 - std::panicking::try::h5a93466ab2078586 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] 17: 0x5614e19d1ae8 - std::panic::catch_unwind::h752cbeae6ac7bdea [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] 18: 0x5614e19d1ae8 - test::run_test::run_test_inner::{{closure}}::h206c9c16936edaca [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 19: 0x5614e19ac965 - std::sys_common::backtrace::__rust_begin_short_backtrace::hc7edbac42990d270 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 20: 0x5614e19b0a25 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::he53c58e7adee87af [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:470 [INFO] [stdout] 21: 0x5614e19b0a25 - as core::ops::function::FnOnce<()>>::call_once::h1aff7c42b6bb3726 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:315 [INFO] [stdout] 22: 0x5614e19b0a25 - std::panicking::try::do_call::h41f8559f88100f6c [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:296 [INFO] [stdout] 23: 0x5614e1a507ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 24: 0x5614e19b1122 - std::panicking::try::hb54ba808181fe352 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] 25: 0x5614e19b1122 - std::panic::catch_unwind::h555ccf4e835e93f4 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] 26: 0x5614e19b1122 - std::thread::Builder::spawn_unchecked::{{closure}}::hd4dae6e19e80fc1a [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:469 [INFO] [stdout] 27: 0x5614e19b1122 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc35d54c07710e1a1 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 28: 0x5614e1a3bb1f - as core::ops::function::FnOnce>::call_once::h42806b83647d4c79 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 29: 0x5614e1a4ff20 - as core::ops::function::FnOnce>::call_once::h83c921c8e826dd1d [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x5614e1a4ff20 - std::sys_common::thread::start_thread::h2613204ce513782e [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 31: 0x5614e1a4ff20 - std::sys::unix::thread::Thread::new::thread_start::h4570080769500bcd [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 32: 0x7f48838ca4a4 - start_thread [INFO] [stdout] 33: 0x7f48833f5d0f - __clone [INFO] [stdout] 34: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- basics::it_always_removes_genignore_file stdout ---- [INFO] [stdout] thread 'basics::it_always_removes_genignore_file' panicked at 'Unexpected failure. [INFO] [stdout] code-128 [INFO] [stdout] stderr=``` [INFO] [stdout] *** Please tell me who you are. [INFO] [stdout] [INFO] [stdout] Run [INFO] [stdout] [INFO] [stdout] git config --global user.email "you@example.com" [INFO] [stdout] git config --global user.name "Your Name" [INFO] [stdout] [INFO] [stdout] to set your account's default identity. [INFO] [stdout] Omit --global to set the identity only in this repository. [INFO] [stdout] [INFO] [stdout] fatal: empty ident name (for <(null)>) not allowed [INFO] [stdout] ``` [INFO] [stdout] command=`"git" "commit" "--message" "initial commit"` [INFO] [stdout] code=128 [INFO] [stdout] stdout=`````` [INFO] [stdout] stderr=``` [INFO] [stdout] *** Please tell me who you are. [INFO] [stdout] [INFO] [stdout] Run [INFO] [stdout] [INFO] [stdout] git config --global user.email "you@example.com" [INFO] [stdout] git config --global user.name "Your Name" [INFO] [stdout] [INFO] [stdout] to set your account's default identity. [INFO] [stdout] Omit --global to set the identity only in this repository. [INFO] [stdout] [INFO] [stdout] fatal: empty ident name (for <(null)>) not allowed [INFO] [stdout] ``` [INFO] [stdout] ', /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.4.0/src/assert.rs:140:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5614e1a489ab - backtrace::backtrace::libunwind::trace::hfe5db90796807973 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5614e1a489ab - backtrace::backtrace::trace_unsynchronized::h34b865a835594335 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5614e1a489ab - std::sys_common::backtrace::_print::h527254ae44989167 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5614e1a489ab - std::sys_common::backtrace::print::he85dd5ddddf46503 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5614e1a489ab - std::panicking::default_hook::{{closure}}::h847a2eb38b396f14 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5614e1a4861a - std::panicking::default_hook::h2ca0f9a30a0e206b [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5614e1a49120 - std::panicking::rust_panic_with_hook::hffcefc09751839d1 [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5614e1a48ca2 - std::panicking::continue_panic_fmt::hc0f142c930c846fc [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5614e1a48bef - std::panicking::begin_panic_fmt::ha6acf0ffd6d7f80d [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x5614e19ef9b5 - assert_cmd::assert::Assert::success::h97e5580a5db35d07 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.4.0/src/assert.rs:140 [INFO] [stdout] 10: 0x5614e19a39f2 - integration::helpers::project_builder::ProjectBuilder::build::h8fb3c034a60003a6 [INFO] [stdout] at tests/integration/helpers/project_builder.rs:145 [INFO] [stdout] 11: 0x5614e199face - integration::basics::it_always_removes_genignore_file::h3185936c357c62e5 [INFO] [stdout] at tests/integration/basics.rs:251 [INFO] [stdout] 12: 0x5614e199f9ca - integration::basics::it_always_removes_genignore_file::{{closure}}::hf49074430f3d1171 [INFO] [stdout] at tests/integration/basics.rs:250 [INFO] [stdout] 13: 0x5614e19a45fe - core::ops::function::FnOnce::call_once::h31f37691808017a2 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 14: 0x5614e19b74ef - as core::ops::function::FnOnce>::call_once::h4a13ee3f0d7b4201 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 15: 0x5614e1a507ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 16: 0x5614e19d1ae8 - std::panicking::try::h5a93466ab2078586 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] 17: 0x5614e19d1ae8 - std::panic::catch_unwind::h752cbeae6ac7bdea [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] 18: 0x5614e19d1ae8 - test::run_test::run_test_inner::{{closure}}::h206c9c16936edaca [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 19: 0x5614e19ac965 - std::sys_common::backtrace::__rust_begin_short_backtrace::hc7edbac42990d270 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 20: 0x5614e19b0a25 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::he53c58e7adee87af [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:470 [INFO] [stdout] 21: 0x5614e19b0a25 - as core::ops::function::FnOnce<()>>::call_once::h1aff7c42b6bb3726 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:315 [INFO] [stdout] 22: 0x5614e19b0a25 - std::panicking::try::do_call::h41f8559f88100f6c [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:296 [INFO] [stdout] 23: 0x5614e1a507ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 24: 0x5614e19b1122 - std::panicking::try::hb54ba808181fe352 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] 25: 0x5614e19b1122 - std::panic::catch_unwind::h555ccf4e835e93f4 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] 26: 0x5614e19b1122 - std::thread::Builder::spawn_unchecked::{{closure}}::hd4dae6e19e80fc1a [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:469 [INFO] [stdout] 27: 0x5614e19b1122 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc35d54c07710e1a1 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 28: 0x5614e1a3bb1f - as core::ops::function::FnOnce>::call_once::h42806b83647d4c79 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 29: 0x5614e1a4ff20 - as core::ops::function::FnOnce>::call_once::h83c921c8e826dd1d [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x5614e1a4ff20 - std::sys_common::thread::start_thread::h2613204ce513782e [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 31: 0x5614e1a4ff20 - std::sys::unix::thread::Thread::new::thread_start::h4570080769500bcd [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 32: 0x7f48838ca4a4 - start_thread [INFO] [stdout] 33: 0x7f48833f5d0f - __clone [INFO] [stdout] 34: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- basics::it_loads_a_submodule stdout ---- [INFO] [stdout] thread 'basics::it_loads_a_submodule' panicked at 'Unexpected failure. [INFO] [stdout] code-128 [INFO] [stdout] stderr=``` [INFO] [stdout] *** Please tell me who you are. [INFO] [stdout] [INFO] [stdout] Run [INFO] [stdout] [INFO] [stdout] git config --global user.email "you@example.com" [INFO] [stdout] git config --global user.name "Your Name" [INFO] [stdout] [INFO] [stdout] to set your account's default identity. [INFO] [stdout] Omit --global to set the identity only in this repository. [INFO] [stdout] [INFO] [stdout] fatal: empty ident name (for <(null)>) not allowed [INFO] [stdout] ``` [INFO] [stdout] command=`"git" "commit" "--message" "initial commit"` [INFO] [stdout] code=128 [INFO] [stdout] stdout=`````` [INFO] [stdout] stderr=``` [INFO] [stdout] *** Please tell me who you are. [INFO] [stdout] [INFO] [stdout] Run [INFO] [stdout] [INFO] [stdout] git config --global user.email "you@example.com" [INFO] [stdout] git config --global user.name "Your Name" [INFO] [stdout] [INFO] [stdout] to set your account's default identity. [INFO] [stdout] Omit --global to set the identity only in this repository. [INFO] [stdout] [INFO] [stdout] fatal: empty ident name (for <(null)>) not allowed [INFO] [stdout] ``` [INFO] [stdout] ', /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.4.0/src/assert.rs:140:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5614e1a489ab - backtrace::backtrace::libunwind::trace::hfe5db90796807973 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5614e1a489ab - backtrace::backtrace::trace_unsynchronized::h34b865a835594335 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5614e1a489ab - std::sys_common::backtrace::_print::h527254ae44989167 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5614e1a489ab - std::sys_common::backtrace::print::he85dd5ddddf46503 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5614e1a489ab - std::panicking::default_hook::{{closure}}::h847a2eb38b396f14 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5614e1a4861a - std::panicking::default_hook::h2ca0f9a30a0e206b [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5614e1a49120 - std::panicking::rust_panic_with_hook::hffcefc09751839d1 [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5614e1a48ca2 - std::panicking::continue_panic_fmt::hc0f142c930c846fc [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5614e1a48bef - std::panicking::begin_panic_fmt::ha6acf0ffd6d7f80d [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x5614e19ef9b5 - assert_cmd::assert::Assert::success::h97e5580a5db35d07 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.4.0/src/assert.rs:140 [INFO] [stdout] 10: 0x5614e19a39f2 - integration::helpers::project_builder::ProjectBuilder::build::h8fb3c034a60003a6 [INFO] [stdout] at tests/integration/helpers/project_builder.rs:145 [INFO] [stdout] 11: 0x5614e19a126a - integration::basics::it_loads_a_submodule::hdf607605c75c48f4 [INFO] [stdout] at tests/integration/basics.rs:412 [INFO] [stdout] 12: 0x5614e19a119a - integration::basics::it_loads_a_submodule::{{closure}}::hcec557cd1117fd77 [INFO] [stdout] at tests/integration/basics.rs:411 [INFO] [stdout] 13: 0x5614e19a472e - core::ops::function::FnOnce::call_once::h9ed98f177ad3afb3 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 14: 0x5614e19b74ef - as core::ops::function::FnOnce>::call_once::h4a13ee3f0d7b4201 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 15: 0x5614e1a507ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 16: 0x5614e19d1ae8 - std::panicking::try::h5a93466ab2078586 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] 17: 0x5614e19d1ae8 - std::panic::catch_unwind::h752cbeae6ac7bdea [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] 18: 0x5614e19d1ae8 - test::run_test::run_test_inner::{{closure}}::h206c9c16936edaca [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 19: 0x5614e19ac965 - std::sys_common::backtrace::__rust_begin_short_backtrace::hc7edbac42990d270 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 20: 0x5614e19b0a25 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::he53c58e7adee87af [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:470 [INFO] [stdout] 21: 0x5614e19b0a25 - as core::ops::function::FnOnce<()>>::call_once::h1aff7c42b6bb3726 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:315 [INFO] [stdout] 22: 0x5614e19b0a25 - std::panicking::try::do_call::h41f8559f88100f6c [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:296 [INFO] [stdout] 23: 0x5614e1a507ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 24: 0x5614e19b1122 - std::panicking::try::hb54ba808181fe352 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] 25: 0x5614e19b1122 - std::panic::catch_unwind::h555ccf4e835e93f4 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] 26: 0x5614e19b1122 - std::thread::Builder::spawn_unchecked::{{closure}}::hd4dae6e19e80fc1a [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:469 [INFO] [stdout] 27: 0x5614e19b1122 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc35d54c07710e1a1 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 28: 0x5614e1a3bb1f - as core::ops::function::FnOnce>::call_once::h42806b83647d4c79 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 29: 0x5614e1a4ff20 - as core::ops::function::FnOnce>::call_once::h83c921c8e826dd1d [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x5614e1a4ff20 - std::sys_common::thread::start_thread::h2613204ce513782e [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 31: 0x5614e1a4ff20 - std::sys::unix::thread::Thread::new::thread_start::h4570080769500bcd [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 32: 0x7f48838ca4a4 - start_thread [INFO] [stdout] 33: 0x7f48833f5d0f - __clone [INFO] [stdout] 34: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- basics::errant_ignore_entry_doesnt_affect_template_files stdout ---- [INFO] [stdout] thread 'basics::errant_ignore_entry_doesnt_affect_template_files' panicked at 'Unexpected failure. [INFO] [stdout] code-128 [INFO] [stdout] stderr=``` [INFO] [stdout] *** Please tell me who you are. [INFO] [stdout] [INFO] [stdout] Run [INFO] [stdout] [INFO] [stdout] git config --global user.email "you@example.com" [INFO] [stdout] git config --global user.name "Your Name" [INFO] [stdout] [INFO] [stdout] to set your account's default identity. [INFO] [stdout] Omit --global to set the identity only in this repository. [INFO] [stdout] [INFO] [stdout] fatal: empty ident name (for <(null)>) not allowed [INFO] [stdout] ``` [INFO] [stdout] command=`"git" "commit" "--message" "initial commit"` [INFO] [stdout] code=128 [INFO] [stdout] stdout=`````` [INFO] [stdout] stderr=``` [INFO] [stdout] *** Please tell me who you are. [INFO] [stdout] [INFO] [stdout] Run [INFO] [stdout] [INFO] [stdout] git config --global user.email "you@example.com" [INFO] [stdout] git config --global user.name "Your Name" [INFO] [stdout] [INFO] [stdout] to set your account's default identity. [INFO] [stdout] Omit --global to set the identity only in this repository. [INFO] [stdout] [INFO] [stdout] fatal: empty ident name (for <(null)>) not allowed [INFO] [stdout] ``` [INFO] [stdout] ', /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.4.0/src/assert.rs:140:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5614e1a489ab - backtrace::backtrace::libunwind::trace::hfe5db90796807973 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5614e1a489ab - backtrace::backtrace::trace_unsynchronized::h34b865a835594335 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5614e1a489ab - std::sys_common::backtrace::_print::h527254ae44989167 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5614e1a489ab - std::sys_common::backtrace::print::he85dd5ddddf46503 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5614e1a489ab - std::panicking::default_hook::{{closure}}::h847a2eb38b396f14 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5614e1a4861a - std::panicking::default_hook::h2ca0f9a30a0e206b [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5614e1a49120 - std::panicking::rust_panic_with_hook::hffcefc09751839d1 [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5614e1a48ca2 - std::panicking::continue_panic_fmt::hc0f142c930c846fc [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5614e1a48bef - std::panicking::begin_panic_fmt::ha6acf0ffd6d7f80d [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x5614e19ef9b5 - assert_cmd::assert::Assert::success::h97e5580a5db35d07 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.4.0/src/assert.rs:140 [INFO] [stdout] 10: 0x5614e19a39f2 - integration::helpers::project_builder::ProjectBuilder::build::h8fb3c034a60003a6 [INFO] [stdout] at tests/integration/helpers/project_builder.rs:145 [INFO] [stdout] 11: 0x5614e19a08e0 - integration::basics::errant_ignore_entry_doesnt_affect_template_files::h878eae665dc461ec [INFO] [stdout] at tests/integration/basics.rs:332 [INFO] [stdout] 12: 0x5614e19a07aa - integration::basics::errant_ignore_entry_doesnt_affect_template_files::{{closure}}::hb1f4505ccd81bff9 [INFO] [stdout] at tests/integration/basics.rs:331 [INFO] [stdout] 13: 0x5614e19a47ae - core::ops::function::FnOnce::call_once::ha9b6ccd3de9e216e [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 14: 0x5614e19b74ef - as core::ops::function::FnOnce>::call_once::h4a13ee3f0d7b4201 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 15: 0x5614e1a507ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 16: 0x5614e19d1ae8 - std::panicking::try::h5a93466ab2078586 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] 17: 0x5614e19d1ae8 - std::panic::catch_unwind::h752cbeae6ac7bdea [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] 18: 0x5614e19d1ae8 - test::run_test::run_test_inner::{{closure}}::h206c9c16936edaca [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 19: 0x5614e19ac965 - std::sys_common::backtrace::__rust_begin_short_backtrace::hc7edbac42990d270 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 20: 0x5614e19b0a25 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::he53c58e7adee87af [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:470 [INFO] [stdout] 21: 0x5614e19b0a25 - as core::ops::function::FnOnce<()>>::call_once::h1aff7c42b6bb3726 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:315 [INFO] [stdout] 22: 0x5614e19b0a25 - std::panicking::try::do_call::h41f8559f88100f6c [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:296 [INFO] [stdout] 23: 0x5614e1a507ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 24: 0x5614e19b1122 - std::panicking::try::hb54ba808181fe352 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] 25: 0x5614e19b1122 - std::panic::catch_unwind::h555ccf4e835e93f4 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] 26: 0x5614e19b1122 - std::thread::Builder::spawn_unchecked::{{closure}}::hd4dae6e19e80fc1a [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:469 [INFO] [stdout] 27: 0x5614e19b1122 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc35d54c07710e1a1 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 28: 0x5614e1a3bb1f - as core::ops::function::FnOnce>::call_once::h42806b83647d4c79 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 29: 0x5614e1a4ff20 - as core::ops::function::FnOnce>::call_once::h83c921c8e826dd1d [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x5614e1a4ff20 - std::sys_common::thread::start_thread::h2613204ce513782e [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 31: 0x5614e1a4ff20 - std::sys::unix::thread::Thread::new::thread_start::h4570080769500bcd [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 32: 0x7f48838ca4a4 - start_thread [INFO] [stdout] 33: 0x7f48833f5d0f - __clone [INFO] [stdout] 34: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- basics::it_allows_a_git_branch_to_be_specified stdout ---- [INFO] [stdout] thread 'basics::it_allows_a_git_branch_to_be_specified' panicked at 'Unexpected failure. [INFO] [stdout] code-128 [INFO] [stdout] stderr=``` [INFO] [stdout] *** Please tell me who you are. [INFO] [stdout] [INFO] [stdout] Run [INFO] [stdout] [INFO] [stdout] git config --global user.email "you@example.com" [INFO] [stdout] git config --global user.name "Your Name" [INFO] [stdout] [INFO] [stdout] to set your account's default identity. [INFO] [stdout] Omit --global to set the identity only in this repository. [INFO] [stdout] [INFO] [stdout] fatal: empty ident name (for <(null)>) not allowed [INFO] [stdout] ``` [INFO] [stdout] command=`"git" "commit" "--message" "initial master commit"` [INFO] [stdout] code=128 [INFO] [stdout] stdout=`````` [INFO] [stdout] stderr=``` [INFO] [stdout] *** Please tell me who you are. [INFO] [stdout] [INFO] [stdout] Run [INFO] [stdout] [INFO] [stdout] git config --global user.email "you@example.com" [INFO] [stdout] git config --global user.name "Your Name" [INFO] [stdout] [INFO] [stdout] to set your account's default identity. [INFO] [stdout] Omit --global to set the identity only in this repository. [INFO] [stdout] [INFO] [stdout] fatal: empty ident name (for <(null)>) not allowed [INFO] [stdout] ``` [INFO] [stdout] ', /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.4.0/src/assert.rs:140:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5614e1a489ab - backtrace::backtrace::libunwind::trace::hfe5db90796807973 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5614e1a489ab - backtrace::backtrace::trace_unsynchronized::h34b865a835594335 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5614e1a489ab - std::sys_common::backtrace::_print::h527254ae44989167 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5614e1a489ab - std::sys_common::backtrace::print::he85dd5ddddf46503 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5614e1a489ab - std::panicking::default_hook::{{closure}}::h847a2eb38b396f14 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5614e1a4861a - std::panicking::default_hook::h2ca0f9a30a0e206b [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5614e1a49120 - std::panicking::rust_panic_with_hook::hffcefc09751839d1 [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5614e1a48ca2 - std::panicking::continue_panic_fmt::hc0f142c930c846fc [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5614e1a48bef - std::panicking::begin_panic_fmt::ha6acf0ffd6d7f80d [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x5614e19ef9b5 - assert_cmd::assert::Assert::success::h97e5580a5db35d07 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.4.0/src/assert.rs:140 [INFO] [stdout] 10: 0x5614e19a3685 - integration::helpers::project_builder::ProjectBuilder::build::h8fb3c034a60003a6 [INFO] [stdout] at tests/integration/helpers/project_builder.rs:110 [INFO] [stdout] 11: 0x5614e19a0d88 - integration::basics::it_allows_a_git_branch_to_be_specified::h6e6707409de64e6b [INFO] [stdout] at tests/integration/basics.rs:376 [INFO] [stdout] 12: 0x5614e19a0caa - integration::basics::it_allows_a_git_branch_to_be_specified::{{closure}}::h783a97443bb2fe61 [INFO] [stdout] at tests/integration/basics.rs:374 [INFO] [stdout] 13: 0x5614e19a48ae - core::ops::function::FnOnce::call_once::he49120d29879900f [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 14: 0x5614e19b74ef - as core::ops::function::FnOnce>::call_once::h4a13ee3f0d7b4201 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 15: 0x5614e1a507ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 16: 0x5614e19d1ae8 - std::panicking::try::h5a93466ab2078586 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] 17: 0x5614e19d1ae8 - std::panic::catch_unwind::h752cbeae6ac7bdea [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] 18: 0x5614e19d1ae8 - test::run_test::run_test_inner::{{closure}}::h206c9c16936edaca [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 19: 0x5614e19ac965 - std::sys_common::backtrace::__rust_begin_short_backtrace::hc7edbac42990d270 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 20: 0x5614e19b0a25 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::he53c58e7adee87af [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:470 [INFO] [stdout] 21: 0x5614e19b0a25 - as core::ops::function::FnOnce<()>>::call_once::h1aff7c42b6bb3726 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:315 [INFO] [stdout] 22: 0x5614e19b0a25 - std::panicking::try::do_call::h41f8559f88100f6c [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:296 [INFO] [stdout] 23: 0x5614e1a507ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 24: 0x5614e19b1122 - std::panicking::try::hb54ba808181fe352 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] 25: 0x5614e19b1122 - std::panic::catch_unwind::h555ccf4e835e93f4 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] 26: 0x5614e19b1122 - std::thread::Builder::spawn_unchecked::{{closure}}::hd4dae6e19e80fc1a [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:469 [INFO] [stdout] 27: 0x5614e19b1122 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc35d54c07710e1a1 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 28: 0x5614e1a3bb1f - as core::ops::function::FnOnce>::call_once::h42806b83647d4c79 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 29: 0x5614e1a4ff20 - as core::ops::function::FnOnce>::call_once::h83c921c8e826dd1d [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x5614e1a4ff20 - std::sys_common::thread::start_thread::h2613204ce513782e [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 31: 0x5614e1a4ff20 - std::sys::unix::thread::Thread::new::thread_start::h4570080769500bcd [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 32: 0x7f48838ca4a4 - start_thread [INFO] [stdout] 33: 0x7f48833f5d0f - __clone [INFO] [stdout] 34: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- basics::it_substitutes_date stdout ---- [INFO] [stdout] thread 'basics::it_substitutes_date' panicked at 'Unexpected failure. [INFO] [stdout] code-128 [INFO] [stdout] stderr=``` [INFO] [stdout] *** Please tell me who you are. [INFO] [stdout] [INFO] [stdout] Run [INFO] [stdout] [INFO] [stdout] git config --global user.email "you@example.com" [INFO] [stdout] git config --global user.name "Your Name" [INFO] [stdout] [INFO] [stdout] to set your account's default identity. [INFO] [stdout] Omit --global to set the identity only in this repository. [INFO] [stdout] [INFO] [stdout] fatal: empty ident name (for <(null)>) not allowed [INFO] [stdout] ``` [INFO] [stdout] command=`"git" "commit" "--message" "initial commit"` [INFO] [stdout] code=128 [INFO] [stdout] stdout=`````` [INFO] [stdout] stderr=``` [INFO] [stdout] *** Please tell me who you are. [INFO] [stdout] [INFO] [stdout] Run [INFO] [stdout] [INFO] [stdout] git config --global user.email "you@example.com" [INFO] [stdout] git config --global user.name "Your Name" [INFO] [stdout] [INFO] [stdout] to set your account's default identity. [INFO] [stdout] Omit --global to set the identity only in this repository. [INFO] [stdout] [INFO] [stdout] fatal: empty ident name (for <(null)>) not allowed [INFO] [stdout] ``` [INFO] [stdout] ', /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.4.0/src/assert.rs:140:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5614e1a489ab - backtrace::backtrace::libunwind::trace::hfe5db90796807973 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5614e1a489ab - backtrace::backtrace::trace_unsynchronized::h34b865a835594335 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5614e1a489ab - std::sys_common::backtrace::_print::h527254ae44989167 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5614e1a489ab - std::sys_common::backtrace::print::he85dd5ddddf46503 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5614e1a489ab - std::panicking::default_hook::{{closure}}::h847a2eb38b396f14 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5614e1a4861a - std::panicking::default_hook::h2ca0f9a30a0e206b [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5614e1a49120 - std::panicking::rust_panic_with_hook::hffcefc09751839d1 [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5614e1a48ca2 - std::panicking::continue_panic_fmt::hc0f142c930c846fc [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5614e1a48bef - std::panicking::begin_panic_fmt::ha6acf0ffd6d7f80d [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x5614e19ef9b5 - assert_cmd::assert::Assert::success::h97e5580a5db35d07 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.4.0/src/assert.rs:140 [INFO] [stdout] 10: 0x5614e19a39f2 - integration::helpers::project_builder::ProjectBuilder::build::h8fb3c034a60003a6 [INFO] [stdout] at tests/integration/helpers/project_builder.rs:145 [INFO] [stdout] 11: 0x5614e199d911 - integration::basics::it_substitutes_date::ha219c061f9e95026 [INFO] [stdout] at tests/integration/basics.rs:45 [INFO] [stdout] 12: 0x5614e199d85a - integration::basics::it_substitutes_date::{{closure}}::h25a75b6ead6ed909 [INFO] [stdout] at tests/integration/basics.rs:44 [INFO] [stdout] 13: 0x5614e19a45be - core::ops::function::FnOnce::call_once::h31be537cbc145835 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 14: 0x5614e19b74ef - as core::ops::function::FnOnce>::call_once::h4a13ee3f0d7b4201 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 15: 0x5614e1a507ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 16: 0x5614e19d1ae8 - std::panicking::try::h5a93466ab2078586 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] 17: 0x5614e19d1ae8 - std::panic::catch_unwind::h752cbeae6ac7bdea [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] 18: 0x5614e19d1ae8 - test::run_test::run_test_inner::{{closure}}::h206c9c16936edaca [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 19: 0x5614e19ac965 - std::sys_common::backtrace::__rust_begin_short_backtrace::hc7edbac42990d270 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 20: 0x5614e19b0a25 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::he53c58e7adee87af [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:470 [INFO] [stdout] 21: 0x5614e19b0a25 - as core::ops::function::FnOnce<()>>::call_once::h1aff7c42b6bb3726 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:315 [INFO] [stdout] 22: 0x5614e19b0a25 - std::panicking::try::do_call::h41f8559f88100f6c [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:296 [INFO] [stdout] 23: 0x5614e1a507ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 24: 0x5614e19b1122 - std::panicking::try::hb54ba808181fe352 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] 25: 0x5614e19b1122 - std::panic::catch_unwind::h555ccf4e835e93f4 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] 26: 0x5614e19b1122 - std::thread::Builder::spawn_unchecked::{{closure}}::hd4dae6e19e80fc1a [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:469 [INFO] [stdout] 27: 0x5614e19b1122 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc35d54c07710e1a1 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 28: 0x5614e1a3bb1f - as core::ops::function::FnOnce>::call_once::h42806b83647d4c79 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 29: 0x5614e1a4ff20 - as core::ops::function::FnOnce>::call_once::h83c921c8e826dd1d [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x5614e1a4ff20 - std::sys_common::thread::start_thread::h2613204ce513782e [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 31: 0x5614e1a4ff20 - std::sys::unix::thread::Thread::new::thread_start::h4570080769500bcd [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 32: 0x7f48838ca4a4 - start_thread [INFO] [stdout] 33: 0x7f48833f5d0f - __clone [INFO] [stdout] 34: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- basics::it_removes_files_listed_in_genignore stdout ---- [INFO] [stdout] thread 'basics::it_removes_files_listed_in_genignore' panicked at 'Unexpected failure. [INFO] [stdout] code-128 [INFO] [stdout] stderr=``` [INFO] [stdout] *** Please tell me who you are. [INFO] [stdout] [INFO] [stdout] Run [INFO] [stdout] [INFO] [stdout] git config --global user.email "you@example.com" [INFO] [stdout] git config --global user.name "Your Name" [INFO] [stdout] [INFO] [stdout] to set your account's default identity. [INFO] [stdout] Omit --global to set the identity only in this repository. [INFO] [stdout] [INFO] [stdout] fatal: empty ident name (for <(null)>) not allowed [INFO] [stdout] ``` [INFO] [stdout] command=`"git" "commit" "--message" "initial commit"` [INFO] [stdout] code=128 [INFO] [stdout] stdout=`````` [INFO] [stdout] stderr=``` [INFO] [stdout] *** Please tell me who you are. [INFO] [stdout] [INFO] [stdout] Run [INFO] [stdout] [INFO] [stdout] git config --global user.email "you@example.com" [INFO] [stdout] git config --global user.name "Your Name" [INFO] [stdout] [INFO] [stdout] to set your account's default identity. [INFO] [stdout] Omit --global to set the identity only in this repository. [INFO] [stdout] [INFO] [stdout] fatal: empty ident name (for <(null)>) not allowed [INFO] [stdout] ``` [INFO] [stdout] ', /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.4.0/src/assert.rs:140:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5614e1a489ab - backtrace::backtrace::libunwind::trace::hfe5db90796807973 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5614e1a489ab - backtrace::backtrace::trace_unsynchronized::h34b865a835594335 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5614e1a489ab - std::sys_common::backtrace::_print::h527254ae44989167 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5614e1a489ab - std::sys_common::backtrace::print::he85dd5ddddf46503 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5614e1a489ab - std::panicking::default_hook::{{closure}}::h847a2eb38b396f14 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5614e1a4861a - std::panicking::default_hook::h2ca0f9a30a0e206b [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5614e1a49120 - std::panicking::rust_panic_with_hook::hffcefc09751839d1 [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5614e1a48ca2 - std::panicking::continue_panic_fmt::hc0f142c930c846fc [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5614e1a48bef - std::panicking::begin_panic_fmt::ha6acf0ffd6d7f80d [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x5614e19ef9b5 - assert_cmd::assert::Assert::success::h97e5580a5db35d07 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.4.0/src/assert.rs:140 [INFO] [stdout] 10: 0x5614e19a39f2 - integration::helpers::project_builder::ProjectBuilder::build::h8fb3c034a60003a6 [INFO] [stdout] at tests/integration/helpers/project_builder.rs:145 [INFO] [stdout] 11: 0x5614e199f13a - integration::basics::it_removes_files_listed_in_genignore::hfe4aed357a6746e1 [INFO] [stdout] at tests/integration/basics.rs:209 [INFO] [stdout] 12: 0x5614e199ef6a - integration::basics::it_removes_files_listed_in_genignore::{{closure}}::h6db154c2d0e7fa80 [INFO] [stdout] at tests/integration/basics.rs:208 [INFO] [stdout] 13: 0x5614e19a476e - core::ops::function::FnOnce::call_once::ha34f07cbd45dac1a [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 14: 0x5614e19b74ef - as core::ops::function::FnOnce>::call_once::h4a13ee3f0d7b4201 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 15: 0x5614e1a507ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 16: 0x5614e19d1ae8 - std::panicking::try::h5a93466ab2078586 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] 17: 0x5614e19d1ae8 - std::panic::catch_unwind::h752cbeae6ac7bdea [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] 18: 0x5614e19d1ae8 - test::run_test::run_test_inner::{{closure}}::h206c9c16936edaca [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 19: 0x5614e19ac965 - std::sys_common::backtrace::__rust_begin_short_backtrace::hc7edbac42990d270 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 20: 0x5614e19b0a25 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::he53c58e7adee87af [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:470 [INFO] [stdout] 21: 0x5614e19b0a25 - as core::ops::function::FnOnce<()>>::call_once::h1aff7c42b6bb3726 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:315 [INFO] [stdout] 22: 0x5614e19b0a25 - std::panicking::try::do_call::h41f8559f88100f6c [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:296 [INFO] [stdout] 23: 0x5614e1a507ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 24: 0x5614e19b1122 - std::panicking::try::hb54ba808181fe352 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] 25: 0x5614e19b1122 - std::panic::catch_unwind::h555ccf4e835e93f4 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] 26: 0x5614e19b1122 - std::thread::Builder::spawn_unchecked::{{closure}}::hd4dae6e19e80fc1a [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:469 [INFO] [stdout] 27: 0x5614e19b1122 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc35d54c07710e1a1 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 28: 0x5614e1a3bb1f - as core::ops::function::FnOnce>::call_once::h42806b83647d4c79 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 29: 0x5614e1a4ff20 - as core::ops::function::FnOnce>::call_once::h83c921c8e826dd1d [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x5614e1a4ff20 - std::sys_common::thread::start_thread::h2613204ce513782e [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 31: 0x5614e1a4ff20 - std::sys::unix::thread::Thread::new::thread_start::h4570080769500bcd [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 32: 0x7f48838ca4a4 - start_thread [INFO] [stdout] 33: 0x7f48833f5d0f - __clone [INFO] [stdout] 34: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- basics::short_commands_work stdout ---- [INFO] [stdout] thread 'basics::short_commands_work' panicked at 'Unexpected failure. [INFO] [stdout] code-128 [INFO] [stdout] stderr=``` [INFO] [stdout] *** Please tell me who you are. [INFO] [stdout] [INFO] [stdout] Run [INFO] [stdout] [INFO] [stdout] git config --global user.email "you@example.com" [INFO] [stdout] git config --global user.name "Your Name" [INFO] [stdout] [INFO] [stdout] to set your account's default identity. [INFO] [stdout] Omit --global to set the identity only in this repository. [INFO] [stdout] [INFO] [stdout] fatal: empty ident name (for <(null)>) not allowed [INFO] [stdout] ``` [INFO] [stdout] command=`"git" "commit" "--message" "initial commit"` [INFO] [stdout] code=128 [INFO] [stdout] stdout=`````` [INFO] [stdout] stderr=``` [INFO] [stdout] *** Please tell me who you are. [INFO] [stdout] [INFO] [stdout] Run [INFO] [stdout] [INFO] [stdout] git config --global user.email "you@example.com" [INFO] [stdout] git config --global user.name "Your Name" [INFO] [stdout] [INFO] [stdout] to set your account's default identity. [INFO] [stdout] Omit --global to set the identity only in this repository. [INFO] [stdout] [INFO] [stdout] fatal: empty ident name (for <(null)>) not allowed [INFO] [stdout] ``` [INFO] [stdout] ', /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.4.0/src/assert.rs:140:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5614e1a489ab - backtrace::backtrace::libunwind::trace::hfe5db90796807973 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5614e1a489ab - backtrace::backtrace::trace_unsynchronized::h34b865a835594335 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5614e1a489ab - std::sys_common::backtrace::_print::h527254ae44989167 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5614e1a489ab - std::sys_common::backtrace::print::he85dd5ddddf46503 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5614e1a489ab - std::panicking::default_hook::{{closure}}::h847a2eb38b396f14 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5614e1a4861a - std::panicking::default_hook::h2ca0f9a30a0e206b [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5614e1a49120 - std::panicking::rust_panic_with_hook::hffcefc09751839d1 [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5614e1a48ca2 - std::panicking::continue_panic_fmt::hc0f142c930c846fc [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5614e1a48bef - std::panicking::begin_panic_fmt::ha6acf0ffd6d7f80d [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x5614e19ef9b5 - assert_cmd::assert::Assert::success::h97e5580a5db35d07 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.4.0/src/assert.rs:140 [INFO] [stdout] 10: 0x5614e19a39f2 - integration::helpers::project_builder::ProjectBuilder::build::h8fb3c034a60003a6 [INFO] [stdout] at tests/integration/helpers/project_builder.rs:145 [INFO] [stdout] 11: 0x5614e199e701 - integration::basics::short_commands_work::h50d1cf0f0589f34c [INFO] [stdout] at tests/integration/basics.rs:142 [INFO] [stdout] 12: 0x5614e199e64a - integration::basics::short_commands_work::{{closure}}::hade6bd7428fe4871 [INFO] [stdout] at tests/integration/basics.rs:141 [INFO] [stdout] 13: 0x5614e19a468e - core::ops::function::FnOnce::call_once::h422a4f88d4f3280a [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 14: 0x5614e19b74ef - as core::ops::function::FnOnce>::call_once::h4a13ee3f0d7b4201 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 15: 0x5614e1a507ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 16: 0x5614e19d1ae8 - std::panicking::try::h5a93466ab2078586 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] 17: 0x5614e19d1ae8 - std::panic::catch_unwind::h752cbeae6ac7bdea [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] 18: 0x5614e19d1ae8 - test::run_test::run_test_inner::{{closure}}::h206c9c16936edaca [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 19: 0x5614e19ac965 - std::sys_common::backtrace::__rust_begin_short_backtrace::hc7edbac42990d270 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 20: 0x5614e19b0a25 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::he53c58e7adee87af [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:470 [INFO] [stdout] 21: 0x5614e19b0a25 - as core::ops::function::FnOnce<()>>::call_once::h1aff7c42b6bb3726 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:315 [INFO] [stdout] 22: 0x5614e19b0a25 - std::panicking::try::do_call::h41f8559f88100f6c [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:296 [INFO] [stdout] 23: 0x5614e1a507ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 24: 0x5614e19b1122 - std::panicking::try::hb54ba808181fe352 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] 25: 0x5614e19b1122 - std::panic::catch_unwind::h555ccf4e835e93f4 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] 26: 0x5614e19b1122 - std::thread::Builder::spawn_unchecked::{{closure}}::hd4dae6e19e80fc1a [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:469 [INFO] [stdout] 27: 0x5614e19b1122 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc35d54c07710e1a1 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 28: 0x5614e1a3bb1f - as core::ops::function::FnOnce>::call_once::h42806b83647d4c79 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 29: 0x5614e1a4ff20 - as core::ops::function::FnOnce>::call_once::h83c921c8e826dd1d [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x5614e1a4ff20 - std::sys_common::thread::start_thread::h2613204ce513782e [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 31: 0x5614e1a4ff20 - std::sys::unix::thread::Thread::new::thread_start::h4570080769500bcd [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 32: 0x7f48838ca4a4 - start_thread [INFO] [stdout] 33: 0x7f48833f5d0f - __clone [INFO] [stdout] 34: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- basics::it_substitutes_projectname_in_cargo_toml stdout ---- [INFO] [stdout] thread 'basics::it_substitutes_projectname_in_cargo_toml' panicked at 'Unexpected failure. [INFO] [stdout] code-128 [INFO] [stdout] stderr=``` [INFO] [stdout] *** Please tell me who you are. [INFO] [stdout] [INFO] [stdout] Run [INFO] [stdout] [INFO] [stdout] git config --global user.email "you@example.com" [INFO] [stdout] git config --global user.name "Your Name" [INFO] [stdout] [INFO] [stdout] to set your account's default identity. [INFO] [stdout] Omit --global to set the identity only in this repository. [INFO] [stdout] [INFO] [stdout] fatal: empty ident name (for <(null)>) not allowed [INFO] [stdout] ``` [INFO] [stdout] command=`"git" "commit" "--message" "initial commit"` [INFO] [stdout] code=128 [INFO] [stdout] stdout=`````` [INFO] [stdout] stderr=``` [INFO] [stdout] *** Please tell me who you are. [INFO] [stdout] [INFO] [stdout] Run [INFO] [stdout] [INFO] [stdout] git config --global user.email "you@example.com" [INFO] [stdout] git config --global user.name "Your Name" [INFO] [stdout] [INFO] [stdout] to set your account's default identity. [INFO] [stdout] Omit --global to set the identity only in this repository. [INFO] [stdout] [INFO] [stdout] fatal: empty ident name (for <(null)>) not allowed [INFO] [stdout] ``` [INFO] [stdout] ', /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.4.0/src/assert.rs:140:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5614e1a489ab - backtrace::backtrace::libunwind::trace::hfe5db90796807973 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5614e1a489ab - backtrace::backtrace::trace_unsynchronized::h34b865a835594335 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5614e1a489ab - std::sys_common::backtrace::_print::h527254ae44989167 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5614e1a489ab - std::sys_common::backtrace::print::he85dd5ddddf46503 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5614e1a489ab - std::panicking::default_hook::{{closure}}::h847a2eb38b396f14 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5614e1a4861a - std::panicking::default_hook::h2ca0f9a30a0e206b [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5614e1a49120 - std::panicking::rust_panic_with_hook::hffcefc09751839d1 [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5614e1a48ca2 - std::panicking::continue_panic_fmt::hc0f142c930c846fc [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5614e1a48bef - std::panicking::begin_panic_fmt::ha6acf0ffd6d7f80d [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x5614e19ef9b5 - assert_cmd::assert::Assert::success::h97e5580a5db35d07 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.4.0/src/assert.rs:140 [INFO] [stdout] 10: 0x5614e19a39f2 - integration::helpers::project_builder::ProjectBuilder::build::h8fb3c034a60003a6 [INFO] [stdout] at tests/integration/helpers/project_builder.rs:145 [INFO] [stdout] 11: 0x5614e199d491 - integration::basics::it_substitutes_projectname_in_cargo_toml::hf948aea33f113077 [INFO] [stdout] at tests/integration/basics.rs:12 [INFO] [stdout] 12: 0x5614e199d3da - integration::basics::it_substitutes_projectname_in_cargo_toml::{{closure}}::h5f6dfc636a3c0465 [INFO] [stdout] at tests/integration/basics.rs:11 [INFO] [stdout] 13: 0x5614e19a457e - core::ops::function::FnOnce::call_once::h1bd6b06691c663d5 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 14: 0x5614e19b74ef - as core::ops::function::FnOnce>::call_once::h4a13ee3f0d7b4201 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 15: 0x5614e1a507ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 16: 0x5614e19d1ae8 - std::panicking::try::h5a93466ab2078586 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] 17: 0x5614e19d1ae8 - std::panic::catch_unwind::h752cbeae6ac7bdea [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] 18: 0x5614e19d1ae8 - test::run_test::run_test_inner::{{closure}}::h206c9c16936edaca [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 19: 0x5614e19ac965 - std::sys_common::backtrace::__rust_begin_short_backtrace::hc7edbac42990d270 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 20: 0x5614e19b0a25 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::he53c58e7adee87af [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:470 [INFO] [stdout] 21: 0x5614e19b0a25 - as core::ops::function::FnOnce<()>>::call_once::h1aff7c42b6bb3726 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:315 [INFO] [stdout] 22: 0x5614e19b0a25 - std::panicking::try::do_call::h41f8559f88100f6c [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:296 [INFO] [stdout] 23: 0x5614e1a507ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 24: 0x5614e19b1122 - std::panicking::try::hb54ba808181fe352 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] 25: 0x5614e19b1122 - std::panic::catch_unwind::h555ccf4e835e93f4 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] 26: 0x5614e19b1122 - std::thread::Builder::spawn_unchecked::{{closure}}::hd4dae6e19e80fc1a [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:469 [INFO] [stdout] 27: 0x5614e19b1122 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc35d54c07710e1a1 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 28: 0x5614e1a3bb1f - as core::ops::function::FnOnce>::call_once::h42806b83647d4c79 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 29: 0x5614e1a4ff20 - as core::ops::function::FnOnce>::call_once::h83c921c8e826dd1d [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x5614e1a4ff20 - std::sys_common::thread::start_thread::h2613204ce513782e [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 31: 0x5614e1a4ff20 - std::sys::unix::thread::Thread::new::thread_start::h4570080769500bcd [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 32: 0x7f48838ca4a4 - start_thread [INFO] [stdout] 33: 0x7f48833f5d0f - __clone [INFO] [stdout] 34: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- basics::it_substitutes_cratename_in_a_rust_file stdout ---- [INFO] [stdout] thread 'basics::it_substitutes_cratename_in_a_rust_file' panicked at 'Unexpected failure. [INFO] [stdout] code-128 [INFO] [stdout] stderr=``` [INFO] [stdout] *** Please tell me who you are. [INFO] [stdout] [INFO] [stdout] Run [INFO] [stdout] [INFO] [stdout] git config --global user.email "you@example.com" [INFO] [stdout] git config --global user.name "Your Name" [INFO] [stdout] [INFO] [stdout] to set your account's default identity. [INFO] [stdout] Omit --global to set the identity only in this repository. [INFO] [stdout] [INFO] [stdout] fatal: empty ident name (for <(null)>) not allowed [INFO] [stdout] ``` [INFO] [stdout] command=`"git" "commit" "--message" "initial commit"` [INFO] [stdout] code=128 [INFO] [stdout] stdout=`````` [INFO] [stdout] stderr=``` [INFO] [stdout] *** Please tell me who you are. [INFO] [stdout] [INFO] [stdout] Run [INFO] [stdout] [INFO] [stdout] git config --global user.email "you@example.com" [INFO] [stdout] git config --global user.name "Your Name" [INFO] [stdout] [INFO] [stdout] to set your account's default identity. [INFO] [stdout] Omit --global to set the identity only in this repository. [INFO] [stdout] [INFO] [stdout] fatal: empty ident name (for <(null)>) not allowed [INFO] [stdout] ``` [INFO] [stdout] ', /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.4.0/src/assert.rs:140:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5614e1a489ab - backtrace::backtrace::libunwind::trace::hfe5db90796807973 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5614e1a489ab - backtrace::backtrace::trace_unsynchronized::h34b865a835594335 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5614e1a489ab - std::sys_common::backtrace::_print::h527254ae44989167 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5614e1a489ab - std::sys_common::backtrace::print::he85dd5ddddf46503 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5614e1a489ab - std::panicking::default_hook::{{closure}}::h847a2eb38b396f14 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5614e1a4861a - std::panicking::default_hook::h2ca0f9a30a0e206b [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5614e1a49120 - std::panicking::rust_panic_with_hook::hffcefc09751839d1 [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5614e1a48ca2 - std::panicking::continue_panic_fmt::hc0f142c930c846fc [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5614e1a48bef - std::panicking::begin_panic_fmt::ha6acf0ffd6d7f80d [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x5614e19ef9b5 - assert_cmd::assert::Assert::success::h97e5580a5db35d07 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.4.0/src/assert.rs:140 [INFO] [stdout] 10: 0x5614e19a39f2 - integration::helpers::project_builder::ProjectBuilder::build::h8fb3c034a60003a6 [INFO] [stdout] at tests/integration/helpers/project_builder.rs:145 [INFO] [stdout] 11: 0x5614e199e21a - integration::basics::it_substitutes_cratename_in_a_rust_file::h082bb62071ca67b2 [INFO] [stdout] at tests/integration/basics.rs:111 [INFO] [stdout] 12: 0x5614e199e15a - integration::basics::it_substitutes_cratename_in_a_rust_file::{{closure}}::ha5dd1b00c1e37696 [INFO] [stdout] at tests/integration/basics.rs:110 [INFO] [stdout] 13: 0x5614e19a46ce - core::ops::function::FnOnce::call_once::h42445c1e63589caf [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 14: 0x5614e19b74ef - as core::ops::function::FnOnce>::call_once::h4a13ee3f0d7b4201 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 15: 0x5614e1a507ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 16: 0x5614e19d1ae8 - std::panicking::try::h5a93466ab2078586 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] 17: 0x5614e19d1ae8 - std::panic::catch_unwind::h752cbeae6ac7bdea [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] 18: 0x5614e19d1ae8 - test::run_test::run_test_inner::{{closure}}::h206c9c16936edaca [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 19: 0x5614e19ac965 - std::sys_common::backtrace::__rust_begin_short_backtrace::hc7edbac42990d270 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 20: 0x5614e19b0a25 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::he53c58e7adee87af [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:470 [INFO] [stdout] 21: 0x5614e19b0a25 - as core::ops::function::FnOnce<()>>::call_once::h1aff7c42b6bb3726 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:315 [INFO] [stdout] 22: 0x5614e19b0a25 - std::panicking::try::do_call::h41f8559f88100f6c [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:296 [INFO] [stdout] 23: 0x5614e1a507ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 24: 0x5614e19b1122 - std::panicking::try::hb54ba808181fe352 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] 25: 0x5614e19b1122 - std::panic::catch_unwind::h555ccf4e835e93f4 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] 26: 0x5614e19b1122 - std::thread::Builder::spawn_unchecked::{{closure}}::hd4dae6e19e80fc1a [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:469 [INFO] [stdout] 27: 0x5614e19b1122 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc35d54c07710e1a1 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 28: 0x5614e1a3bb1f - as core::ops::function::FnOnce>::call_once::h42806b83647d4c79 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 29: 0x5614e1a4ff20 - as core::ops::function::FnOnce>::call_once::h83c921c8e826dd1d [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x5614e1a4ff20 - std::sys_common::thread::start_thread::h2613204ce513782e [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 31: 0x5614e1a4ff20 - std::sys::unix::thread::Thread::new::thread_start::h4570080769500bcd [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 32: 0x7f48838ca4a4 - start_thread [INFO] [stdout] 33: 0x7f48833f5d0f - __clone [INFO] [stdout] 34: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] basics::errant_ignore_entry_doesnt_affect_template_files [INFO] [stdout] basics::it_allows_a_git_branch_to_be_specified [INFO] [stdout] basics::it_allows_relative_paths [INFO] [stdout] basics::it_allows_user_defined_projectname_when_passing_force_flag [INFO] [stdout] basics::it_always_removes_genignore_file [INFO] [stdout] basics::it_does_not_remove_files_from_outside_project_dir [INFO] [stdout] basics::it_kebabcases_projectname_when_passed_to_flag [INFO] [stdout] basics::it_loads_a_submodule [INFO] [stdout] basics::it_removes_files_listed_in_genignore [INFO] [stdout] basics::it_substitutes_cratename_in_a_rust_file [INFO] [stdout] basics::it_substitutes_date [INFO] [stdout] basics::it_substitutes_projectname_in_cargo_toml [INFO] [stdout] basics::short_commands_work [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 13 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--test integration' [INFO] running `"docker" "inspect" "4c3d03c0b16bd32ecab7dc404848d30ab0b9b008ac639e7a2bd6d89867a9910c"` [INFO] running `"docker" "rm" "-f" "4c3d03c0b16bd32ecab7dc404848d30ab0b9b008ac639e7a2bd6d89867a9910c"` [INFO] [stdout] 4c3d03c0b16bd32ecab7dc404848d30ab0b9b008ac639e7a2bd6d89867a9910c