[INFO] cloning repository https://github.com/danielmcgraw/snip
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/danielmcgraw/snip" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanielmcgraw%2Fsnip", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanielmcgraw%2Fsnip'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 23fa9ab715bc21a9c0e7fbccfd2787ed33702772
[INFO] testing danielmcgraw/snip against try#28eff87d300677d3acc4d7129d31c74bf885cf6d for pr-94775
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanielmcgraw%2Fsnip" "/workspace/builds/worker-65/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-65/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/danielmcgraw/snip on toolchain 28eff87d300677d3acc4d7129d31c74bf885cf6d
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+28eff87d300677d3acc4d7129d31c74bf885cf6d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/danielmcgraw/snip
[INFO] finished tweaking git repo https://github.com/danielmcgraw/snip
[INFO] tweaked toml for git repo https://github.com/danielmcgraw/snip written to /workspace/builds/worker-65/source/Cargo.toml
[INFO] crate git repo https://github.com/danielmcgraw/snip already has a lockfile, it will not be regenerated
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+28eff87d300677d3acc4d7129d31c74bf885cf6d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cli-clipboard v0.2.0
[INFO] [stderr]   Downloaded clipboard-win v4.1.0
[INFO] [stderr]   Downloaded wl-clipboard-rs v0.4.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-65/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-65/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1ede1414886370302e694df474b9877c02906499f04c196936ce0973d30c5eaa" "/opt/rustwide/cargo-home/bin/cargo" "+28eff87d300677d3acc4d7129d31c74bf885cf6d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c1df0a3de20828421785785de31962dc13a5492dc83c2af42fe38758c80cef5b
[INFO] running `Command { std: "docker" "start" "-a" "c1df0a3de20828421785785de31962dc13a5492dc83c2af42fe38758c80cef5b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c1df0a3de20828421785785de31962dc13a5492dc83c2af42fe38758c80cef5b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c1df0a3de20828421785785de31962dc13a5492dc83c2af42fe38758c80cef5b", kill_on_drop: false }`
[INFO] [stdout] c1df0a3de20828421785785de31962dc13a5492dc83c2af42fe38758c80cef5b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-65/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-65/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1ede1414886370302e694df474b9877c02906499f04c196936ce0973d30c5eaa" "/opt/rustwide/cargo-home/bin/cargo" "+28eff87d300677d3acc4d7129d31c74bf885cf6d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 14ecc597f846a164c87bd04d9c8c80f4268d7c152515da1f66376ca5cfc552f1
[INFO] running `Command { std: "docker" "start" "-a" "14ecc597f846a164c87bd04d9c8c80f4268d7c152515da1f66376ca5cfc552f1", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.94
[INFO] [stderr]    Compiling proc-macro2 v1.0.26
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling version_check v0.9.3
[INFO] [stderr]    Compiling syn v1.0.72
[INFO] [stderr]    Compiling pkg-config v0.3.19
[INFO] [stderr]    Compiling cc v1.0.67
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling xml-rs v0.8.3
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling getrandom v0.2.2
[INFO] [stderr]    Compiling smallvec v1.6.1
[INFO] [stderr]    Compiling nix v0.17.0
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling gimli v0.24.0
[INFO] [stderr]    Compiling failure_derive v0.1.8
[INFO] [stderr]    Compiling ppv-lite86 v0.2.10
[INFO] [stderr]    Compiling once_cell v1.7.2
[INFO] [stderr]    Compiling unicode-segmentation v1.7.1
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling hashbrown v0.9.1
[INFO] [stderr]    Compiling rustc-demangle v0.1.19
[INFO] [stderr]    Compiling object v0.24.0
[INFO] [stderr]    Compiling downcast-rs v1.2.0
[INFO] [stderr]    Compiling matches v0.1.8
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling fixedbitset v0.2.0
[INFO] [stderr]    Compiling crc32fast v1.2.1
[INFO] [stderr]    Compiling nix v0.18.0
[INFO] [stderr]    Compiling lazy_static v0.2.11
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling serde v1.0.125
[INFO] [stderr]    Compiling termcolor v1.1.2
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling anyhow v1.0.40
[INFO] [stderr]    Compiling percent-encoding v2.1.0
[INFO] [stderr]    Compiling serde_json v1.0.64
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling itoa v0.4.7
[INFO] [stderr]    Compiling webbrowser v0.5.5
[INFO] [stderr]    Compiling unreachable v1.0.0
[INFO] [stderr]    Compiling lock_api v0.3.4
[INFO] [stderr]    Compiling heck v0.3.2
[INFO] [stderr]    Compiling tinyvec v1.2.0
[INFO] [stderr]    Compiling unicode-bidi v0.3.5
[INFO] [stderr]    Compiling thread_local v0.3.4
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling indexmap v1.6.2
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling addr2line v0.15.1
[INFO] [stderr]    Compiling wayland-sys v0.27.0
[INFO] [stderr]    Compiling backtrace v0.3.59
[INFO] [stderr]    Compiling bzip2-sys v0.1.11+1.0.8
[INFO] [stderr]    Compiling unicode-normalization v0.1.18
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]    Compiling mime_guess v2.0.3
[INFO] [stderr]    Compiling petgraph v0.5.1
[INFO] [stderr]    Compiling term_size v0.3.2
[INFO] [stderr]    Compiling atty v0.2.11
[INFO] [stderr]    Compiling time v0.1.43
[INFO] [stderr]    Compiling parking_lot_core v0.7.2
[INFO] [stderr]    Compiling memchr v1.0.2
[INFO] [stderr]    Compiling os_pipe v0.9.2
[INFO] [stderr]    Compiling dirs-sys v0.3.6
[INFO] [stderr]    Compiling flate2 v1.0.20
[INFO] [stderr]    Compiling xcb v0.9.0
[INFO] [stderr]    Compiling wayland-scanner v0.27.0
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling nom v3.2.1
[INFO] [stderr]    Compiling bzip2 v0.4.3
[INFO] [stderr]    Compiling rand_core v0.6.2
[INFO] [stderr]    Compiling parking_lot v0.10.2
[INFO] [stderr]    Compiling dirs v3.0.2
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling clap v2.33.3
[INFO] [stderr]    Compiling rand_chacha v0.3.0
[INFO] [stderr]    Compiling rand v0.8.3
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling tree_magic v0.2.3
[INFO] [stderr]    Compiling stderrlog v0.4.3
[INFO] [stderr]    Compiling wayland-client v0.27.0
[INFO] [stderr]    Compiling wayland-protocols v0.27.0
[INFO] [stderr]    Compiling tempfile v3.2.0
[INFO] [stderr]    Compiling wayland-commons v0.27.0
[INFO] [stderr]    Compiling synstructure v0.12.4
[INFO] [stderr]    Compiling structopt-derive v0.4.14
[INFO] [stderr]    Compiling derive-new v0.5.9
[INFO] [stderr]    Compiling derive_more v0.99.14
[INFO] [stderr]    Compiling thiserror-impl v1.0.25
[INFO] [stderr]    Compiling failure v0.1.8
[INFO] [stderr]    Compiling exitfailure v0.5.1
[INFO] [stderr]    Compiling x11-clipboard v0.5.1
[INFO] [stderr]    Compiling thiserror v1.0.25
[INFO] [stderr]    Compiling structopt v0.3.21
[INFO] [stderr]    Compiling zip v0.5.13
[INFO] [stderr]    Compiling wl-clipboard-rs v0.4.1
[INFO] [stderr]    Compiling cli-clipboard v0.2.0
[INFO] [stderr]    Compiling snip v0.3.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 1m 08s
[INFO] running `Command { std: "docker" "inspect" "14ecc597f846a164c87bd04d9c8c80f4268d7c152515da1f66376ca5cfc552f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "14ecc597f846a164c87bd04d9c8c80f4268d7c152515da1f66376ca5cfc552f1", kill_on_drop: false }`
[INFO] [stdout] 14ecc597f846a164c87bd04d9c8c80f4268d7c152515da1f66376ca5cfc552f1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-65/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-65/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1ede1414886370302e694df474b9877c02906499f04c196936ce0973d30c5eaa" "/opt/rustwide/cargo-home/bin/cargo" "+28eff87d300677d3acc4d7129d31c74bf885cf6d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4f48757769723cf2d74eaed5aa67b8f8ee924f22b20c004c71458470b78c8c0a
[INFO] running `Command { std: "docker" "start" "-a" "4f48757769723cf2d74eaed5aa67b8f8ee924f22b20c004c71458470b78c8c0a", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]    Compiling snip v0.3.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished test [unoptimized + debuginfo] target(s) in 5.65s
[INFO] [stderr]   Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/snip-54ceed09a37dee68)
[INFO] running `Command { std: "docker" "inspect" "4f48757769723cf2d74eaed5aa67b8f8ee924f22b20c004c71458470b78c8c0a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4f48757769723cf2d74eaed5aa67b8f8ee924f22b20c004c71458470b78c8c0a", kill_on_drop: false }`
[INFO] [stdout] 4f48757769723cf2d74eaed5aa67b8f8ee924f22b20c004c71458470b78c8c0a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-65/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-65/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1ede1414886370302e694df474b9877c02906499f04c196936ce0973d30c5eaa" "/opt/rustwide/cargo-home/bin/cargo" "+28eff87d300677d3acc4d7129d31c74bf885cf6d" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 41ce01399cf3386a26c11c8d659e9e735e9d613e5575931cc66dd9c6b9100dd6
[INFO] running `Command { std: "docker" "start" "-a" "41ce01399cf3386a26c11c8d659e9e735e9d613e5575931cc66dd9c6b9100dd6", kill_on_drop: false }`
[INFO] [stderr]     Finished test [unoptimized + debuginfo] target(s) in 0.22s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/snip-54ceed09a37dee68)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test store::test_store::create_a_list ... ok
[INFO] [stdout] test store::test_store::create_a_list_entry ... ok
[INFO] [stdout] test store::test_store::delete_an_entry_from_a_list ... ok
[INFO] [stdout] test store::test_store::delete_a_list ... ok
[INFO] [stdout] test store::test_store::new_store ... ok
[INFO] [stdout] test store::test_store::nuke_all_the_lists ... ok
[INFO] [stdout] test store::test_store::copy_a_specific_entry_from_a_list ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- store::test_store::copy_a_specific_entry_from_a_list stdout ----
[INFO] [stdout] Entry inserted in to a_list
[INFO] [stdout] thread 'store::test_store::copy_a_specific_entry_from_a_list' panicked at 'called `Result::unwrap()` on an `Err` value: XCB connection error: ClosedParseErr
[INFO] [stdout] 
[INFO] [stdout] Caused by:
[INFO] [stdout]     Connection closed, error during parsing display string
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: anyhow::error::<impl core::convert::From<E> for anyhow::Error>::from
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.40/src/error.rs:519:25
[INFO] [stdout]    1: <core::result::Result<T,F> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible,E>>>::from_residual
[INFO] [stdout]              at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/core/src/result.rs:2099:27
[INFO] [stdout]    2: <cli_clipboard::x11_clipboard::X11ClipboardContext<S> as cli_clipboard::common::ClipboardProvider>::new
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cli-clipboard-0.2.0/src/x11_clipboard.rs:54:32
[INFO] [stdout]    3: <cli_clipboard::linux_clipboard::LinuxClipboardContext as cli_clipboard::common::ClipboardProvider>::new
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cli-clipboard-0.2.0/src/linux_clipboard.rs:21:29
[INFO] [stdout]    4: snip::store::Store::copy_list_entry
[INFO] [stdout]              at ./src/store.rs:65:23
[INFO] [stdout]    5: snip::store::test_store::copy_a_specific_entry_from_a_list
[INFO] [stdout]              at ./src/store.rs:186:9
[INFO] [stdout]    6: snip::store::test_store::copy_a_specific_entry_from_a_list::{{closure}}
[INFO] [stdout]              at ./src/store.rs:179:5
[INFO] [stdout]    7: core::ops::function::FnOnce::call_once
[INFO] [stdout]              at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/core/src/ops/function.rs:227:5
[INFO] [stdout]    8: core::ops::function::FnOnce::call_once
[INFO] [stdout]              at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/core/src/ops/function.rs:227:5
[INFO] [stdout]    9: test::__rust_begin_short_backtrace
[INFO] [stdout]              at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/test/src/lib.rs:575:5
[INFO] [stdout]   10: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stdout]              at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/alloc/src/boxed.rs:1854:9
[INFO] [stdout]   11: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/core/src/panic/unwind_safe.rs:271:9
[INFO] [stdout]   12: std::panicking::try::do_call
[INFO] [stdout]              at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/std/src/panicking.rs:492:40
[INFO] [stdout]   13: std::panicking::try
[INFO] [stdout]              at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/std/src/panicking.rs:456:19
[INFO] [stdout]   14: std::panic::catch_unwind
[INFO] [stdout]              at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/std/src/panic.rs:137:14
[INFO] [stdout]   15: test::run_test_in_process
[INFO] [stdout]              at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/test/src/lib.rs:598:18
[INFO] [stdout]   16: test::run_test::run_test_inner::{{closure}}
[INFO] [stdout]              at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/test/src/lib.rs:492:39
[INFO] [stdout]   17: test::run_test::run_test_inner::{{closure}}
[INFO] [stdout]              at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/test/src/lib.rs:519:37
[INFO] [stdout]   18: std::sys_common::backtrace::__rust_begin_short_backtrace
[INFO] [stdout]              at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/std/src/sys_common/backtrace.rs:122:18
[INFO] [stdout]   19: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}
[INFO] [stdout]              at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/std/src/thread/mod.rs:498:17
[INFO] [stdout]   20: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/core/src/panic/unwind_safe.rs:271:9
[INFO] [stdout]   21: std::panicking::try::do_call
[INFO] [stdout]              at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/std/src/panicking.rs:492:40
[INFO] [stdout]   22: std::panicking::try
[INFO] [stdout]              at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/std/src/panicking.rs:456:19
[INFO] [stdout]   23: std::panic::catch_unwind
[INFO] [stdout]              at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/std/src/panic.rs:137:14
[INFO] [stdout]   24: std::thread::Builder::spawn_unchecked_::{{closure}}
[INFO] [stdout]              at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/std/src/thread/mod.rs:497:30
[INFO] [stdout]   25: core::ops::function::FnOnce::call_once{{vtable.shim}}
[INFO] [stdout]              at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/core/src/ops/function.rs:227:5
[INFO] [stdout]   26: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stdout]              at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/alloc/src/boxed.rs:1854:9
[INFO] [stdout]   27: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stdout]              at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/alloc/src/boxed.rs:1854:9
[INFO] [stdout]   28: std::sys::unix::thread::Thread::new::thread_start
[INFO] [stdout]              at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/std/src/sys/unix/thread.rs:108:17
[INFO] [stdout]   29: start_thread
[INFO] [stdout]   30: clone', src/store.rs:65:47
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55a3983bdd4c - std::backtrace_rs::backtrace::libunwind::trace::h24899a79947a3581
[INFO] [stdout]                                at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5
[INFO] [stdout]    1:     0x55a3983bdd4c - std::backtrace_rs::backtrace::trace_unsynchronized::he41003c4da095493
[INFO] [stdout]                                at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
[INFO] [stdout]    2:     0x55a3983bdd4c - std::sys_common::backtrace::_print_fmt::hd99333b051dd1a34
[INFO] [stdout]                                at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/std/src/sys_common/backtrace.rs:66:5
[INFO] [stdout]    3:     0x55a3983bdd4c - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::hc787bdbb27333705
[INFO] [stdout]                                at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/std/src/sys_common/backtrace.rs:45:22
[INFO] [stdout]    4:     0x55a3983e17bc - core::fmt::write::hcbf4c637ea0ffa73
[INFO] [stdout]                                at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/core/src/fmt/mod.rs:1190:17
[INFO] [stdout]    5:     0x55a3983b9831 - std::io::Write::write_fmt::hc0cb15f223a4d98b
[INFO] [stdout]                                at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/std/src/io/mod.rs:1655:15
[INFO] [stdout]    6:     0x55a3983bfa65 - std::sys_common::backtrace::_print::h3317bb700e9723d3
[INFO] [stdout]                                at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/std/src/sys_common/backtrace.rs:48:5
[INFO] [stdout]    7:     0x55a3983bfa65 - std::sys_common::backtrace::print::ha6331dabcf0e0777
[INFO] [stdout]                                at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/std/src/sys_common/backtrace.rs:35:9
[INFO] [stdout]    8:     0x55a3983bfa65 - std::panicking::default_hook::{{closure}}::h8c69f6668a2c7303
[INFO] [stdout]                                at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/std/src/panicking.rs:295:22
[INFO] [stdout]    9:     0x55a3983bf743 - std::panicking::default_hook::h9114a6ae7f2bfe11
[INFO] [stdout]                                at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/std/src/panicking.rs:311:9
[INFO] [stdout]   10:     0x55a3983bffb3 - std::panicking::rust_panic_with_hook::he7eb6b6fb517d694
[INFO] [stdout]                                at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/std/src/panicking.rs:698:17
[INFO] [stdout]   11:     0x55a3983bfe97 - std::panicking::begin_panic_handler::{{closure}}::h811983c88af2c672
[INFO] [stdout]                                at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/std/src/panicking.rs:588:13
[INFO] [stdout]   12:     0x55a3983be204 - std::sys_common::backtrace::__rust_end_short_backtrace::h4afde4df00b8fb5c
[INFO] [stdout]                                at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/std/src/sys_common/backtrace.rs:138:18
[INFO] [stdout]   13:     0x55a3983bfbc9 - rust_begin_unwind
[INFO] [stdout]                                at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/std/src/panicking.rs:584:5
[INFO] [stdout]   14:     0x55a398137953 - core::panicking::panic_fmt::h9bba74b2d82f87b0
[INFO] [stdout]                                at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/core/src/panicking.rs:143:14
[INFO] [stdout]   15:     0x55a398137a43 - core::result::unwrap_failed::ha07f94886e7e5037
[INFO] [stdout]                                at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/core/src/result.rs:1784:5
[INFO] [stdout]   16:     0x55a39814366a - core::result::Result<T,E>::unwrap::h283536b236690485
[INFO] [stdout]                                at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/core/src/result.rs:1077:23
[INFO] [stdout]   17:     0x55a39814210f - snip::store::Store::copy_list_entry::h9b97b442d6f3d897
[INFO] [stdout]                                at /opt/rustwide/workdir/src/store.rs:65:23
[INFO] [stdout]   18:     0x55a3981484d1 - snip::store::test_store::copy_a_specific_entry_from_a_list::hd51e95995529e5ff
[INFO] [stdout]                                at /opt/rustwide/workdir/src/store.rs:186:9
[INFO] [stdout]   19:     0x55a3981483ca - snip::store::test_store::copy_a_specific_entry_from_a_list::{{closure}}::h2cd7760e9007967d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/store.rs:179:5
[INFO] [stdout]   20:     0x55a398140cce - core::ops::function::FnOnce::call_once::h631331365c98da20
[INFO] [stdout]                                at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/core/src/ops/function.rs:227:5
[INFO] [stdout]   21:     0x55a39818c1a3 - core::ops::function::FnOnce::call_once::h7c82417d43deacd4
[INFO] [stdout]                                at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/core/src/ops/function.rs:227:5
[INFO] [stdout]   22:     0x55a39818c1a3 - test::__rust_begin_short_backtrace::h4db1f83eaaa59dd5
[INFO] [stdout]                                at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/test/src/lib.rs:575:5
[INFO] [stdout]   23:     0x55a39818aed6 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h63d171b312d4fa47
[INFO] [stdout]                                at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/alloc/src/boxed.rs:1854:9
[INFO] [stdout]   24:     0x55a39818aed6 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h00197ed0537faf7a
[INFO] [stdout]                                at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/core/src/panic/unwind_safe.rs:271:9
[INFO] [stdout]   25:     0x55a39818aed6 - std::panicking::try::do_call::h86332069d38d2744
[INFO] [stdout]                                at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/std/src/panicking.rs:492:40
[INFO] [stdout]   26:     0x55a39818aed6 - std::panicking::try::h1f6ae9e296714b32
[INFO] [stdout]                                at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/std/src/panicking.rs:456:19
[INFO] [stdout]   27:     0x55a39818aed6 - std::panic::catch_unwind::ha8e34042702c40f8
[INFO] [stdout]                                at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/std/src/panic.rs:137:14
[INFO] [stdout]   28:     0x55a39818aed6 - test::run_test_in_process::hd493285879569b21
[INFO] [stdout]                                at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/test/src/lib.rs:598:18
[INFO] [stdout]   29:     0x55a39818aed6 - test::run_test::run_test_inner::{{closure}}::hf19abbbb55852552
[INFO] [stdout]                                at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/test/src/lib.rs:492:39
[INFO] [stdout]   30:     0x55a39815787e - test::run_test::run_test_inner::{{closure}}::h7e3c2c343e147543
[INFO] [stdout]                                at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/test/src/lib.rs:519:37
[INFO] [stdout]   31:     0x55a39815787e - std::sys_common::backtrace::__rust_begin_short_backtrace::h4c402e6f80a12404
[INFO] [stdout]                                at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/std/src/sys_common/backtrace.rs:122:18
[INFO] [stdout]   32:     0x55a39815cc98 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h1d78d90ebcef4dc4
[INFO] [stdout]                                at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/std/src/thread/mod.rs:498:17
[INFO] [stdout]   33:     0x55a39815cc98 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hf6925ff7eaaf6137
[INFO] [stdout]                                at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/core/src/panic/unwind_safe.rs:271:9
[INFO] [stdout]   34:     0x55a39815cc98 - std::panicking::try::do_call::hc5e80b04a1842b4a
[INFO] [stdout]                                at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/std/src/panicking.rs:492:40
[INFO] [stdout]   35:     0x55a39815cc98 - std::panicking::try::h9d62e0cac0ea03e6
[INFO] [stdout]                                at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/std/src/panicking.rs:456:19
[INFO] [stdout]   36:     0x55a39815cc98 - std::panic::catch_unwind::heb8ac09f2b83c104
[INFO] [stdout]                                at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/std/src/panic.rs:137:14
[INFO] [stdout]   37:     0x55a39815cc98 - std::thread::Builder::spawn_unchecked_::{{closure}}::h9f6e6e505ad142aa
[INFO] [stdout]                                at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/std/src/thread/mod.rs:497:30
[INFO] [stdout]   38:     0x55a39815cc98 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h3c78246b8eee677a
[INFO] [stdout]                                at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/core/src/ops/function.rs:227:5
[INFO] [stdout]   39:     0x55a3983c5193 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hca2e57b0f33df4ea
[INFO] [stdout]                                at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/alloc/src/boxed.rs:1854:9
[INFO] [stdout]   40:     0x55a3983c5193 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h3c7322d65af8c247
[INFO] [stdout]                                at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/alloc/src/boxed.rs:1854:9
[INFO] [stdout]   41:     0x55a3983c5193 - std::sys::unix::thread::Thread::new::thread_start::h8691f5e7943f3a56
[INFO] [stdout]                                at /rustc/28eff87d300677d3acc4d7129d31c74bf885cf6d/library/std/src/sys/unix/thread.rs:108:17
[INFO] [stdout]   42:     0x7f4b4553a609 - start_thread
[INFO] [stdout]   43:     0x7f4b4530a163 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     store::test_store::copy_a_specific_entry_from_a_list
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 6 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass '--bin snip'
[INFO] running `Command { std: "docker" "inspect" "41ce01399cf3386a26c11c8d659e9e735e9d613e5575931cc66dd9c6b9100dd6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "41ce01399cf3386a26c11c8d659e9e735e9d613e5575931cc66dd9c6b9100dd6", kill_on_drop: false }`
[INFO] [stdout] 41ce01399cf3386a26c11c8d659e9e735e9d613e5575931cc66dd9c6b9100dd6