[INFO] crate hera 0.1.0 is already in cache [INFO] testing hera-0.1.0 against 1.38.0 for beta-1.39-1 [INFO] extracting crate hera 0.1.0 into work/builds/worker-5/source [INFO] validating manifest of crates.io crate hera 0.1.0 on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate hera 0.1.0 [INFO] finished tweaking crates.io crate hera 0.1.0 [INFO] tweaked toml for crates.io crate hera 0.1.0 written to work/builds/worker-5/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 06b5514ad6dd531f5b6770c003e4005ae74d970f002937112674dec213cd86ec [INFO] running `"docker" "start" "-a" "06b5514ad6dd531f5b6770c003e4005ae74d970f002937112674dec213cd86ec"` [INFO] [stderr] Compiling encoding_rs_io v0.1.6 [INFO] [stderr] Compiling ignore v0.4.10 [INFO] [stderr] Compiling libgit2-sys v0.7.11 [INFO] [stderr] Compiling git2 v0.7.5 [INFO] [stderr] Compiling tokei v8.0.1 [INFO] [stderr] Compiling hera v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/changes.rs:47:29 [INFO] [stderr] | [INFO] [stderr] 47 | -> Result> [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:21:29 [INFO] [stderr] | [INFO] [stderr] 21 | fn main() -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:80:25 [INFO] [stderr] | [INFO] [stderr] 80 | -> Result> [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.11s [INFO] running `"docker" "inspect" "06b5514ad6dd531f5b6770c003e4005ae74d970f002937112674dec213cd86ec"` [INFO] running `"docker" "rm" "-f" "06b5514ad6dd531f5b6770c003e4005ae74d970f002937112674dec213cd86ec"` [INFO] [stdout] 06b5514ad6dd531f5b6770c003e4005ae74d970f002937112674dec213cd86ec [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 150569c664ecce97ff36af9353923fa2bbe7b326b4999dbd8e17859810067fb3 [INFO] running `"docker" "start" "-a" "150569c664ecce97ff36af9353923fa2bbe7b326b4999dbd8e17859810067fb3"` [INFO] [stderr] Compiling escargot v0.3.1 [INFO] [stderr] Compiling normalize-line-endings v0.2.2 [INFO] [stderr] Compiling predicates-core v0.9.0 [INFO] [stderr] Compiling float-cmp v0.4.0 [INFO] [stderr] Compiling predicates-tree v0.9.0 [INFO] [stderr] Compiling predicates v0.9.1 [INFO] [stderr] Compiling assert_cmd v0.9.1 [INFO] [stderr] Compiling hera v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/changes.rs:47:29 [INFO] [stderr] | [INFO] [stderr] 47 | -> Result> [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:21:29 [INFO] [stderr] | [INFO] [stderr] 21 | fn main() -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:80:25 [INFO] [stderr] | [INFO] [stderr] 80 | -> Result> [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.57s [INFO] running `"docker" "inspect" "150569c664ecce97ff36af9353923fa2bbe7b326b4999dbd8e17859810067fb3"` [INFO] running `"docker" "rm" "-f" "150569c664ecce97ff36af9353923fa2bbe7b326b4999dbd8e17859810067fb3"` [INFO] [stdout] 150569c664ecce97ff36af9353923fa2bbe7b326b4999dbd8e17859810067fb3 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen"` [INFO] [stdout] 2adb0b4eb28bb8c91741a9b1d5b25215d3bb741545fbd95bf261b868a58c8ce1 [INFO] running `"docker" "start" "-a" "2adb0b4eb28bb8c91741a9b1d5b25215d3bb741545fbd95bf261b868a58c8ce1"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.38s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/hera-66b2b242cc6c525f [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stderr] fatal: Unable to create '/tmp/.tmpqTDGq9/.git/index.lock': File exists. [INFO] [stderr] [INFO] [stderr] Another git process seems to be running in this repository, e.g. [INFO] [stderr] an editor opened by 'git commit'. Please make sure all processes [INFO] [stderr] are terminated then try again. If it still fails, a git process [INFO] [stderr] may have crashed in this repository earlier: [INFO] [stderr] remove the file manually to continue. [INFO] [stderr] fatal: Unable to create '/tmp/.tmpqTDGq9/.git/index.lock': File exists. [INFO] [stderr] [INFO] [stderr] Another git process seems to be running in this repository, e.g. [INFO] [stderr] an editor opened by 'git commit'. Please make sure all processes [INFO] [stderr] are terminated then try again. If it still fails, a git process [INFO] [stderr] may have crashed in this repository earlier: [INFO] [stderr] remove the file manually to continue. [INFO] [stderr] fatal: Unable to create '/tmp/.tmpqTDGq9/.git/index.lock': File exists. [INFO] [stderr] [INFO] [stderr] Another git process seems to be running in this repository, e.g. [INFO] [stderr] an editor opened by 'git commit'. Please make sure all processes [INFO] [stderr] are terminated then try again. If it still fails, a git process [INFO] [stderr] may have crashed in this repository earlier: [INFO] [stderr] remove the file manually to continue. [INFO] [stderr] fatal: Unable to create '/tmp/.tmpqTDGq9/.git/index.lock': File exists. [INFO] [stderr] [INFO] [stderr] Another git process seems to be running in this repository, e.g. [INFO] [stderr] an editor opened by 'git commit'. Please make sure all processes [INFO] [stderr] are terminated then try again. If it still fails, a git process [INFO] [stderr] may have crashed in this repository earlier: [INFO] [stderr] remove the file manually to continue. [INFO] [stderr] fatal: Unable to create '/tmp/.tmpqTDGq9/.git/index.lock': File exists. [INFO] [stderr] [INFO] [stderr] Another git process seems to be running in this repository, e.g. [INFO] [stderr] an editor opened by 'git commit'. Please make sure all processes [INFO] [stderr] are terminated then try again. If it still fails, a git process [INFO] [stderr] may have crashed in this repository earlier: [INFO] [stderr] remove the file manually to continue. [INFO] [stderr] fatal: Unable to create '/tmp/.tmpqTDGq9/.git/index.lock': File exists. [INFO] [stderr] [INFO] [stderr] Another git process seems to be running in this repository, e.g. [INFO] [stderr] an editor opened by 'git commit'. Please make sure all processes [INFO] [stderr] are terminated then try again. If it still fails, a git process [INFO] [stderr] may have crashed in this repository earlier: [INFO] [stderr] remove the file manually to continue. [INFO] [stderr] fatal: Unable to create '/tmp/.tmpqTDGq9/.git/index.lock': File exists. [INFO] [stderr] [INFO] [stderr] Another git process seems to be running in this repository, e.g. [INFO] [stderr] an editor opened by 'git commit'. Please make sure all processes [INFO] [stderr] are terminated then try again. If it still fails, a git process [INFO] [stderr] may have crashed in this repository earlier: [INFO] [stderr] remove the file manually to continue. [INFO] [stderr] fatal: Unable to create '/tmp/.tmpqTDGq9/.git/index.lock': File exists. [INFO] [stderr] [INFO] [stderr] Another git process seems to be running in this repository, e.g. [INFO] [stderr] an editor opened by 'git commit'. Please make sure all processes [INFO] [stderr] are terminated then try again. If it still fails, a git process [INFO] [stderr] may have crashed in this repository earlier: [INFO] [stderr] remove the file manually to continue. [INFO] [stderr] fatal: Unable to create '/tmp/.tmpqTDGq9/.git/index.lock': File exists. [INFO] [stderr] [INFO] [stderr] Another git process seems to be running in this repository, e.g. [INFO] [stderr] an editor opened by 'git commit'. Please make sure all processes [INFO] [stderr] are terminated then try again. If it still fails, a git process [INFO] [stderr] may have crashed in this repository earlier: [INFO] [stderr] remove the file manually to continue. [INFO] [stderr] fatal: Unable to create '/tmp/.tmpqTDGq9/.git/index.lock': File exists. [INFO] [stderr] [INFO] [stderr] Another git process seems to be running in this repository, e.g. [INFO] [stderr] an editor opened by 'git commit'. Please make sure all processes [INFO] [stderr] are terminated then try again. If it still fails, a git process [INFO] [stderr] may have crashed in this repository earlier: [INFO] [stderr] remove the file manually to continue. [INFO] [stderr] fatal: Unable to create '/tmp/.tmpqTDGq9/.git/index.lock': File exists. [INFO] [stderr] [INFO] [stderr] Another git process seems to be running in this repository, e.g. [INFO] [stderr] an editor opened by 'git commit'. Please make sure all processes [INFO] [stderr] are terminated then try again. If it still fails, a git process [INFO] [stderr] may have crashed in this repository earlier: [INFO] [stderr] remove the file manually to continue. [INFO] [stderr] [INFO] [stderr] *** Please tell me who you are. [INFO] [stderr] [INFO] [stderr] Run [INFO] [stderr] [INFO] [stderr] git config --global user.email "you@example.com" [INFO] [stderr] git config --global user.name "Your Name" [INFO] [stderr] [INFO] [stderr] to set your account's default identity. [INFO] [stderr] Omit --global to set the identity only in this repository. [INFO] [stderr] [INFO] [stderr] fatal: unable to auto-detect email address (got 'crates-build-env@2adb0b4eb28b.(none)') [INFO] [stderr] [INFO] [stderr] *** Please tell me who you are. [INFO] [stderr] [INFO] [stderr] Run [INFO] [stderr] [INFO] [stderr] git config --global user.email "you@example.com" [INFO] [stderr] git config --global user.name "Your Name" [INFO] [stderr] [INFO] [stderr] to set your account's default identity. [INFO] [stderr] Omit --global to set the identity only in this repository. [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] *** Please tell me who you are. [INFO] [stderr] [INFO] [stderr] Run [INFO] [stderr] [INFO] [stderr] git config --global user.email "you@example.com" [INFO] [stderr] git config --global user.name "Your Name" [INFO] [stderr] [INFO] [stderr] to set your account's default identity. [INFO] [stderr] Omit --global to set the identity only in this repository. [INFO] [stderr] [INFO] [stderr] fatal: unable to auto-detect email address (got 'crates-build-env@2adb0b4eb28b.(none)') [INFO] [stderr] fatal: unable to auto-detect email address (got 'crates-build-env@2adb0b4eb28b.(none)') [INFO] [stderr] [INFO] [stderr] *** Please tell me who you are. [INFO] [stderr] [INFO] [stderr] Run [INFO] [stderr] [INFO] [stderr] git config --global user.email "you@example.com" [INFO] [stderr] git config --global user.name "Your Name" [INFO] [stderr] [INFO] [stderr] to set your account's default identity. [INFO] [stderr] Omit --global to set the identity only in this repository. [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] *** Please tell me who you are. [INFO] [stderr] [INFO] [stderr] Run [INFO] [stderr] [INFO] [stderr] git config --global user.email "you@example.com" [INFO] [stderr] git config --global user.name "Your Name" [INFO] [stderr] [INFO] [stderr] to set your account's default identity. [INFO] [stderr] Omit --global to set the identity only in this repository. [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] *** Please tell me who you are. [INFO] [stderr] [INFO] [stderr] Run [INFO] [stderr] [INFO] [stderr] git config --global user.email "you@example.com" [INFO] [stderr] git config --global user.name "Your Name" [INFO] [stderr] [INFO] [stderr] to set your account's default identity. [INFO] [stderr] Omit --global to set the identity only in this repository. [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] *** Please tell me who you are. [INFO] [stderr] [INFO] [stderr] Run [INFO] [stderr] [INFO] [stderr] git config --global user.email "you@example.com" [INFO] [stderr] git config --global user.name "Your Name" [INFO] [stderr] [INFO] [stderr] to set your account's default identity. [INFO] [stderr] Omit --global to set the identity only in this repository. [INFO] [stderr] [INFO] [stderr] fatal: unable to auto-detect email address (got 'crates-build-env@2adb0b4eb28b.(none)') [INFO] [stderr] fatal: unable to auto-detect email address (got 'crates-build-env@2adb0b4eb28b.(none)') [INFO] [stderr] fatal: unable to auto-detect email address (got 'crates-build-env@2adb0b4eb28b.(none)') [INFO] [stderr] fatal: unable to auto-detect email address (got 'crates-build-env@2adb0b4eb28b.(none)') [INFO] [stderr] fatal: Unable to create '/tmp/.tmpqTDGq9/.git/index.lock': File exists. [INFO] [stderr] [INFO] [stderr] Another git process seems to be running in this repository, e.g. [INFO] [stderr] an editor opened by 'git commit'. Please make sure all processes [INFO] [stderr] are terminated then try again. If it still fails, a git process [INFO] [stderr] may have crashed in this repository earlier: [INFO] [stderr] remove the file manually to continue. [INFO] [stderr] fatal: Unable to create '/tmp/.tmpqTDGq9/.git/index.lock': File exists. [INFO] [stderr] [INFO] [stderr] Another git process seems to be running in this repository, e.g. [INFO] [stderr] an editor opened by 'git commit'. Please make sure all processes [INFO] [stderr] are terminated then try again. If it still fails, a git process [INFO] [stderr] may have crashed in this repository earlier: [INFO] [stderr] remove the file manually to continue. [INFO] [stderr] [INFO] [stderr] *** Please tell me who you are. [INFO] [stderr] [INFO] [stderr] Run [INFO] [stderr] [INFO] [stderr] git config --global user.email "you@example.com" [INFO] [stderr] git config --global user.name "Your Name" [INFO] [stderr] [INFO] [stderr] to set your account's default identity. [INFO] [stderr] Omit --global to set the identity only in this repository. [INFO] [stderr] [INFO] [stderr] fatal: unable to auto-detect email address (got 'crates-build-env@2adb0b4eb28b.(none)') [INFO] [stderr] fatal: Unable to create '/tmp/.tmpqTDGq9/.git/index.lock': File exists. [INFO] [stderr] [INFO] [stderr] Another git process seems to be running in this repository, e.g. [INFO] [stderr] an editor opened by 'git commit'. Please make sure all processes [INFO] [stderr] are terminated then try again. If it still fails, a git process [INFO] [stderr] may have crashed in this repository earlier: [INFO] [stderr] remove the file manually to continue. [INFO] [stderr] [INFO] [stderr] *** Please tell me who you are. [INFO] [stderr] [INFO] [stderr] Run [INFO] [stderr] [INFO] [stderr] git config --global user.email "you@example.com" [INFO] [stderr] git config --global user.name "Your Name" [INFO] [stderr] [INFO] [stderr] to set your account's default identity. [INFO] [stderr] Omit --global to set the identity only in this repository. [INFO] [stderr] [INFO] [stderr] fatal: unable to auto-detect email address (got 'crates-build-env@2adb0b4eb28b.(none)') [INFO] [stderr] [INFO] [stderr] *** Please tell me who you are. [INFO] [stderr] [INFO] [stderr] Run [INFO] [stderr] [INFO] [stderr] git config --global user.email "you@example.com" [INFO] [stderr] git config --global user.name "Your Name" [INFO] [stderr] [INFO] [stderr] to set your account's default identity. [INFO] [stderr] Omit --global to set the identity only in this repository. [INFO] [stderr] [INFO] [stderr] fatal: unable to auto-detect email address (got 'crates-build-env@2adb0b4eb28b.(none)') [INFO] [stderr] [INFO] [stderr] *** Please tell me who you are. [INFO] [stderr] [INFO] [stderr] Run [INFO] [stderr] [INFO] [stderr] git config --global user.email "you@example.com" [INFO] [stderr] git config --global user.name "Your Name" [INFO] [stderr] [INFO] [stderr] to set your account's default identity. [INFO] [stderr] Omit --global to set the identity only in this repository. [INFO] [stderr] [INFO] [stderr] fatal: unable to auto-detect email address (got 'crates-build-env@2adb0b4eb28b.(none)') [INFO] [stderr] [INFO] [stderr] *** Please tell me who you are. [INFO] [stderr] [INFO] [stderr] Run [INFO] [stderr] [INFO] [stderr] git config --global user.email "you@example.com" [INFO] [stderr] git config --global user.name "Your Name" [INFO] [stderr] [INFO] [stderr] to set your account's default identity. [INFO] [stderr] Omit --global to set the identity only in this repository. [INFO] [stderr] [INFO] [stderr] fatal: unable to auto-detect email address (got 'crates-build-env@2adb0b4eb28b.(none)') [INFO] [stderr] [INFO] [stderr] *** Please tell me who you are. [INFO] [stderr] [INFO] [stderr] Run [INFO] [stderr] [INFO] [stderr] git config --global user.email "you@example.com" [INFO] [stderr] git config --global user.name "Your Name" [INFO] [stderr] [INFO] [stderr] to set your account's default identity. [INFO] [stderr] Omit --global to set the identity only in this repository. [INFO] [stderr] [INFO] [stderr] fatal: unable to auto-detect email address (got 'crates-build-env@2adb0b4eb28b.(none)') [INFO] [stderr] [INFO] [stderr] *** Please tell me who you are. [INFO] [stderr] [INFO] [stderr] Run [INFO] [stderr] [INFO] [stderr] git config --global user.email "you@example.com" [INFO] [stderr] git config --global user.name "Your Name" [INFO] [stderr] [INFO] [stderr] to set your account's default identity. [INFO] [stderr] Omit --global to set the identity only in this repository. [INFO] [stderr] [INFO] [stderr] fatal: unable to auto-detect email address (got 'crates-build-env@2adb0b4eb28b.(none)') [INFO] [stderr] [INFO] [stderr] *** Please tell me who you are. [INFO] [stderr] [INFO] [stderr] Run [INFO] [stderr] [INFO] [stderr] git config --global user.email "you@example.com" [INFO] [stderr] git config --global user.name "Your Name" [INFO] [stderr] [INFO] [stderr] to set your account's default identity. [INFO] [stderr] Omit --global to set the identity only in this repository. [INFO] [stderr] [INFO] [stderr] fatal: unable to auto-detect email address (got 'crates-build-env@2adb0b4eb28b.(none)') [INFO] [stderr] [INFO] [stderr] *** Please tell me who you are. [INFO] [stderr] [INFO] [stderr] Run [INFO] [stderr] [INFO] [stderr] git config --global user.email "you@example.com" [INFO] [stderr] git config --global user.name "Your Name" [INFO] [stderr] [INFO] [stderr] to set your account's default identity. [INFO] [stderr] Omit --global to set the identity only in this repository. [INFO] [stderr] [INFO] [stderr] fatal: unable to auto-detect email address (got 'crates-build-env@2adb0b4eb28b.(none)') [INFO] [stderr] [INFO] [stderr] *** Please tell me who you are. [INFO] [stderr] [INFO] [stderr] Run [INFO] [stderr] [INFO] [stderr] git config --global user.email "you@example.com" [INFO] [stderr] git config --global user.name "Your Name" [INFO] [stderr] [INFO] [stderr] to set your account's default identity. [INFO] [stderr] Omit --global to set the identity only in this repository. [INFO] [stderr] [INFO] [stderr] fatal: unable to auto-detect email address (got 'crates-build-env@2adb0b4eb28b.(none)') [INFO] [stdout] test tests::code_line_changed ... FAILED [INFO] [stdout] test tests::text_file_changed ... FAILED [INFO] [stdout] test tests::comment_line_changed ... FAILED [INFO] [stdout] test tests::new_filtered_file ... FAILED [INFO] [stdout] test tests::comment_added_to_code ... FAILED [INFO] [stdout] test tests::multi_line_comment_changed ... FAILED [INFO] [stdout] test tests::new_code_file ... FAILED [INFO] [stdout] test tests::code_in_example_block_changed ... FAILED [INFO] [stdout] test tests::new_doc_file ... FAILED [INFO] [stdout] test tests::code_between_multi_line_changed ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- tests::code_line_changed stdout ---- [INFO] [stdout] thread 'tests::code_line_changed' panicked at 'called `Result::unwrap()` on an `Err` value: CargoError { cause: Some(CargoError { kind: CommandFailed, context: Some("error: could not find `Cargo.toml` in `/tmp/.tmpCVqmKA` or any parent directory\n"), cause: None }) }', src/libcore/result.rs:1084:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5583405f576b - backtrace::backtrace::libunwind::trace::h89fcc71e59e3bc5b [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5583405f576b - backtrace::backtrace::trace_unsynchronized::h0bad9be1379e729a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5583405f576b - std::sys_common::backtrace::_print::hd3382a1f33c473da [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5583405f576b - std::sys_common::backtrace::print::h0ec6f03cfb8e76a6 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5583405f576b - std::panicking::default_hook::{{closure}}::h96cbf7b454e3f557 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5583405f53dc - std::panicking::default_hook::h95a8f00337383d83 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5583405f5edd - std::panicking::rust_panic_with_hook::h92f98b46e22f14ed [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5583405f5a62 - std::panicking::continue_panic_fmt::h25abfbb4e5b7043a [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5583405f5946 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x5583406142ed - core::panicking::panic_fmt::h7e9f94035af782b3 [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x5583406143e7 - core::result::unwrap_failed::hf7591c1dd9412006 [INFO] [stdout] at src/libcore/result.rs:1084 [INFO] [stdout] 11: 0x55834045782e - core::result::Result::unwrap::h27b9774d2a5ea7df [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/result.rs:852 [INFO] [stdout] 12: 0x55834045119e - hera::tests::code_line_changed::h9c084019730d7e12 [INFO] [stdout] at src/main.rs:193 [INFO] [stdout] 13: 0x558340450d7a - hera::tests::code_line_changed::{{closure}}::h563517c838e5bf1d [INFO] [stdout] at src/main.rs:178 [INFO] [stdout] 14: 0x5583404551ae - core::ops::function::FnOnce::call_once::hbfe1c1e6afbc9d57 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 15: 0x558340462c0f - as core::ops::function::FnOnce>::call_once::hac0fbe2754f8bd24 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 16: 0x5583405fd76a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 17: 0x55834047d1fe - std::panicking::try::h9d6938917cc05e3f [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x55834047d1fe - std::panic::catch_unwind::h5be70fd1d69515b0 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x55834047d1fe - test::run_test::run_test_inner::{{closure}}::h056f206eafd8ff6e [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 20: 0x558340458635 - std::sys_common::backtrace::__rust_begin_short_backtrace::h859abbc742a34b19 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x55834045c775 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hf8192ec938c43694 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x55834045c775 - as core::ops::function::FnOnce<()>>::call_once::hae7b2431555cb4db [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x55834045c775 - std::panicking::try::do_call::h6da7ecd0783259d7 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x5583405fd76a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 25: 0x55834045cd52 - std::panicking::try::h3c1c35414c2c78f1 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x55834045cd52 - std::panic::catch_unwind::ha5cfb2018fda983e [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x55834045cd52 - std::thread::Builder::spawn_unchecked::{{closure}}::hc7620e41f0938c09 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x55834045cd52 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h1b3b20eeb6ea6ddd [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 29: 0x5583405e860f - as core::ops::function::FnOnce>::call_once::h2877b2aefb0fd627 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 30: 0x5583405fcb40 - as core::ops::function::FnOnce>::call_once::h13f473dbcdaa0fef [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 31: 0x5583405fcb40 - std::sys_common::thread::start_thread::h562a7c4953cb1d31 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x5583405fcb40 - std::sys::unix::thread::Thread::new::thread_start::h382c6ae14181d163 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7f05208ac6db - start_thread [INFO] [stdout] 34: 0x7f05203bd88f - __clone [INFO] [stdout] 35: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::text_file_changed stdout ---- [INFO] [stdout] thread 'tests::text_file_changed' panicked at 'called `Result::unwrap()` on an `Err` value: CargoError { cause: Some(CargoError { kind: CommandFailed, context: Some("error: could not find `Cargo.toml` in `/tmp/.tmp18Rxv5` or any parent directory\n"), cause: None }) }', src/libcore/result.rs:1084:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5583405f576b - backtrace::backtrace::libunwind::trace::h89fcc71e59e3bc5b [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5583405f576b - backtrace::backtrace::trace_unsynchronized::h0bad9be1379e729a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5583405f576b - std::sys_common::backtrace::_print::hd3382a1f33c473da [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5583405f576b - std::sys_common::backtrace::print::h0ec6f03cfb8e76a6 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5583405f576b - std::panicking::default_hook::{{closure}}::h96cbf7b454e3f557 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5583405f53dc - std::panicking::default_hook::h95a8f00337383d83 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5583405f5edd - std::panicking::rust_panic_with_hook::h92f98b46e22f14ed [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5583405f5a62 - std::panicking::continue_panic_fmt::h25abfbb4e5b7043a [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5583405f5946 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x5583406142ed - core::panicking::panic_fmt::h7e9f94035af782b3 [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x5583406143e7 - core::result::unwrap_failed::hf7591c1dd9412006 [INFO] [stdout] at src/libcore/result.rs:1084 [INFO] [stdout] 11: 0x55834045782e - core::result::Result::unwrap::h27b9774d2a5ea7df [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/result.rs:852 [INFO] [stdout] 12: 0x558340451d3e - hera::tests::text_file_changed::hbcded01de34659c0 [INFO] [stdout] at src/main.rs:241 [INFO] [stdout] 13: 0x55834045191a - hera::tests::text_file_changed::{{closure}}::h7f952d6b196456ed [INFO] [stdout] at src/main.rs:226 [INFO] [stdout] 14: 0x5583404550ee - core::ops::function::FnOnce::call_once::h8eda073d69a4dcf4 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 15: 0x558340462c0f - as core::ops::function::FnOnce>::call_once::hac0fbe2754f8bd24 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 16: 0x5583405fd76a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 17: 0x55834047d1fe - std::panicking::try::h9d6938917cc05e3f [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x55834047d1fe - std::panic::catch_unwind::h5be70fd1d69515b0 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x55834047d1fe - test::run_test::run_test_inner::{{closure}}::h056f206eafd8ff6e [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 20: 0x558340458635 - std::sys_common::backtrace::__rust_begin_short_backtrace::h859abbc742a34b19 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x55834045c775 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hf8192ec938c43694 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x55834045c775 - as core::ops::function::FnOnce<()>>::call_once::hae7b2431555cb4db [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x55834045c775 - std::panicking::try::do_call::h6da7ecd0783259d7 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x5583405fd76a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 25: 0x55834045cd52 - std::panicking::try::h3c1c35414c2c78f1 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x55834045cd52 - std::panic::catch_unwind::ha5cfb2018fda983e [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x55834045cd52 - std::thread::Builder::spawn_unchecked::{{closure}}::hc7620e41f0938c09 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x55834045cd52 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h1b3b20eeb6ea6ddd [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 29: 0x5583405e860f - as core::ops::function::FnOnce>::call_once::h2877b2aefb0fd627 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 30: 0x5583405fcb40 - as core::ops::function::FnOnce>::call_once::h13f473dbcdaa0fef [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 31: 0x5583405fcb40 - std::sys_common::thread::start_thread::h562a7c4953cb1d31 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x5583405fcb40 - std::sys::unix::thread::Thread::new::thread_start::h382c6ae14181d163 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7f05208ac6db - start_thread [INFO] [stdout] 34: 0x7f05203bd88f - __clone [INFO] [stdout] 35: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::comment_line_changed stdout ---- [INFO] [stdout] thread 'tests::comment_line_changed' panicked at 'called `Result::unwrap()` on an `Err` value: CargoError { cause: Some(CargoError { kind: CommandFailed, context: Some("error: could not find `Cargo.toml` in `/tmp/.tmpCmuked` or any parent directory\n"), cause: None }) }', src/libcore/result.rs:1084:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5583405f576b - backtrace::backtrace::libunwind::trace::h89fcc71e59e3bc5b [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5583405f576b - backtrace::backtrace::trace_unsynchronized::h0bad9be1379e729a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5583405f576b - std::sys_common::backtrace::_print::hd3382a1f33c473da [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5583405f576b - std::sys_common::backtrace::print::h0ec6f03cfb8e76a6 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5583405f576b - std::panicking::default_hook::{{closure}}::h96cbf7b454e3f557 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5583405f53dc - std::panicking::default_hook::h95a8f00337383d83 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5583405f5edd - std::panicking::rust_panic_with_hook::h92f98b46e22f14ed [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5583405f5a62 - std::panicking::continue_panic_fmt::h25abfbb4e5b7043a [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5583405f5946 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x5583406142ed - core::panicking::panic_fmt::h7e9f94035af782b3 [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x5583406143e7 - core::result::unwrap_failed::hf7591c1dd9412006 [INFO] [stdout] at src/libcore/result.rs:1084 [INFO] [stdout] 11: 0x55834045782e - core::result::Result::unwrap::h27b9774d2a5ea7df [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/result.rs:852 [INFO] [stdout] 12: 0x55834045176e - hera::tests::comment_line_changed::h2e765ae436b5f46b [INFO] [stdout] at src/main.rs:217 [INFO] [stdout] 13: 0x55834045134a - hera::tests::comment_line_changed::{{closure}}::h21b3ac96c0c9426f [INFO] [stdout] at src/main.rs:202 [INFO] [stdout] 14: 0x55834045504e - core::ops::function::FnOnce::call_once::h2510196850bb217b [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 15: 0x558340462c0f - as core::ops::function::FnOnce>::call_once::hac0fbe2754f8bd24 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 16: 0x5583405fd76a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 17: 0x55834047d1fe - std::panicking::try::h9d6938917cc05e3f [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x55834047d1fe - std::panic::catch_unwind::h5be70fd1d69515b0 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x55834047d1fe - test::run_test::run_test_inner::{{closure}}::h056f206eafd8ff6e [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 20: 0x558340458635 - std::sys_common::backtrace::__rust_begin_short_backtrace::h859abbc742a34b19 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x55834045c775 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hf8192ec938c43694 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x55834045c775 - as core::ops::function::FnOnce<()>>::call_once::hae7b2431555cb4db [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x55834045c775 - std::panicking::try::do_call::h6da7ecd0783259d7 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x5583405fd76a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 25: 0x55834045cd52 - std::panicking::try::h3c1c35414c2c78f1 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x55834045cd52 - std::panic::catch_unwind::ha5cfb2018fda983e [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x55834045cd52 - std::thread::Builder::spawn_unchecked::{{closure}}::hc7620e41f0938c09 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x55834045cd52 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h1b3b20eeb6ea6ddd [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 29: 0x5583405e860f - as core::ops::function::FnOnce>::call_once::h2877b2aefb0fd627 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 30: 0x5583405fcb40 - as core::ops::function::FnOnce>::call_once::h13f473dbcdaa0fef [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 31: 0x5583405fcb40 - std::sys_common::thread::start_thread::h562a7c4953cb1d31 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x5583405fcb40 - std::sys::unix::thread::Thread::new::thread_start::h382c6ae14181d163 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7f05208ac6db - start_thread [INFO] [stdout] 34: 0x7f05203bd88f - __clone [INFO] [stdout] 35: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::new_filtered_file stdout ---- [INFO] [stdout] thread 'tests::new_filtered_file' panicked at 'Unexpected stdout, failed var - original <= 0 [INFO] [stdout] ├── original: No code has changed. [INFO] [stdout] [INFO] [stdout] ├── actual distance: 1 [INFO] [stdout] ├── diff: No code has changed. [INFO] [stdout]  [INFO] [stdout] [INFO] [stdout] └── var as str: [INFO] [stdout] [INFO] [stdout] command=`"/opt/rustwide/target/debug/hera" "--filter" "Rust,C" "/tmp/.tmpCmuked"` [INFO] [stdout] code=1 [INFO] [stdout] stdout=`````` [INFO] [stdout] stderr=```Error: Error { code: -9, klass: 4, message: "reference \'refs/heads/master\' not found" } [INFO] [stdout] ``` [INFO] [stdout] ', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.9.1/src/assert.rs:285:17 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5583405f576b - backtrace::backtrace::libunwind::trace::h89fcc71e59e3bc5b [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5583405f576b - backtrace::backtrace::trace_unsynchronized::h0bad9be1379e729a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5583405f576b - std::sys_common::backtrace::_print::hd3382a1f33c473da [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5583405f576b - std::sys_common::backtrace::print::h0ec6f03cfb8e76a6 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5583405f576b - std::panicking::default_hook::{{closure}}::h96cbf7b454e3f557 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5583405f53dc - std::panicking::default_hook::h95a8f00337383d83 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5583405f5edd - std::panicking::rust_panic_with_hook::h92f98b46e22f14ed [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5583405f5a62 - std::panicking::continue_panic_fmt::h25abfbb4e5b7043a [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5583405f59af - std::panicking::begin_panic_fmt::hc33ce01c7f7cd52d [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x5583404f2fe4 - assert_cmd::assert::Assert::stdout_impl::h07671be23008f4ea [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.9.1/src/assert.rs:285 [INFO] [stdout] 10: 0x558340455ecc - assert_cmd::assert::Assert::stdout::h7519d8de42508cf7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.9.1/src/assert.rs:278 [INFO] [stdout] 11: 0x5583404547a1 - hera::tests::new_filtered_file::h2c52026ccd3915fc [INFO] [stdout] at src/main.rs:412 [INFO] [stdout] 12: 0x5583404541ca - hera::tests::new_filtered_file::{{closure}}::h21295f6741b699fd [INFO] [stdout] at src/main.rs:394 [INFO] [stdout] 13: 0x55834045501e - core::ops::function::FnOnce::call_once::h16b56745db7c0bd8 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 14: 0x558340462c0f - as core::ops::function::FnOnce>::call_once::hac0fbe2754f8bd24 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 15: 0x5583405fd76a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 16: 0x55834047d1fe - std::panicking::try::h9d6938917cc05e3f [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 17: 0x55834047d1fe - std::panic::catch_unwind::h5be70fd1d69515b0 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 18: 0x55834047d1fe - test::run_test::run_test_inner::{{closure}}::h056f206eafd8ff6e [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 19: 0x558340458635 - std::sys_common::backtrace::__rust_begin_short_backtrace::h859abbc742a34b19 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 20: 0x55834045c775 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hf8192ec938c43694 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:470 [INFO] [stdout] 21: 0x55834045c775 - as core::ops::function::FnOnce<()>>::call_once::hae7b2431555cb4db [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:315 [INFO] [stdout] 22: 0x55834045c775 - std::panicking::try::do_call::h6da7ecd0783259d7 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:296 [INFO] [stdout] 23: 0x5583405fd76a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 24: 0x55834045cd52 - std::panicking::try::h3c1c35414c2c78f1 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 25: 0x55834045cd52 - std::panic::catch_unwind::ha5cfb2018fda983e [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 26: 0x55834045cd52 - std::thread::Builder::spawn_unchecked::{{closure}}::hc7620e41f0938c09 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:469 [INFO] [stdout] 27: 0x55834045cd52 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h1b3b20eeb6ea6ddd [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 28: 0x5583405e860f - as core::ops::function::FnOnce>::call_once::h2877b2aefb0fd627 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 29: 0x5583405fcb40 - as core::ops::function::FnOnce>::call_once::h13f473dbcdaa0fef [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 30: 0x5583405fcb40 - std::sys_common::thread::start_thread::h562a7c4953cb1d31 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 31: 0x5583405fcb40 - std::sys::unix::thread::Thread::new::thread_start::h382c6ae14181d163 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 32: 0x7f05208ac6db - start_thread [INFO] [stdout] 33: 0x7f05203bd88f - __clone [INFO] [stdout] 34: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::comment_added_to_code stdout ---- [INFO] [stdout] thread 'tests::comment_added_to_code' panicked at 'Unexpected stdout, failed var - original <= 0 [INFO] [stdout] ├── original: No code has changed. [INFO] [stdout] [INFO] [stdout] ├── actual distance: 1 [INFO] [stdout] ├── diff: No code has changed. [INFO] [stdout]  [INFO] [stdout] [INFO] [stdout] └── var as str: [INFO] [stdout] [INFO] [stdout] command=`"/opt/rustwide/target/debug/hera" "/tmp/.tmpCVqmKA"` [INFO] [stdout] code=1 [INFO] [stdout] stdout=`````` [INFO] [stdout] stderr=```Error: Error { code: -9, klass: 4, message: "reference \'refs/heads/master\' not found" } [INFO] [stdout] ``` [INFO] [stdout] ', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.9.1/src/assert.rs:285:17 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5583405f576b - backtrace::backtrace::libunwind::trace::h89fcc71e59e3bc5b [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5583405f576b - backtrace::backtrace::trace_unsynchronized::h0bad9be1379e729a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5583405f576b - std::sys_common::backtrace::_print::hd3382a1f33c473da [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5583405f576b - std::sys_common::backtrace::print::h0ec6f03cfb8e76a6 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5583405f576b - std::panicking::default_hook::{{closure}}::h96cbf7b454e3f557 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5583405f53dc - std::panicking::default_hook::h95a8f00337383d83 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5583405f5edd - std::panicking::rust_panic_with_hook::h92f98b46e22f14ed [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5583405f5a62 - std::panicking::continue_panic_fmt::h25abfbb4e5b7043a [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5583405f59af - std::panicking::begin_panic_fmt::hc33ce01c7f7cd52d [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x5583404f2fe4 - assert_cmd::assert::Assert::stdout_impl::h07671be23008f4ea [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.9.1/src/assert.rs:285 [INFO] [stdout] 10: 0x558340455ecc - assert_cmd::assert::Assert::stdout::h7519d8de42508cf7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.9.1/src/assert.rs:278 [INFO] [stdout] 11: 0x55834045351e - hera::tests::comment_added_to_code::h6246a9ab7ebbd86e [INFO] [stdout] at src/main.rs:337 [INFO] [stdout] 12: 0x55834045305a - hera::tests::comment_added_to_code::{{closure}}::h7f1c340715a4a376 [INFO] [stdout] at src/main.rs:322 [INFO] [stdout] 13: 0x5583404551de - core::ops::function::FnOnce::call_once::hcd2b112f9667da7f [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 14: 0x558340462c0f - as core::ops::function::FnOnce>::call_once::hac0fbe2754f8bd24 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 15: 0x5583405fd76a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 16: 0x55834047d1fe - std::panicking::try::h9d6938917cc05e3f [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 17: 0x55834047d1fe - std::panic::catch_unwind::h5be70fd1d69515b0 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 18: 0x55834047d1fe - test::run_test::run_test_inner::{{closure}}::h056f206eafd8ff6e [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 19: 0x558340458635 - std::sys_common::backtrace::__rust_begin_short_backtrace::h859abbc742a34b19 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 20: 0x55834045c775 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hf8192ec938c43694 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:470 [INFO] [stdout] 21: 0x55834045c775 - as core::ops::function::FnOnce<()>>::call_once::hae7b2431555cb4db [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:315 [INFO] [stdout] 22: 0x55834045c775 - std::panicking::try::do_call::h6da7ecd0783259d7 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:296 [INFO] [stdout] 23: 0x5583405fd76a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 24: 0x55834045cd52 - std::panicking::try::h3c1c35414c2c78f1 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 25: 0x55834045cd52 - std::panic::catch_unwind::ha5cfb2018fda983e [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 26: 0x55834045cd52 - std::thread::Builder::spawn_unchecked::{{closure}}::hc7620e41f0938c09 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:469 [INFO] [stdout] 27: 0x55834045cd52 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h1b3b20eeb6ea6ddd [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 28: 0x5583405e860f - as core::ops::function::FnOnce>::call_once::h2877b2aefb0fd627 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 29: 0x5583405fcb40 - as core::ops::function::FnOnce>::call_once::h13f473dbcdaa0fef [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 30: 0x5583405fcb40 - std::sys_common::thread::start_thread::h562a7c4953cb1d31 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 31: 0x5583405fcb40 - std::sys::unix::thread::Thread::new::thread_start::h382c6ae14181d163 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 32: 0x7f05208ac6db - start_thread [INFO] [stdout] 33: 0x7f05203bd88f - __clone [INFO] [stdout] 34: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::multi_line_comment_changed stdout ---- [INFO] [stdout] thread 'tests::multi_line_comment_changed' panicked at 'Unexpected stdout, failed var - original <= 0 [INFO] [stdout] ├── original: No code has changed. [INFO] [stdout] [INFO] [stdout] ├── actual distance: 1 [INFO] [stdout] ├── diff: No code has changed. [INFO] [stdout]  [INFO] [stdout] [INFO] [stdout] └── var as str: [INFO] [stdout] [INFO] [stdout] command=`"/opt/rustwide/target/debug/hera" "/tmp/.tmpUP81rH"` [INFO] [stdout] code=1 [INFO] [stdout] stdout=`````` [INFO] [stdout] stderr=```Error: Error { code: -9, klass: 4, message: "reference \'refs/heads/master\' not found" } [INFO] [stdout] ``` [INFO] [stdout] ', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.9.1/src/assert.rs:285:17 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5583405f576b - backtrace::backtrace::libunwind::trace::h89fcc71e59e3bc5b [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5583405f576b - backtrace::backtrace::trace_unsynchronized::h0bad9be1379e729a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5583405f576b - std::sys_common::backtrace::_print::hd3382a1f33c473da [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5583405f576b - std::sys_common::backtrace::print::h0ec6f03cfb8e76a6 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5583405f576b - std::panicking::default_hook::{{closure}}::h96cbf7b454e3f557 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5583405f53dc - std::panicking::default_hook::h95a8f00337383d83 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5583405f5edd - std::panicking::rust_panic_with_hook::h92f98b46e22f14ed [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5583405f5a62 - std::panicking::continue_panic_fmt::h25abfbb4e5b7043a [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5583405f59af - std::panicking::begin_panic_fmt::hc33ce01c7f7cd52d [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x5583404f2fe4 - assert_cmd::assert::Assert::stdout_impl::h07671be23008f4ea [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.9.1/src/assert.rs:285 [INFO] [stdout] 10: 0x558340455ecc - assert_cmd::assert::Assert::stdout::h7519d8de42508cf7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.9.1/src/assert.rs:278 [INFO] [stdout] 11: 0x5583404523ae - hera::tests::multi_line_comment_changed::ha127086aab13362f [INFO] [stdout] at src/main.rs:265 [INFO] [stdout] 12: 0x558340451eea - hera::tests::multi_line_comment_changed::{{closure}}::h358c486830580e4f [INFO] [stdout] at src/main.rs:250 [INFO] [stdout] 13: 0x55834045517e - core::ops::function::FnOnce::call_once::hb7cd4ad6d19fe68a [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 14: 0x558340462c0f - as core::ops::function::FnOnce>::call_once::hac0fbe2754f8bd24 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 15: 0x5583405fd76a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 16: 0x55834047d1fe - std::panicking::try::h9d6938917cc05e3f [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 17: 0x55834047d1fe - std::panic::catch_unwind::h5be70fd1d69515b0 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 18: 0x55834047d1fe - test::run_test::run_test_inner::{{closure}}::h056f206eafd8ff6e [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 19: 0x558340458635 - std::sys_common::backtrace::__rust_begin_short_backtrace::h859abbc742a34b19 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 20: 0x55834045c775 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hf8192ec938c43694 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:470 [INFO] [stdout] 21: 0x55834045c775 - as core::ops::function::FnOnce<()>>::call_once::hae7b2431555cb4db [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:315 [INFO] [stdout] 22: 0x55834045c775 - std::panicking::try::do_call::h6da7ecd0783259d7 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:296 [INFO] [stdout] 23: 0x5583405fd76a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 24: 0x55834045cd52 - std::panicking::try::h3c1c35414c2c78f1 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 25: 0x55834045cd52 - std::panic::catch_unwind::ha5cfb2018fda983e [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 26: 0x55834045cd52 - std::thread::Builder::spawn_unchecked::{{closure}}::hc7620e41f0938c09 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:469 [INFO] [stdout] 27: 0x55834045cd52 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h1b3b20eeb6ea6ddd [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 28: 0x5583405e860f - as core::ops::function::FnOnce>::call_once::h2877b2aefb0fd627 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 29: 0x5583405fcb40 - as core::ops::function::FnOnce>::call_once::h13f473dbcdaa0fef [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 30: 0x5583405fcb40 - std::sys_common::thread::start_thread::h562a7c4953cb1d31 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 31: 0x5583405fcb40 - std::sys::unix::thread::Thread::new::thread_start::h382c6ae14181d163 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 32: 0x7f05208ac6db - start_thread [INFO] [stdout] 33: 0x7f05203bd88f - __clone [INFO] [stdout] 34: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::new_code_file stdout ---- [INFO] [stdout] thread 'tests::new_code_file' panicked at 'Unexpected stdout, failed var - original <= 0 [INFO] [stdout] ├── original: Code has changed. [INFO] [stdout] [INFO] [stdout] ├── actual distance: 1 [INFO] [stdout] ├── diff: Code has changed. [INFO] [stdout]  [INFO] [stdout] [INFO] [stdout] └── var as str: [INFO] [stdout] [INFO] [stdout] command=`"/opt/rustwide/target/debug/hera" "/tmp/.tmp4kdVTC"` [INFO] [stdout] code=1 [INFO] [stdout] stdout=`````` [INFO] [stdout] stderr=```Error: Error { code: -9, klass: 4, message: "reference \'refs/heads/master\' not found" } [INFO] [stdout] ``` [INFO] [stdout] ', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.9.1/src/assert.rs:285:17 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5583405f576b - backtrace::backtrace::libunwind::trace::h89fcc71e59e3bc5b [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5583405f576b - backtrace::backtrace::trace_unsynchronized::h0bad9be1379e729a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5583405f576b - std::sys_common::backtrace::_print::hd3382a1f33c473da [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5583405f576b - std::sys_common::backtrace::print::h0ec6f03cfb8e76a6 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5583405f576b - std::panicking::default_hook::{{closure}}::h96cbf7b454e3f557 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5583405f53dc - std::panicking::default_hook::h95a8f00337383d83 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5583405f5edd - std::panicking::rust_panic_with_hook::h92f98b46e22f14ed [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5583405f5a62 - std::panicking::continue_panic_fmt::h25abfbb4e5b7043a [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5583405f59af - std::panicking::begin_panic_fmt::hc33ce01c7f7cd52d [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x5583404f2fe4 - assert_cmd::assert::Assert::stdout_impl::h07671be23008f4ea [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.9.1/src/assert.rs:285 [INFO] [stdout] 10: 0x558340455ecc - assert_cmd::assert::Assert::stdout::h7519d8de42508cf7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.9.1/src/assert.rs:278 [INFO] [stdout] 11: 0x558340453aee - hera::tests::new_code_file::hf89c759c2860cc95 [INFO] [stdout] at src/main.rs:361 [INFO] [stdout] 12: 0x55834045362a - hera::tests::new_code_file::{{closure}}::h29c0a4b96a924454 [INFO] [stdout] at src/main.rs:346 [INFO] [stdout] 13: 0x55834045511e - core::ops::function::FnOnce::call_once::hb21159413d1b40e3 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 14: 0x558340462c0f - as core::ops::function::FnOnce>::call_once::hac0fbe2754f8bd24 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 15: 0x5583405fd76a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 16: 0x55834047d1fe - std::panicking::try::h9d6938917cc05e3f [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 17: 0x55834047d1fe - std::panic::catch_unwind::h5be70fd1d69515b0 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 18: 0x55834047d1fe - test::run_test::run_test_inner::{{closure}}::h056f206eafd8ff6e [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 19: 0x558340458635 - std::sys_common::backtrace::__rust_begin_short_backtrace::h859abbc742a34b19 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 20: 0x55834045c775 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hf8192ec938c43694 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:470 [INFO] [stdout] 21: 0x55834045c775 - as core::ops::function::FnOnce<()>>::call_once::hae7b2431555cb4db [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:315 [INFO] [stdout] 22: 0x55834045c775 - std::panicking::try::do_call::h6da7ecd0783259d7 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:296 [INFO] [stdout] 23: 0x5583405fd76a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 24: 0x55834045cd52 - std::panicking::try::h3c1c35414c2c78f1 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 25: 0x55834045cd52 - std::panic::catch_unwind::ha5cfb2018fda983e [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 26: 0x55834045cd52 - std::thread::Builder::spawn_unchecked::{{closure}}::hc7620e41f0938c09 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:469 [INFO] [stdout] 27: 0x55834045cd52 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h1b3b20eeb6ea6ddd [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 28: 0x5583405e860f - as core::ops::function::FnOnce>::call_once::h2877b2aefb0fd627 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 29: 0x5583405fcb40 - as core::ops::function::FnOnce>::call_once::h13f473dbcdaa0fef [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 30: 0x5583405fcb40 - std::sys_common::thread::start_thread::h562a7c4953cb1d31 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 31: 0x5583405fcb40 - std::sys::unix::thread::Thread::new::thread_start::h382c6ae14181d163 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 32: 0x7f05208ac6db - start_thread [INFO] [stdout] 33: 0x7f05203bd88f - __clone [INFO] [stdout] 34: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::code_in_example_block_changed stdout ---- [INFO] [stdout] thread 'tests::code_in_example_block_changed' panicked at 'Unexpected stdout, failed var - original <= 0 [INFO] [stdout] ├── original: Code has changed. [INFO] [stdout] [INFO] [stdout] ├── actual distance: 1 [INFO] [stdout] ├── diff: Code has changed. [INFO] [stdout]  [INFO] [stdout] [INFO] [stdout] └── var as str: [INFO] [stdout] [INFO] [stdout] command=`"/opt/rustwide/target/debug/hera" "/tmp/.tmpizeB3A"` [INFO] [stdout] code=1 [INFO] [stdout] stdout=`````` [INFO] [stdout] stderr=```Error: Error { code: -9, klass: 4, message: "reference \'refs/heads/master\' not found" } [INFO] [stdout] ``` [INFO] [stdout] ', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.9.1/src/assert.rs:285:17 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5583405f576b - backtrace::backtrace::libunwind::trace::h89fcc71e59e3bc5b [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5583405f576b - backtrace::backtrace::trace_unsynchronized::h0bad9be1379e729a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5583405f576b - std::sys_common::backtrace::_print::hd3382a1f33c473da [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5583405f576b - std::sys_common::backtrace::print::h0ec6f03cfb8e76a6 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5583405f576b - std::panicking::default_hook::{{closure}}::h96cbf7b454e3f557 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5583405f53dc - std::panicking::default_hook::h95a8f00337383d83 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5583405f5edd - std::panicking::rust_panic_with_hook::h92f98b46e22f14ed [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5583405f5a62 - std::panicking::continue_panic_fmt::h25abfbb4e5b7043a [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5583405f59af - std::panicking::begin_panic_fmt::hc33ce01c7f7cd52d [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x5583404f2fe4 - assert_cmd::assert::Assert::stdout_impl::h07671be23008f4ea [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.9.1/src/assert.rs:285 [INFO] [stdout] 10: 0x558340455ecc - assert_cmd::assert::Assert::stdout::h7519d8de42508cf7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.9.1/src/assert.rs:278 [INFO] [stdout] 11: 0x558340452f4e - hera::tests::code_in_example_block_changed::h115ea40cdc853d4c [INFO] [stdout] at src/main.rs:313 [INFO] [stdout] 12: 0x558340452a8a - hera::tests::code_in_example_block_changed::{{closure}}::h99035bd6fe44ce75 [INFO] [stdout] at src/main.rs:298 [INFO] [stdout] 13: 0x558340454fee - core::ops::function::FnOnce::call_once::h052f310ebd8bd798 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 14: 0x558340462c0f - as core::ops::function::FnOnce>::call_once::hac0fbe2754f8bd24 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 15: 0x5583405fd76a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 16: 0x55834047d1fe - std::panicking::try::h9d6938917cc05e3f [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 17: 0x55834047d1fe - std::panic::catch_unwind::h5be70fd1d69515b0 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 18: 0x55834047d1fe - test::run_test::run_test_inner::{{closure}}::h056f206eafd8ff6e [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 19: 0x558340458635 - std::sys_common::backtrace::__rust_begin_short_backtrace::h859abbc742a34b19 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 20: 0x55834045c775 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hf8192ec938c43694 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:470 [INFO] [stdout] 21: 0x55834045c775 - as core::ops::function::FnOnce<()>>::call_once::hae7b2431555cb4db [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:315 [INFO] [stdout] 22: 0x55834045c775 - std::panicking::try::do_call::h6da7ecd0783259d7 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:296 [INFO] [stdout] 23: 0x5583405fd76a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 24: 0x55834045cd52 - std::panicking::try::h3c1c35414c2c78f1 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 25: 0x55834045cd52 - std::panic::catch_unwind::ha5cfb2018fda983e [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 26: 0x55834045cd52 - std::thread::Builder::spawn_unchecked::{{closure}}::hc7620e41f0938c09 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:469 [INFO] [stdout] 27: 0x55834045cd52 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h1b3b20eeb6ea6ddd [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 28: 0x5583405e860f - as core::ops::function::FnOnce>::call_once::h2877b2aefb0fd627 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 29: 0x5583405fcb40 - as core::ops::function::FnOnce>::call_once::h13f473dbcdaa0fef [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 30: 0x5583405fcb40 - std::sys_common::thread::start_thread::h562a7c4953cb1d31 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 31: 0x5583405fcb40 - std::sys::unix::thread::Thread::new::thread_start::h382c6ae14181d163 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 32: 0x7f05208ac6db - start_thread [INFO] [stdout] 33: 0x7f05203bd88f - __clone [INFO] [stdout] 34: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::new_doc_file stdout ---- [INFO] [stdout] thread 'tests::new_doc_file' panicked at 'Unexpected stdout, failed var - original <= 0 [INFO] [stdout] ├── original: No code has changed. [INFO] [stdout] [INFO] [stdout] ├── actual distance: 1 [INFO] [stdout] ├── diff: No code has changed. [INFO] [stdout]  [INFO] [stdout] [INFO] [stdout] └── var as str: [INFO] [stdout] [INFO] [stdout] command=`"/opt/rustwide/target/debug/hera" "/tmp/.tmptG8ZJn"` [INFO] [stdout] code=1 [INFO] [stdout] stdout=`````` [INFO] [stdout] stderr=```Error: Error { code: -9, klass: 4, message: "reference \'refs/heads/master\' not found" } [INFO] [stdout] ``` [INFO] [stdout] ', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.9.1/src/assert.rs:285:17 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5583405f576b - backtrace::backtrace::libunwind::trace::h89fcc71e59e3bc5b [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5583405f576b - backtrace::backtrace::trace_unsynchronized::h0bad9be1379e729a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5583405f576b - std::sys_common::backtrace::_print::hd3382a1f33c473da [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5583405f576b - std::sys_common::backtrace::print::h0ec6f03cfb8e76a6 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5583405f576b - std::panicking::default_hook::{{closure}}::h96cbf7b454e3f557 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5583405f53dc - std::panicking::default_hook::h95a8f00337383d83 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5583405f5edd - std::panicking::rust_panic_with_hook::h92f98b46e22f14ed [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5583405f5a62 - std::panicking::continue_panic_fmt::h25abfbb4e5b7043a [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5583405f59af - std::panicking::begin_panic_fmt::hc33ce01c7f7cd52d [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x5583404f2fe4 - assert_cmd::assert::Assert::stdout_impl::h07671be23008f4ea [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.9.1/src/assert.rs:285 [INFO] [stdout] 10: 0x558340455ecc - assert_cmd::assert::Assert::stdout::h7519d8de42508cf7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.9.1/src/assert.rs:278 [INFO] [stdout] 11: 0x5583404540be - hera::tests::new_doc_file::h3c60cd39b3d2cf0e [INFO] [stdout] at src/main.rs:385 [INFO] [stdout] 12: 0x558340453bfa - hera::tests::new_doc_file::{{closure}}::hef89b9a345c2f87f [INFO] [stdout] at src/main.rs:370 [INFO] [stdout] 13: 0x55834045507e - core::ops::function::FnOnce::call_once::h27d3d7063b35dd1e [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 14: 0x558340462c0f - as core::ops::function::FnOnce>::call_once::hac0fbe2754f8bd24 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 15: 0x5583405fd76a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 16: 0x55834047d1fe - std::panicking::try::h9d6938917cc05e3f [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 17: 0x55834047d1fe - std::panic::catch_unwind::h5be70fd1d69515b0 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 18: 0x55834047d1fe - test::run_test::run_test_inner::{{closure}}::h056f206eafd8ff6e [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 19: 0x558340458635 - std::sys_common::backtrace::__rust_begin_short_backtrace::h859abbc742a34b19 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 20: 0x55834045c775 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hf8192ec938c43694 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:470 [INFO] [stdout] 21: 0x55834045c775 - as core::ops::function::FnOnce<()>>::call_once::hae7b2431555cb4db [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:315 [INFO] [stdout] 22: 0x55834045c775 - std::panicking::try::do_call::h6da7ecd0783259d7 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:296 [INFO] [stdout] 23: 0x5583405fd76a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 24: 0x55834045cd52 - std::panicking::try::h3c1c35414c2c78f1 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 25: 0x55834045cd52 - std::panic::catch_unwind::ha5cfb2018fda983e [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 26: 0x55834045cd52 - std::thread::Builder::spawn_unchecked::{{closure}}::hc7620e41f0938c09 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:469 [INFO] [stdout] 27: 0x55834045cd52 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h1b3b20eeb6ea6ddd [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 28: 0x5583405e860f - as core::ops::function::FnOnce>::call_once::h2877b2aefb0fd627 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 29: 0x5583405fcb40 - as core::ops::function::FnOnce>::call_once::h13f473dbcdaa0fef [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 30: 0x5583405fcb40 - std::sys_common::thread::start_thread::h562a7c4953cb1d31 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 31: 0x5583405fcb40 - std::sys::unix::thread::Thread::new::thread_start::h382c6ae14181d163 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 32: 0x7f05208ac6db - start_thread [INFO] [stdout] 33: 0x7f05203bd88f - __clone [INFO] [stdout] 34: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::code_between_multi_line_changed stdout ---- [INFO] [stdout] thread 'tests::code_between_multi_line_changed' panicked at 'Unexpected stdout, failed var - original <= 0 [INFO] [stdout] ├── original: Code has changed. [INFO] [stdout] [INFO] [stdout] ├── actual distance: 1 [INFO] [stdout] ├── diff: Code has changed. [INFO] [stdout]  [INFO] [stdout] [INFO] [stdout] └── var as str: [INFO] [stdout] [INFO] [stdout] command=`"/opt/rustwide/target/debug/hera" "/tmp/.tmpbQ6117"` [INFO] [stdout] code=1 [INFO] [stdout] stdout=`````` [INFO] [stdout] stderr=```Error: Error { code: -9, klass: 4, message: "reference \'refs/heads/master\' not found" } [INFO] [stdout] ``` [INFO] [stdout] ', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.9.1/src/assert.rs:285:17 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5583405f576b - backtrace::backtrace::libunwind::trace::h89fcc71e59e3bc5b [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5583405f576b - backtrace::backtrace::trace_unsynchronized::h0bad9be1379e729a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5583405f576b - std::sys_common::backtrace::_print::hd3382a1f33c473da [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5583405f576b - std::sys_common::backtrace::print::h0ec6f03cfb8e76a6 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5583405f576b - std::panicking::default_hook::{{closure}}::h96cbf7b454e3f557 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5583405f53dc - std::panicking::default_hook::h95a8f00337383d83 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5583405f5edd - std::panicking::rust_panic_with_hook::h92f98b46e22f14ed [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5583405f5a62 - std::panicking::continue_panic_fmt::h25abfbb4e5b7043a [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5583405f59af - std::panicking::begin_panic_fmt::hc33ce01c7f7cd52d [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x5583404f2fe4 - assert_cmd::assert::Assert::stdout_impl::h07671be23008f4ea [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.9.1/src/assert.rs:285 [INFO] [stdout] 10: 0x558340455ecc - assert_cmd::assert::Assert::stdout::h7519d8de42508cf7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.9.1/src/assert.rs:278 [INFO] [stdout] 11: 0x55834045297e - hera::tests::code_between_multi_line_changed::heaacf7323503ba1f [INFO] [stdout] at src/main.rs:289 [INFO] [stdout] 12: 0x5583404524ba - hera::tests::code_between_multi_line_changed::{{closure}}::h189740fdf6263f2f [INFO] [stdout] at src/main.rs:274 [INFO] [stdout] 13: 0x55834045514e - core::ops::function::FnOnce::call_once::hb658fcacdddf9e04 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 14: 0x558340462c0f - as core::ops::function::FnOnce>::call_once::hac0fbe2754f8bd24 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 15: 0x5583405fd76a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 16: 0x55834047d1fe - std::panicking::try::h9d6938917cc05e3f [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 17: 0x55834047d1fe - std::panic::catch_unwind::h5be70fd1d69515b0 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 18: 0x55834047d1fe - test::run_test::run_test_inner::{{closure}}::h056f206eafd8ff6e [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 19: 0x558340458635 - std::sys_common::backtrace::__rust_begin_short_backtrace::h859abbc742a34b19 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 20: 0x55834045c775 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hf8192ec938c43694 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:470 [INFO] [stdout] 21: 0x55834045c775 - as core::ops::function::FnOnce<()>>::call_once::hae7b2431555cb4db [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:315 [INFO] [stdout] 22: 0x55834045c775 - std::panicking::try::do_call::h6da7ecd0783259d7 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:296 [INFO] [stdout] 23: 0x5583405fd76a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 24: 0x55834045cd52 - std::panicking::try::h3c1c35414c2c78f1 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:275 [INFO] [stdout] 25: 0x55834045cd52 - std::panic::catch_unwind::ha5cfb2018fda983e [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panic.rs:394 [INFO] [stdout] 26: 0x55834045cd52 - std::thread::Builder::spawn_unchecked::{{closure}}::hc7620e41f0938c09 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/thread/mod.rs:469 [INFO] [stdout] 27: 0x55834045cd52 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h1b3b20eeb6ea6ddd [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/ops/function.rs:235 [INFO] [stdout] 28: 0x5583405e860f - as core::ops::function::FnOnce>::call_once::h2877b2aefb0fd627 [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 29: 0x5583405fcb40 - as core::ops::function::FnOnce>::call_once::h13f473dbcdaa0fef [INFO] [stdout] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/liballoc/boxed.rs:787 [INFO] [stdout] 30: 0x5583405fcb40 - std::sys_common::thread::start_thread::h562a7c4953cb1d31 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 31: 0x5583405fcb40 - std::sys::unix::thread::Thread::new::thread_start::h382c6ae14181d163 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 32: 0x7f05208ac6db - start_thread [INFO] [stdout] 33: 0x7f05203bd88f - __clone [INFO] [stdout] 34: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] tests::code_between_multi_line_changed [INFO] [stdout] tests::code_in_example_block_changed [INFO] [stdout] tests::code_line_changed [INFO] [stdout] tests::comment_added_to_code [INFO] [stdout] tests::comment_line_changed [INFO] [stdout] tests::multi_line_comment_changed [INFO] [stdout] tests::new_code_file [INFO] [stdout] tests::new_doc_file [INFO] [stdout] tests::new_filtered_file [INFO] [stdout] tests::text_file_changed [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 10 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--bin hera' [INFO] running `"docker" "inspect" "2adb0b4eb28bb8c91741a9b1d5b25215d3bb741545fbd95bf261b868a58c8ce1"` [INFO] running `"docker" "rm" "-f" "2adb0b4eb28bb8c91741a9b1d5b25215d3bb741545fbd95bf261b868a58c8ce1"` [INFO] [stdout] 2adb0b4eb28bb8c91741a9b1d5b25215d3bb741545fbd95bf261b868a58c8ce1