[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.38-1/sources/1.37.0/gh/denniscollective/herstory"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/denniscollective/herstory'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/denniscollective/herstory" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/denniscollective/herstory"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/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.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of denniscollective/herstory on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "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.38-1/sources/1.37.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.38-1/sources/beta-2019-08-13/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.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing denniscollective/herstory against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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-08-13" "build" "--frozen"` [INFO] [stdout] bc3cf76417240fe4b6d70ba6f3005512fd92b98aeb8b156911f777e2beb03327 [INFO] running `"docker" "start" "-a" "bc3cf76417240fe4b6d70ba6f3005512fd92b98aeb8b156911f777e2beb03327"` [INFO] [stderr] Compiling gcc v0.3.53 [INFO] [stderr] Compiling itoa v0.3.2 [INFO] [stderr] Compiling serde v1.0.11 [INFO] [stderr] Compiling socket2 v0.2.2 [INFO] [stderr] Compiling serde_derive_internals v0.15.1 [INFO] [stderr] Compiling serde_derive v1.0.11 [INFO] [stderr] Compiling openssl-sys v0.9.17 [INFO] [stderr] Compiling libz-sys v1.0.16 [INFO] [stderr] Compiling backtrace-sys v0.1.12 [INFO] [stderr] Compiling curl-sys v0.3.14 [INFO] [stderr] Compiling serde_json v1.0.2 [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 57s [INFO] running `"docker" "inspect" "bc3cf76417240fe4b6d70ba6f3005512fd92b98aeb8b156911f777e2beb03327"` [INFO] running `"docker" "rm" "-f" "bc3cf76417240fe4b6d70ba6f3005512fd92b98aeb8b156911f777e2beb03327"` [INFO] [stdout] bc3cf76417240fe4b6d70ba6f3005512fd92b98aeb8b156911f777e2beb03327 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 1937dcbcb5b54ee2cb6b8b4ec6192e93b8849a12fa041e355f52b9c7dae62474 [INFO] running `"docker" "start" "-a" "1937dcbcb5b54ee2cb6b8b4ec6192e93b8849a12fa041e355f52b9c7dae62474"` [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.73s [INFO] running `"docker" "inspect" "1937dcbcb5b54ee2cb6b8b4ec6192e93b8849a12fa041e355f52b9c7dae62474"` [INFO] running `"docker" "rm" "-f" "1937dcbcb5b54ee2cb6b8b4ec6192e93b8849a12fa041e355f52b9c7dae62474"` [INFO] [stdout] 1937dcbcb5b54ee2cb6b8b4ec6192e93b8849a12fa041e355f52b9c7dae62474 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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-08-13" "test" "--frozen"` [INFO] [stdout] 03f783a8b14212ab675aed20a75fa9cb6c786137ef84e5bc95c8605fae6dac0c [INFO] running `"docker" "start" "-a" "03f783a8b14212ab675aed20a75fa9cb6c786137ef84e5bc95c8605fae6dac0c"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/herstory-307ca419f2ee2207 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] Worker0 - 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] Worker2 - 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] Worker3 - 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] Worker1 - 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 2 - 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: 0x5614316337f3 - backtrace::backtrace::libunwind::trace::h4ea417a9702aad1d [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::hd81466c5de6109e1 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/backtrace/mod.rs:42 [INFO] [stdout] 1: 0x561431625f33 - backtrace::capture::Backtrace::new_unresolved::heb4cff67fcf27aca [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/capture.rs:88 [INFO] [stdout] 2: 0x561431625e8d - backtrace::capture::Backtrace::new::h86c2c53647403d18 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/capture.rs:63 [INFO] [stdout] 3: 0x5614316247d5 - error_chain::make_backtrace::h20f92a40d87af0ad [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.11.0/src/lib.rs:616 [INFO] [stdout] 4: 0x561431624842 - ::default::hcbf3497572484bf3 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.11.0/src/lib.rs:710 [INFO] [stdout] 5: 0x5614315a93c1 - herstory::errors::Error::from_kind::h0ccd17beed1a5fb0 [INFO] [stdout] at /opt/crater/workdir/<::error_chain::error_chain::impl_error_chain_processed macros>:72 [INFO] [stdout] 6: 0x5614315a9496 - >::from::h63236f3cf8e5a984 [INFO] [stdout] at src/lib.rs:18 [INFO] [stdout] 7: 0x5614315a890f - >::into::hcd642dcca00f9aca [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/convert.rs:544 [INFO] [stdout] 8: 0x5614315c62be - herstory::models::request::CurlRequest::perform::{{closure}}::h1a574e6405da5992 [INFO] [stdout] at src/models/request.rs:97 [INFO] [stdout] 9: 0x5614315c0b35 - core::result::Result::map_err::h3296b0fb50a38876 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/result.rs:574 [INFO] [stdout] 10: 0x5614315c6276 - herstory::models::request::CurlRequest::perform::h3db3017b5f5ef2e3 [INFO] [stdout] at src/models/request.rs:97 [INFO] [stdout] 11: 0x5614315c5b04 - herstory::models::request::Request::perform_and_save::hfe6067bb1ced7f03 [INFO] [stdout] at src/models/request.rs:40 [INFO] [stdout] 12: 0x56143158bf80 - herstory::models::Image::spawn_request::h39a608cf2bcc8e28 [INFO] [stdout] at src/models/mod.rs:98 [INFO] [stdout] 13: 0x56143158bcf7 - herstory::models::Photoset::download_and_save::{{closure}}::h39862d62bb3a354c [INFO] [stdout] at src/models/mod.rs:78 [INFO] [stdout] 14: 0x5614315aef45 - herstory::threadpool::Task::execute::h3cbb08a33d213615 [INFO] [stdout] at src/threadpool.rs:91 [INFO] [stdout] 15: 0x5614315af5d0 - herstory::threadpool::WorkerThread::new::{{closure}}::hcadaaa093fdb4f18 [INFO] [stdout] at src/threadpool.rs:149 [INFO] [stdout] 16: 0x5614315946ba - std::sys_common::backtrace::__rust_begin_short_backtrace::h18c3f3aa917ef972 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x56143159b3dc - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::haff10d3768f04259 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x561431593a2c - as core::ops::function::FnOnce<()>>::call_once::h93d8d8df08031582 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x5614315cbeff - std::panicking::try::do_call::h60e075ebbd85e578 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x5614316b7699 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 21: 0x5614315cbac5 - std::panicking::try::hd80bd8e023d21d08 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x5614315958ac - std::panic::catch_unwind::hf7d3059257697e9a [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x56143159b1e9 - std::thread::Builder::spawn_unchecked::{{closure}}::hd98bb6eaa34618ce [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x56143159b622 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h86d4c24ee451c976 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 25: 0x5614316a87ce - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 26: 0x5614316b6d3f - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 27: 0x7fd6c59014a3 - start_thread [INFO] [stdout] 28: 0x7fd6c542cd0e - __clone [INFO] [stdout] 29: 0x0 - ) })) } } } status: Failure } [INFO] [stdout] Worker 3 - 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: 0x5614316337f3 - backtrace::backtrace::libunwind::trace::h4ea417a9702aad1d [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::hd81466c5de6109e1 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/backtrace/mod.rs:42 [INFO] [stdout] 1: 0x561431625f33 - backtrace::capture::Backtrace::new_unresolved::heb4cff67fcf27aca [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/capture.rs:88 [INFO] [stdout] 2: 0x561431625e8d - backtrace::capture::Backtrace::new::h86c2c53647403d18 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/capture.rs:63 [INFO] [stdout] 3: 0x5614316247d5 - error_chain::make_backtrace::h20f92a40d87af0ad [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.11.0/src/lib.rs:616 [INFO] [stdout] 4: 0x561431624842 - ::default::hcbf3497572484bf3 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.11.0/src/lib.rs:710 [INFO] [stdout] 5: 0x5614315a93c1 - herstory::errors::Error::from_kind::h0ccd17beed1a5fb0 [INFO] [stdout] at /opt/crater/workdir/<::error_chain::error_chain::impl_error_chain_processed macros>:72 [INFO] [stdout] 6: 0x5614315a9496 - >::from::h63236f3cf8e5a984 [INFO] [stdout] at src/lib.rs:18 [INFO] [stdout] 7: 0x5614315a890f - >::into::hcd642dcca00f9aca [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/convert.rs:544 [INFO] [stdout] 8: 0x5614315c62be - herstory::models::request::CurlRequest::perform::{{closure}}::h1a574e6405da5992 [INFO] [stdout] at src/models/request.rs:97 [INFO] [stdout] 9: 0x5614315c0b35 - core::result::Result::map_err::h3296b0fb50a38876 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/result.rs:574 [INFO] [stdout] 10: 0x5614315c6276 - herstory::models::request::CurlRequest::perform::h3db3017b5f5ef2e3 [INFO] [stdout] at src/models/request.rs:97 [INFO] [stdout] 11: 0x5614315c5b04 - herstory::models::request::Request::perform_and_save::hfe6067bb1ced7f03 [INFO] [stdout] at src/models/request.rs:40 [INFO] [stdout] 12: 0x56143158bf80 - herstory::models::Image::spawn_request::h39a608cf2bcc8e28 [INFO] [stdout] at src/models/mod.rs:98 [INFO] [stdout] 13: 0x56143158bcf7 - herstory::models::Photoset::download_and_save::{{closure}}::h39862d62bb3a354c [INFO] [stdout] at src/models/mod.rs:78 [INFO] [stdout] 14: 0x5614315aef45 - herstory::threadpool::Task::execute::h3cbb08a33d213615 [INFO] [stdout] at src/threadpool.rs:91 [INFO] [stdout] 15: 0x5614315af5d0 - herstory::threadpool::WorkerThread::new::{{closure}}::hcadaaa093fdb4f18 [INFO] [stdout] at src/threadpool.rs:149 [INFO] [stdout] 16: 0x5614315946ba - std::sys_common::backtrace::__rust_begin_short_backtrace::h18c3f3aa917ef972 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x56143159b3dc - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::haff10d3768f04259 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x561431593a2c - as core::ops::function::FnOnce<()>>::call_once::h93d8d8df08031582 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x5614315cbeff - std::panicking::try::do_call::h60e075ebbd85e578 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x5614316b7699 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 21: 0x5614315cbac5 - std::panicking::try::hd80bd8e023d21d08 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x5614315958ac - std::panic::catch_unwind::hf7d3059257697e9a [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x56143159b1e9 - std::thread::Builder::spawn_unchecked::{{closure}}::hd98bb6eaa34618ce [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x56143159b622 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h86d4c24ee451c976 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 25: 0x5614316a87ce - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 26: 0x5614316b6d3f - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 27: 0x7fd6c59014a3 - start_thread [INFO] [stdout] 28: 0x7fd6c542cd0e - __clone [INFO] [stdout] 29: 0x0 - ) })) } } } status: Failure } [INFO] [stdout] Worker 1 - 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: 0x5614316337f3 - backtrace::backtrace::libunwind::trace::h4ea417a9702aad1d [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::hd81466c5de6109e1 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/backtrace/mod.rs:42 [INFO] [stdout] 1: 0x561431625f33 - backtrace::capture::Backtrace::new_unresolved::heb4cff67fcf27aca [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/capture.rs:88 [INFO] [stdout] 2: 0x561431625e8d - backtrace::capture::Backtrace::new::h86c2c53647403d18 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/capture.rs:63 [INFO] [stdout] 3: 0x5614316247d5 - error_chain::make_backtrace::h20f92a40d87af0ad [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.11.0/src/lib.rs:616 [INFO] [stdout] 4: 0x561431624842 - ::default::hcbf3497572484bf3 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.11.0/src/lib.rs:710 [INFO] [stdout] 5: 0x5614315a93c1 - herstory::errors::Error::from_kind::h0ccd17beed1a5fb0 [INFO] [stdout] at /opt/crater/workdir/<::error_chain::error_chain::impl_error_chain_processed macros>:72 [INFO] [stdout] 6: 0x5614315a9496 - >::from::h63236f3cf8e5a984 [INFO] [stdout] at src/lib.rs:18 [INFO] [stdout] 7: 0x5614315a890f - >::into::hcd642dcca00f9aca [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/convert.rs:544 [INFO] [stdout] 8: 0x5614315c62be - herstory::models::request::CurlRequest::perform::{{closure}}::h1a574e6405da5992 [INFO] [stdout] at src/models/request.rs:97 [INFO] [stdout] 9: 0x5614315c0b35 - core::result::Result::map_err::h3296b0fb50a38876 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/result.rs:574 [INFO] [stdout] 10: 0x5614315c6276 - herstory::models::request::CurlRequest::perform::h3db3017b5f5ef2e3 [INFO] [stdout] at src/models/request.rs:97 [INFO] [stdout] 11: 0x5614315c5b04 - herstory::models::request::Request::perform_and_save::hfe6067bb1ced7f03 [INFO] [stdout] at src/models/request.rs:40 [INFO] [stdout] 12: 0x56143158bf80 - herstory::models::Image::spawn_request::h39a608cf2bcc8e28 [INFO] [stdout] at src/models/mod.rs:98 [INFO] [stdout] 13: 0x56143158bcf7 - herstory::models::Photoset::download_and_save::{{closure}}::h39862d62bb3a354c [INFO] [stdout] at src/models/mod.rs:78 [INFO] [stdout] 14: 0x5614315aef45 - herstory::threadpool::Task::execute::h3cbb08a33d213615 [INFO] [stdout] at src/threadpool.rs:91 [INFO] [stdout] 15: 0x5614315af5d0 - herstory::threadpool::WorkerThread::new::{{closure}}::hcadaaa093fdb4f18 [INFO] [stdout] at src/threadpool.rs:149 [INFO] [stdout] 16: 0x5614315946ba - std::sys_common::backtrace::__rust_begin_short_backtrace::h18c3f3aa917ef972 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x56143159b3dc - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::haff10d3768f04259 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x561431593a2c - as core::ops::function::FnOnce<()>>::call_once::h93d8d8df08031582 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x5614315cbeff - std::panicking::try::do_call::h60e075ebbd85e578 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x5614316b7699 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 21: 0x5614315cbac5 - std::panicking::try::hd80bd8e023d21d08 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x5614315958ac - std::panic::catch_unwind::hf7d3059257697e9a [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x56143159b1e9 - std::thread::Builder::spawn_unchecked::{{closure}}::hd98bb6eaa34618ce [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x56143159b622 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h86d4c24ee451c976 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 25: 0x5614316a87ce - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 26: 0x5614316b6d3f - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 27: 0x7fd6c59014a3 - start_thread [INFO] [stdout] 28: 0x7fd6c542cd0e - __clone [INFO] [stdout] 29: 0x0 - ) })) } } } status: Failure } [INFO] [stdout] Worker 0 - 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: 0x5614316337f3 - backtrace::backtrace::libunwind::trace::h4ea417a9702aad1d [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::hd81466c5de6109e1 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/backtrace/mod.rs:42 [INFO] [stdout] 1: 0x561431625f33 - backtrace::capture::Backtrace::new_unresolved::heb4cff67fcf27aca [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/capture.rs:88 [INFO] [stdout] 2: 0x561431625e8d - backtrace::capture::Backtrace::new::h86c2c53647403d18 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/capture.rs:63 [INFO] [stdout] 3: 0x5614316247d5 - error_chain::make_backtrace::h20f92a40d87af0ad [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.11.0/src/lib.rs:616 [INFO] [stdout] 4: 0x561431624842 - ::default::hcbf3497572484bf3 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.11.0/src/lib.rs:710 [INFO] [stdout] 5: 0x5614315a93c1 - herstory::errors::Error::from_kind::h0ccd17beed1a5fb0 [INFO] [stdout] at /opt/crater/workdir/<::error_chain::error_chain::impl_error_chain_processed macros>:72 [INFO] [stdout] 6: 0x5614315a9496 - >::from::h63236f3cf8e5a984 [INFO] [stdout] at src/lib.rs:18 [INFO] [stdout] 7: 0x5614315a890f - >::into::hcd642dcca00f9aca [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/convert.rs:544 [INFO] [stdout] 8: 0x5614315c62be - herstory::models::request::CurlRequest::perform::{{closure}}::h1a574e6405da5992 [INFO] [stdout] at src/models/request.rs:97 [INFO] [stdout] 9: 0x5614315c0b35 - core::result::Result::map_err::h3296b0fb50a38876 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/result.rs:574 [INFO] [stdout] 10: 0x5614315c6276 - herstory::models::request::CurlRequest::perform::h3db3017b5f5ef2e3 [INFO] [stdout] at src/models/request.rs:97 [INFO] [stdout] 11: 0x5614315c5b04 - herstory::models::request::Request::perform_and_save::hfe6067bb1ced7f03 [INFO] [stdout] at src/models/request.rs:40 [INFO] [stdout] 12: 0x56143158bf80 - herstory::models::Image::spawn_request::h39a608cf2bcc8e28 [INFO] [stdout] at src/models/mod.rs:98 [INFO] [stdout] 13: 0x56143158bcf7 - herstory::models::Photoset::download_and_save::{{closure}}::h39862d62bb3a354c [INFO] [stdout] at src/models/mod.rs:78 [INFO] [stdout] 14: 0x5614315aef45 - herstory::threadpool::Task::execute::h3cbb08a33d213615 [INFO] [stdout] at src/threadpool.rs:91 [INFO] [stdout] 15: 0x5614315af5d0 - herstory::threadpool::WorkerThread::new::{{closure}}::hcadaaa093fdb4f18 [INFO] [stdout] at src/threadpool.rs:149 [INFO] [stdout] 16: 0x5614315946ba - std::sys_common::backtrace::__rust_begin_short_backtrace::h18c3f3aa917ef972 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x56143159b3dc - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::haff10d3768f04259 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x561431593a2c - as core::ops::function::FnOnce<()>>::call_once::h93d8d8df08031582 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x5614315cbeff - std::panicking::try::do_call::h60e075ebbd85e578 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x5614316b7699 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 21: 0x5614315cbac5 - std::panicking::try::hd80bd8e023d21d08 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x5614315958ac - std::panic::catch_unwind::hf7d3059257697e9a [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x56143159b1e9 - std::thread::Builder::spawn_unchecked::{{closure}}::hd98bb6eaa34618ce [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x56143159b622 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h86d4c24ee451c976 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 25: 0x5614316a87ce - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 26: 0x5614316b6d3f - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 27: 0x7fd6c59014a3 - start_thread [INFO] [stdout] 28: 0x7fd6c542cd0e - __clone [INFO] [stdout] 29: 0x0 - ) })) } } } status: Failure } [INFO] [stdout] Worker1 - 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 1 - 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: 0x5614316337f3 - backtrace::backtrace::libunwind::trace::h4ea417a9702aad1d [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::hd81466c5de6109e1 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/backtrace/mod.rs:42 [INFO] [stdout] 1: 0x561431625f33 - backtrace::capture::Backtrace::new_unresolved::heb4cff67fcf27aca [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/capture.rs:88 [INFO] [stdout] 2: 0x561431625e8d - backtrace::capture::Backtrace::new::h86c2c53647403d18 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/capture.rs:63 [INFO] [stdout] 3: 0x5614316247d5 - error_chain::make_backtrace::h20f92a40d87af0ad [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.11.0/src/lib.rs:616 [INFO] [stdout] 4: 0x561431624842 - ::default::hcbf3497572484bf3 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.11.0/src/lib.rs:710 [INFO] [stdout] 5: 0x5614315a93c1 - herstory::errors::Error::from_kind::h0ccd17beed1a5fb0 [INFO] [stdout] at /opt/crater/workdir/<::error_chain::error_chain::impl_error_chain_processed macros>:72 [INFO] [stdout] 6: 0x5614315a9496 - >::from::h63236f3cf8e5a984 [INFO] [stdout] at src/lib.rs:18 [INFO] [stdout] 7: 0x5614315a890f - >::into::hcd642dcca00f9aca [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/convert.rs:544 [INFO] [stdout] 8: 0x5614315c62be - herstory::models::request::CurlRequest::perform::{{closure}}::h1a574e6405da5992 [INFO] [stdout] at src/models/request.rs:97 [INFO] [stdout] 9: 0x5614315c0b35 - core::result::Result::map_err::h3296b0fb50a38876 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/result.rs:574 [INFO] [stdout] 10: 0x5614315c6276 - herstory::models::request::CurlRequest::perform::h3db3017b5f5ef2e3 [INFO] [stdout] at src/models/request.rs:97 [INFO] [stdout] 11: 0x5614315c5b04 - herstory::models::request::Request::perform_and_save::hfe6067bb1ced7f03 [INFO] [stdout] at src/models/request.rs:40 [INFO] [stdout] 12: 0x56143158bf80 - herstory::models::Image::spawn_request::h39a608cf2bcc8e28 [INFO] [stdout] at src/models/mod.rs:98 [INFO] [stdout] 13: 0x56143158bcf7 - herstory::models::Photoset::download_and_save::{{closure}}::h39862d62bb3a354c [INFO] [stdout] at src/models/mod.rs:78 [INFO] [stdout] 14: 0x5614315aef45 - herstory::threadpool::Task::execute::h3cbb08a33d213615 [INFO] [stdout] at src/threadpool.rs:91 [INFO] [stdout] 15: 0x5614315af5d0 - herstory::threadpool::WorkerThread::new::{{closure}}::hcadaaa093fdb4f18 [INFO] [stdout] at src/threadpool.rs:149 [INFO] [stdout] 16: 0x5614315946ba - std::sys_common::backtrace::__rust_begin_short_backtrace::h18c3f3aa917ef972 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x56143159b3dc - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::haff10d3768f04259 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x561431593a2c - as core::ops::function::FnOnce<()>>::call_once::h93d8d8df08031582 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x5614315cbeff - std::panicking::try::do_call::h60e075ebbd85e578 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x5614316b7699 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 21: 0x5614315cbac5 - std::panicking::try::hd80bd8e023d21d08 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x5614315958ac - std::panic::catch_unwind::hf7d3059257697e9a [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x56143159b1e9 - std::thread::Builder::spawn_unchecked::{{closure}}::hd98bb6eaa34618ce [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x56143159b622 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h86d4c24ee451c976 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 25: 0x5614316a87ce - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 26: 0x5614316b6d3f - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 27: 0x7fd6c59014a3 - start_thread [INFO] [stdout] 28: 0x7fd6c542cd0e - __clone [INFO] [stdout] 29: 0x0 - ) })) } } } status: Failure } [INFO] [stdout] Worker1 - 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 1 - 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: 0x5614316337f3 - backtrace::backtrace::libunwind::trace::h4ea417a9702aad1d [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::hd81466c5de6109e1 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/backtrace/mod.rs:42 [INFO] [stdout] 1: 0x561431625f33 - backtrace::capture::Backtrace::new_unresolved::heb4cff67fcf27aca [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/capture.rs:88 [INFO] [stdout] 2: 0x561431625e8d - backtrace::capture::Backtrace::new::h86c2c53647403d18 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/capture.rs:63 [INFO] [stdout] 3: 0x5614316247d5 - error_chain::make_backtrace::h20f92a40d87af0ad [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.11.0/src/lib.rs:616 [INFO] [stdout] 4: 0x561431624842 - ::default::hcbf3497572484bf3 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.11.0/src/lib.rs:710 [INFO] [stdout] 5: 0x5614315a93c1 - herstory::errors::Error::from_kind::h0ccd17beed1a5fb0 [INFO] [stdout] at /opt/crater/workdir/<::error_chain::error_chain::impl_error_chain_processed macros>:72 [INFO] [stdout] 6: 0x5614315a9496 - >::from::h63236f3cf8e5a984 [INFO] [stdout] at src/lib.rs:18 [INFO] [stdout] 7: 0x5614315a890f - >::into::hcd642dcca00f9aca [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/convert.rs:544 [INFO] [stdout] 8: 0x5614315c62be - herstory::models::request::CurlRequest::perform::{{closure}}::h1a574e6405da5992 [INFO] [stdout] at src/models/request.rs:97 [INFO] [stdout] 9: 0x5614315c0b35 - core::result::Result::map_err::h3296b0fb50a38876 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/result.rs:574 [INFO] [stdout] 10: 0x5614315c6276 - herstory::models::request::CurlRequest::perform::h3db3017b5f5ef2e3 [INFO] [stdout] at src/models/request.rs:97 [INFO] [stdout] 11: 0x5614315c5b04 - herstory::models::request::Request::perform_and_save::hfe6067bb1ced7f03 [INFO] [stdout] at src/models/request.rs:40 [INFO] [stdout] 12: 0x56143158bf80 - herstory::models::Image::spawn_request::h39a608cf2bcc8e28 [INFO] [stdout] at src/models/mod.rs:98 [INFO] [stdout] 13: 0x56143158bcf7 - herstory::models::Photoset::download_and_save::{{closure}}::h39862d62bb3a354c [INFO] [stdout] at src/models/mod.rs:78 [INFO] [stdout] 14: 0x5614315aef45 - herstory::threadpool::Task::execute::h3cbb08a33d213615 [INFO] [stdout] at src/threadpool.rs:91 [INFO] [stdout] 15: 0x5614315af5d0 - herstory::threadpool::WorkerThread::new::{{closure}}::hcadaaa093fdb4f18 [INFO] [stdout] at src/threadpool.rs:149 [INFO] [stdout] 16: 0x5614315946ba - std::sys_common::backtrace::__rust_begin_short_backtrace::h18c3f3aa917ef972 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x56143159b3dc - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::haff10d3768f04259 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x561431593a2c - as core::ops::function::FnOnce<()>>::call_once::h93d8d8df08031582 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x5614315cbeff - std::panicking::try::do_call::h60e075ebbd85e578 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x5614316b7699 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 21: 0x5614315cbac5 - std::panicking::try::hd80bd8e023d21d08 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x5614315958ac - std::panic::catch_unwind::hf7d3059257697e9a [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x56143159b1e9 - std::thread::Builder::spawn_unchecked::{{closure}}::hd98bb6eaa34618ce [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x56143159b622 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h86d4c24ee451c976 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 25: 0x5614316a87ce - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 26: 0x5614316b6d3f - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 27: 0x7fd6c59014a3 - start_thread [INFO] [stdout] 28: 0x7fd6c542cd0e - __clone [INFO] [stdout] 29: 0x0 - ) })) } } } status: Failure } [INFO] [stdout] Worker2 - 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 2 - 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: 0x5614316337f3 - backtrace::backtrace::libunwind::trace::h4ea417a9702aad1d [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::hd81466c5de6109e1 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/backtrace/mod.rs:42 [INFO] [stdout] 1: 0x561431625f33 - backtrace::capture::Backtrace::new_unresolved::heb4cff67fcf27aca [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/capture.rs:88 [INFO] [stdout] 2: 0x561431625e8d - backtrace::capture::Backtrace::new::h86c2c53647403d18 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/capture.rs:63 [INFO] [stdout] 3: 0x5614316247d5 - error_chain::make_backtrace::h20f92a40d87af0ad [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.11.0/src/lib.rs:616 [INFO] [stdout] 4: 0x561431624842 - ::default::hcbf3497572484bf3 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.11.0/src/lib.rs:710 [INFO] [stdout] 5: 0x5614315a93c1 - herstory::errors::Error::from_kind::h0ccd17beed1a5fb0 [INFO] [stdout] at /opt/crater/workdir/<::error_chain::error_chain::impl_error_chain_processed macros>:72 [INFO] [stdout] 6: 0x5614315a9496 - >::from::h63236f3cf8e5a984 [INFO] [stdout] at src/lib.rs:18 [INFO] [stdout] 7: 0x5614315a890f - >::into::hcd642dcca00f9aca [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/convert.rs:544 [INFO] [stdout] 8: 0x5614315c62be - herstory::models::request::CurlRequest::perform::{{closure}}::h1a574e6405da5992 [INFO] [stdout] at src/models/request.rs:97 [INFO] [stdout] 9: 0x5614315c0b35 - core::result::Result::map_err::h3296b0fb50a38876 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/result.rs:574 [INFO] [stdout] 10: 0x5614315c6276 - herstory::models::request::CurlRequest::perform::h3db3017b5f5ef2e3 [INFO] [stdout] at src/models/request.rs:97 [INFO] [stdout] 11: 0x5614315c5b04 - herstory::models::request::Request::perform_and_save::hfe6067bb1ced7f03 [INFO] [stdout] at src/models/request.rs:40 [INFO] [stdout] 12: 0x56143158bf80 - herstory::models::Image::spawn_request::h39a608cf2bcc8e28 [INFO] [stdout] at src/models/mod.rs:98 [INFO] [stdout] 13: 0x56143158bcf7 - herstory::models::Photoset::download_and_save::{{closure}}::h39862d62bb3a354c [INFO] [stdout] at src/models/mod.rs:78 [INFO] [stdout] 14: 0x5614315aef45 - herstory::threadpool::Task::execute::h3cbb08a33d213615 [INFO] [stdout] at src/threadpool.rs:91 [INFO] [stdout] 15: 0x5614315af5d0 - herstory::threadpool::WorkerThread::new::{{closure}}::hcadaaa093fdb4f18 [INFO] [stdout] at src/threadpool.rs:149 [INFO] [stdout] 16: 0x5614315946ba - std::sys_common::backtrace::__rust_begin_short_backtrace::h18c3f3aa917ef972 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x56143159b3dc - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::haff10d3768f04259 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x561431593a2c - as core::ops::function::FnOnce<()>>::call_once::h93d8d8df08031582 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x5614315cbeff - std::panicking::try::do_call::h60e075ebbd85e578 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x5614316b7699 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 21: 0x5614315cbac5 - std::panicking::try::hd80bd8e023d21d08 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x5614315958ac - std::panic::catch_unwind::hf7d3059257697e9a [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x56143159b1e9 - std::thread::Builder::spawn_unchecked::{{closure}}::hd98bb6eaa34618ce [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x56143159b622 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h86d4c24ee451c976 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 25: 0x5614316a87ce - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 26: 0x5614316b6d3f - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 27: 0x7fd6c59014a3 - start_thread [INFO] [stdout] 28: 0x7fd6c542cd0e - __clone [INFO] [stdout] 29: 0x0 - ) })) } } } status: Failure } [INFO] [stdout] Worker3 - 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 3 - 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: 0x5614316337f3 - backtrace::backtrace::libunwind::trace::h4ea417a9702aad1d [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::hd81466c5de6109e1 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/backtrace/mod.rs:42 [INFO] [stdout] 1: 0x561431625f33 - backtrace::capture::Backtrace::new_unresolved::heb4cff67fcf27aca [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/capture.rs:88 [INFO] [stdout] 2: 0x561431625e8d - backtrace::capture::Backtrace::new::h86c2c53647403d18 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.3/src/capture.rs:63 [INFO] [stdout] 3: 0x5614316247d5 - error_chain::make_backtrace::h20f92a40d87af0ad [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.11.0/src/lib.rs:616 [INFO] [stdout] 4: 0x561431624842 - ::default::hcbf3497572484bf3 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.11.0/src/lib.rs:710 [INFO] [stdout] 5: 0x5614315a93c1 - herstory::errors::Error::from_kind::h0ccd17beed1a5fb0 [INFO] [stdout] at /opt/crater/workdir/<::error_chain::error_chain::impl_error_chain_processed macros>:72 [INFO] [stdout] 6: 0x5614315a9496 - >::from::h63236f3cf8e5a984 [INFO] [stdout] at src/lib.rs:18 [INFO] [stdout] 7: 0x5614315a890f - >::into::hcd642dcca00f9aca [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/convert.rs:544 [INFO] [stdout] 8: 0x5614315c62be - herstory::models::request::CurlRequest::perform::{{closure}}::h1a574e6405da5992 [INFO] [stdout] at src/models/request.rs:97 [INFO] [stdout] 9: 0x5614315c0b35 - core::result::Result::map_err::h3296b0fb50a38876 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/result.rs:574 [INFO] [stdout] 10: 0x5614315c6276 - herstory::models::request::CurlRequest::perform::h3db3017b5f5ef2e3 [INFO] [stdout] at src/models/request.rs:97 [INFO] [stdout] 11: 0x5614315c5b04 - herstory::models::request::Request::perform_and_save::hfe6067bb1ced7f03 [INFO] [stdout] at src/models/request.rs:40 [INFO] [stdout] 12: 0x56143158bf80 - herstory::models::Image::spawn_request::h39a608cf2bcc8e28 [INFO] [stdout] at src/models/mod.rs:98 [INFO] [stdout] 13: 0x56143158bcf7 - herstory::models::Photoset::download_and_save::{{closure}}::h39862d62bb3a354c [INFO] [stdout] at src/models/mod.rs:78 [INFO] [stdout] 14: 0x5614315aef45 - herstory::threadpool::Task::execute::h3cbb08a33d213615 [INFO] [stdout] at src/threadpool.rs:91 [INFO] [stdout] 15: 0x5614315af5d0 - herstory::threadpool::WorkerThread::new::{{closure}}::hcadaaa093fdb4f18 [INFO] [stdout] at src/threadpool.rs:149 [INFO] [stdout] 16: 0x5614315946ba - std::sys_common::backtrace::__rust_begin_short_backtrace::h18c3f3aa917ef972 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x56143159b3dc - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::haff10d3768f04259 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x561431593a2c - as core::ops::function::FnOnce<()>>::call_once::h93d8d8df08031582 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x5614315cbeff - std::panicking::try::do_call::h60e075ebbd85e578 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x5614316b7699 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 21: 0x5614315cbac5 - std::panicking::try::hd80bd8e023d21d08 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x5614315958ac - std::panic::catch_unwind::hf7d3059257697e9a [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x56143159b1e9 - std::thread::Builder::spawn_unchecked::{{closure}}::hd98bb6eaa34618ce [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x56143159b622 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h86d4c24ee451c976 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 25: 0x5614316a87ce - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 26: 0x5614316b6d3f - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 27: 0x7fd6c59014a3 - start_thread [INFO] [stdout] 28: 0x7fd6c542cd0e - __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: 0x5614316b3d0b - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5614316b3d0b - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5614316b3d0b - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5614316b3d0b - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5614316b3d0b - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5614316b397c - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5614316b447d - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5614316b4002 - std::panicking::continue_panic_fmt::he38ad41d6304a12c [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5614316b3f4f - std::panicking::begin_panic_fmt::h4b478f1ed53f4521 [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x5614315d26b8 - herstory::tests::it_works::ha886efa73c6952c8 [INFO] [stdout] at src/lib.rs:117 [INFO] [stdout] 10: 0x5614315d21aa - herstory::tests::it_works::{{closure}}::h2bb1b2a1bbb980da [INFO] [stdout] at src/lib.rs:106 [INFO] [stdout] 11: 0x56143159b75e - core::ops::function::FnOnce::call_once::h740dcc2c4c26abfa [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 12: 0x5614315dd97f - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 13: 0x5614316b769a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: 0x5614315f7f6e - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 15: 0x5614315f7f6e - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 16: 0x5614315f7f6e - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 17: 0x5614315d33a5 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 18: 0x5614315d75b5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 19: 0x5614315d75b5 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 20: 0x5614315d75b5 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 21: 0x5614316b769a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 22: 0x5614315d7bb2 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 23: 0x5614315d7bb2 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x5614315d7bb2 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 25: 0x5614315d7bb2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 26: 0x5614316a87cf - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 27: 0x5614316b6d40 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 28: 0x5614316b6d40 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 29: 0x5614316b6d40 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 30: 0x7fd6c59014a4 - start_thread [INFO] [stdout] 31: 0x7fd6c542cd0f - __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" "03f783a8b14212ab675aed20a75fa9cb6c786137ef84e5bc95c8605fae6dac0c"` [INFO] running `"docker" "rm" "-f" "03f783a8b14212ab675aed20a75fa9cb6c786137ef84e5bc95c8605fae6dac0c"` [INFO] [stdout] 03f783a8b14212ab675aed20a75fa9cb6c786137ef84e5bc95c8605fae6dac0c