[INFO] updating cached repository denniscollective/herstory [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/denniscollective/herstory [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/denniscollective/herstory" "work/ex/beta-1.37-6/sources/1.36.0/gh/denniscollective/herstory"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/denniscollective/herstory'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/denniscollective/herstory" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/denniscollective/herstory"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/denniscollective/herstory'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a4e229442f934facaf5435055b254781c1c1dec2 [INFO] sha for GitHub repo denniscollective/herstory: a4e229442f934facaf5435055b254781c1c1dec2 [INFO] validating manifest of denniscollective/herstory on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of denniscollective/herstory on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing denniscollective/herstory [INFO] finished frobbing denniscollective/herstory [INFO] frobbed toml for denniscollective/herstory written to work/ex/beta-1.37-6/sources/1.36.0/gh/denniscollective/herstory/Cargo.toml [INFO] started frobbing denniscollective/herstory [INFO] finished frobbing denniscollective/herstory [INFO] frobbed toml for denniscollective/herstory written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/denniscollective/herstory/Cargo.toml [INFO] crate denniscollective/herstory already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing denniscollective/herstory against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/denniscollective/herstory:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] cce07f8fcbf6f64e4c62f71f32de23499ea4784f72bcb1e7c866396ecb8e1b72 [INFO] running `"docker" "start" "-a" "cce07f8fcbf6f64e4c62f71f32de23499ea4784f72bcb1e7c866396ecb8e1b72"` [INFO] [stderr] Compiling libz-sys v1.0.16 [INFO] [stderr] Compiling openssl-sys v0.9.17 [INFO] [stderr] Compiling curl-sys v0.3.14 [INFO] [stderr] Compiling socket2 v0.2.2 [INFO] [stderr] Compiling backtrace-sys v0.1.12 [INFO] [stderr] Compiling backtrace v0.3.3 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling curl v0.4.8 [INFO] [stderr] Compiling herstory v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/threadpool.rs:17:28 [INFO] [stderr] | [INFO] [stderr] 17 | type PassableFunc = Arc; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut T) + Send + Sync + 'static` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/lib.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | / error_chain! { [INFO] [stderr] 19 | | foreign_links { [INFO] [stderr] 20 | | Curl(curl::Error); [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: structure field `bodyWiter` should have a snake case name [INFO] [stderr] --> src/models/request.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | bodyWiter: Arc>>, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `body_witer` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_snake_case)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable `bodyWriter` should have a snake case name [INFO] [stderr] --> src/models/request.rs:25:13 [INFO] [stderr] | [INFO] [stderr] 25 | let bodyWriter: Arc>> = Arc::new(Mutex::new(Vec::new())); [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to snake case: `body_writer` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 13s [INFO] running `"docker" "inspect" "cce07f8fcbf6f64e4c62f71f32de23499ea4784f72bcb1e7c866396ecb8e1b72"` [INFO] running `"docker" "rm" "-f" "cce07f8fcbf6f64e4c62f71f32de23499ea4784f72bcb1e7c866396ecb8e1b72"` [INFO] [stdout] cce07f8fcbf6f64e4c62f71f32de23499ea4784f72bcb1e7c866396ecb8e1b72 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/denniscollective/herstory:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] b9aa9722264722a48ab93fb53b36430b53454be018911ddb0a1af3e95ffb02cd [INFO] running `"docker" "start" "-a" "b9aa9722264722a48ab93fb53b36430b53454be018911ddb0a1af3e95ffb02cd"` [INFO] [stderr] Compiling herstory v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/threadpool.rs:17:28 [INFO] [stderr] | [INFO] [stderr] 17 | type PassableFunc = Arc; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut T) + Send + Sync + 'static` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/lib.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | / error_chain! { [INFO] [stderr] 19 | | foreign_links { [INFO] [stderr] 20 | | Curl(curl::Error); [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: structure field `bodyWiter` should have a snake case name [INFO] [stderr] --> src/models/request.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | bodyWiter: Arc>>, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `body_witer` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_snake_case)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable `bodyWriter` should have a snake case name [INFO] [stderr] --> src/models/request.rs:25:13 [INFO] [stderr] | [INFO] [stderr] 25 | let bodyWriter: Arc>> = Arc::new(Mutex::new(Vec::new())); [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to snake case: `body_writer` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.94s [INFO] running `"docker" "inspect" "b9aa9722264722a48ab93fb53b36430b53454be018911ddb0a1af3e95ffb02cd"` [INFO] running `"docker" "rm" "-f" "b9aa9722264722a48ab93fb53b36430b53454be018911ddb0a1af3e95ffb02cd"` [INFO] [stdout] b9aa9722264722a48ab93fb53b36430b53454be018911ddb0a1af3e95ffb02cd [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/denniscollective/herstory:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "test" "--frozen"` [INFO] [stdout] c748acbd5db2a9dbccd767f84d6441d5179a68d485d42ba3fd9843f8da0974e1 [INFO] running `"docker" "start" "-a" "c748acbd5db2a9dbccd767f84d6441d5179a68d485d42ba3fd9843f8da0974e1"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/herstory-f270b50139a7d76d [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] Worker2 - Task { item: Mutex { data: Image { photoset_id: 1, index: 0, url: "http://watwat.wat", request: Request { response_code: 0, error: None } } } status: Pending } [INFO] [stdout] Worker1 - Task { item: Mutex { data: Image { photoset_id: 1, index: 1, url: "http://zivity-development.s3.amazonaws.com/scaled_originals/2017/12/03/12/10/17/599/1_003.jpg", request: Request { response_code: 0, error: None } } } status: Pending } [INFO] [stdout] Worker0 - Task { item: Mutex { data: Image { photoset_id: 1, index: 2, url: "http://zivity-development.s3.amazonaws.com/scaled_originals/2017/12/03/12/10/03/420/1_002.jpg", request: Request { response_code: 0, error: None } } } status: Pending } [INFO] [stdout] Worker3 - Task { item: Mutex { data: Image { photoset_id: 1, index: 3, url: "http://zivity-development.s3.amazonaws.com/scaled_originals/2017/12/03/12/09/52/420/1_001.jpg", request: Request { response_code: 0, error: None } } } status: Pending } [INFO] [stdout] Worker 3 - Task { item: Mutex { data: Image { photoset_id: 1, index: 3, url: "http://zivity-development.s3.amazonaws.com/scaled_originals/2017/12/03/12/09/52/420/1_001.jpg", request: Request { response_code: 0, error: Some(Error(Curl(Error { description: "Couldn\'t resolve host name", code: 6, extra: Some("Couldn\'t resolve host \'zivity-development.s3.amazonaws.com\'") }), State { next_error: None, backtrace: Some(stack backtrace: [INFO] [stdout] 0: 0x55eedc7b6f96 - backtrace::backtrace::libunwind::trace::h5ac6620e8509ceed [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/backtrace/libunwind.rs:53 [INFO] [stdout] - backtrace::backtrace::trace::h1c700cddbba0bca9 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/backtrace/mod.rs:42 [INFO] [stdout] 1: 0x55eedc7aa483 - backtrace::capture::Backtrace::new_unresolved::h2c8ae19b1bfc7cf6 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/capture.rs:88 [INFO] [stdout] 2: 0x55eedc7aa3dd - backtrace::capture::Backtrace::new::h766a632899c6ad07 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/capture.rs:63 [INFO] [stdout] 3: 0x55eedc7a8d62 - error_chain::make_backtrace::h2c7f2a68efd75d33 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.11.0/src/lib.rs:616 [INFO] [stdout] 4: 0x55eedc7a8dd2 - ::default::hf906fbd936a548ad [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.11.0/src/lib.rs:710 [INFO] [stdout] 5: 0x55eedc7305e1 - herstory::errors::Error::from_kind::hf617df75336227a7 [INFO] [stdout] at /opt/crater/workdir/<::error_chain::error_chain::impl_error_chain_processed macros>:53 [INFO] [stdout] 6: 0x55eedc7306b6 - >::from::hff64895ef9ceae2e [INFO] [stdout] at src/lib.rs:18 [INFO] [stdout] 7: 0x55eedc70f41f - >::into::h2969e3c4268ac3b2 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/convert.rs:540 [INFO] [stdout] 8: 0x55eedc73be7e - herstory::models::request::CurlRequest::perform::{{closure}}::hac3240d025124800 [INFO] [stdout] at src/models/request.rs:97 [INFO] [stdout] 9: 0x55eedc722d5a - core::result::Result::map_err::h8282c69081b07c41 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:522 [INFO] [stdout] 10: 0x55eedc73be36 - herstory::models::request::CurlRequest::perform::h386806389507d2d8 [INFO] [stdout] at src/models/request.rs:97 [INFO] [stdout] 11: 0x55eedc73b657 - herstory::models::request::Request::perform_and_save::h13acf57d0c456b75 [INFO] [stdout] at src/models/request.rs:40 [INFO] [stdout] 12: 0x55eedc74ff18 - herstory::models::Image::spawn_request::hcb38db74e30c7318 [INFO] [stdout] at src/models/mod.rs:98 [INFO] [stdout] 13: 0x55eedc74fc87 - herstory::models::Photoset::download_and_save::{{closure}}::he6a44b5162f2f5b1 [INFO] [stdout] at src/models/mod.rs:78 [INFO] [stdout] 14: 0x55eedc710f82 - herstory::threadpool::Task::execute::hbc40297a46047d1a [INFO] [stdout] at src/threadpool.rs:91 [INFO] [stdout] 15: 0x55eedc711633 - herstory::threadpool::WorkerThread::new::{{closure}}::hb2093ac00a4ad41f [INFO] [stdout] at src/threadpool.rs:149 [INFO] [stdout] 16: 0x55eedc71271a - std::sys_common::backtrace::__rust_begin_short_backtrace::h4612f9e3c46460fc [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x55eedc72951c - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h3d0c0d7b75a55a9f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x55eedc711a9c - as core::ops::function::FnOnce<()>>::call_once::hae98a6cfc78df2ee [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x55eedc7492ef - std::panicking::try::do_call::h8fe649885c454d16 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x55eedc83b889 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 21: 0x55eedc748f62 - std::panicking::try::hf9d095b8eba3f837 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x55eedc71554c - std::panic::catch_unwind::h506ae55282cdea4e [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x55eedc729329 - std::thread::Builder::spawn_unchecked::{{closure}}::h3ff78f625d91d282 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x55eedc7187c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h66c83c4ff73f859e [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 25: 0x55eedc82cc5e - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 26: 0x55eedc83af4f - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 27: 0x7f28e1bd04a3 - start_thread [INFO] [stdout] 28: 0x7f28e16fbd0e - __clone [INFO] [stdout] 29: 0x0 - ) })) } } } status: Failure } [INFO] [stdout] Worker 0 - Task { item: Mutex { data: Image { photoset_id: 1, index: 2, url: "http://zivity-development.s3.amazonaws.com/scaled_originals/2017/12/03/12/10/03/420/1_002.jpg", request: Request { response_code: 0, error: Some(Error(Curl(Error { description: "Couldn\'t resolve host name", code: 6, extra: Some("Couldn\'t resolve host \'zivity-development.s3.amazonaws.com\'") }), State { next_error: None, backtrace: Some(stack backtrace: [INFO] [stdout] 0: 0x55eedc7b6f96 - backtrace::backtrace::libunwind::trace::h5ac6620e8509ceed [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/backtrace/libunwind.rs:53 [INFO] [stdout] - backtrace::backtrace::trace::h1c700cddbba0bca9 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/backtrace/mod.rs:42 [INFO] [stdout] 1: 0x55eedc7aa483 - backtrace::capture::Backtrace::new_unresolved::h2c8ae19b1bfc7cf6 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/capture.rs:88 [INFO] [stdout] 2: 0x55eedc7aa3dd - backtrace::capture::Backtrace::new::h766a632899c6ad07 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/capture.rs:63 [INFO] [stdout] 3: 0x55eedc7a8d62 - error_chain::make_backtrace::h2c7f2a68efd75d33 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.11.0/src/lib.rs:616 [INFO] [stdout] 4: 0x55eedc7a8dd2 - ::default::hf906fbd936a548ad [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.11.0/src/lib.rs:710 [INFO] [stdout] 5: 0x55eedc7305e1 - herstory::errors::Error::from_kind::hf617df75336227a7 [INFO] [stdout] at /opt/crater/workdir/<::error_chain::error_chain::impl_error_chain_processed macros>:53 [INFO] [stdout] 6: 0x55eedc7306b6 - >::from::hff64895ef9ceae2e [INFO] [stdout] at src/lib.rs:18 [INFO] [stdout] 7: 0x55eedc70f41f - >::into::h2969e3c4268ac3b2 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/convert.rs:540 [INFO] [stdout] 8: 0x55eedc73be7e - herstory::models::request::CurlRequest::perform::{{closure}}::hac3240d025124800 [INFO] [stdout] at src/models/request.rs:97 [INFO] [stdout] 9: 0x55eedc722d5a - core::result::Result::map_err::h8282c69081b07c41 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:522 [INFO] [stdout] 10: 0x55eedc73be36 - herstory::models::request::CurlRequest::perform::h386806389507d2d8 [INFO] [stdout] at src/models/request.rs:97 [INFO] [stdout] 11: 0x55eedc73b657 - herstory::models::request::Request::perform_and_save::h13acf57d0c456b75 [INFO] [stdout] at src/models/request.rs:40 [INFO] [stdout] 12: 0x55eedc74ff18 - herstory::models::Image::spawn_request::hcb38db74e30c7318 [INFO] [stdout] at src/models/mod.rs:98 [INFO] [stdout] 13: 0x55eedc74fc87 - herstory::models::Photoset::download_and_save::{{closure}}::he6a44b5162f2f5b1 [INFO] [stdout] at src/models/mod.rs:78 [INFO] [stdout] 14: 0x55eedc710f82 - herstory::threadpool::Task::execute::hbc40297a46047d1a [INFO] [stdout] at src/threadpool.rs:91 [INFO] [stdout] 15: 0x55eedc711633 - herstory::threadpool::WorkerThread::new::{{closure}}::hb2093ac00a4ad41f [INFO] [stdout] at src/threadpool.rs:149 [INFO] [stdout] 16: 0x55eedc71271a - std::sys_common::backtrace::__rust_begin_short_backtrace::h4612f9e3c46460fc [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x55eedc72951c - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h3d0c0d7b75a55a9f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x55eedc711a9c - as core::ops::function::FnOnce<()>>::call_once::hae98a6cfc78df2ee [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x55eedc7492ef - std::panicking::try::do_call::h8fe649885c454d16 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x55eedc83b889 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 21: 0x55eedc748f62 - std::panicking::try::hf9d095b8eba3f837 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x55eedc71554c - std::panic::catch_unwind::h506ae55282cdea4e [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x55eedc729329 - std::thread::Builder::spawn_unchecked::{{closure}}::h3ff78f625d91d282 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x55eedc7187c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h66c83c4ff73f859e [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 25: 0x55eedc82cc5e - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 26: 0x55eedc83af4f - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 27: 0x7f28e1bd04a3 - start_thread [INFO] [stdout] 28: 0x7f28e16fbd0e - __clone [INFO] [stdout] 29: 0x0 - ) })) } } } status: Failure } [INFO] [stdout] Worker 2 - Task { item: Mutex { data: Image { photoset_id: 1, index: 0, url: "http://watwat.wat", request: Request { response_code: 0, error: Some(Error(Curl(Error { description: "Couldn\'t resolve host name", code: 6, extra: Some("Couldn\'t resolve host \'watwat.wat\'") }), State { next_error: None, backtrace: Some(stack backtrace: [INFO] [stdout] 0: 0x55eedc7b6f96 - backtrace::backtrace::libunwind::trace::h5ac6620e8509ceed [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/backtrace/libunwind.rs:53 [INFO] [stdout] - backtrace::backtrace::trace::h1c700cddbba0bca9 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/backtrace/mod.rs:42 [INFO] [stdout] 1: 0x55eedc7aa483 - backtrace::capture::Backtrace::new_unresolved::h2c8ae19b1bfc7cf6 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/capture.rs:88 [INFO] [stdout] 2: 0x55eedc7aa3dd - backtrace::capture::Backtrace::new::h766a632899c6ad07 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/capture.rs:63 [INFO] [stdout] 3: 0x55eedc7a8d62 - error_chain::make_backtrace::h2c7f2a68efd75d33 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.11.0/src/lib.rs:616 [INFO] [stdout] 4: 0x55eedc7a8dd2 - ::default::hf906fbd936a548ad [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.11.0/src/lib.rs:710 [INFO] [stdout] 5: 0x55eedc7305e1 - herstory::errors::Error::from_kind::hf617df75336227a7 [INFO] [stdout] at /opt/crater/workdir/<::error_chain::error_chain::impl_error_chain_processed macros>:53 [INFO] [stdout] 6: 0x55eedc7306b6 - >::from::hff64895ef9ceae2e [INFO] [stdout] at src/lib.rs:18 [INFO] [stdout] 7: 0x55eedc70f41f - >::into::h2969e3c4268ac3b2 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/convert.rs:540 [INFO] [stdout] 8: 0x55eedc73be7e - herstory::models::request::CurlRequest::perform::{{closure}}::hac3240d025124800 [INFO] [stdout] at src/models/request.rs:97 [INFO] [stdout] 9: 0x55eedc722d5a - core::result::Result::map_err::h8282c69081b07c41 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:522 [INFO] [stdout] 10: 0x55eedc73be36 - herstory::models::request::CurlRequest::perform::h386806389507d2d8 [INFO] [stdout] at src/models/request.rs:97 [INFO] [stdout] 11: 0x55eedc73b657 - herstory::models::request::Request::perform_and_save::h13acf57d0c456b75 [INFO] [stdout] at src/models/request.rs:40 [INFO] [stdout] 12: 0x55eedc74ff18 - herstory::models::Image::spawn_request::hcb38db74e30c7318 [INFO] [stdout] at src/models/mod.rs:98 [INFO] [stdout] 13: 0x55eedc74fc87 - herstory::models::Photoset::download_and_save::{{closure}}::he6a44b5162f2f5b1 [INFO] [stdout] at src/models/mod.rs:78 [INFO] [stdout] 14: 0x55eedc710f82 - herstory::threadpool::Task::execute::hbc40297a46047d1a [INFO] [stdout] at src/threadpool.rs:91 [INFO] [stdout] 15: 0x55eedc711633 - herstory::threadpool::WorkerThread::new::{{closure}}::hb2093ac00a4ad41f [INFO] [stdout] at src/threadpool.rs:149 [INFO] [stdout] 16: 0x55eedc71271a - std::sys_common::backtrace::__rust_begin_short_backtrace::h4612f9e3c46460fc [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x55eedc72951c - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h3d0c0d7b75a55a9f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x55eedc711a9c - as core::ops::function::FnOnce<()>>::call_once::hae98a6cfc78df2ee [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x55eedc7492ef - std::panicking::try::do_call::h8fe649885c454d16 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x55eedc83b889 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 21: 0x55eedc748f62 - std::panicking::try::hf9d095b8eba3f837 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x55eedc71554c - std::panic::catch_unwind::h506ae55282cdea4e [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x55eedc729329 - std::thread::Builder::spawn_unchecked::{{closure}}::h3ff78f625d91d282 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x55eedc7187c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h66c83c4ff73f859e [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 25: 0x55eedc82cc5e - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 26: 0x55eedc83af4f - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 27: 0x7f28e1bd04a3 - start_thread [INFO] [stdout] 28: 0x7f28e16fbd0e - __clone [INFO] [stdout] 29: 0x0 - ) })) } } } status: Failure } [INFO] [stdout] Worker 1 - Task { item: Mutex { data: Image { photoset_id: 1, index: 1, url: "http://zivity-development.s3.amazonaws.com/scaled_originals/2017/12/03/12/10/17/599/1_003.jpg", request: Request { response_code: 0, error: Some(Error(Curl(Error { description: "Couldn\'t resolve host name", code: 6, extra: Some("Couldn\'t resolve host \'zivity-development.s3.amazonaws.com\'") }), State { next_error: None, backtrace: Some(stack backtrace: [INFO] [stdout] 0: 0x55eedc7b6f96 - backtrace::backtrace::libunwind::trace::h5ac6620e8509ceed [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/backtrace/libunwind.rs:53 [INFO] [stdout] - backtrace::backtrace::trace::h1c700cddbba0bca9 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/backtrace/mod.rs:42 [INFO] [stdout] 1: 0x55eedc7aa483 - backtrace::capture::Backtrace::new_unresolved::h2c8ae19b1bfc7cf6 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/capture.rs:88 [INFO] [stdout] 2: 0x55eedc7aa3dd - backtrace::capture::Backtrace::new::h766a632899c6ad07 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/capture.rs:63 [INFO] [stdout] 3: 0x55eedc7a8d62 - error_chain::make_backtrace::h2c7f2a68efd75d33 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.11.0/src/lib.rs:616 [INFO] [stdout] 4: 0x55eedc7a8dd2 - ::default::hf906fbd936a548ad [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.11.0/src/lib.rs:710 [INFO] [stdout] 5: 0x55eedc7305e1 - herstory::errors::Error::from_kind::hf617df75336227a7 [INFO] [stdout] at /opt/crater/workdir/<::error_chain::error_chain::impl_error_chain_processed macros>:53 [INFO] [stdout] 6: 0x55eedc7306b6 - >::from::hff64895ef9ceae2e [INFO] [stdout] at src/lib.rs:18 [INFO] [stdout] 7: 0x55eedc70f41f - >::into::h2969e3c4268ac3b2 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/convert.rs:540 [INFO] [stdout] 8: 0x55eedc73be7e - herstory::models::request::CurlRequest::perform::{{closure}}::hac3240d025124800 [INFO] [stdout] at src/models/request.rs:97 [INFO] [stdout] 9: 0x55eedc722d5a - core::result::Result::map_err::h8282c69081b07c41 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:522 [INFO] [stdout] 10: 0x55eedc73be36 - herstory::models::request::CurlRequest::perform::h386806389507d2d8 [INFO] [stdout] at src/models/request.rs:97 [INFO] [stdout] 11: 0x55eedc73b657 - herstory::models::request::Request::perform_and_save::h13acf57d0c456b75 [INFO] [stdout] at src/models/request.rs:40 [INFO] [stdout] 12: 0x55eedc74ff18 - herstory::models::Image::spawn_request::hcb38db74e30c7318 [INFO] [stdout] at src/models/mod.rs:98 [INFO] [stdout] 13: 0x55eedc74fc87 - herstory::models::Photoset::download_and_save::{{closure}}::he6a44b5162f2f5b1 [INFO] [stdout] at src/models/mod.rs:78 [INFO] [stdout] 14: 0x55eedc710f82 - herstory::threadpool::Task::execute::hbc40297a46047d1a [INFO] [stdout] at src/threadpool.rs:91 [INFO] [stdout] 15: 0x55eedc711633 - herstory::threadpool::WorkerThread::new::{{closure}}::hb2093ac00a4ad41f [INFO] [stdout] at src/threadpool.rs:149 [INFO] [stdout] 16: 0x55eedc71271a - std::sys_common::backtrace::__rust_begin_short_backtrace::h4612f9e3c46460fc [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x55eedc72951c - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h3d0c0d7b75a55a9f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x55eedc711a9c - as core::ops::function::FnOnce<()>>::call_once::hae98a6cfc78df2ee [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x55eedc7492ef - std::panicking::try::do_call::h8fe649885c454d16 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x55eedc83b889 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 21: 0x55eedc748f62 - std::panicking::try::hf9d095b8eba3f837 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x55eedc71554c - std::panic::catch_unwind::h506ae55282cdea4e [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x55eedc729329 - std::thread::Builder::spawn_unchecked::{{closure}}::h3ff78f625d91d282 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x55eedc7187c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h66c83c4ff73f859e [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 25: 0x55eedc82cc5e - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 26: 0x55eedc83af4f - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 27: 0x7f28e1bd04a3 - start_thread [INFO] [stdout] 28: 0x7f28e16fbd0e - __clone [INFO] [stdout] 29: 0x0 - ) })) } } } status: Failure } [INFO] [stdout] Worker0 - Task { item: Mutex { data: Image { photoset_id: 7, index: 0, url: "http://zivity-development.s3.amazonaws.com/scaled_originals/2017/12/03/12/12/51/402/7_004.jpg", request: Request { response_code: 0, error: None } } } status: Pending } [INFO] [stdout] Worker 0 - Task { item: Mutex { data: Image { photoset_id: 7, index: 0, url: "http://zivity-development.s3.amazonaws.com/scaled_originals/2017/12/03/12/12/51/402/7_004.jpg", request: Request { response_code: 0, error: Some(Error(Curl(Error { description: "Couldn\'t resolve host name", code: 6, extra: Some("Couldn\'t resolve host \'zivity-development.s3.amazonaws.com\'") }), State { next_error: None, backtrace: Some(stack backtrace: [INFO] [stdout] 0: 0x55eedc7b6f96 - backtrace::backtrace::libunwind::trace::h5ac6620e8509ceed [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/backtrace/libunwind.rs:53 [INFO] [stdout] - backtrace::backtrace::trace::h1c700cddbba0bca9 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/backtrace/mod.rs:42 [INFO] [stdout] 1: 0x55eedc7aa483 - backtrace::capture::Backtrace::new_unresolved::h2c8ae19b1bfc7cf6 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/capture.rs:88 [INFO] [stdout] 2: 0x55eedc7aa3dd - backtrace::capture::Backtrace::new::h766a632899c6ad07 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/capture.rs:63 [INFO] [stdout] 3: 0x55eedc7a8d62 - error_chain::make_backtrace::h2c7f2a68efd75d33 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.11.0/src/lib.rs:616 [INFO] [stdout] 4: 0x55eedc7a8dd2 - ::default::hf906fbd936a548ad [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.11.0/src/lib.rs:710 [INFO] [stdout] 5: 0x55eedc7305e1 - herstory::errors::Error::from_kind::hf617df75336227a7 [INFO] [stdout] at /opt/crater/workdir/<::error_chain::error_chain::impl_error_chain_processed macros>:53 [INFO] [stdout] 6: 0x55eedc7306b6 - >::from::hff64895ef9ceae2e [INFO] [stdout] at src/lib.rs:18 [INFO] [stdout] 7: 0x55eedc70f41f - >::into::h2969e3c4268ac3b2 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/convert.rs:540 [INFO] [stdout] 8: 0x55eedc73be7e - herstory::models::request::CurlRequest::perform::{{closure}}::hac3240d025124800 [INFO] [stdout] at src/models/request.rs:97 [INFO] [stdout] 9: 0x55eedc722d5a - core::result::Result::map_err::h8282c69081b07c41 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:522 [INFO] [stdout] 10: 0x55eedc73be36 - herstory::models::request::CurlRequest::perform::h386806389507d2d8 [INFO] [stdout] at src/models/request.rs:97 [INFO] [stdout] 11: 0x55eedc73b657 - herstory::models::request::Request::perform_and_save::h13acf57d0c456b75 [INFO] [stdout] at src/models/request.rs:40 [INFO] [stdout] 12: 0x55eedc74ff18 - herstory::models::Image::spawn_request::hcb38db74e30c7318 [INFO] [stdout] at src/models/mod.rs:98 [INFO] [stdout] 13: 0x55eedc74fc87 - herstory::models::Photoset::download_and_save::{{closure}}::he6a44b5162f2f5b1 [INFO] [stdout] at src/models/mod.rs:78 [INFO] [stdout] 14: 0x55eedc710f82 - herstory::threadpool::Task::execute::hbc40297a46047d1a [INFO] [stdout] at src/threadpool.rs:91 [INFO] [stdout] 15: 0x55eedc711633 - herstory::threadpool::WorkerThread::new::{{closure}}::hb2093ac00a4ad41f [INFO] [stdout] at src/threadpool.rs:149 [INFO] [stdout] 16: 0x55eedc71271a - std::sys_common::backtrace::__rust_begin_short_backtrace::h4612f9e3c46460fc [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x55eedc72951c - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h3d0c0d7b75a55a9f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x55eedc711a9c - as core::ops::function::FnOnce<()>>::call_once::hae98a6cfc78df2ee [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x55eedc7492ef - std::panicking::try::do_call::h8fe649885c454d16 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x55eedc83b889 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 21: 0x55eedc748f62 - std::panicking::try::hf9d095b8eba3f837 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x55eedc71554c - std::panic::catch_unwind::h506ae55282cdea4e [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x55eedc729329 - std::thread::Builder::spawn_unchecked::{{closure}}::h3ff78f625d91d282 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x55eedc7187c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h66c83c4ff73f859e [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 25: 0x55eedc82cc5e - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 26: 0x55eedc83af4f - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 27: 0x7f28e1bd04a3 - start_thread [INFO] [stdout] 28: 0x7f28e16fbd0e - __clone [INFO] [stdout] 29: 0x0 - ) })) } } } status: Failure } [INFO] [stdout] Worker0 - Task { item: Mutex { data: Image { photoset_id: 7, index: 1, url: "http://zivity-development.s3.amazonaws.com/scaled_originals/2017/12/03/12/12/37/370/7_003.jpg", request: Request { response_code: 0, error: None } } } status: Pending } [INFO] [stdout] Worker 0 - Task { item: Mutex { data: Image { photoset_id: 7, index: 1, url: "http://zivity-development.s3.amazonaws.com/scaled_originals/2017/12/03/12/12/37/370/7_003.jpg", request: Request { response_code: 0, error: Some(Error(Curl(Error { description: "Couldn\'t resolve host name", code: 6, extra: Some("Couldn\'t resolve host \'zivity-development.s3.amazonaws.com\'") }), State { next_error: None, backtrace: Some(stack backtrace: [INFO] [stdout] 0: 0x55eedc7b6f96 - backtrace::backtrace::libunwind::trace::h5ac6620e8509ceed [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/backtrace/libunwind.rs:53 [INFO] [stdout] - backtrace::backtrace::trace::h1c700cddbba0bca9 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/backtrace/mod.rs:42 [INFO] [stdout] 1: 0x55eedc7aa483 - backtrace::capture::Backtrace::new_unresolved::h2c8ae19b1bfc7cf6 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/capture.rs:88 [INFO] [stdout] 2: 0x55eedc7aa3dd - backtrace::capture::Backtrace::new::h766a632899c6ad07 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/capture.rs:63 [INFO] [stdout] 3: 0x55eedc7a8d62 - error_chain::make_backtrace::h2c7f2a68efd75d33 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.11.0/src/lib.rs:616 [INFO] [stdout] 4: 0x55eedc7a8dd2 - ::default::hf906fbd936a548ad [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.11.0/src/lib.rs:710 [INFO] [stdout] 5: 0x55eedc7305e1 - herstory::errors::Error::from_kind::hf617df75336227a7 [INFO] [stdout] at /opt/crater/workdir/<::error_chain::error_chain::impl_error_chain_processed macros>:53 [INFO] [stdout] 6: 0x55eedc7306b6 - >::from::hff64895ef9ceae2e [INFO] [stdout] at src/lib.rs:18 [INFO] [stdout] 7: 0x55eedc70f41f - >::into::h2969e3c4268ac3b2 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/convert.rs:540 [INFO] [stdout] 8: 0x55eedc73be7e - herstory::models::request::CurlRequest::perform::{{closure}}::hac3240d025124800 [INFO] [stdout] at src/models/request.rs:97 [INFO] [stdout] 9: 0x55eedc722d5a - core::result::Result::map_err::h8282c69081b07c41 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:522 [INFO] [stdout] 10: 0x55eedc73be36 - herstory::models::request::CurlRequest::perform::h386806389507d2d8 [INFO] [stdout] at src/models/request.rs:97 [INFO] [stdout] 11: 0x55eedc73b657 - herstory::models::request::Request::perform_and_save::h13acf57d0c456b75 [INFO] [stdout] at src/models/request.rs:40 [INFO] [stdout] 12: 0x55eedc74ff18 - herstory::models::Image::spawn_request::hcb38db74e30c7318 [INFO] [stdout] at src/models/mod.rs:98 [INFO] [stdout] 13: 0x55eedc74fc87 - herstory::models::Photoset::download_and_save::{{closure}}::he6a44b5162f2f5b1 [INFO] [stdout] at src/models/mod.rs:78 [INFO] [stdout] 14: 0x55eedc710f82 - herstory::threadpool::Task::execute::hbc40297a46047d1a [INFO] [stdout] at src/threadpool.rs:91 [INFO] [stdout] 15: 0x55eedc711633 - herstory::threadpool::WorkerThread::new::{{closure}}::hb2093ac00a4ad41f [INFO] [stdout] at src/threadpool.rs:149 [INFO] [stdout] 16: 0x55eedc71271a - std::sys_common::backtrace::__rust_begin_short_backtrace::h4612f9e3c46460fc [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x55eedc72951c - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h3d0c0d7b75a55a9f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x55eedc711a9c - as core::ops::function::FnOnce<()>>::call_once::hae98a6cfc78df2ee [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x55eedc7492ef - std::panicking::try::do_call::h8fe649885c454d16 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x55eedc83b889 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 21: 0x55eedc748f62 - std::panicking::try::hf9d095b8eba3f837 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x55eedc71554c - std::panic::catch_unwind::h506ae55282cdea4e [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x55eedc729329 - std::thread::Builder::spawn_unchecked::{{closure}}::h3ff78f625d91d282 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x55eedc7187c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h66c83c4ff73f859e [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 25: 0x55eedc82cc5e - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 26: 0x55eedc83af4f - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 27: 0x7f28e1bd04a3 - start_thread [INFO] [stdout] 28: 0x7f28e16fbd0e - __clone [INFO] [stdout] 29: 0x0 - ) })) } } } status: Failure } [INFO] [stdout] Worker1 - Task { item: Mutex { data: Image { photoset_id: 7, index: 2, url: "http://zivity-development.s3.amazonaws.com/scaled_originals/2017/12/03/12/12/32/524/7_002.jpg", request: Request { response_code: 0, error: None } } } status: Pending } [INFO] [stdout] Worker 1 - Task { item: Mutex { data: Image { photoset_id: 7, index: 2, url: "http://zivity-development.s3.amazonaws.com/scaled_originals/2017/12/03/12/12/32/524/7_002.jpg", request: Request { response_code: 0, error: Some(Error(Curl(Error { description: "Couldn\'t resolve host name", code: 6, extra: Some("Couldn\'t resolve host \'zivity-development.s3.amazonaws.com\'") }), State { next_error: None, backtrace: Some(stack backtrace: [INFO] [stdout] 0: 0x55eedc7b6f96 - backtrace::backtrace::libunwind::trace::h5ac6620e8509ceed [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/backtrace/libunwind.rs:53 [INFO] [stdout] - backtrace::backtrace::trace::h1c700cddbba0bca9 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/backtrace/mod.rs:42 [INFO] [stdout] 1: 0x55eedc7aa483 - backtrace::capture::Backtrace::new_unresolved::h2c8ae19b1bfc7cf6 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/capture.rs:88 [INFO] [stdout] 2: 0x55eedc7aa3dd - backtrace::capture::Backtrace::new::h766a632899c6ad07 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/capture.rs:63 [INFO] [stdout] 3: 0x55eedc7a8d62 - error_chain::make_backtrace::h2c7f2a68efd75d33 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.11.0/src/lib.rs:616 [INFO] [stdout] 4: 0x55eedc7a8dd2 - ::default::hf906fbd936a548ad [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.11.0/src/lib.rs:710 [INFO] [stdout] 5: 0x55eedc7305e1 - herstory::errors::Error::from_kind::hf617df75336227a7 [INFO] [stdout] at /opt/crater/workdir/<::error_chain::error_chain::impl_error_chain_processed macros>:53 [INFO] [stdout] 6: 0x55eedc7306b6 - >::from::hff64895ef9ceae2e [INFO] [stdout] at src/lib.rs:18 [INFO] [stdout] 7: 0x55eedc70f41f - >::into::h2969e3c4268ac3b2 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/convert.rs:540 [INFO] [stdout] 8: 0x55eedc73be7e - herstory::models::request::CurlRequest::perform::{{closure}}::hac3240d025124800 [INFO] [stdout] at src/models/request.rs:97 [INFO] [stdout] 9: 0x55eedc722d5a - core::result::Result::map_err::h8282c69081b07c41 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:522 [INFO] [stdout] 10: 0x55eedc73be36 - herstory::models::request::CurlRequest::perform::h386806389507d2d8 [INFO] [stdout] at src/models/request.rs:97 [INFO] [stdout] 11: 0x55eedc73b657 - herstory::models::request::Request::perform_and_save::h13acf57d0c456b75 [INFO] [stdout] at src/models/request.rs:40 [INFO] [stdout] 12: 0x55eedc74ff18 - herstory::models::Image::spawn_request::hcb38db74e30c7318 [INFO] [stdout] at src/models/mod.rs:98 [INFO] [stdout] 13: 0x55eedc74fc87 - herstory::models::Photoset::download_and_save::{{closure}}::he6a44b5162f2f5b1 [INFO] [stdout] at src/models/mod.rs:78 [INFO] [stdout] 14: 0x55eedc710f82 - herstory::threadpool::Task::execute::hbc40297a46047d1a [INFO] [stdout] at src/threadpool.rs:91 [INFO] [stdout] 15: 0x55eedc711633 - herstory::threadpool::WorkerThread::new::{{closure}}::hb2093ac00a4ad41f [INFO] [stdout] at src/threadpool.rs:149 [INFO] [stdout] 16: 0x55eedc71271a - std::sys_common::backtrace::__rust_begin_short_backtrace::h4612f9e3c46460fc [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x55eedc72951c - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h3d0c0d7b75a55a9f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x55eedc711a9c - as core::ops::function::FnOnce<()>>::call_once::hae98a6cfc78df2ee [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x55eedc7492ef - std::panicking::try::do_call::h8fe649885c454d16 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x55eedc83b889 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 21: 0x55eedc748f62 - std::panicking::try::hf9d095b8eba3f837 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x55eedc71554c - std::panic::catch_unwind::h506ae55282cdea4e [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x55eedc729329 - std::thread::Builder::spawn_unchecked::{{closure}}::h3ff78f625d91d282 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x55eedc7187c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h66c83c4ff73f859e [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 25: 0x55eedc82cc5e - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 26: 0x55eedc83af4f - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 27: 0x7f28e1bd04a3 - start_thread [INFO] [stdout] 28: 0x7f28e16fbd0e - __clone [INFO] [stdout] 29: 0x0 - ) })) } } } status: Failure } [INFO] [stdout] Worker2 - Task { item: Mutex { data: Image { photoset_id: 7, index: 3, url: "http://zivity-development.s3.amazonaws.com/scaled_originals/2017/12/03/12/12/22/161/7_001.jpg", request: Request { response_code: 0, error: None } } } status: Pending } [INFO] [stdout] Worker 2 - Task { item: Mutex { data: Image { photoset_id: 7, index: 3, url: "http://zivity-development.s3.amazonaws.com/scaled_originals/2017/12/03/12/12/22/161/7_001.jpg", request: Request { response_code: 0, error: Some(Error(Curl(Error { description: "Couldn\'t resolve host name", code: 6, extra: Some("Couldn\'t resolve host \'zivity-development.s3.amazonaws.com\'") }), State { next_error: None, backtrace: Some(stack backtrace: [INFO] [stdout] 0: 0x55eedc7b6f96 - backtrace::backtrace::libunwind::trace::h5ac6620e8509ceed [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/backtrace/libunwind.rs:53 [INFO] [stdout] - backtrace::backtrace::trace::h1c700cddbba0bca9 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/backtrace/mod.rs:42 [INFO] [stdout] 1: 0x55eedc7aa483 - backtrace::capture::Backtrace::new_unresolved::h2c8ae19b1bfc7cf6 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/capture.rs:88 [INFO] [stdout] 2: 0x55eedc7aa3dd - backtrace::capture::Backtrace::new::h766a632899c6ad07 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/capture.rs:63 [INFO] [stdout] 3: 0x55eedc7a8d62 - error_chain::make_backtrace::h2c7f2a68efd75d33 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.11.0/src/lib.rs:616 [INFO] [stdout] 4: 0x55eedc7a8dd2 - ::default::hf906fbd936a548ad [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.11.0/src/lib.rs:710 [INFO] [stdout] 5: 0x55eedc7305e1 - herstory::errors::Error::from_kind::hf617df75336227a7 [INFO] [stdout] at /opt/crater/workdir/<::error_chain::error_chain::impl_error_chain_processed macros>:53 [INFO] [stdout] 6: 0x55eedc7306b6 - >::from::hff64895ef9ceae2e [INFO] [stdout] at src/lib.rs:18 [INFO] [stdout] 7: 0x55eedc70f41f - >::into::h2969e3c4268ac3b2 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/convert.rs:540 [INFO] [stdout] 8: 0x55eedc73be7e - herstory::models::request::CurlRequest::perform::{{closure}}::hac3240d025124800 [INFO] [stdout] at src/models/request.rs:97 [INFO] [stdout] 9: 0x55eedc722d5a - core::result::Result::map_err::h8282c69081b07c41 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:522 [INFO] [stdout] 10: 0x55eedc73be36 - herstory::models::request::CurlRequest::perform::h386806389507d2d8 [INFO] [stdout] at src/models/request.rs:97 [INFO] [stdout] 11: 0x55eedc73b657 - herstory::models::request::Request::perform_and_save::h13acf57d0c456b75 [INFO] [stdout] at src/models/request.rs:40 [INFO] [stdout] 12: 0x55eedc74ff18 - herstory::models::Image::spawn_request::hcb38db74e30c7318 [INFO] [stdout] at src/models/mod.rs:98 [INFO] [stdout] 13: 0x55eedc74fc87 - herstory::models::Photoset::download_and_save::{{closure}}::he6a44b5162f2f5b1 [INFO] [stdout] at src/models/mod.rs:78 [INFO] [stdout] 14: 0x55eedc710f82 - herstory::threadpool::Task::execute::hbc40297a46047d1a [INFO] [stdout] at src/threadpool.rs:91 [INFO] [stdout] 15: 0x55eedc711633 - herstory::threadpool::WorkerThread::new::{{closure}}::hb2093ac00a4ad41f [INFO] [stdout] at src/threadpool.rs:149 [INFO] [stdout] 16: 0x55eedc71271a - std::sys_common::backtrace::__rust_begin_short_backtrace::h4612f9e3c46460fc [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x55eedc72951c - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h3d0c0d7b75a55a9f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x55eedc711a9c - as core::ops::function::FnOnce<()>>::call_once::hae98a6cfc78df2ee [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x55eedc7492ef - std::panicking::try::do_call::h8fe649885c454d16 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x55eedc83b889 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 21: 0x55eedc748f62 - std::panicking::try::hf9d095b8eba3f837 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x55eedc71554c - std::panic::catch_unwind::h506ae55282cdea4e [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x55eedc729329 - std::thread::Builder::spawn_unchecked::{{closure}}::h3ff78f625d91d282 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x55eedc7187c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h66c83c4ff73f859e [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 25: 0x55eedc82cc5e - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 26: 0x55eedc83af4f - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 27: 0x7f28e1bd04a3 - start_thread [INFO] [stdout] 28: 0x7f28e16fbd0e - __clone [INFO] [stdout] 29: 0x0 - ) })) } } } status: Failure } [INFO] [stdout] test tests::it_works ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- tests::it_works stdout ---- [INFO] [stdout] Finished: 0 [INFO] [stdout] Finished: 1 [INFO] [stdout] Finished: 2 [INFO] [stdout] Finished: 3 [INFO] [stdout] Finished: 0 [INFO] [stdout] Finished: 1 [INFO] [stdout] Finished: 2 [INFO] [stdout] Finished: 3 [INFO] [stdout] thread 'tests::it_works' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `0`, [INFO] [stdout] right: `3`', src/lib.rs:117:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55eedc83824b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55eedc83824b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55eedc83824b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55eedc83824b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55eedc83824b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55eedc837eba - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55eedc8389c0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55eedc838542 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x55eedc83848f - std::panicking::begin_panic_fmt::he65a2e8ff19d8ae0 [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x55eedc74d27f - herstory::tests::it_works::he2a695a34800e347 [INFO] [stdout] at src/lib.rs:117 [INFO] [stdout] 10: 0x55eedc74cd6a - herstory::tests::it_works::{{closure}}::he751b1204bf2252e [INFO] [stdout] at src/lib.rs:106 [INFO] [stdout] 11: 0x55eedc718a0e - core::ops::function::FnOnce::call_once::hfdcbf390ace49e76 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 12: 0x55eedc762d1f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 13: 0x55eedc83b88a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 14: 0x55eedc77d318 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 15: 0x55eedc77d318 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 16: 0x55eedc77d318 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 17: 0x55eedc758195 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 18: 0x55eedc75c315 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 19: 0x55eedc75c315 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 20: 0x55eedc75c315 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 21: 0x55eedc83b88a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 22: 0x55eedc75c952 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 23: 0x55eedc75c952 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55eedc75c952 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 25: 0x55eedc75c952 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 26: 0x55eedc82cc5f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 27: 0x55eedc83af50 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 28: 0x55eedc83af50 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 29: 0x55eedc83af50 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 30: 0x7f28e1bd04a4 - start_thread [INFO] [stdout] 31: 0x7f28e16fbd0f - __clone [INFO] [stdout] 32: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] tests::it_works [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `"docker" "inspect" "c748acbd5db2a9dbccd767f84d6441d5179a68d485d42ba3fd9843f8da0974e1"` [INFO] running `"docker" "rm" "-f" "c748acbd5db2a9dbccd767f84d6441d5179a68d485d42ba3fd9843f8da0974e1"` [INFO] [stdout] c748acbd5db2a9dbccd767f84d6441d5179a68d485d42ba3fd9843f8da0974e1