[INFO] crate codealong 0.1.1 is already in cache [INFO] testing codealong-0.1.1 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate codealong 0.1.1 into work/builds/worker-5/source [INFO] validating manifest of crates.io crate codealong 0.1.1 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate codealong 0.1.1 [INFO] finished tweaking crates.io crate codealong 0.1.1 [INFO] tweaked toml for crates.io crate codealong 0.1.1 written to work/builds/worker-5/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 66c8fcbaacbaf24e859992757ec44005e752bfc90905b90ebda2351998916d7f [INFO] running `"docker" "start" "-a" "66c8fcbaacbaf24e859992757ec44005e752bfc90905b90ebda2351998916d7f"` [INFO] [stderr] Compiling serde_yaml v0.8.11 [INFO] [stderr] Compiling include_dir_impl v0.2.1 [INFO] [stderr] Compiling include_dir v0.2.1 [INFO] [stderr] Compiling codealong v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/repo.rs:12:33 [INFO] [stderr] | [INFO] [stderr] 12 | pub type ProgressCallback<'a> = FnMut(usize, usize) + 'a; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(usize, usize) + 'a` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.12s [INFO] running `"docker" "inspect" "66c8fcbaacbaf24e859992757ec44005e752bfc90905b90ebda2351998916d7f"` [INFO] running `"docker" "rm" "-f" "66c8fcbaacbaf24e859992757ec44005e752bfc90905b90ebda2351998916d7f"` [INFO] [stdout] 66c8fcbaacbaf24e859992757ec44005e752bfc90905b90ebda2351998916d7f [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" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 6fc72a5188a857a687bc3c8f912fe35db3ed652c5fc1ed7172aa3ca35043a715 [INFO] running `"docker" "start" "-a" "6fc72a5188a857a687bc3c8f912fe35db3ed652c5fc1ed7172aa3ca35043a715"` [INFO] [stderr] Compiling codealong v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/repo.rs:12:33 [INFO] [stderr] | [INFO] [stderr] 12 | pub type ProgressCallback<'a> = FnMut(usize, usize) + 'a; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(usize, usize) + 'a` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.23s [INFO] running `"docker" "inspect" "6fc72a5188a857a687bc3c8f912fe35db3ed652c5fc1ed7172aa3ca35043a715"` [INFO] running `"docker" "rm" "-f" "6fc72a5188a857a687bc3c8f912fe35db3ed652c5fc1ed7172aa3ca35043a715"` [INFO] [stdout] 6fc72a5188a857a687bc3c8f912fe35db3ed652c5fc1ed7172aa3ca35043a715 [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" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] a936a1806b2ea900436674a7ef1f115d493ec023b0aababd3346775a192c92dd [INFO] running `"docker" "start" "-a" "a936a1806b2ea900436674a7ef1f115d493ec023b0aababd3346775a192c92dd"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.41s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/codealong-bd9b6c3e3b873b5d [INFO] [stdout] [INFO] [stdout] running 23 tests [INFO] [stdout] test analyzed_diff::tests::test_addition ... ok [INFO] [stdout] test analyzed_diff::tests::test_add_stats ... ok [INFO] [stdout] test config::tests::test_merge ... ok [INFO] [stdout] test config::tests::test_overlapping_globs ... ok [INFO] [stdout] test config::tests::test_base ... ok [INFO] [stdout] test hunk_analyzer::tests::test_impact ... ok [INFO] [stdout] test work_stats::tests::new_work ... ok [INFO] [stdout] test identity::tests::test_parse ... ok [INFO] [stdout] test config::tests::test_deserialization ... ok [INFO] [stdout] test config::tests::test_config_for_file ... ok [INFO] [stdout] test config::tests::test_config_for_identity ... ok [INFO] [stdout] test repo_info::tests::test_from_url ... ok [INFO] [stdout] test workspace::tests::test_discover ... ok [INFO] [stdout] test git_blame::tests::it_works ... FAILED [INFO] [stdout] test commit_analyzer::tests::test_with_config ... FAILED [INFO] [stdout] test commit_analyzer::tests::test_initial_commit ... FAILED [INFO] [stdout] test commit_analyzer::tests::test_merge_commit ... FAILED [INFO] [stdout] test repo_config::tests::test_from_repository ... FAILED [INFO] [stdout] test repo_analyzer::tests::test_ignore_unknown_authors ... FAILED [INFO] [stdout] test repo_config::tests::test_from_dir_without_config ... FAILED [INFO] [stdout] test repo_config::tests::test_from_dir_with_config ... FAILED [INFO] [stdout] test repo::tests::test_clone ... FAILED [INFO] [stdout] test repo_analyzer::tests::test_analyze ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- git_blame::tests::it_works stdout ---- [INFO] [stdout] thread 'git_blame::tests::it_works' panicked at 'called `Result::unwrap()` on an `Err` value: Error { code: -3, klass: 6, message: "could not find repository from \'./fixtures/repos/simple\'" }', src/libcore/result.rs:1165:5 [INFO] [stdout] note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace. [INFO] [stdout] [INFO] [stdout] ---- commit_analyzer::tests::test_with_config stdout ---- [INFO] [stdout] thread 'commit_analyzer::tests::test_with_config' panicked at 'called `Result::unwrap()` on an `Err` value: Error { code: -3, klass: 6, message: "could not find repository from \'./fixtures/repos/simple\'" }', src/libcore/result.rs:1165:5 [INFO] [stdout] [INFO] [stdout] ---- commit_analyzer::tests::test_initial_commit stdout ---- [INFO] [stdout] thread 'commit_analyzer::tests::test_initial_commit' panicked at 'called `Result::unwrap()` on an `Err` value: Error { code: -3, klass: 6, message: "could not find repository from \'./fixtures/repos/simple\'" }', src/libcore/result.rs:1165:5 [INFO] [stdout] [INFO] [stdout] ---- commit_analyzer::tests::test_merge_commit stdout ---- [INFO] [stdout] thread 'commit_analyzer::tests::test_merge_commit' panicked at 'called `Result::unwrap()` on an `Err` value: Error { code: -3, klass: 6, message: "could not find repository from \'./fixtures/repos/simple\'" }', src/libcore/result.rs:1165:5 [INFO] [stdout] [INFO] [stdout] ---- repo_config::tests::test_from_repository stdout ---- [INFO] [stdout] thread 'repo_config::tests::test_from_repository' panicked at 'called `Result::unwrap()` on an `Err` value: Error { code: -3, klass: 6, message: "could not find repository from \'fixtures/repos/bare_config\'" }', src/libcore/result.rs:1165:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55d58e5a2324 - backtrace::backtrace::libunwind::trace::hf625d18232cbbbd4 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55d58e5a2324 - backtrace::backtrace::trace_unsynchronized::h41d74150fc6ff542 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55d58e5a2324 - std::sys_common::backtrace::_print_fmt::h85d37830c667a1f9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:76 [INFO] [stdout] 3: 0x55d58e5a2324 - ::fmt::h2b7ac01d5feaf9b2 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:60 [INFO] [stdout] 4: 0x55d58e5c82bc - core::fmt::write::h7fd0d904495c035f [INFO] [stdout] at src/libcore/fmt/mod.rs:1030 [INFO] [stdout] 5: 0x55d58e052825 - std::io::Write::write_fmt::h424452e6ba861394 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/io/mod.rs:1412 [INFO] [stdout] 6: 0x55d58e59c821 - std::io::impls::>::write_fmt::h814a51d8ae1dee4a [INFO] [stdout] at src/libstd/io/impls.rs:141 [INFO] [stdout] 7: 0x55d58e5a4e85 - std::sys_common::backtrace::_print::h4c743f7c274a5a74 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:64 [INFO] [stdout] 8: 0x55d58e5a4e85 - std::sys_common::backtrace::print::ha5c4f4bf03800d4d [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55d58e5a4e85 - std::panicking::default_hook::{{closure}}::h8b842185774c09e6 [INFO] [stdout] at src/libstd/panicking.rs:196 [INFO] [stdout] 10: 0x55d58e5a4b0c - std::panicking::default_hook::hd8ec13ee1bc2a65a [INFO] [stdout] at src/libstd/panicking.rs:207 [INFO] [stdout] 11: 0x55d58e5a5585 - std::panicking::rust_panic_with_hook::hf3b27166e5f403e7 [INFO] [stdout] at src/libstd/panicking.rs:473 [INFO] [stdout] 12: 0x55d58e5a5122 - std::panicking::continue_panic_fmt::hd961751be84a6f83 [INFO] [stdout] at src/libstd/panicking.rs:380 [INFO] [stdout] 13: 0x55d58e5a5016 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:307 [INFO] [stdout] 14: 0x55d58e5c4d4a - core::panicking::panic_fmt::h467e0364f9237670 [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 15: 0x55d58e5c4e47 - core::result::unwrap_failed::h38f3a56f1dadf080 [INFO] [stdout] at src/libcore/result.rs:1165 [INFO] [stdout] 16: 0x55d58dfc36ac - core::result::Result::unwrap::h51bd471cd8659b42 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/result.rs:933 [INFO] [stdout] 17: 0x55d58dfd37d1 - codealong::repo_config::tests::test_from_repository::h98e41b944a164f22 [INFO] [stdout] at src/repo_config.rs:102 [INFO] [stdout] 18: 0x55d58dfd377a - codealong::repo_config::tests::test_from_repository::{{closure}}::h313d302773e1959a [INFO] [stdout] at src/repo_config.rs:100 [INFO] [stdout] 19: 0x55d58dfe7f0e - core::ops::function::FnOnce::call_once::h1f070b6db59cf42c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 20: 0x55d58e05c71f - as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 21: 0x55d58e5acdda - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 22: 0x55d58e076f2e - std::panicking::try::heccce20d527a3513 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] 23: 0x55d58e076f2e - std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55d58e076f2e - test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 25: 0x55d58e051f95 - std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 26: 0x55d58e056125 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] 27: 0x55d58e056125 - as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] 28: 0x55d58e056125 - std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 29: 0x55d58e5acdda - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 30: 0x55d58e0566d2 - std::panicking::try::h243a25457a848a1a [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] 31: 0x55d58e0566d2 - std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55d58e0566d2 - std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] 33: 0x55d58e0566d2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 34: 0x55d58e5980cf - as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 35: 0x55d58e5ac1d0 - as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 36: 0x55d58e5ac1d0 - std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 37: 0x55d58e5ac1d0 - std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 38: 0x7f893a1306db - start_thread [INFO] [stdout] 39: 0x7f8939c4188f - __clone [INFO] [stdout] 40: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- repo_analyzer::tests::test_ignore_unknown_authors stdout ---- [INFO] [stdout] Error: Error(Git2(Error { code: -3, klass: 6, message: "could not find repository from \'./fixtures/repos/simple\'" }), State { next_error: None, backtrace: InternalBacktrace { backtrace: Some(stack backtrace: [INFO] [stdout] 0: error_chain::backtrace::imp::InternalBacktrace::new [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.12.1/src/backtrace.rs:56 [INFO] [stdout] 1: ::default [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.12.1/src/lib.rs:671 [INFO] [stdout] 2: codealong::error::Error::from_kind [INFO] [stdout] at <::error_chain::error_chain::impl_error_chain_processed macros>:72 [INFO] [stdout] 3: >::from [INFO] [stdout] at src/error.rs:5 [INFO] [stdout] 4: codealong::repo_analyzer::tests::test_ignore_unknown_authors [INFO] [stdout] at src/repo_analyzer.rs:131 [INFO] [stdout] 5: codealong::repo_analyzer::tests::test_ignore_unknown_authors::{{closure}} [INFO] [stdout] at src/repo_analyzer.rs:130 [INFO] [stdout] 6: core::ops::function::FnOnce::call_once [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 7: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 8: __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 9: std::panicking::try [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] test::run_test::run_test_inner::{{closure}} [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 10: std::sys_common::backtrace::__rust_begin_short_backtrace [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 11: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}} [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] std::panicking::try::do_call [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 12: __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 13: std::panicking::try [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] std::thread::Builder::spawn_unchecked::{{closure}} [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] core::ops::function::FnOnce::call_once{{vtable.shim}} [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 14: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 15: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] std::sys_common::thread::start_thread [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 16: start_thread [INFO] [stdout] 17: __clone [INFO] [stdout] ) } }) [INFO] [stdout] thread 'repo_analyzer::tests::test_ignore_unknown_authors' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', src/libtest/lib.rs:337:5 [INFO] [stdout] [INFO] [stdout] ---- repo_config::tests::test_from_dir_without_config stdout ---- [INFO] [stdout] thread 'repo_config::tests::test_from_dir_without_config' panicked at 'called `Result::unwrap()` on an `Err` value: Error(Git2(Error { code: -3, klass: 6, message: "could not find repository from \'fixtures/repos/simple\'" }), State { next_error: None, backtrace: InternalBacktrace { backtrace: Some(stack backtrace: [INFO] [stdout] 0: error_chain::backtrace::imp::InternalBacktrace::new [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.12.1/src/backtrace.rs:56 [INFO] [stdout] 1: ::default [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.12.1/src/lib.rs:671 [INFO] [stdout] 2: codealong::error::Error::from_kind [INFO] [stdout] at <::error_chain::error_chain::impl_error_chain_processed macros>:72 [INFO] [stdout] 3: >::from [INFO] [stdout] at src/error.rs:5 [INFO] [stdout] 4: codealong::repo_config::RepoConfig::from_dir [INFO] [stdout] at src/repo_config.rs:47 [INFO] [stdout] 5: codealong::repo_config::tests::test_from_dir_without_config [INFO] [stdout] at src/repo_config.rs:89 [INFO] [stdout] 6: codealong::repo_config::tests::test_from_dir_without_config::{{closure}} [INFO] [stdout] at src/repo_config.rs:88 [INFO] [stdout] 7: core::ops::function::FnOnce::call_once [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 8: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 9: __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 10: std::panicking::try [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] test::run_test::run_test_inner::{{closure}} [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 11: std::sys_common::backtrace::__rust_begin_short_backtrace [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 12: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}} [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] std::panicking::try::do_call [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 13: __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: std::panicking::try [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] std::thread::Builder::spawn_unchecked::{{closure}} [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] core::ops::function::FnOnce::call_once{{vtable.shim}} [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 15: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 16: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] std::sys_common::thread::start_thread [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 17: start_thread [INFO] [stdout] 18: __clone [INFO] [stdout] ) } })', src/libcore/result.rs:1165:5 [INFO] [stdout] [INFO] [stdout] ---- repo_config::tests::test_from_dir_with_config stdout ---- [INFO] [stdout] thread 'repo_config::tests::test_from_dir_with_config' panicked at 'called `Result::unwrap()` on an `Err` value: Error(Git2(Error { code: -3, klass: 6, message: "could not find repository from \'fixtures/repos/bare_config\'" }), State { next_error: None, backtrace: InternalBacktrace { backtrace: Some(stack backtrace: [INFO] [stdout] 0: error_chain::backtrace::imp::InternalBacktrace::new [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.12.1/src/backtrace.rs:56 [INFO] [stdout] 1: ::default [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.12.1/src/lib.rs:671 [INFO] [stdout] 2: codealong::error::Error::from_kind [INFO] [stdout] at <::error_chain::error_chain::impl_error_chain_processed macros>:72 [INFO] [stdout] 3: >::from [INFO] [stdout] at src/error.rs:5 [INFO] [stdout] 4: codealong::repo_config::RepoConfig::from_dir [INFO] [stdout] at src/repo_config.rs:47 [INFO] [stdout] 5: codealong::repo_config::tests::test_from_dir_with_config [INFO] [stdout] at src/repo_config.rs:95 [INFO] [stdout] 6: codealong::repo_config::tests::test_from_dir_with_config::{{closure}} [INFO] [stdout] at src/repo_config.rs:94 [INFO] [stdout] 7: core::ops::function::FnOnce::call_once [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 8: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 9: __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 10: std::panicking::try [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] test::run_test::run_test_inner::{{closure}} [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 11: std::sys_common::backtrace::__rust_begin_short_backtrace [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 12: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}} [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] std::panicking::try::do_call [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 13: __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: std::panicking::try [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] std::thread::Builder::spawn_unchecked::{{closure}} [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] core::ops::function::FnOnce::call_once{{vtable.shim}} [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 15: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 16: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] std::sys_common::thread::start_thread [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 17: start_thread [INFO] [stdout] 18: __clone [INFO] [stdout] ) } })', src/libcore/result.rs:1165:5 [INFO] [stdout] [INFO] [stdout] ---- repo::tests::test_clone stdout ---- [INFO] [stdout] Error: Error(Git2(Error { code: -3, klass: 6, message: "could not find repository from \'/opt/rustwide/workdir/fixtures/repos/simple\'" }), State { next_error: None, backtrace: InternalBacktrace { backtrace: Some(stack backtrace: [INFO] [stdout] 0: error_chain::backtrace::imp::InternalBacktrace::new [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.12.1/src/backtrace.rs:56 [INFO] [stdout] 1: ::default [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.12.1/src/lib.rs:671 [INFO] [stdout] 2: codealong::error::Error::from_kind [INFO] [stdout] at <::error_chain::error_chain::impl_error_chain_processed macros>:72 [INFO] [stdout] 3: >::from [INFO] [stdout] at src/error.rs:5 [INFO] [stdout] 4: codealong::repo::Repo::clone_repo::{{closure}} [INFO] [stdout] at src/repo.rs:66 [INFO] [stdout] 5: codealong::utils::with_authentication [INFO] [stdout] at src/utils.rs:53 [INFO] [stdout] 6: codealong::repo::Repo::clone_repo [INFO] [stdout] at src/repo.rs:47 [INFO] [stdout] 7: codealong::repo::tests::test_clone [INFO] [stdout] at src/repo.rs:130 [INFO] [stdout] 8: codealong::repo::tests::test_clone::{{closure}} [INFO] [stdout] at src/repo.rs:121 [INFO] [stdout] 9: core::ops::function::FnOnce::call_once [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 10: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 11: __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 12: std::panicking::try [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] test::run_test::run_test_inner::{{closure}} [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 13: std::sys_common::backtrace::__rust_begin_short_backtrace [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 14: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}} [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] std::panicking::try::do_call [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 15: __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 16: std::panicking::try [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] std::thread::Builder::spawn_unchecked::{{closure}} [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] core::ops::function::FnOnce::call_once{{vtable.shim}} [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 17: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 18: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] std::sys_common::thread::start_thread [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 19: start_thread [INFO] [stdout] 20: __clone [INFO] [stdout] ) } }) [INFO] [stdout] thread 'repo::tests::test_clone' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', src/libtest/lib.rs:337:5 [INFO] [stdout] [INFO] [stdout] ---- repo_analyzer::tests::test_analyze stdout ---- [INFO] [stdout] Error: Error(Git2(Error { code: -3, klass: 6, message: "could not find repository from \'./fixtures/repos/simple\'" }), State { next_error: None, backtrace: InternalBacktrace { backtrace: Some(stack backtrace: [INFO] [stdout] 0: error_chain::backtrace::imp::InternalBacktrace::new [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.12.1/src/backtrace.rs:56 [INFO] [stdout] 1: ::default [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.12.1/src/lib.rs:671 [INFO] [stdout] 2: codealong::error::Error::from_kind [INFO] [stdout] at <::error_chain::error_chain::impl_error_chain_processed macros>:72 [INFO] [stdout] 3: >::from [INFO] [stdout] at src/error.rs:5 [INFO] [stdout] 4: codealong::repo_analyzer::tests::test_analyze [INFO] [stdout] at src/repo_analyzer.rs:112 [INFO] [stdout] 5: codealong::repo_analyzer::tests::test_analyze::{{closure}} [INFO] [stdout] at src/repo_analyzer.rs:111 [INFO] [stdout] 6: core::ops::function::FnOnce::call_once [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 7: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 8: __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 9: std::panicking::try [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] test::run_test::run_test_inner::{{closure}} [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 10: std::sys_common::backtrace::__rust_begin_short_backtrace [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 11: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}} [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] std::panicking::try::do_call [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 12: __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 13: std::panicking::try [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] std::panic::catch_unwind [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] std::thread::Builder::spawn_unchecked::{{closure}} [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] core::ops::function::FnOnce::call_once{{vtable.shim}} [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 14: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 15: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] std::sys_common::thread::start_thread [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 16: start_thread [INFO] [stdout] 17: __clone [INFO] [stdout] ) } }) [INFO] [stdout] thread 'repo_analyzer::tests::test_analyze' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', src/libtest/lib.rs:337:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] commit_analyzer::tests::test_initial_commit [INFO] [stdout] commit_analyzer::tests::test_merge_commit [INFO] [stdout] commit_analyzer::tests::test_with_config [INFO] [stdout] git_blame::tests::it_works [INFO] [stdout] repo::tests::test_clone [INFO] [stdout] repo_analyzer::tests::test_analyze [INFO] [stdout] repo_analyzer::tests::test_ignore_unknown_authors [INFO] [stdout] repo_config::tests::test_from_dir_with_config [INFO] [stdout] repo_config::tests::test_from_dir_without_config [INFO] [stdout] repo_config::tests::test_from_repository [INFO] [stdout] [INFO] [stdout] test result: FAILED. 13 passed; 10 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `"docker" "inspect" "a936a1806b2ea900436674a7ef1f115d493ec023b0aababd3346775a192c92dd"` [INFO] running `"docker" "rm" "-f" "a936a1806b2ea900436674a7ef1f115d493ec023b0aababd3346775a192c92dd"` [INFO] [stdout] a936a1806b2ea900436674a7ef1f115d493ec023b0aababd3346775a192c92dd