[INFO] updating cached repository https://github.com/bomgar/dotcopter [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] fc18a89014be5f5b87089e710c00a86967bb4601 [INFO] testing bomgar/dotcopter against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbomgar%2Fdotcopter" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bomgar/dotcopter on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/bomgar/dotcopter [INFO] finished tweaking git repo https://github.com/bomgar/dotcopter [INFO] tweaked toml for git repo https://github.com/bomgar/dotcopter written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/bomgar/dotcopter already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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" "+41997647ba6a77908f6ef64401414feb00bccf16" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 05157963d001add66803b05c5dc66733551cc508d274bdc5c6cc16a9149d1ac1 [INFO] running `"docker" "start" "-a" "05157963d001add66803b05c5dc66733551cc508d274bdc5c6cc16a9149d1ac1"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling slog v2.4.1 [INFO] [stderr] Compiling regex v1.1.8 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling take_mut v0.2.2 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling linked-hash-map v0.5.2 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling regex-syntax v0.6.7 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling isatty v0.1.9 [INFO] [stderr] Compiling dirs-sys v0.3.3 [INFO] [stderr] Compiling aho-corasick v0.7.4 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling term v0.5.2 [INFO] [stderr] Compiling dirs v2.0.1 [INFO] [stderr] Compiling yaml-rust v0.4.3 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling slog-async v2.3.0 [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling chrono v0.4.7 [INFO] [stderr] Compiling slog-term v2.4.0 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling spectral v0.6.0 [INFO] [stderr] Compiling dotcopter v0.4.6-alpha.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:50:63 [INFO] [stderr] | [INFO] [stderr] 50 | error!(log, "Failed to load config file."; "error" => e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:58:64 [INFO] [stderr] | [INFO] [stderr] 58 | error!(log, "Failed to parse config file."; "error" => e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:138:64 [INFO] [stderr] | [INFO] [stderr] 138 | error!(log, "Failed to write config file."; "error" => e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:37:42 [INFO] [stderr] | [INFO] [stderr] 37 | DotcopterError::IO(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:38:45 [INFO] [stderr] | [INFO] [stderr] 38 | DotcopterError::Regex(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:39:51 [INFO] [stderr] | [INFO] [stderr] 39 | DotcopterError::StripPrefix(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/files.rs:66:67 [INFO] [stderr] | [INFO] [stderr] 66 | Err(e) => error!(log, "Failed to copy file"; "error" => e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/files.rs:69:66 [INFO] [stderr] | [INFO] [stderr] 69 | Err(e) => error!(log, "Failed to copy dotfile"; "error" => e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/files.rs:111:71 [INFO] [stderr] | [INFO] [stderr] 111 | Err(e) => error!(log, "Failed to create link"; "error" => e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/files.rs:116:74 [INFO] [stderr] | [INFO] [stderr] 116 | Err(e) => error!(log, "Failed to check link existence"; "error" => e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/import.rs:19:60 [INFO] [stderr] | [INFO] [stderr] 19 | error!(log, "Failed to get symlinks"; "error" => e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 11 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 41.87s [INFO] running `"docker" "inspect" "05157963d001add66803b05c5dc66733551cc508d274bdc5c6cc16a9149d1ac1"` [INFO] running `"docker" "rm" "-f" "05157963d001add66803b05c5dc66733551cc508d274bdc5c6cc16a9149d1ac1"` [INFO] [stdout] 05157963d001add66803b05c5dc66733551cc508d274bdc5c6cc16a9149d1ac1 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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" "+41997647ba6a77908f6ef64401414feb00bccf16" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ed7db31e515d924bdf485e620645035c85be8449625e7744a610a74f2136f3b7 [INFO] running `"docker" "start" "-a" "ed7db31e515d924bdf485e620645035c85be8449625e7744a610a74f2136f3b7"` [INFO] [stderr] Compiling dotcopter v0.4.6-alpha.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:50:63 [INFO] [stderr] | [INFO] [stderr] 50 | error!(log, "Failed to load config file."; "error" => e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:58:64 [INFO] [stderr] | [INFO] [stderr] 58 | error!(log, "Failed to parse config file."; "error" => e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:138:64 [INFO] [stderr] | [INFO] [stderr] 138 | error!(log, "Failed to write config file."; "error" => e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:37:42 [INFO] [stderr] | [INFO] [stderr] 37 | DotcopterError::IO(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:38:45 [INFO] [stderr] | [INFO] [stderr] 38 | DotcopterError::Regex(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:39:51 [INFO] [stderr] | [INFO] [stderr] 39 | DotcopterError::StripPrefix(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/files.rs:66:67 [INFO] [stderr] | [INFO] [stderr] 66 | Err(e) => error!(log, "Failed to copy file"; "error" => e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/files.rs:69:66 [INFO] [stderr] | [INFO] [stderr] 69 | Err(e) => error!(log, "Failed to copy dotfile"; "error" => e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/files.rs:111:71 [INFO] [stderr] | [INFO] [stderr] 111 | Err(e) => error!(log, "Failed to create link"; "error" => e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/files.rs:116:74 [INFO] [stderr] | [INFO] [stderr] 116 | Err(e) => error!(log, "Failed to check link existence"; "error" => e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/import.rs:19:60 [INFO] [stderr] | [INFO] [stderr] 19 | error!(log, "Failed to get symlinks"; "error" => e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 11 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.69s [INFO] running `"docker" "inspect" "ed7db31e515d924bdf485e620645035c85be8449625e7744a610a74f2136f3b7"` [INFO] running `"docker" "rm" "-f" "ed7db31e515d924bdf485e620645035c85be8449625e7744a610a74f2136f3b7"` [INFO] [stdout] ed7db31e515d924bdf485e620645035c85be8449625e7744a610a74f2136f3b7 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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" "+41997647ba6a77908f6ef64401414feb00bccf16" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e3fa0f8926fb4cc495109fc18795512aaf44f2128309d9389965f5e7a4c5c4f5 [INFO] running `"docker" "start" "-a" "e3fa0f8926fb4cc495109fc18795512aaf44f2128309d9389965f5e7a4c5c4f5"` [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:50:63 [INFO] [stderr] | [INFO] [stderr] 50 | error!(log, "Failed to load config file."; "error" => e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:58:64 [INFO] [stderr] | [INFO] [stderr] 58 | error!(log, "Failed to parse config file."; "error" => e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:138:64 [INFO] [stderr] | [INFO] [stderr] 138 | error!(log, "Failed to write config file."; "error" => e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:37:42 [INFO] [stderr] | [INFO] [stderr] 37 | DotcopterError::IO(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:38:45 [INFO] [stderr] | [INFO] [stderr] 38 | DotcopterError::Regex(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:39:51 [INFO] [stderr] | [INFO] [stderr] 39 | DotcopterError::StripPrefix(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/files.rs:66:67 [INFO] [stderr] | [INFO] [stderr] 66 | Err(e) => error!(log, "Failed to copy file"; "error" => e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/files.rs:69:66 [INFO] [stderr] | [INFO] [stderr] 69 | Err(e) => error!(log, "Failed to copy dotfile"; "error" => e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/files.rs:111:71 [INFO] [stderr] | [INFO] [stderr] 111 | Err(e) => error!(log, "Failed to create link"; "error" => e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/files.rs:116:74 [INFO] [stderr] | [INFO] [stderr] 116 | Err(e) => error!(log, "Failed to check link existence"; "error" => e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/import.rs:19:60 [INFO] [stderr] | [INFO] [stderr] 19 | error!(log, "Failed to get symlinks"; "error" => e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 11 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.32s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/dotcopter-75bf9efaa84ac174 [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test import::tests::test_replace_path_with_tilde ... ok [INFO] [stdout] test config::tests::parse_config ... FAILED [INFO] [stdout] test mutate::tests::test_add_dotfile_to_config ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- config::tests::parse_config stdout ---- [INFO] [stdout] thread 'config::tests::parse_config' panicked at 'attempted to leave type `linked_hash_map::Node` uninitialized, which is invalid', /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libcore/mem/mod.rs:661:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5609250a5a34 - backtrace::backtrace::libunwind::trace::h61666fa4b9834a45 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x5609250a5a34 - backtrace::backtrace::trace_unsynchronized::h01d3725fb5da8653 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5609250a5a34 - std::sys_common::backtrace::_print_fmt::h5c7c4751bc296f90 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x5609250a5a34 - ::fmt::h7729313ad2d729c7 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x5609250d0e4c - core::fmt::write::hb0049f6c12bdaffc [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x560924dfada5 - std::io::Write::write_fmt::h5d052af13df32ea6 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x5609250a0041 - std::io::impls::>::write_fmt::h8fe8a9bdc421b4b6 [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x5609250a8325 - std::sys_common::backtrace::_print::ha087cac92e84a414 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x5609250a8325 - std::sys_common::backtrace::print::h6b013d3bfe6cbcb8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x5609250a8325 - std::panicking::default_hook::{{closure}}::h016d7de02def2736 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x5609250a800b - std::panicking::default_hook::h9386f7e484840463 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x5609250a8982 - std::panicking::rust_panic_with_hook::h3846eb1b2e5a9312 [INFO] [stdout] at src/libstd/panicking.rs:511 [INFO] [stdout] 12: 0x5609250a856b - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x5609250ceef1 - core::panicking::panic_fmt::hc5953a7331f9805c [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x5609250cee3d - core::panicking::panic::hbfb03ddd2cbb509e [INFO] [stdout] at src/libcore/panicking.rs:54 [INFO] [stdout] 15: 0x560925060d23 - core::mem::uninitialized::h8a34c5b6a5393387 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libcore/mem/mod.rs:661 [INFO] [stdout] 16: 0x560925060d23 - linked_hash_map::LinkedHashMap::ensure_guard_node::hf8ee798fe19854d6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:174 [INFO] [stdout] 17: 0x560925060ff7 - linked_hash_map::LinkedHashMap::insert::h1d2ac079491af0f6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:304 [INFO] [stdout] 18: 0x560925039ea2 - yaml_rust::yaml::YamlLoader::insert_new_node::hae2a8b15a05b67fd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yaml-rust-0.4.3/src/yaml.rs:181 [INFO] [stdout] 19: 0x560925039754 - ::on_event::h2f1c3dd52d474654 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yaml-rust-0.4.3/src/yaml.rs:145 [INFO] [stdout] 20: 0x56092507bf05 - yaml_rust::parser::Parser::load_node::hdef79a0cf31aef98 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yaml-rust-0.4.3/src/parser.rs:233 [INFO] [stdout] 21: 0x56092507c86e - yaml_rust::parser::Parser::load_mapping::h9607f10bdbf0e31b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yaml-rust-0.4.3/src/parser.rs:259 [INFO] [stdout] 22: 0x56092507c0b8 - yaml_rust::parser::Parser::load_node::hdef79a0cf31aef98 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yaml-rust-0.4.3/src/parser.rs:242 [INFO] [stdout] 23: 0x56092507c86e - yaml_rust::parser::Parser::load_mapping::h9607f10bdbf0e31b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yaml-rust-0.4.3/src/parser.rs:259 [INFO] [stdout] 24: 0x56092507c0b8 - yaml_rust::parser::Parser::load_node::hdef79a0cf31aef98 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yaml-rust-0.4.3/src/parser.rs:242 [INFO] [stdout] 25: 0x56092507b5cb - yaml_rust::parser::Parser::load_document::hd76004fb50238462 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yaml-rust-0.4.3/src/parser.rs:215 [INFO] [stdout] 26: 0x56092507ae47 - yaml_rust::parser::Parser::load::h6a2eefe8f2589192 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yaml-rust-0.4.3/src/parser.rs:197 [INFO] [stdout] 27: 0x56092503a130 - yaml_rust::yaml::YamlLoader::load_from_str::h171f14da54bd7f3d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yaml-rust-0.4.3/src/yaml.rs:197 [INFO] [stdout] 28: 0x560924dc1e75 - dotcopter::config::tests::parse_config::hf628690adfa2e852 [INFO] [stdout] at src/config.rs:78 [INFO] [stdout] 29: 0x560924dc1e2a - dotcopter::config::tests::parse_config::{{closure}}::h406ec41182a6622c [INFO] [stdout] at src/config.rs:67 [INFO] [stdout] 30: 0x560924db932e - core::ops::function::FnOnce::call_once::h0d009d460f93c9d2 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libcore/ops/function.rs:232 [INFO] [stdout] 31: 0x560924e06c9f - as core::ops::function::FnOnce>::call_once::h1f6ee40732e80908 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/liballoc/boxed.rs:1008 [INFO] [stdout] 32: 0x560924e2229e - as core::ops::function::FnOnce<()>>::call_once::h85dff111be9c2dc6 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/panic.rs:318 [INFO] [stdout] 33: 0x560924e2229e - std::panicking::try::do_call::hee6f5a4bef67c840 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/panicking.rs:331 [INFO] [stdout] 34: 0x560924e2229e - std::panicking::try::h3384d3b948e84dbc [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/panicking.rs:274 [INFO] [stdout] 35: 0x560924e2229e - std::panic::catch_unwind::h5ae91218e578066d [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/panic.rs:394 [INFO] [stdout] 36: 0x560924e2229e - test::run_test_in_process::he37a49587889b910 [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 37: 0x560924e2229e - test::run_test::run_test_inner::{{closure}}::h4f0d25136ca480c2 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 38: 0x560924dfa256 - std::sys_common::backtrace::__rust_begin_short_backtrace::h969eceda34247af3 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 39: 0x560924dff5e5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h912007997cb04e92 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/thread/mod.rs:475 [INFO] [stdout] 40: 0x560924dff5e5 - as core::ops::function::FnOnce<()>>::call_once::h8795d8b7bd223988 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/panic.rs:318 [INFO] [stdout] 41: 0x560924dff5e5 - std::panicking::try::do_call::hb29b86f86d4d722e [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/panicking.rs:331 [INFO] [stdout] 42: 0x560924dff5e5 - std::panicking::try::h4bfefb3eddc0d900 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/panicking.rs:274 [INFO] [stdout] 43: 0x560924dff5e5 - std::panic::catch_unwind::h774c24d4b38d5828 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/panic.rs:394 [INFO] [stdout] 44: 0x560924dff5e5 - std::thread::Builder::spawn_unchecked::{{closure}}::ha50a32fa99413dde [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/thread/mod.rs:474 [INFO] [stdout] 45: 0x560924dff5e5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9dacb8f28d699f86 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libcore/ops/function.rs:232 [INFO] [stdout] 46: 0x56092509c13f - as core::ops::function::FnOnce>::call_once::h7deaeeba480c6ce2 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/liballoc/boxed.rs:1008 [INFO] [stdout] 47: 0x5609250af1e3 - as core::ops::function::FnOnce>::call_once::h968b1dfb87756523 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/liballoc/boxed.rs:1008 [INFO] [stdout] 48: 0x5609250af1e3 - std::sys::unix::thread::Thread::new::thread_start::h2399addeb6370595 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 49: 0x7f6594b716db - start_thread [INFO] [stdout] 50: 0x7f659468288f - __clone [INFO] [stdout] 51: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- mutate::tests::test_add_dotfile_to_config stdout ---- [INFO] [stdout] thread 'mutate::tests::test_add_dotfile_to_config' panicked at 'attempted to leave type `linked_hash_map::Node` uninitialized, which is invalid', /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libcore/mem/mod.rs:661:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5609250a5a34 - backtrace::backtrace::libunwind::trace::h61666fa4b9834a45 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x5609250a5a34 - backtrace::backtrace::trace_unsynchronized::h01d3725fb5da8653 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5609250a5a34 - std::sys_common::backtrace::_print_fmt::h5c7c4751bc296f90 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x5609250a5a34 - ::fmt::h7729313ad2d729c7 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x5609250d0e4c - core::fmt::write::hb0049f6c12bdaffc [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x560924dfada5 - std::io::Write::write_fmt::h5d052af13df32ea6 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x5609250a0041 - std::io::impls::>::write_fmt::h8fe8a9bdc421b4b6 [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x5609250a8325 - std::sys_common::backtrace::_print::ha087cac92e84a414 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x5609250a8325 - std::sys_common::backtrace::print::h6b013d3bfe6cbcb8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x5609250a8325 - std::panicking::default_hook::{{closure}}::h016d7de02def2736 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x5609250a800b - std::panicking::default_hook::h9386f7e484840463 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x5609250a8982 - std::panicking::rust_panic_with_hook::h3846eb1b2e5a9312 [INFO] [stdout] at src/libstd/panicking.rs:511 [INFO] [stdout] 12: 0x5609250a856b - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x5609250ceef1 - core::panicking::panic_fmt::hc5953a7331f9805c [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x5609250cee3d - core::panicking::panic::hbfb03ddd2cbb509e [INFO] [stdout] at src/libcore/panicking.rs:54 [INFO] [stdout] 15: 0x560925060d23 - core::mem::uninitialized::h8a34c5b6a5393387 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libcore/mem/mod.rs:661 [INFO] [stdout] 16: 0x560925060d23 - linked_hash_map::LinkedHashMap::ensure_guard_node::hf8ee798fe19854d6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:174 [INFO] [stdout] 17: 0x560925060ff7 - linked_hash_map::LinkedHashMap::insert::h1d2ac079491af0f6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs:304 [INFO] [stdout] 18: 0x560925039ea2 - yaml_rust::yaml::YamlLoader::insert_new_node::hae2a8b15a05b67fd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yaml-rust-0.4.3/src/yaml.rs:181 [INFO] [stdout] 19: 0x560925039754 - ::on_event::h2f1c3dd52d474654 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yaml-rust-0.4.3/src/yaml.rs:145 [INFO] [stdout] 20: 0x56092507bf05 - yaml_rust::parser::Parser::load_node::hdef79a0cf31aef98 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yaml-rust-0.4.3/src/parser.rs:233 [INFO] [stdout] 21: 0x56092507c86e - yaml_rust::parser::Parser::load_mapping::h9607f10bdbf0e31b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yaml-rust-0.4.3/src/parser.rs:259 [INFO] [stdout] 22: 0x56092507c0b8 - yaml_rust::parser::Parser::load_node::hdef79a0cf31aef98 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yaml-rust-0.4.3/src/parser.rs:242 [INFO] [stdout] 23: 0x56092507c86e - yaml_rust::parser::Parser::load_mapping::h9607f10bdbf0e31b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yaml-rust-0.4.3/src/parser.rs:259 [INFO] [stdout] 24: 0x56092507c0b8 - yaml_rust::parser::Parser::load_node::hdef79a0cf31aef98 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yaml-rust-0.4.3/src/parser.rs:242 [INFO] [stdout] 25: 0x56092507b5cb - yaml_rust::parser::Parser::load_document::hd76004fb50238462 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yaml-rust-0.4.3/src/parser.rs:215 [INFO] [stdout] 26: 0x56092507ae47 - yaml_rust::parser::Parser::load::h6a2eefe8f2589192 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yaml-rust-0.4.3/src/parser.rs:197 [INFO] [stdout] 27: 0x56092503a130 - yaml_rust::yaml::YamlLoader::load_from_str::h171f14da54bd7f3d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yaml-rust-0.4.3/src/yaml.rs:197 [INFO] [stdout] 28: 0x560924db88ed - dotcopter::mutate::tests::test_add_dotfile_to_config::h32dddb88084bbc81 [INFO] [stdout] at src/mutate.rs:61 [INFO] [stdout] 29: 0x560924db889a - dotcopter::mutate::tests::test_add_dotfile_to_config::{{closure}}::h80dacd11177ba7f2 [INFO] [stdout] at src/mutate.rs:50 [INFO] [stdout] 30: 0x560924db935e - core::ops::function::FnOnce::call_once::h3d52b164e338cbfb [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libcore/ops/function.rs:232 [INFO] [stdout] 31: 0x560924e06c9f - as core::ops::function::FnOnce>::call_once::h1f6ee40732e80908 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/liballoc/boxed.rs:1008 [INFO] [stdout] 32: 0x560924e2229e - as core::ops::function::FnOnce<()>>::call_once::h85dff111be9c2dc6 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/panic.rs:318 [INFO] [stdout] 33: 0x560924e2229e - std::panicking::try::do_call::hee6f5a4bef67c840 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/panicking.rs:331 [INFO] [stdout] 34: 0x560924e2229e - std::panicking::try::h3384d3b948e84dbc [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/panicking.rs:274 [INFO] [stdout] 35: 0x560924e2229e - std::panic::catch_unwind::h5ae91218e578066d [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/panic.rs:394 [INFO] [stdout] 36: 0x560924e2229e - test::run_test_in_process::he37a49587889b910 [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 37: 0x560924e2229e - test::run_test::run_test_inner::{{closure}}::h4f0d25136ca480c2 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 38: 0x560924dfa256 - std::sys_common::backtrace::__rust_begin_short_backtrace::h969eceda34247af3 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 39: 0x560924dff5e5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h912007997cb04e92 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/thread/mod.rs:475 [INFO] [stdout] 40: 0x560924dff5e5 - as core::ops::function::FnOnce<()>>::call_once::h8795d8b7bd223988 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/panic.rs:318 [INFO] [stdout] 41: 0x560924dff5e5 - std::panicking::try::do_call::hb29b86f86d4d722e [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/panicking.rs:331 [INFO] [stdout] 42: 0x560924dff5e5 - std::panicking::try::h4bfefb3eddc0d900 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/panicking.rs:274 [INFO] [stdout] 43: 0x560924dff5e5 - std::panic::catch_unwind::h774c24d4b38d5828 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/panic.rs:394 [INFO] [stdout] 44: 0x560924dff5e5 - std::thread::Builder::spawn_unchecked::{{closure}}::ha50a32fa99413dde [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/thread/mod.rs:474 [INFO] [stdout] 45: 0x560924dff5e5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9dacb8f28d699f86 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libcore/ops/function.rs:232 [INFO] [stdout] 46: 0x56092509c13f - as core::ops::function::FnOnce>::call_once::h7deaeeba480c6ce2 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/liballoc/boxed.rs:1008 [INFO] [stdout] 47: 0x5609250af1e3 - as core::ops::function::FnOnce>::call_once::h968b1dfb87756523 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/liballoc/boxed.rs:1008 [INFO] [stdout] 48: 0x5609250af1e3 - std::sys::unix::thread::Thread::new::thread_start::h2399addeb6370595 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 49: 0x7f6594b716db - start_thread [INFO] [stdout] 50: 0x7f659468288f - __clone [INFO] [stdout] 51: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] config::tests::parse_config [INFO] [stdout] mutate::tests::test_add_dotfile_to_config [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--bin dotcopter' [INFO] running `"docker" "inspect" "e3fa0f8926fb4cc495109fc18795512aaf44f2128309d9389965f5e7a4c5c4f5"` [INFO] running `"docker" "rm" "-f" "e3fa0f8926fb4cc495109fc18795512aaf44f2128309d9389965f5e7a4c5c4f5"` [INFO] [stdout] e3fa0f8926fb4cc495109fc18795512aaf44f2128309d9389965f5e7a4c5c4f5