[INFO] crate cargo-generate 0.3.0 is already in cache [INFO] extracting crate cargo-generate 0.3.0 into work/ex/beta-1.37-6/sources/1.36.0/reg/cargo-generate/0.3.0 [INFO] extracting crate cargo-generate 0.3.0 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/cargo-generate/0.3.0 [INFO] validating manifest of cargo-generate-0.3.0 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of cargo-generate-0.3.0 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "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.37-6/sources/1.36.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.37-6/sources/beta-2019-07-23/reg/cargo-generate/0.3.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing cargo-generate-0.3.0 against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.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.36.0" "build" "--frozen"` [INFO] [stdout] 1d55cf73f9d4804fb6ef16f739467b5df9ea6cafeb7afc9fddda1007acf0177d [INFO] running `"docker" "start" "-a" "1d55cf73f9d4804fb6ef16f739467b5df9ea6cafeb7afc9fddda1007acf0177d"` [INFO] [stderr] Compiling ucd-trie v0.1.2 [INFO] [stderr] Compiling maplit v1.0.1 [INFO] [stderr] Compiling rayon-core v1.5.0 [INFO] [stderr] Compiling liquid-error v0.18.1 [INFO] [stderr] Compiling anymap v0.12.1 [INFO] [stderr] Compiling deunicode v1.0.0 [INFO] [stderr] Compiling curl-sys v0.4.20 [INFO] [stderr] Compiling lock_api v0.3.1 [INFO] [stderr] Compiling termios v0.3.1 [INFO] [stderr] Compiling clicolors-control v1.0.0 [INFO] [stderr] Compiling clicolors-control v0.2.0 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling tempfile v2.2.0 [INFO] [stderr] Compiling globwalk v0.3.1 [INFO] [stderr] Compiling rustfix v0.4.5 [INFO] [stderr] Compiling exitfailure v0.5.1 [INFO] [stderr] Compiling clap-verbosity-flag v0.2.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 chrono v0.4.7 [INFO] [stderr] Compiling pest v2.1.1 [INFO] [stderr] Compiling rayon v1.1.0 [INFO] [stderr] Compiling console v0.7.7 [INFO] [stderr] Compiling console v0.6.2 [INFO] [stderr] Compiling pest_meta v2.1.1 [INFO] [stderr] Compiling liquid-value v0.18.1 [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] [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] [INFO] [stderr] Compiling indicatif v0.9.0 [INFO] [stderr] Compiling dialoguer v0.1.0 [INFO] [stderr] Compiling liquid-interpreter v0.18.1 [INFO] [stderr] Compiling pest_generator v2.1.0 [INFO] [stderr] Compiling quicli v0.4.0 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling liquid-compiler v0.18.1 [INFO] [stderr] Compiling libgit2-sys v0.7.11 [INFO] [stderr] Compiling curl v0.4.22 [INFO] [stderr] Compiling crates-io v0.18.0 [INFO] [stderr] Compiling liquid v0.18.2 [INFO] [stderr] Compiling git2 v0.7.5 [INFO] [stderr] Compiling git2-curl v0.8.2 [INFO] [stderr] Compiling cargo v0.30.0 [INFO] [stderr] Compiling cargo-generate v0.3.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 17s [INFO] running `"docker" "inspect" "1d55cf73f9d4804fb6ef16f739467b5df9ea6cafeb7afc9fddda1007acf0177d"` [INFO] running `"docker" "rm" "-f" "1d55cf73f9d4804fb6ef16f739467b5df9ea6cafeb7afc9fddda1007acf0177d"` [INFO] [stdout] 1d55cf73f9d4804fb6ef16f739467b5df9ea6cafeb7afc9fddda1007acf0177d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.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.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 908185cee83494d6ff0914ddbebe9e74330e8b51a5152f1b96f3d22cc0697a22 [INFO] running `"docker" "start" "-a" "908185cee83494d6ff0914ddbebe9e74330e8b51a5152f1b96f3d22cc0697a22"` [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 4.04s [INFO] running `"docker" "inspect" "908185cee83494d6ff0914ddbebe9e74330e8b51a5152f1b96f3d22cc0697a22"` [INFO] running `"docker" "rm" "-f" "908185cee83494d6ff0914ddbebe9e74330e8b51a5152f1b96f3d22cc0697a22"` [INFO] [stdout] 908185cee83494d6ff0914ddbebe9e74330e8b51a5152f1b96f3d22cc0697a22 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.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.36.0" "test" "--frozen"` [INFO] [stdout] 5584aa0bb979c92ba1096e2cd7e674118b256e16e87cdcf76e0600ac2fbfb51e [INFO] running `"docker" "start" "-a" "5584aa0bb979c92ba1096e2cd7e674118b256e16e87cdcf76e0600ac2fbfb51e"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.19s [INFO] [stderr] Running /opt/crater/target/debug/deps/cargo_generate-bf17c7bf9ddc1125 [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] [stderr] Running /opt/crater/target/debug/deps/cargo_generate-0c73d9c138fb2e0e [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] [stderr] Running /opt/crater/target/debug/deps/integration-7ba5c10fcc2171a8 [INFO] [stdout] [INFO] [stdout] running 13 tests [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_relative_paths ... 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_kebabcases_projectname_when_passed_to_flag ... FAILED [INFO] [stdout] test basics::it_allows_a_git_branch_to_be_specified ... FAILED [INFO] [stdout] test basics::it_does_not_remove_files_from_outside_project_dir ... 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_date ... FAILED [INFO] [stdout] test basics::it_substitutes_cratename_in_a_rust_file ... FAILED [INFO] [stdout] test basics::it_substitutes_projectname_in_cargo_toml ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [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: 0x555a93546613 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h6485381528590a55 [INFO] [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stdout] 1: 0x555a935418db - std::sys_common::backtrace::_print::h49a82ae9552e35c7 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:71 [INFO] [stdout] 2: 0x555a93545356 - std::panicking::default_hook::{{closure}}::he20974adbefcc046 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] at src/libstd/panicking.rs:197 [INFO] [stdout] 3: 0x555a9354507e - std::panicking::default_hook::he4af6af4ac7fef7b [INFO] [stdout] at src/libstd/panicking.rs:208 [INFO] [stdout] 4: 0x555a93545a5f - std::panicking::rust_panic_with_hook::h057ff03eb4c8000f [INFO] [stdout] at src/libstd/panicking.rs:474 [INFO] [stdout] 5: 0x555a935455e1 - std::panicking::continue_panic_fmt::ha6d6ae144369025b [INFO] [stdout] at src/libstd/panicking.rs:381 [INFO] [stdout] 6: 0x555a9354552e - std::panicking::begin_panic_fmt::he54eae869ed71eb1 [INFO] [stdout] at src/libstd/panicking.rs:336 [INFO] [stdout] 7: 0x555a934ecbca - assert_cmd::assert::Assert::success::hd8d038b6cf705c5c [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.4.0/src/assert.rs:140 [INFO] [stdout] 8: 0x555a934a01c5 - integration::helpers::project_builder::ProjectBuilder::build::h9f8ee89aad28db8f [INFO] [stdout] at tests/integration/helpers/project_builder.rs:145 [INFO] [stdout] 9: 0x555a9349da39 - integration::basics::it_loads_a_submodule::h60a55afcb3503e80 [INFO] [stdout] at tests/integration/basics.rs:412 [INFO] [stdout] 10: 0x555a9349d969 - integration::basics::it_loads_a_submodule::{{closure}}::h78666de442175f1b [INFO] [stdout] at tests/integration/basics.rs:411 [INFO] [stdout] 11: 0x555a934a790d - core::ops::function::FnOnce::call_once::h075879f6f8be4499 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libcore/ops/function.rs:231 [INFO] [stdout] 12: 0x555a934b3bbe - as core::ops::function::FnOnce>::call_once::h6b004fa8f4fc1608 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] 13: 0x555a9354d6c9 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 14: 0x555a934ce4b7 - test::run_test::run_test_inner::{{closure}}::h9a4d23c41d058d37 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:272 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:394 [INFO] [stdout] at src/libtest/lib.rs:1468 [INFO] [stdout] 15: 0x555a934a8ed4 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3765d76361a33ff7 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/sys_common/backtrace.rs:136 [INFO] [stdout] 16: 0x555a934acf84 - std::panicking::try::do_call::h6f86e980b52f74d5 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/thread/mod.rs:470 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:315 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:293 [INFO] [stdout] 17: 0x555a9354d6c9 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 18: 0x555a934ad591 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h760b8a2b155f54c3 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:272 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:394 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/thread/mod.rs:469 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libcore/ops/function.rs:231 [INFO] [stdout] 19: 0x555a9353722e - as core::ops::function::FnOnce>::call_once::h805c3cc89d534c05 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] 20: 0x555a9354cdaf - std::sys::unix::thread::Thread::new::thread_start::h6f10b78f26c98dc6 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 21: 0x7f40b337a4a3 - start_thread [INFO] [stdout] 22: 0x7f40b2ea5d0e - __clone [INFO] [stdout] 23: 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: 0x555a93546613 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h6485381528590a55 [INFO] [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stdout] 1: 0x555a935418db - std::sys_common::backtrace::_print::h49a82ae9552e35c7 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:71 [INFO] [stdout] 2: 0x555a93545356 - std::panicking::default_hook::{{closure}}::he20974adbefcc046 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] at src/libstd/panicking.rs:197 [INFO] [stdout] 3: 0x555a9354507e - std::panicking::default_hook::he4af6af4ac7fef7b [INFO] [stdout] at src/libstd/panicking.rs:208 [INFO] [stdout] 4: 0x555a93545a5f - std::panicking::rust_panic_with_hook::h057ff03eb4c8000f [INFO] [stdout] at src/libstd/panicking.rs:474 [INFO] [stdout] 5: 0x555a935455e1 - std::panicking::continue_panic_fmt::ha6d6ae144369025b [INFO] [stdout] at src/libstd/panicking.rs:381 [INFO] [stdout] 6: 0x555a9354552e - std::panicking::begin_panic_fmt::he54eae869ed71eb1 [INFO] [stdout] at src/libstd/panicking.rs:336 [INFO] [stdout] 7: 0x555a934ecbca - assert_cmd::assert::Assert::success::hd8d038b6cf705c5c [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.4.0/src/assert.rs:140 [INFO] [stdout] 8: 0x555a934a01c5 - integration::helpers::project_builder::ProjectBuilder::build::h9f8ee89aad28db8f [INFO] [stdout] at tests/integration/helpers/project_builder.rs:145 [INFO] [stdout] 9: 0x555a9349d0af - integration::basics::errant_ignore_entry_doesnt_affect_template_files::hc1477377b569be10 [INFO] [stdout] at tests/integration/basics.rs:332 [INFO] [stdout] 10: 0x555a9349cf79 - integration::basics::errant_ignore_entry_doesnt_affect_template_files::{{closure}}::h42019d991fba049d [INFO] [stdout] at tests/integration/basics.rs:331 [INFO] [stdout] 11: 0x555a934a7c5d - core::ops::function::FnOnce::call_once::hf3f166631316935a [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libcore/ops/function.rs:231 [INFO] [stdout] 12: 0x555a934b3bbe - as core::ops::function::FnOnce>::call_once::h6b004fa8f4fc1608 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] 13: 0x555a9354d6c9 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 14: 0x555a934ce4b7 - test::run_test::run_test_inner::{{closure}}::h9a4d23c41d058d37 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:272 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:394 [INFO] [stdout] at src/libtest/lib.rs:1468 [INFO] [stdout] 15: 0x555a934a8ed4 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3765d76361a33ff7 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/sys_common/backtrace.rs:136 [INFO] [stdout] 16: 0x555a934acf84 - std::panicking::try::do_call::h6f86e980b52f74d5 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/thread/mod.rs:470 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:315 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:293 [INFO] [stdout] 17: 0x555a9354d6c9 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 18: 0x555a934ad591 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h760b8a2b155f54c3 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:272 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:394 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/thread/mod.rs:469 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libcore/ops/function.rs:231 [INFO] [stdout] 19: 0x555a9353722e - as core::ops::function::FnOnce>::call_once::h805c3cc89d534c05 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] 20: 0x555a9354cdaf - std::sys::unix::thread::Thread::new::thread_start::h6f10b78f26c98dc6 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 21: 0x7f40b337a4a3 - start_thread [INFO] [stdout] 22: 0x7f40b2ea5d0e - __clone [INFO] [stdout] 23: 0x0 - [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: 0x555a93546613 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h6485381528590a55 [INFO] [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stdout] 1: 0x555a935418db - std::sys_common::backtrace::_print::h49a82ae9552e35c7 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:71 [INFO] [stdout] 2: 0x555a93545356 - std::panicking::default_hook::{{closure}}::he20974adbefcc046 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] at src/libstd/panicking.rs:197 [INFO] [stdout] 3: 0x555a9354507e - std::panicking::default_hook::he4af6af4ac7fef7b [INFO] [stdout] at src/libstd/panicking.rs:208 [INFO] [stdout] 4: 0x555a93545a5f - std::panicking::rust_panic_with_hook::h057ff03eb4c8000f [INFO] [stdout] at src/libstd/panicking.rs:474 [INFO] [stdout] 5: 0x555a935455e1 - std::panicking::continue_panic_fmt::ha6d6ae144369025b [INFO] [stdout] at src/libstd/panicking.rs:381 [INFO] [stdout] 6: 0x555a9354552e - std::panicking::begin_panic_fmt::he54eae869ed71eb1 [INFO] [stdout] at src/libstd/panicking.rs:336 [INFO] [stdout] 7: 0x555a934ecbca - assert_cmd::assert::Assert::success::hd8d038b6cf705c5c [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.4.0/src/assert.rs:140 [INFO] [stdout] 8: 0x555a934a01c5 - integration::helpers::project_builder::ProjectBuilder::build::h9f8ee89aad28db8f [INFO] [stdout] at tests/integration/helpers/project_builder.rs:145 [INFO] [stdout] 9: 0x555a9349e239 - integration::basics::it_allows_relative_paths::hb046ce368236461d [INFO] [stdout] at tests/integration/basics.rs:455 [INFO] [stdout] 10: 0x555a9349e169 - integration::basics::it_allows_relative_paths::{{closure}}::h3bcba836246e3fa6 [INFO] [stdout] at tests/integration/basics.rs:454 [INFO] [stdout] 11: 0x555a934a78cd - core::ops::function::FnOnce::call_once::h04068914c17b6dd6 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libcore/ops/function.rs:231 [INFO] [stdout] 12: 0x555a934b3bbe - as core::ops::function::FnOnce>::call_once::h6b004fa8f4fc1608 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] 13: 0x555a9354d6c9 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 14: 0x555a934ce4b7 - test::run_test::run_test_inner::{{closure}}::h9a4d23c41d058d37 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:272 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:394 [INFO] [stdout] at src/libtest/lib.rs:1468 [INFO] [stdout] 15: 0x555a934a8ed4 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3765d76361a33ff7 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/sys_common/backtrace.rs:136 [INFO] [stdout] 16: 0x555a934acf84 - std::panicking::try::do_call::h6f86e980b52f74d5 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/thread/mod.rs:470 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:315 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:293 [INFO] [stdout] 17: 0x555a9354d6c9 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 18: 0x555a934ad591 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h760b8a2b155f54c3 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:272 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:394 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/thread/mod.rs:469 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libcore/ops/function.rs:231 [INFO] [stdout] 19: 0x555a9353722e - as core::ops::function::FnOnce>::call_once::h805c3cc89d534c05 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] 20: 0x555a9354cdaf - std::sys::unix::thread::Thread::new::thread_start::h6f10b78f26c98dc6 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 21: 0x7f40b337a4a3 - start_thread [INFO] [stdout] 22: 0x7f40b2ea5d0e - __clone [INFO] [stdout] 23: 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: 0x555a93546613 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h6485381528590a55 [INFO] [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stdout] 1: 0x555a935418db - std::sys_common::backtrace::_print::h49a82ae9552e35c7 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:71 [INFO] [stdout] 2: 0x555a93545356 - std::panicking::default_hook::{{closure}}::he20974adbefcc046 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] at src/libstd/panicking.rs:197 [INFO] [stdout] 3: 0x555a9354507e - std::panicking::default_hook::he4af6af4ac7fef7b [INFO] [stdout] at src/libstd/panicking.rs:208 [INFO] [stdout] 4: 0x555a93545a5f - std::panicking::rust_panic_with_hook::h057ff03eb4c8000f [INFO] [stdout] at src/libstd/panicking.rs:474 [INFO] [stdout] 5: 0x555a935455e1 - std::panicking::continue_panic_fmt::ha6d6ae144369025b [INFO] [stdout] at src/libstd/panicking.rs:381 [INFO] [stdout] 6: 0x555a9354552e - std::panicking::begin_panic_fmt::he54eae869ed71eb1 [INFO] [stdout] at src/libstd/panicking.rs:336 [INFO] [stdout] 7: 0x555a934ecbca - assert_cmd::assert::Assert::success::hd8d038b6cf705c5c [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.4.0/src/assert.rs:140 [INFO] [stdout] 8: 0x555a934a01c5 - integration::helpers::project_builder::ProjectBuilder::build::h9f8ee89aad28db8f [INFO] [stdout] at tests/integration/helpers/project_builder.rs:145 [INFO] [stdout] 9: 0x555a9349b330 - integration::basics::it_allows_user_defined_projectname_when_passing_force_flag::ha11f77d5b675354f [INFO] [stdout] at tests/integration/basics.rs:175 [INFO] [stdout] 10: 0x555a9349b279 - integration::basics::it_allows_user_defined_projectname_when_passing_force_flag::{{closure}}::h50ec3f40f7176072 [INFO] [stdout] at tests/integration/basics.rs:174 [INFO] [stdout] 11: 0x555a934a7b5d - core::ops::function::FnOnce::call_once::hc8c375958ab8149d [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libcore/ops/function.rs:231 [INFO] [stdout] 12: 0x555a934b3bbe - as core::ops::function::FnOnce>::call_once::h6b004fa8f4fc1608 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] 13: 0x555a9354d6c9 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 14: 0x555a934ce4b7 - test::run_test::run_test_inner::{{closure}}::h9a4d23c41d058d37 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:272 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:394 [INFO] [stdout] at src/libtest/lib.rs:1468 [INFO] [stdout] 15: 0x555a934a8ed4 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3765d76361a33ff7 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/sys_common/backtrace.rs:136 [INFO] [stdout] 16: 0x555a934acf84 - std::panicking::try::do_call::h6f86e980b52f74d5 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/thread/mod.rs:470 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:315 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:293 [INFO] [stdout] 17: 0x555a9354d6c9 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 18: 0x555a934ad591 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h760b8a2b155f54c3 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:272 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:394 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/thread/mod.rs:469 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libcore/ops/function.rs:231 [INFO] [stdout] 19: 0x555a9353722e - as core::ops::function::FnOnce>::call_once::h805c3cc89d534c05 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] 20: 0x555a9354cdaf - std::sys::unix::thread::Thread::new::thread_start::h6f10b78f26c98dc6 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 21: 0x7f40b337a4a3 - start_thread [INFO] [stdout] 22: 0x7f40b2ea5d0e - __clone [INFO] [stdout] 23: 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: 0x555a93546613 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h6485381528590a55 [INFO] [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stdout] 1: 0x555a935418db - std::sys_common::backtrace::_print::h49a82ae9552e35c7 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:71 [INFO] [stdout] 2: 0x555a93545356 - std::panicking::default_hook::{{closure}}::he20974adbefcc046 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] at src/libstd/panicking.rs:197 [INFO] [stdout] 3: 0x555a9354507e - std::panicking::default_hook::he4af6af4ac7fef7b [INFO] [stdout] at src/libstd/panicking.rs:208 [INFO] [stdout] 4: 0x555a93545a5f - std::panicking::rust_panic_with_hook::h057ff03eb4c8000f [INFO] [stdout] at src/libstd/panicking.rs:474 [INFO] [stdout] 5: 0x555a935455e1 - std::panicking::continue_panic_fmt::ha6d6ae144369025b [INFO] [stdout] at src/libstd/panicking.rs:381 [INFO] [stdout] 6: 0x555a9354552e - std::panicking::begin_panic_fmt::he54eae869ed71eb1 [INFO] [stdout] at src/libstd/panicking.rs:336 [INFO] [stdout] 7: 0x555a934ecbca - assert_cmd::assert::Assert::success::hd8d038b6cf705c5c [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.4.0/src/assert.rs:140 [INFO] [stdout] 8: 0x555a934a01c5 - integration::helpers::project_builder::ProjectBuilder::build::h9f8ee89aad28db8f [INFO] [stdout] at tests/integration/helpers/project_builder.rs:145 [INFO] [stdout] 9: 0x555a9349c28d - integration::basics::it_always_removes_genignore_file::h20507a52f02b0a78 [INFO] [stdout] at tests/integration/basics.rs:251 [INFO] [stdout] 10: 0x555a9349c189 - integration::basics::it_always_removes_genignore_file::{{closure}}::h91c1c67f425daad7 [INFO] [stdout] at tests/integration/basics.rs:250 [INFO] [stdout] 11: 0x555a934a7b1d - core::ops::function::FnOnce::call_once::h9afb2a875b9b3627 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libcore/ops/function.rs:231 [INFO] [stdout] 12: 0x555a934b3bbe - as core::ops::function::FnOnce>::call_once::h6b004fa8f4fc1608 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] 13: 0x555a9354d6c9 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 14: 0x555a934ce4b7 - test::run_test::run_test_inner::{{closure}}::h9a4d23c41d058d37 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:272 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:394 [INFO] [stdout] at src/libtest/lib.rs:1468 [INFO] [stdout] 15: 0x555a934a8ed4 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3765d76361a33ff7 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/sys_common/backtrace.rs:136 [INFO] [stdout] 16: 0x555a934acf84 - std::panicking::try::do_call::h6f86e980b52f74d5 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/thread/mod.rs:470 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:315 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:293 [INFO] [stdout] 17: 0x555a9354d6c9 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 18: 0x555a934ad591 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h760b8a2b155f54c3 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:272 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:394 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/thread/mod.rs:469 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libcore/ops/function.rs:231 [INFO] [stdout] 19: 0x555a9353722e - as core::ops::function::FnOnce>::call_once::h805c3cc89d534c05 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] 20: 0x555a9354cdaf - std::sys::unix::thread::Thread::new::thread_start::h6f10b78f26c98dc6 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 21: 0x7f40b337a4a3 - start_thread [INFO] [stdout] 22: 0x7f40b2ea5d0e - __clone [INFO] [stdout] 23: 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: 0x555a93546613 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h6485381528590a55 [INFO] [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stdout] 1: 0x555a935418db - std::sys_common::backtrace::_print::h49a82ae9552e35c7 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:71 [INFO] [stdout] 2: 0x555a93545356 - std::panicking::default_hook::{{closure}}::he20974adbefcc046 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] at src/libstd/panicking.rs:197 [INFO] [stdout] 3: 0x555a9354507e - std::panicking::default_hook::he4af6af4ac7fef7b [INFO] [stdout] at src/libstd/panicking.rs:208 [INFO] [stdout] 4: 0x555a93545a5f - std::panicking::rust_panic_with_hook::h057ff03eb4c8000f [INFO] [stdout] at src/libstd/panicking.rs:474 [INFO] [stdout] 5: 0x555a935455e1 - std::panicking::continue_panic_fmt::ha6d6ae144369025b [INFO] [stdout] at src/libstd/panicking.rs:381 [INFO] [stdout] 6: 0x555a9354552e - std::panicking::begin_panic_fmt::he54eae869ed71eb1 [INFO] [stdout] at src/libstd/panicking.rs:336 [INFO] [stdout] 7: 0x555a934ecbca - assert_cmd::assert::Assert::success::hd8d038b6cf705c5c [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.4.0/src/assert.rs:140 [INFO] [stdout] 8: 0x555a934a01c5 - integration::helpers::project_builder::ProjectBuilder::build::h9f8ee89aad28db8f [INFO] [stdout] at tests/integration/helpers/project_builder.rs:145 [INFO] [stdout] 9: 0x555a9349a540 - integration::basics::it_kebabcases_projectname_when_passed_to_flag::hebe1226c68cd185e [INFO] [stdout] at tests/integration/basics.rs:78 [INFO] [stdout] 10: 0x555a9349a489 - integration::basics::it_kebabcases_projectname_when_passed_to_flag::{{closure}}::haed329b9cb9d0fe7 [INFO] [stdout] at tests/integration/basics.rs:77 [INFO] [stdout] 11: 0x555a934a7c1d - core::ops::function::FnOnce::call_once::he5b508397d6048fa [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libcore/ops/function.rs:231 [INFO] [stdout] 12: 0x555a934b3bbe - as core::ops::function::FnOnce>::call_once::h6b004fa8f4fc1608 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] 13: 0x555a9354d6c9 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 14: 0x555a934ce4b7 - test::run_test::run_test_inner::{{closure}}::h9a4d23c41d058d37 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:272 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:394 [INFO] [stdout] at src/libtest/lib.rs:1468 [INFO] [stdout] 15: 0x555a934a8ed4 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3765d76361a33ff7 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/sys_common/backtrace.rs:136 [INFO] [stdout] 16: 0x555a934acf84 - std::panicking::try::do_call::h6f86e980b52f74d5 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/thread/mod.rs:470 [INFO] [stderr] error: test failed, to rerun pass '--test integration' [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:315 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:293 [INFO] [stdout] 17: 0x555a9354d6c9 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 18: 0x555a934ad591 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h760b8a2b155f54c3 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:272 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:394 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/thread/mod.rs:469 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libcore/ops/function.rs:231 [INFO] [stdout] 19: 0x555a9353722e - as core::ops::function::FnOnce>::call_once::h805c3cc89d534c05 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] 20: 0x555a9354cdaf - std::sys::unix::thread::Thread::new::thread_start::h6f10b78f26c98dc6 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 21: 0x7f40b337a4a3 - start_thread [INFO] [stdout] 22: 0x7f40b2ea5d0e - __clone [INFO] [stdout] 23: 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: 0x555a93546613 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h6485381528590a55 [INFO] [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stdout] 1: 0x555a935418db - std::sys_common::backtrace::_print::h49a82ae9552e35c7 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:71 [INFO] [stdout] 2: 0x555a93545356 - std::panicking::default_hook::{{closure}}::he20974adbefcc046 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] at src/libstd/panicking.rs:197 [INFO] [stdout] 3: 0x555a9354507e - std::panicking::default_hook::he4af6af4ac7fef7b [INFO] [stdout] at src/libstd/panicking.rs:208 [INFO] [stdout] 4: 0x555a93545a5f - std::panicking::rust_panic_with_hook::h057ff03eb4c8000f [INFO] [stdout] at src/libstd/panicking.rs:474 [INFO] [stdout] 5: 0x555a935455e1 - std::panicking::continue_panic_fmt::ha6d6ae144369025b [INFO] [stdout] at src/libstd/panicking.rs:381 [INFO] [stdout] 6: 0x555a9354552e - std::panicking::begin_panic_fmt::he54eae869ed71eb1 [INFO] [stdout] at src/libstd/panicking.rs:336 [INFO] [stdout] 7: 0x555a934ecbca - assert_cmd::assert::Assert::success::hd8d038b6cf705c5c [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.4.0/src/assert.rs:140 [INFO] [stdout] 8: 0x555a9349fe58 - integration::helpers::project_builder::ProjectBuilder::build::h9f8ee89aad28db8f [INFO] [stdout] at tests/integration/helpers/project_builder.rs:110 [INFO] [stdout] 9: 0x555a9349d557 - integration::basics::it_allows_a_git_branch_to_be_specified::hddb0eba036bb957d [INFO] [stdout] at tests/integration/basics.rs:376 [INFO] [stdout] 10: 0x555a9349d479 - integration::basics::it_allows_a_git_branch_to_be_specified::{{closure}}::h71e1f20553b27898 [INFO] [stdout] at tests/integration/basics.rs:374 [INFO] [stdout] 11: 0x555a934a7add - core::ops::function::FnOnce::call_once::h7d3b72ece00f2a6b [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libcore/ops/function.rs:231 [INFO] [stdout] 12: 0x555a934b3bbe - as core::ops::function::FnOnce>::call_once::h6b004fa8f4fc1608 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] 13: 0x555a9354d6c9 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 14: 0x555a934ce4b7 - test::run_test::run_test_inner::{{closure}}::h9a4d23c41d058d37 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:272 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:394 [INFO] [stdout] at src/libtest/lib.rs:1468 [INFO] [stdout] 15: 0x555a934a8ed4 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3765d76361a33ff7 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/sys_common/backtrace.rs:136 [INFO] [stdout] 16: 0x555a934acf84 - std::panicking::try::do_call::h6f86e980b52f74d5 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/thread/mod.rs:470 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:315 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:293 [INFO] [stdout] 17: 0x555a9354d6c9 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 18: 0x555a934ad591 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h760b8a2b155f54c3 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:272 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:394 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/thread/mod.rs:469 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libcore/ops/function.rs:231 [INFO] [stdout] 19: 0x555a9353722e - as core::ops::function::FnOnce>::call_once::h805c3cc89d534c05 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] 20: 0x555a9354cdaf - std::sys::unix::thread::Thread::new::thread_start::h6f10b78f26c98dc6 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 21: 0x7f40b337a4a3 - start_thread [INFO] [stdout] 22: 0x7f40b2ea5d0e - __clone [INFO] [stdout] 23: 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: 0x555a93546613 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h6485381528590a55 [INFO] [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stdout] 1: 0x555a935418db - std::sys_common::backtrace::_print::h49a82ae9552e35c7 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:71 [INFO] [stdout] 2: 0x555a93545356 - std::panicking::default_hook::{{closure}}::he20974adbefcc046 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] at src/libstd/panicking.rs:197 [INFO] [stdout] 3: 0x555a9354507e - std::panicking::default_hook::he4af6af4ac7fef7b [INFO] [stdout] at src/libstd/panicking.rs:208 [INFO] [stdout] 4: 0x555a93545a5f - std::panicking::rust_panic_with_hook::h057ff03eb4c8000f [INFO] [stdout] at src/libstd/panicking.rs:474 [INFO] [stdout] 5: 0x555a935455e1 - std::panicking::continue_panic_fmt::ha6d6ae144369025b [INFO] [stdout] at src/libstd/panicking.rs:381 [INFO] [stdout] 6: 0x555a9354552e - std::panicking::begin_panic_fmt::he54eae869ed71eb1 [INFO] [stdout] at src/libstd/panicking.rs:336 [INFO] [stdout] 7: 0x555a934ecbca - assert_cmd::assert::Assert::success::hd8d038b6cf705c5c [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.4.0/src/assert.rs:140 [INFO] [stdout] 8: 0x555a934a01c5 - integration::helpers::project_builder::ProjectBuilder::build::h9f8ee89aad28db8f [INFO] [stdout] at tests/integration/helpers/project_builder.rs:145 [INFO] [stdout] 9: 0x555a9349c875 - integration::basics::it_does_not_remove_files_from_outside_project_dir::he34da03123afcfb3 [INFO] [stdout] at tests/integration/basics.rs:283 [INFO] [stdout] 10: 0x555a9349c769 - integration::basics::it_does_not_remove_files_from_outside_project_dir::{{closure}}::h6e4a2e35ab467044 [INFO] [stdout] at tests/integration/basics.rs:282 [INFO] [stdout] 11: 0x555a934a7b9d - core::ops::function::FnOnce::call_once::hd19b47cf7859dc09 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libcore/ops/function.rs:231 [INFO] [stdout] 12: 0x555a934b3bbe - as core::ops::function::FnOnce>::call_once::h6b004fa8f4fc1608 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] 13: 0x555a9354d6c9 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 14: 0x555a934ce4b7 - test::run_test::run_test_inner::{{closure}}::h9a4d23c41d058d37 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:272 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:394 [INFO] [stdout] at src/libtest/lib.rs:1468 [INFO] [stdout] 15: 0x555a934a8ed4 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3765d76361a33ff7 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/sys_common/backtrace.rs:136 [INFO] [stdout] 16: 0x555a934acf84 - std::panicking::try::do_call::h6f86e980b52f74d5 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/thread/mod.rs:470 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:315 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:293 [INFO] [stdout] 17: 0x555a9354d6c9 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 18: 0x555a934ad591 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h760b8a2b155f54c3 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:272 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:394 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/thread/mod.rs:469 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libcore/ops/function.rs:231 [INFO] [stdout] 19: 0x555a9353722e - as core::ops::function::FnOnce>::call_once::h805c3cc89d534c05 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] 20: 0x555a9354cdaf - std::sys::unix::thread::Thread::new::thread_start::h6f10b78f26c98dc6 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 21: 0x7f40b337a4a3 - start_thread [INFO] [stdout] 22: 0x7f40b2ea5d0e - __clone [INFO] [stdout] 23: 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: 0x555a93546613 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h6485381528590a55 [INFO] [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stdout] 1: 0x555a935418db - std::sys_common::backtrace::_print::h49a82ae9552e35c7 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:71 [INFO] [stdout] 2: 0x555a93545356 - std::panicking::default_hook::{{closure}}::he20974adbefcc046 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] at src/libstd/panicking.rs:197 [INFO] [stdout] 3: 0x555a9354507e - std::panicking::default_hook::he4af6af4ac7fef7b [INFO] [stdout] at src/libstd/panicking.rs:208 [INFO] [stdout] 4: 0x555a93545a5f - std::panicking::rust_panic_with_hook::h057ff03eb4c8000f [INFO] [stdout] at src/libstd/panicking.rs:474 [INFO] [stdout] 5: 0x555a935455e1 - std::panicking::continue_panic_fmt::ha6d6ae144369025b [INFO] [stdout] at src/libstd/panicking.rs:381 [INFO] [stdout] 6: 0x555a9354552e - std::panicking::begin_panic_fmt::he54eae869ed71eb1 [INFO] [stdout] at src/libstd/panicking.rs:336 [INFO] [stdout] 7: 0x555a934ecbca - assert_cmd::assert::Assert::success::hd8d038b6cf705c5c [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.4.0/src/assert.rs:140 [INFO] [stdout] 8: 0x555a934a01c5 - integration::helpers::project_builder::ProjectBuilder::build::h9f8ee89aad28db8f [INFO] [stdout] at tests/integration/helpers/project_builder.rs:145 [INFO] [stdout] 9: 0x555a9349b8e9 - integration::basics::it_removes_files_listed_in_genignore::h5cf19cfee32462b7 [INFO] [stdout] at tests/integration/basics.rs:209 [INFO] [stdout] 10: 0x555a9349b719 - integration::basics::it_removes_files_listed_in_genignore::{{closure}}::hcebe1c060275922c [INFO] [stdout] at tests/integration/basics.rs:208 [INFO] [stdout] 11: 0x555a934a7a5d - core::ops::function::FnOnce::call_once::h5f74c2d78efc264b [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libcore/ops/function.rs:231 [INFO] [stdout] 12: 0x555a934b3bbe - as core::ops::function::FnOnce>::call_once::h6b004fa8f4fc1608 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] 13: 0x555a9354d6c9 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 14: 0x555a934ce4b7 - test::run_test::run_test_inner::{{closure}}::h9a4d23c41d058d37 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:272 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:394 [INFO] [stdout] at src/libtest/lib.rs:1468 [INFO] [stdout] 15: 0x555a934a8ed4 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3765d76361a33ff7 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/sys_common/backtrace.rs:136 [INFO] [stdout] 16: 0x555a934acf84 - std::panicking::try::do_call::h6f86e980b52f74d5 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/thread/mod.rs:470 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:315 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:293 [INFO] [stdout] 17: 0x555a9354d6c9 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 18: 0x555a934ad591 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h760b8a2b155f54c3 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:272 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:394 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/thread/mod.rs:469 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libcore/ops/function.rs:231 [INFO] [stdout] 19: 0x555a9353722e - as core::ops::function::FnOnce>::call_once::h805c3cc89d534c05 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] 20: 0x555a9354cdaf - std::sys::unix::thread::Thread::new::thread_start::h6f10b78f26c98dc6 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 21: 0x7f40b337a4a3 - start_thread [INFO] [stdout] 22: 0x7f40b2ea5d0e - __clone [INFO] [stdout] 23: 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: 0x555a93546613 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h6485381528590a55 [INFO] [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stdout] 1: 0x555a935418db - std::sys_common::backtrace::_print::h49a82ae9552e35c7 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:71 [INFO] [stdout] 2: 0x555a93545356 - std::panicking::default_hook::{{closure}}::he20974adbefcc046 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] at src/libstd/panicking.rs:197 [INFO] [stdout] 3: 0x555a9354507e - std::panicking::default_hook::he4af6af4ac7fef7b [INFO] [stdout] at src/libstd/panicking.rs:208 [INFO] [stdout] 4: 0x555a93545a5f - std::panicking::rust_panic_with_hook::h057ff03eb4c8000f [INFO] [stdout] at src/libstd/panicking.rs:474 [INFO] [stdout] 5: 0x555a935455e1 - std::panicking::continue_panic_fmt::ha6d6ae144369025b [INFO] [stdout] at src/libstd/panicking.rs:381 [INFO] [stdout] 6: 0x555a9354552e - std::panicking::begin_panic_fmt::he54eae869ed71eb1 [INFO] [stdout] at src/libstd/panicking.rs:336 [INFO] [stdout] 7: 0x555a934ecbca - assert_cmd::assert::Assert::success::hd8d038b6cf705c5c [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.4.0/src/assert.rs:140 [INFO] [stdout] 8: 0x555a934a01c5 - integration::helpers::project_builder::ProjectBuilder::build::h9f8ee89aad28db8f [INFO] [stdout] at tests/integration/helpers/project_builder.rs:145 [INFO] [stdout] 9: 0x555a9349aeb0 - integration::basics::short_commands_work::h8b4d411dce49ec74 [INFO] [stdout] at tests/integration/basics.rs:142 [INFO] [stdout] 10: 0x555a9349adf9 - integration::basics::short_commands_work::{{closure}}::h0b790cc5fc6deb24 [INFO] [stdout] at tests/integration/basics.rs:141 [INFO] [stdout] 11: 0x555a934a7a9d - core::ops::function::FnOnce::call_once::h7c7ee77b56dbb3c1 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libcore/ops/function.rs:231 [INFO] [stdout] 12: 0x555a934b3bbe - as core::ops::function::FnOnce>::call_once::h6b004fa8f4fc1608 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] 13: 0x555a9354d6c9 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 14: 0x555a934ce4b7 - test::run_test::run_test_inner::{{closure}}::h9a4d23c41d058d37 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:272 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:394 [INFO] [stdout] at src/libtest/lib.rs:1468 [INFO] [stdout] 15: 0x555a934a8ed4 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3765d76361a33ff7 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/sys_common/backtrace.rs:136 [INFO] [stdout] 16: 0x555a934acf84 - std::panicking::try::do_call::h6f86e980b52f74d5 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/thread/mod.rs:470 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:315 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:293 [INFO] [stdout] 17: 0x555a9354d6c9 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 18: 0x555a934ad591 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h760b8a2b155f54c3 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:272 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:394 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/thread/mod.rs:469 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libcore/ops/function.rs:231 [INFO] [stdout] 19: 0x555a9353722e - as core::ops::function::FnOnce>::call_once::h805c3cc89d534c05 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] 20: 0x555a9354cdaf - std::sys::unix::thread::Thread::new::thread_start::h6f10b78f26c98dc6 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 21: 0x7f40b337a4a3 - start_thread [INFO] [stdout] 22: 0x7f40b2ea5d0e - __clone [INFO] [stdout] 23: 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: 0x555a93546613 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h6485381528590a55 [INFO] [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stdout] 1: 0x555a935418db - std::sys_common::backtrace::_print::h49a82ae9552e35c7 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:71 [INFO] [stdout] 2: 0x555a93545356 - std::panicking::default_hook::{{closure}}::he20974adbefcc046 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] at src/libstd/panicking.rs:197 [INFO] [stdout] 3: 0x555a9354507e - std::panicking::default_hook::he4af6af4ac7fef7b [INFO] [stdout] at src/libstd/panicking.rs:208 [INFO] [stdout] 4: 0x555a93545a5f - std::panicking::rust_panic_with_hook::h057ff03eb4c8000f [INFO] [stdout] at src/libstd/panicking.rs:474 [INFO] [stdout] 5: 0x555a935455e1 - std::panicking::continue_panic_fmt::ha6d6ae144369025b [INFO] [stdout] at src/libstd/panicking.rs:381 [INFO] [stdout] 6: 0x555a9354552e - std::panicking::begin_panic_fmt::he54eae869ed71eb1 [INFO] [stdout] at src/libstd/panicking.rs:336 [INFO] [stdout] 7: 0x555a934ecbca - assert_cmd::assert::Assert::success::hd8d038b6cf705c5c [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.4.0/src/assert.rs:140 [INFO] [stdout] 8: 0x555a934a01c5 - integration::helpers::project_builder::ProjectBuilder::build::h9f8ee89aad28db8f [INFO] [stdout] at tests/integration/helpers/project_builder.rs:145 [INFO] [stdout] 9: 0x555a9349a0c0 - integration::basics::it_substitutes_date::hdf9dd89f4b45d421 [INFO] [stdout] at tests/integration/basics.rs:45 [INFO] [stdout] 10: 0x555a9349a009 - integration::basics::it_substitutes_date::{{closure}}::h12032ba590790ce6 [INFO] [stdout] at tests/integration/basics.rs:44 [INFO] [stdout] 11: 0x555a934a7a1d - core::ops::function::FnOnce::call_once::h44b19678094ecdcd [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libcore/ops/function.rs:231 [INFO] [stdout] 12: 0x555a934b3bbe - as core::ops::function::FnOnce>::call_once::h6b004fa8f4fc1608 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] 13: 0x555a9354d6c9 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 14: 0x555a934ce4b7 - test::run_test::run_test_inner::{{closure}}::h9a4d23c41d058d37 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:272 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:394 [INFO] [stdout] at src/libtest/lib.rs:1468 [INFO] [stdout] 15: 0x555a934a8ed4 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3765d76361a33ff7 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/sys_common/backtrace.rs:136 [INFO] [stdout] 16: 0x555a934acf84 - std::panicking::try::do_call::h6f86e980b52f74d5 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/thread/mod.rs:470 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:315 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:293 [INFO] [stdout] 17: 0x555a9354d6c9 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 18: 0x555a934ad591 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h760b8a2b155f54c3 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:272 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:394 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/thread/mod.rs:469 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libcore/ops/function.rs:231 [INFO] [stdout] 19: 0x555a9353722e - as core::ops::function::FnOnce>::call_once::h805c3cc89d534c05 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] 20: 0x555a9354cdaf - std::sys::unix::thread::Thread::new::thread_start::h6f10b78f26c98dc6 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 21: 0x7f40b337a4a3 - start_thread [INFO] [stdout] 22: 0x7f40b2ea5d0e - __clone [INFO] [stdout] 23: 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: 0x555a93546613 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h6485381528590a55 [INFO] [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stdout] 1: 0x555a935418db - std::sys_common::backtrace::_print::h49a82ae9552e35c7 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:71 [INFO] [stdout] 2: 0x555a93545356 - std::panicking::default_hook::{{closure}}::he20974adbefcc046 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] at src/libstd/panicking.rs:197 [INFO] [stdout] 3: 0x555a9354507e - std::panicking::default_hook::he4af6af4ac7fef7b [INFO] [stdout] at src/libstd/panicking.rs:208 [INFO] [stdout] 4: 0x555a93545a5f - std::panicking::rust_panic_with_hook::h057ff03eb4c8000f [INFO] [stdout] at src/libstd/panicking.rs:474 [INFO] [stdout] 5: 0x555a935455e1 - std::panicking::continue_panic_fmt::ha6d6ae144369025b [INFO] [stdout] at src/libstd/panicking.rs:381 [INFO] [stdout] 6: 0x555a9354552e - std::panicking::begin_panic_fmt::he54eae869ed71eb1 [INFO] [stdout] at src/libstd/panicking.rs:336 [INFO] [stdout] 7: 0x555a934ecbca - assert_cmd::assert::Assert::success::hd8d038b6cf705c5c [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.4.0/src/assert.rs:140 [INFO] [stdout] 8: 0x555a934a01c5 - integration::helpers::project_builder::ProjectBuilder::build::h9f8ee89aad28db8f [INFO] [stdout] at tests/integration/helpers/project_builder.rs:145 [INFO] [stdout] 9: 0x555a9349a9c9 - integration::basics::it_substitutes_cratename_in_a_rust_file::hdfd4974480b5b6be [INFO] [stdout] at tests/integration/basics.rs:111 [INFO] [stdout] 10: 0x555a9349a909 - integration::basics::it_substitutes_cratename_in_a_rust_file::{{closure}}::hbf2369f9b9447cdc [INFO] [stdout] at tests/integration/basics.rs:110 [INFO] [stdout] 11: 0x555a934a7bdd - core::ops::function::FnOnce::call_once::hd295f95204d91130 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libcore/ops/function.rs:231 [INFO] [stdout] 12: 0x555a934b3bbe - as core::ops::function::FnOnce>::call_once::h6b004fa8f4fc1608 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] 13: 0x555a9354d6c9 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 14: 0x555a934ce4b7 - test::run_test::run_test_inner::{{closure}}::h9a4d23c41d058d37 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:272 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:394 [INFO] [stdout] at src/libtest/lib.rs:1468 [INFO] [stdout] 15: 0x555a934a8ed4 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3765d76361a33ff7 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/sys_common/backtrace.rs:136 [INFO] [stdout] 16: 0x555a934acf84 - std::panicking::try::do_call::h6f86e980b52f74d5 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/thread/mod.rs:470 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:315 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:293 [INFO] [stdout] 17: 0x555a9354d6c9 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 18: 0x555a934ad591 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h760b8a2b155f54c3 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:272 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:394 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/thread/mod.rs:469 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libcore/ops/function.rs:231 [INFO] [stdout] 19: 0x555a9353722e - as core::ops::function::FnOnce>::call_once::h805c3cc89d534c05 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] 20: 0x555a9354cdaf - std::sys::unix::thread::Thread::new::thread_start::h6f10b78f26c98dc6 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 21: 0x7f40b337a4a3 - start_thread [INFO] [stdout] 22: 0x7f40b2ea5d0e - __clone [INFO] [stdout] 23: 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: 0x555a93546613 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h6485381528590a55 [INFO] [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stdout] 1: 0x555a935418db - std::sys_common::backtrace::_print::h49a82ae9552e35c7 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:71 [INFO] [stdout] 2: 0x555a93545356 - std::panicking::default_hook::{{closure}}::he20974adbefcc046 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] at src/libstd/panicking.rs:197 [INFO] [stdout] 3: 0x555a9354507e - std::panicking::default_hook::he4af6af4ac7fef7b [INFO] [stdout] at src/libstd/panicking.rs:208 [INFO] [stdout] 4: 0x555a93545a5f - std::panicking::rust_panic_with_hook::h057ff03eb4c8000f [INFO] [stdout] at src/libstd/panicking.rs:474 [INFO] [stdout] 5: 0x555a935455e1 - std::panicking::continue_panic_fmt::ha6d6ae144369025b [INFO] [stdout] at src/libstd/panicking.rs:381 [INFO] [stdout] 6: 0x555a9354552e - std::panicking::begin_panic_fmt::he54eae869ed71eb1 [INFO] [stdout] at src/libstd/panicking.rs:336 [INFO] [stdout] 7: 0x555a934ecbca - assert_cmd::assert::Assert::success::hd8d038b6cf705c5c [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.4.0/src/assert.rs:140 [INFO] [stdout] 8: 0x555a934a01c5 - integration::helpers::project_builder::ProjectBuilder::build::h9f8ee89aad28db8f [INFO] [stdout] at tests/integration/helpers/project_builder.rs:145 [INFO] [stdout] 9: 0x555a93499c40 - integration::basics::it_substitutes_projectname_in_cargo_toml::he6bb20e0c07c8478 [INFO] [stdout] at tests/integration/basics.rs:12 [INFO] [stdout] 10: 0x555a93499b89 - integration::basics::it_substitutes_projectname_in_cargo_toml::{{closure}}::h870af9eaaf59bb76 [INFO] [stdout] at tests/integration/basics.rs:11 [INFO] [stdout] 11: 0x555a934a798d - core::ops::function::FnOnce::call_once::h1ad0e106fccfcc01 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libcore/ops/function.rs:231 [INFO] [stdout] 12: 0x555a934b3bbe - as core::ops::function::FnOnce>::call_once::h6b004fa8f4fc1608 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] 13: 0x555a9354d6c9 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 14: 0x555a934ce4b7 - test::run_test::run_test_inner::{{closure}}::h9a4d23c41d058d37 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:272 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:394 [INFO] [stdout] at src/libtest/lib.rs:1468 [INFO] [stdout] 15: 0x555a934a8ed4 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3765d76361a33ff7 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/sys_common/backtrace.rs:136 [INFO] [stdout] 16: 0x555a934acf84 - std::panicking::try::do_call::h6f86e980b52f74d5 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/thread/mod.rs:470 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:315 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:293 [INFO] [stdout] 17: 0x555a9354d6c9 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 18: 0x555a934ad591 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h760b8a2b155f54c3 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:272 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:394 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/thread/mod.rs:469 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libcore/ops/function.rs:231 [INFO] [stdout] 19: 0x555a9353722e - as core::ops::function::FnOnce>::call_once::h805c3cc89d534c05 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] 20: 0x555a9354cdaf - std::sys::unix::thread::Thread::new::thread_start::h6f10b78f26c98dc6 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 21: 0x7f40b337a4a3 - start_thread [INFO] [stdout] 22: 0x7f40b2ea5d0e - __clone [INFO] [stdout] 23: 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] running `"docker" "inspect" "5584aa0bb979c92ba1096e2cd7e674118b256e16e87cdcf76e0600ac2fbfb51e"` [INFO] running `"docker" "rm" "-f" "5584aa0bb979c92ba1096e2cd7e674118b256e16e87cdcf76e0600ac2fbfb51e"` [INFO] [stdout] 5584aa0bb979c92ba1096e2cd7e674118b256e16e87cdcf76e0600ac2fbfb51e