[INFO] crate citymapper 0.1.0 is already in cache [INFO] extracting crate citymapper 0.1.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/citymapper/0.1.0 [INFO] extracting crate citymapper 0.1.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/citymapper/0.1.0 [INFO] validating manifest of citymapper-0.1.0 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 citymapper-0.1.0 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 citymapper-0.1.0 [INFO] finished frobbing citymapper-0.1.0 [INFO] frobbed toml for citymapper-0.1.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/citymapper/0.1.0/Cargo.toml [INFO] started frobbing citymapper-0.1.0 [INFO] finished frobbing citymapper-0.1.0 [INFO] frobbed toml for citymapper-0.1.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/citymapper/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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 citymapper-0.1.0 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-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/citymapper/0.1.0:/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] e5cca5842f879328e56605b16aa4eecf68295bb676cc734bda52f50e0d428e11 [INFO] running `"docker" "start" "-a" "e5cca5842f879328e56605b16aa4eecf68295bb676cc734bda52f50e0d428e11"` [INFO] [stderr] Compiling slog-scope v4.1.2 [INFO] [stderr] Compiling slog-term v2.4.1 [INFO] [stderr] Compiling slog-stdlog v3.0.5 [INFO] [stderr] Compiling citymapper v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:262:14 [INFO] [stderr] | [INFO] [stderr] 262 | ) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:316:14 [INFO] [stderr] | [INFO] [stderr] 316 | ) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:360:14 [INFO] [stderr] | [INFO] [stderr] 360 | ) -> Box, Error = errors::Error>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = errors::Error>` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:434:14 [INFO] [stderr] | [INFO] [stderr] 434 | ) -> Box> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [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:148:5 [INFO] [stderr] | [INFO] [stderr] 148 | / error_chain!{ [INFO] [stderr] 149 | | errors { [INFO] [stderr] 150 | | BadRequestError(message: String) [INFO] [stderr] 151 | | BadResponse [INFO] [stderr] ... | [INFO] [stderr] 156 | | } [INFO] [stderr] 157 | | } [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: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/lib.rs:148:5 [INFO] [stderr] | [INFO] [stderr] 148 | / error_chain!{ [INFO] [stderr] 149 | | errors { [INFO] [stderr] 150 | | BadRequestError(message: String) [INFO] [stderr] 151 | | BadResponse [INFO] [stderr] ... | [INFO] [stderr] 156 | | } [INFO] [stderr] 157 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [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] Finished dev [unoptimized + debuginfo] target(s) in 8.75s [INFO] running `"docker" "inspect" "e5cca5842f879328e56605b16aa4eecf68295bb676cc734bda52f50e0d428e11"` [INFO] running `"docker" "rm" "-f" "e5cca5842f879328e56605b16aa4eecf68295bb676cc734bda52f50e0d428e11"` [INFO] [stdout] e5cca5842f879328e56605b16aa4eecf68295bb676cc734bda52f50e0d428e11 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/citymapper/0.1.0:/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] 1ff4b7ac241346ed38bb6269c8157ceb040ed12ff0018c6018dc55548c7e73b0 [INFO] running `"docker" "start" "-a" "1ff4b7ac241346ed38bb6269c8157ceb040ed12ff0018c6018dc55548c7e73b0"` [INFO] [stderr] Compiling http-muncher v0.3.2 [INFO] [stderr] Compiling mockito v0.8.2 [INFO] [stderr] Compiling citymapper v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:262:14 [INFO] [stderr] | [INFO] [stderr] 262 | ) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:316:14 [INFO] [stderr] | [INFO] [stderr] 316 | ) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:360:14 [INFO] [stderr] | [INFO] [stderr] 360 | ) -> Box, Error = errors::Error>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = errors::Error>` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:434:14 [INFO] [stderr] | [INFO] [stderr] 434 | ) -> Box> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [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:148:5 [INFO] [stderr] | [INFO] [stderr] 148 | / error_chain!{ [INFO] [stderr] 149 | | errors { [INFO] [stderr] 150 | | BadRequestError(message: String) [INFO] [stderr] 151 | | BadResponse [INFO] [stderr] ... | [INFO] [stderr] 156 | | } [INFO] [stderr] 157 | | } [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: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/lib.rs:148:5 [INFO] [stderr] | [INFO] [stderr] 148 | / error_chain!{ [INFO] [stderr] 149 | | errors { [INFO] [stderr] 150 | | BadRequestError(message: String) [INFO] [stderr] 151 | | BadResponse [INFO] [stderr] ... | [INFO] [stderr] 156 | | } [INFO] [stderr] 157 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [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] Finished dev [unoptimized + debuginfo] target(s) in 12.70s [INFO] running `"docker" "inspect" "1ff4b7ac241346ed38bb6269c8157ceb040ed12ff0018c6018dc55548c7e73b0"` [INFO] running `"docker" "rm" "-f" "1ff4b7ac241346ed38bb6269c8157ceb040ed12ff0018c6018dc55548c7e73b0"` [INFO] [stdout] 1ff4b7ac241346ed38bb6269c8157ceb040ed12ff0018c6018dc55548c7e73b0 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/citymapper/0.1.0:/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] 334cbc203c9bd72dc079c8f73012a10c29cfafa233a4a16aca8b267042e66146 [INFO] running `"docker" "start" "-a" "334cbc203c9bd72dc079c8f73012a10c29cfafa233a4a16aca8b267042e66146"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.16s [INFO] [stderr] Running /opt/crater/target/debug/deps/citymapper-d1d7a28f19ce1539 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/requests-11412ef0e706edc5 [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] Aug 24 12:11:08.428 INFO Making citymapper request to http://127.0.0.1:1234/traveltime/?startcoord=51.525246%2C0.084672&endcoord=51.559098%2C0.074503&time=2019-08-24+12%3A41%3A08.427891119+UTC&time_type=arrival&key=redacted [INFO] [stdout] Aug 24 12:11:08.429 INFO Making citymapper request to http://127.0.0.1:1234/coverage/?key=redacted [INFO] [stdout] Aug 24 12:11:08.492 DEBG Request body is {"points":[{"id":"test1","coord":[40.1,-73.0]},{"coord":[40.1,-73.0]}]} [INFO] [stdout] Aug 24 12:11:08.406 INFO Making citymapper request to http://127.0.0.1:1234/traveltime/?startcoord=51.525246%2C0.084672&endcoord=51.559098%2C0.074503&key=redacted [INFO] [stdout] Aug 24 12:11:08.490 INFO Making citymapper request to http://127.0.0.1:1234/traveltime/?startcoord=51.525246%2C0.084672&endcoord=51.559098%2C0.074503&key=redacted [INFO] [stdout] Aug 24 12:11:08.525 DEBG 400 Bad Request received [INFO] [stdout] Aug 24 12:11:08.526 DEBG 200 OK received [INFO] [stdout] Aug 24 12:11:08.526 DEBG Response content: "{\n \"points\": [\n {\n \"covered\": true,\n \"coord\": [\n 51.578973,\n -0.124147\n ],\n \"id\": \"test1\"\n }\n ]\n }" [INFO] [stdout] Aug 24 12:11:08.527 DEBG Response content: "{\"error_message\": \"some error message\", \"error_code\": \"request-format\"}" [INFO] [stdout] test test_returns_points_covered_for_multiple_coords ... ok [INFO] [stdout] Aug 24 12:11:08.529 INFO Making citymapper request to http://127.0.0.1:1234/singlepointcoverage/?coord=123%2C456&key=redacted [INFO] [stdout] Aug 24 12:11:08.545 DEBG 400 Bad Request received [INFO] [stdout] Aug 24 12:11:08.557 DEBG 400 Bad Request received [INFO] [stdout] Aug 24 12:11:08.570 DEBG Response content: "{\"error_message\": \"some error message\", \"error_code\": \"request-format\"}" [INFO] [stdout] Aug 24 12:11:08.571 DEBG Response content: "{\"error_message\": \"some error message\", \"error_code\": \"request-format\"}" [INFO] [stdout] Aug 24 12:11:08.637 DEBG 200 OK received [INFO] [stdout] Aug 24 12:11:08.638 DEBG Response content: "{\n \"points\": [\n {\n \"covered\": true,\n \"coord\": [\n 51.578973,\n -0.124147\n ]\n }\n ]\n }" [INFO] [stdout] test test_returns_points_covered_for_single_coord ... ok [INFO] [stdout] test test_returns_error_if_bad_request ... ok [INFO] [stdout] test test_returns_travel_time_correctly ... FAILED [INFO] [stdout] test test_other_status_codes_return_bad_response ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- test_returns_travel_time_correctly stdout ---- [INFO] [stdout] thread 'test_returns_travel_time_correctly' panicked at 'called `Result::unwrap()` on an `Err` value: Error(BadRequestError("some error message"), State { next_error: None, backtrace: Some(stack backtrace: [INFO] [stdout] 0: error_chain::make_backtrace::hdbbc41f5bfbeb6e9 (0x55da6b1b3284) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.10.0/src/lib.rs:417 [INFO] [stdout] 1: ::default::h4828600e78d75b7c (0x55da6b1b32f3) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.10.0/src/lib.rs:504 [INFO] [stdout] 2: citymapper::errors::Error::from_kind::hbfecb36155cae86b (0x55da6b0b4ba2) [INFO] [stdout] at /opt/crater/workdir/<::error_chain::error_chain::error_chain_processed macros>:70 [INFO] [stdout] 3: >::from::h3367ec68a04fffe0 (0x55da6b0b4d09) [INFO] [stdout] at src/lib.rs:148 [INFO] [stdout] 4: >::into::h20690c965630cd6c (0x55da6b0aee49) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/convert.rs:544 [INFO] [stdout] 5: citymapper::Client::make_request::{{closure}}::{{closure}}::hed853551821887e9 (0x55da6ae7358e) [INFO] [stdout] at /opt/crater/workdir/src/lib.rs:472 [INFO] [stdout] 6: as futures::future::Future>::poll::{{closure}}::{{closure}}::hd0784e2f461543b5 (0x55da6ae63666) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/and_then.rs:34 [INFO] [stdout] 7: core::result::Result::map::h60a11db915d50cdb (0x55da6ae76801) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/result.rs:512 [INFO] [stdout] 8: as futures::future::Future>::poll::{{closure}}::h4def711464b792c4 (0x55da6ae630db) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/and_then.rs:33 [INFO] [stdout] 9: futures::future::chain::Chain::poll::hd9c318a5e8398cb3 (0x55da6ae8473d) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/chain.rs:39 [INFO] [stdout] 10: as futures::future::Future>::poll::h789329bf2aca0144 (0x55da6ae62ffd) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/and_then.rs:32 [INFO] [stdout] 11: futures::future::chain::Chain::poll::h04d575f3eb7e7208 (0x55da6ae81dbd) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/chain.rs:32 [INFO] [stdout] 12: as futures::future::Future>::poll::h5ccb36c43bb9a62b (0x55da6ae62fcd) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/and_then.rs:32 [INFO] [stdout] 13: as futures::future::Future>::poll::h1f45a13b1bbf6821 (0x55da6ae8b780) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/mod.rs:113 [INFO] [stdout] 14: futures::task_impl::Spawn::poll_future_notify::{{closure}}::hd4665c82505d8290 (0x55da6ae8c33a) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:329 [INFO] [stdout] 15: futures::task_impl::Spawn::enter::{{closure}}::he7d3d876fab66948 (0x55da6ae8cbda) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:399 [INFO] [stdout] 16: futures::task_impl::std::set::hf6438b5856dbff1f (0x55da6ae8059c) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/std/mod.rs:83 [INFO] [stdout] 17: futures::task_impl::Spawn::enter::heb0fa062f1ad7486 (0x55da6ae8c903) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:399 [INFO] [stdout] 18: futures::task_impl::Spawn::poll_fn_notify::h313da5093687e8ac (0x55da6ae8bbe5) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:291 [INFO] [stdout] 19: futures::task_impl::Spawn::poll_future_notify::h782b3e3ee0a9be30 (0x55da6ae8c15e) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:329 [INFO] [stdout] 20: tokio_core::reactor::Core::run::{{closure}}::{{closure}}::{{closure}}::{{closure}}::{{closure}}::h3fd110f687c62bf4 (0x55da6ae75e07) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:236 [INFO] [stdout] 21: futures::future::lazy::Lazy::get::hb8a78dddf55fe50a (0x55da6ae64682) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/lazy.rs:64 [INFO] [stdout] 22: as futures::future::Future>::poll::h4229711d8351c37c (0x55da6ae657d3) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/lazy.rs:82 [INFO] [stdout] 23: futures::task_impl::Spawn::poll_future_notify::{{closure}}::ha7d5a72aa233ebf5 (0x55da6ae8c30a) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:329 [INFO] [stdout] 24: futures::task_impl::Spawn::enter::{{closure}}::ha2fe6db6b61c2a14 (0x55da6ae8cb5a) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:399 [INFO] [stdout] 25: futures::task_impl::std::set::hb6f7b69dabeb17af (0x55da6ae801dc) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/std/mod.rs:83 [INFO] [stdout] 26: futures::task_impl::Spawn::enter::hf49673991738fc49 (0x55da6ae8ca33) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:399 [INFO] [stdout] 27: futures::task_impl::Spawn::poll_fn_notify::hf9940cd9cedebc2f (0x55da6ae8bea5) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:291 [INFO] [stdout] 28: futures::task_impl::Spawn::poll_future_notify::habee1ead9b4857b6 (0x55da6ae8c19e) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:329 [INFO] [stdout] 29: tokio_current_thread::Entered

::block_on::{{closure}}::h98fdd9cbbed6ee4c (0x55da6ae60336) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.6/src/lib.rs:494 [INFO] [stdout] 30: tokio_current_thread::Borrow::enter::{{closure}}::{{closure}}::h51714c0c771bb0e1 (0x55da6ae5f505) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.6/src/lib.rs:788 [INFO] [stdout] 31: tokio_current_thread::CurrentRunner::set_spawn::h427f7bbe18b79831 (0x55da6ae5f07e) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.6/src/lib.rs:825 [INFO] [stdout] 32: tokio_current_thread::Borrow::enter::{{closure}}::h409e3af8e3f3893f (0x55da6ae5f365) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.6/src/lib.rs:788 [INFO] [stdout] 33: std::thread::local::LocalKey::try_with::haf9cd4581a135130 (0x55da6ae6a057) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/local.rs:262 [INFO] [stdout] 34: std::thread::local::LocalKey::with::h853489dbc89557a1 (0x55da6ae69117) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/local.rs:239 [INFO] [stdout] 35: tokio_current_thread::Borrow::enter::h3f8d5693cc52992c (0x55da6ae5f10f) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.6/src/lib.rs:786 [INFO] [stdout] 36: tokio_current_thread::Entered

::block_on::hf8fa9b12294c0dee (0x55da6ae5ff73) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-current-thread-0.1.6/src/lib.rs:491 [INFO] [stdout] 37: tokio_core::reactor::Core::run::{{closure}}::{{closure}}::{{closure}}::{{closure}}::hd266bf12c224ac62 (0x55da6ae75d4b) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:234 [INFO] [stdout] 38: tokio_timer::timer::handle::with_default::{{closure}}::h7147194cb5be68c2 (0x55da6ae611a3) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/timer/handle.rs:101 [INFO] [stdout] 39: std::thread::local::LocalKey::try_with::h51e6a8733f631e7c (0x55da6ae69a43) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/local.rs:262 [INFO] [stdout] 40: std::thread::local::LocalKey::with::hb5134e1485881e73 (0x55da6ae69274) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/local.rs:239 [INFO] [stdout] 41: tokio_timer::timer::handle::with_default::hd33eb58d38b3d550 (0x55da6ae60fab) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/timer/handle.rs:84 [INFO] [stdout] 42: tokio_core::reactor::Core::run::{{closure}}::{{closure}}::{{closure}}::h78d6cd54582df5c9 (0x55da6ae75b20) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:233 [INFO] [stdout] 43: tokio_executor::global::with_default::{{closure}}::ha9b1eb31fda02c9f (0x55da6ae68b0f) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.8/src/global.rs:209 [INFO] [stdout] 44: std::thread::local::LocalKey::try_with::h26f17e25cc3adec4 (0x55da6ae698b3) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/local.rs:262 [INFO] [stdout] 45: std::thread::local::LocalKey::with::h2e4ac080190336db (0x55da6ae68de2) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/local.rs:239 [INFO] [stdout] 46: tokio_executor::global::with_default::h0c87afa6f9b6c766 (0x55da6ae6870d) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.8/src/global.rs:178 [INFO] [stdout] 47: tokio_core::reactor::Core::run::{{closure}}::{{closure}}::hbb503d07ceb59aca (0x55da6ae759ca) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:232 [INFO] [stdout] 48: tokio_reactor::with_default::{{closure}}::hdb9256ec42a15262 (0x55da6ae61e91) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.9/src/lib.rs:237 [INFO] [stdout] 49: std::thread::local::LocalKey::try_with::hf9c12b65e0466406 (0x55da6ae6ab0f) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/local.rs:262 [INFO] [stdout] 50: std::thread::local::LocalKey::with::hd8050a81b7e6dfea (0x55da6ae69374) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/local.rs:239 [INFO] [stdout] 51: tokio_reactor::with_default::h3f9a82698be3e2e9 (0x55da6ae618e4) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.9/src/lib.rs:217 [INFO] [stdout] 52: tokio_core::reactor::Core::run::{{closure}}::hb5a41b80fe022335 (0x55da6ae758ad) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:231 [INFO] [stdout] 53: scoped_tls::ScopedKey::set::h7fbe04865b52e0f5 (0x55da6ae5ec39) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 [INFO] [stdout] 54: tokio_core::reactor::Core::run::h8ff9463ce8c6ba3d (0x55da6ae75421) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.17/src/reactor/mod.rs:230 [INFO] [stdout] 55: requests::test_returns_travel_time_correctly::h7d364895430c197f (0x55da6ae87668) [INFO] [stdout] at tests/requests.rs:48 [INFO] [stdout] 56: requests::test_returns_travel_time_correctly::{{closure}}::h49c71db5dc1f0c39 (0x55da6ae8733a) [INFO] [stdout] at tests/requests.rs:31 [INFO] [stdout] 57: core::ops::function::FnOnce::call_once::h3ebe6ab7b58aef07 (0x55da6ae7a3ee) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 58: as core::ops::function::FnOnce>::call_once::h355e655b04400826 (0x55da6ae983cf) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 59: __rust_maybe_catch_panic (0x55da6b4fd5ea) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 60: std::panicking::try::h5890cbed5d1d8df0 (0x55da6aeb29be) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 61: std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 (0x55da6ae8ddf5) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 62: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 (0x55da6ae92005) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 63: __rust_maybe_catch_panic (0x55da6b4fd5ea) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 64: std::panicking::try::h332f368ed7d9b7d1 (0x55da6ae92602) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 65: as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 (0x55da6b4ebaaf) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 66: as core::ops::function::FnOnce>::call_once::h92593001847bb63e (0x55da6b4fc9c0) [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] 67: start_thread (0x7f8fbac714a4) [INFO] [stdout] 68: __clone (0x7f8fba79cd0f) [INFO] [stdout] 69: (0x0)) })', src/libcore/result.rs:1084:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55da6b4f8e1b - 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: 0x55da6b4f8e1b - 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: 0x55da6b4f8e1b - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55da6b4f8e1b - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55da6b4f8e1b - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55da6b4f8a8c - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55da6b4f958d - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55da6b4f9112 - std::panicking::continue_panic_fmt::he38ad41d6304a12c [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x55da6b4f8ff6 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x55da6b514aad - core::panicking::panic_fmt::h1bc6de43c92ad80c [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x55da6b514ba7 - core::result::unwrap_failed::hd83f272814becce6 [INFO] [stdout] at src/libcore/result.rs:1084 [INFO] [stdout] 11: 0x55da6ae7852e - core::result::Result::unwrap::h1565d0520ce81685 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/result.rs:852 [INFO] [stdout] 12: 0x55da6ae87677 - requests::test_returns_travel_time_correctly::h7d364895430c197f [INFO] [stdout] at tests/requests.rs:48 [INFO] [stdout] 13: 0x55da6ae8733a - requests::test_returns_travel_time_correctly::{{closure}}::h49c71db5dc1f0c39 [INFO] [stdout] at tests/requests.rs:31 [INFO] [stdout] 14: 0x55da6ae7a3ee - core::ops::function::FnOnce::call_once::h3ebe6ab7b58aef07 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 15: 0x55da6ae983cf - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 16: 0x55da6b4fd5ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 17: 0x55da6aeb29be - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x55da6aeb29be - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x55da6aeb29be - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 20: 0x55da6ae8ddf5 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x55da6ae92005 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x55da6ae92005 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x55da6ae92005 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x55da6b4fd5ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 25: 0x55da6ae92602 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x55da6ae92602 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x55da6ae92602 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x55da6ae92602 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 29: 0x55da6b4ebaaf - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 30: 0x55da6b4fc9c0 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 31: 0x55da6b4fc9c0 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x55da6b4fc9c0 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7f8fbac714a4 - start_thread [INFO] [stdout] 34: 0x7f8fba79cd0f - __clone [INFO] [stdout] 35: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_other_status_codes_return_bad_response stdout ---- [INFO] [stdout] thread 'test_other_status_codes_return_bad_response' panicked at 'Incorrect error type', tests/requests.rs:99:14 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55da6b4f8e1b - 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: 0x55da6b4f8e1b - 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: 0x55da6b4f8e1b - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55da6b4f8e1b - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55da6b4f8e1b - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55da6b4f8a8c - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55da6b4f958d - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55da6b4d28a5 - std::panicking::begin_panic::h39336e1c8111d3ce [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55da6ae87ff2 - requests::test_other_status_codes_return_bad_response::hc2ad08afe1d96a96 [INFO] [stdout] at tests/requests.rs:99 [INFO] [stdout] 9: 0x55da6ae87cfa - requests::test_other_status_codes_return_bad_response::{{closure}}::h40018fa85739c48b [INFO] [stdout] at tests/requests.rs:80 [INFO] [stdout] 10: 0x55da6ae7a9ae - core::ops::function::FnOnce::call_once::hf1e456ed615e5ec0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 11: 0x55da6ae983cf - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 12: 0x55da6b4fd5ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 13: 0x55da6aeb29be - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 14: 0x55da6aeb29be - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 15: 0x55da6aeb29be - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 16: 0x55da6ae8ddf5 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x55da6ae92005 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x55da6ae92005 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x55da6ae92005 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x55da6b4fd5ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 21: 0x55da6ae92602 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x55da6ae92602 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x55da6ae92602 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x55da6ae92602 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 25: 0x55da6b4ebaaf - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 26: 0x55da6b4fc9c0 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 27: 0x55da6b4fc9c0 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 28: 0x55da6b4fc9c0 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 29: 0x7f8fbac714a4 - start_thread [INFO] [stdout] 30: 0x7f8fba79cd0f - __clone [INFO] [stdout] 31: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] test_other_status_codes_return_bad_response [INFO] [stdout] test_returns_travel_time_correctly [INFO] [stdout] [INFO] [stdout] test result: FAILED. 3 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--test requests' [INFO] running `"docker" "inspect" "334cbc203c9bd72dc079c8f73012a10c29cfafa233a4a16aca8b267042e66146"` [INFO] running `"docker" "rm" "-f" "334cbc203c9bd72dc079c8f73012a10c29cfafa233a4a16aca8b267042e66146"` [INFO] [stdout] 334cbc203c9bd72dc079c8f73012a10c29cfafa233a4a16aca8b267042e66146