[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 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 5f3b833fbff0cdc3b5bfe6099405c219c2ea21829502e210ae024bbd18ec30a3 [INFO] running `"docker" "start" "-a" "5f3b833fbff0cdc3b5bfe6099405c219c2ea21829502e210ae024bbd18ec30a3"` [INFO] [stderr] Compiling slog-term v2.4.1 [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 7.77s [INFO] running `"docker" "inspect" "5f3b833fbff0cdc3b5bfe6099405c219c2ea21829502e210ae024bbd18ec30a3"` [INFO] running `"docker" "rm" "-f" "5f3b833fbff0cdc3b5bfe6099405c219c2ea21829502e210ae024bbd18ec30a3"` [INFO] [stdout] 5f3b833fbff0cdc3b5bfe6099405c219c2ea21829502e210ae024bbd18ec30a3 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 2789fcbd42613c51394ad8815585cb401d3da12eb0904c730491d9261951f3d7 [INFO] running `"docker" "start" "-a" "2789fcbd42613c51394ad8815585cb401d3da12eb0904c730491d9261951f3d7"` [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 11.96s [INFO] running `"docker" "inspect" "2789fcbd42613c51394ad8815585cb401d3da12eb0904c730491d9261951f3d7"` [INFO] running `"docker" "rm" "-f" "2789fcbd42613c51394ad8815585cb401d3da12eb0904c730491d9261951f3d7"` [INFO] [stdout] 2789fcbd42613c51394ad8815585cb401d3da12eb0904c730491d9261951f3d7 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "test" "--frozen"` [INFO] [stdout] 57bc3db259222023eec98730c37af8ccd2d4b0794d713ee38170f61e9ce0fa11 [INFO] running `"docker" "start" "-a" "57bc3db259222023eec98730c37af8ccd2d4b0794d713ee38170f61e9ce0fa11"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.26s [INFO] [stderr] Running /opt/crater/target/debug/deps/citymapper-3aa75d329d6a7225 [INFO] [stderr] Running /opt/crater/target/debug/deps/requests-4d12e232b9cec403 [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] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] Aug 24 12:11:08.107 INFO Making citymapper request to http://127.0.0.1:1234/singlepointcoverage/?coord=123%2C456&key=redacted [INFO] [stdout] Aug 24 12:11:08.109 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.129 DEBG 200 OK received [INFO] [stdout] Aug 24 12:11:08.129 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] Aug 24 12:11:08.171 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.170846118+UTC&time_type=arrival&key=redacted [INFO] [stdout] Aug 24 12:11:08.171 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.174 INFO Making citymapper request to http://127.0.0.1:1234/coverage/?key=redacted [INFO] [stdout] Aug 24 12:11:08.174 DEBG Request body is {"points":[{"id":"test1","coord":[40.1,-73.0]},{"coord":[40.1,-73.0]}]} [INFO] [stdout] Aug 24 12:11:08.179 DEBG 400 Bad Request received [INFO] [stdout] Aug 24 12:11:08.180 DEBG Response content: "{\"error_message\": \"some error message\", \"error_code\": \"request-format\"}" [INFO] [stdout] Aug 24 12:11:08.183 DEBG 400 Bad Request received [INFO] [stdout] Aug 24 12:11:08.193 DEBG Response content: "{\"error_message\": \"some error message\", \"error_code\": \"request-format\"}" [INFO] [stdout] Aug 24 12:11:08.194 DEBG 200 OK received [INFO] [stdout] Aug 24 12:11:08.206 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] test test_returns_points_covered_for_multiple_coords ... ok [INFO] [stdout] Aug 24 12:11:08.235 DEBG 400 Bad Request received [INFO] [stdout] Aug 24 12:11:08.236 DEBG Response content: "{\"error_message\": \"some error message\", \"error_code\": \"request-format\"}" [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::ha8dc6c3a5112ee3b (0x55836bf76d74) [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::h7b7bb4235921c13a (0x55836bf76de3) [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::h6e09e4b2dc06bdb2 (0x55836be987c2) [INFO] [stdout] at /opt/crater/workdir/<::error_chain::error_chain::error_chain_processed macros>:52 [INFO] [stdout] 3: >::from::h9e59a9b36836863b (0x55836be98929) [INFO] [stdout] at src/lib.rs:148 [INFO] [stdout] 4: >::into::hb2852e613ca40285 (0x55836be91429) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/convert.rs:540 [INFO] [stdout] 5: citymapper::Client::make_request::{{closure}}::{{closure}}::h4582325184824070 (0x55836bc3215a) [INFO] [stdout] at /opt/crater/workdir/src/lib.rs:472 [INFO] [stdout] 6: as futures::future::Future>::poll::{{closure}}::{{closure}}::h6bc8333fd62d6d4f (0x55836bc24dc6) [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::hd5b4dcd72d78ef6b (0x55836bc262e7) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/result.rs:460 [INFO] [stdout] 8: as futures::future::Future>::poll::{{closure}}::h71bcba33014cf1bc (0x55836bc24adb) [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::h1d15c92907572a03 (0x55836bc3bdfc) [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::h8f54d99aedd86504 (0x55836bc249aa) [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::h39ffcb6f2aad1502 (0x55836bc3c447) [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::h69fcea59b680c89e (0x55836bc2497a) [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::h56301be7c8bd9789 (0x55836bc4481c) [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}}::h7bcfb8d2b8d6ee1d (0x55836bc4700a) [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}}::h9b4221e98ea6d394 (0x55836bc47947) [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::hd88256fb9970ec28 (0x55836bc3a00c) [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::hc1291ea12d2fd3f4 (0x55836bc47813) [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::h0ec6452859155d35 (0x55836bc46975) [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::h0e158406b308487b (0x55836bc46e6e) [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}}::hd89f0b43ecb4487a (0x55836bc2ceb7) [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::h939ba0800ae1a080 (0x55836bc236cb) [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::hf9fe5e895cc96bad (0x55836bc24903) [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}}::h23f05e139c5ddf6b (0x55836bc46fda) [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}}::hf3d0f5a34a7ae33c (0x55836bc47977) [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::h8741ec962935ff5b (0x55836bc39c1c) [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::h9f71dbb1f1a23a54 (0x55836bc47453) [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::h6265c658fd869841 (0x55836bc46b85) [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::h3ff4feff0602dbcc (0x55836bc46eee) [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}}::h7131a62c8f691ce1 (0x55836bc49756) [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}}::h770d2225284f21f3 (0x55836bc48845) [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::h87008eae9cce0198 (0x55836bc483ae) [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}}::h751a6162c5f99a6e (0x55836bc486a5) [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::h03da9ec08acb774a (0x55836bc2973f) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:257 [INFO] [stdout] 34: std::thread::local::LocalKey::with::h9b7c74012a8cdfe5 (0x55836bc294f7) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:234 [INFO] [stdout] 35: tokio_current_thread::Borrow::enter::h2bcc13b341809344 (0x55836bc4844f) [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::h51bea3e74d77abdb (0x55836bc48e7c) [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}}::h0c955ab11c663758 (0x55836bc2cc1b) [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}}::h25de6d319166e5a3 (0x55836bc1da83) [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::hdd1d73e8bdebd358 (0x55836bc2aacb) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:257 [INFO] [stdout] 40: std::thread::local::LocalKey::with::h145907020f44ffe2 (0x55836bc28fe4) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:234 [INFO] [stdout] 41: tokio_timer::timer::handle::with_default::hd44ef78803a78600 (0x55836bc1d88b) [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}}::hb3a54eb200de1f2b (0x55836bc2cb23) [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}}::ha62726ed327e105f (0x55836bc2d502) [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::hba720b111f24d96a (0x55836bc2a92b) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:257 [INFO] [stdout] 45: std::thread::local::LocalKey::with::h41551e4158cbd683 (0x55836bc291e2) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:234 [INFO] [stdout] 46: tokio_executor::global::with_default::hf7eb92c7d025f43c (0x55836bc2d01d) [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}}::h96664a665c543482 (0x55836bc2ca7d) [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}}::h3b37a50613d69551 (0x55836bc1e7f5) [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::h47aa40eb73eb1718 (0x55836bc2a107) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:257 [INFO] [stdout] 50: std::thread::local::LocalKey::with::h334387aee20592cf (0x55836bc290e4) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/local.rs:234 [INFO] [stdout] 51: tokio_reactor::with_default::hca09cfb6206ac49f (0x55836bc1e1f4) [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}}::h76cf9d8e8d27a0e2 (0x55836bc2c8fd) [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::hc6bdb37c7671e003 (0x55836bc4ae49) [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::h1158d34f3faf9d44 (0x55836bc2b25a) [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::h52738ba5d2166ba5 (0x55836bc419e8) [INFO] [stdout] at tests/requests.rs:48 [INFO] [stdout] 56: requests::test_returns_travel_time_correctly::{{closure}}::h1db5bbbae6e31e39 (0x55836bc416ba) [INFO] [stdout] at tests/requests.rs:31 [INFO] [stdout] 57: core::ops::function::FnOnce::call_once::h337e995b5fbd66b1 (0x55836bc341ae) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 58: as core::ops::function::FnOnce>::call_once::h4a13ee3f0d7b4201 (0x55836bc57bef) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 59: __rust_maybe_catch_panic (0x55836c2d588a) [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 60: std::panicking::try::h5a93466ab2078586 (0x55836bc721e8) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] std::panic::catch_unwind::h752cbeae6ac7bdea [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] test::run_test::run_test_inner::{{closure}}::h206c9c16936edaca [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 61: std::sys_common::backtrace::__rust_begin_short_backtrace::hc7edbac42990d270 (0x55836bc4d065) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 62: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::he53c58e7adee87af (0x55836bc51125) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:470 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once::h1aff7c42b6bb3726 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:315 [INFO] [stdout] std::panicking::try::do_call::h41f8559f88100f6c [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:296 [INFO] [stdout] 63: __rust_maybe_catch_panic (0x55836c2d588a) [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 64: std::panicking::try::hb54ba808181fe352 (0x55836bc51822) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] std::panic::catch_unwind::h555ccf4e835e93f4 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] std::thread::Builder::spawn_unchecked::{{closure}}::hd4dae6e19e80fc1a [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:469 [INFO] [stdout] core::ops::function::FnOnce::call_once{{vtable.shim}}::hc35d54c07710e1a1 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 65: as core::ops::function::FnOnce>::call_once::h42806b83647d4c79 (0x55836c2c3f2f) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 66: as core::ops::function::FnOnce>::call_once::h83c921c8e826dd1d (0x55836c2d4cc0) [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] std::sys_common::thread::start_thread::h2613204ce513782e [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start::h4570080769500bcd [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 67: start_thread (0x7fc1eb1064a4) [INFO] [stdout] 68: __clone (0x7fc1eac31d0f) [INFO] [stdout] 69: (0x0)) })', src/libcore/result.rs:999:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55836c2d13cb - backtrace::backtrace::libunwind::trace::hfe5db90796807973 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55836c2d13cb - backtrace::backtrace::trace_unsynchronized::h34b865a835594335 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55836c2d13cb - std::sys_common::backtrace::_print::h527254ae44989167 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55836c2d13cb - std::sys_common::backtrace::print::he85dd5ddddf46503 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55836c2d13cb - std::panicking::default_hook::{{closure}}::h847a2eb38b396f14 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55836c2d103a - std::panicking::default_hook::h2ca0f9a30a0e206b [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55836c2d1b40 - std::panicking::rust_panic_with_hook::hffcefc09751839d1 [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55836c2d16c2 - std::panicking::continue_panic_fmt::hc0f142c930c846fc [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x55836c2d15a6 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x55836c2ecded - core::panicking::panic_fmt::h2daf88b2616ca2b2 [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x55836bc25273 - core::result::unwrap_failed::hd95d94cf9b5eac49 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/macros.rs:18 [INFO] [stdout] 11: 0x55836bc27627 - core::result::Result::unwrap::h05a1ec99743784f9 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/result.rs:800 [INFO] [stdout] 12: 0x55836bc419f7 - requests::test_returns_travel_time_correctly::h52738ba5d2166ba5 [INFO] [stdout] at tests/requests.rs:48 [INFO] [stdout] 13: 0x55836bc416ba - requests::test_returns_travel_time_correctly::{{closure}}::h1db5bbbae6e31e39 [INFO] [stdout] at tests/requests.rs:31 [INFO] [stdout] 14: 0x55836bc341ae - core::ops::function::FnOnce::call_once::h337e995b5fbd66b1 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 15: 0x55836bc57bef - as core::ops::function::FnOnce>::call_once::h4a13ee3f0d7b4201 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 16: 0x55836c2d588a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 17: 0x55836bc721e8 - std::panicking::try::h5a93466ab2078586 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x55836bc721e8 - std::panic::catch_unwind::h752cbeae6ac7bdea [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x55836bc721e8 - test::run_test::run_test_inner::{{closure}}::h206c9c16936edaca [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 20: 0x55836bc4d065 - std::sys_common::backtrace::__rust_begin_short_backtrace::hc7edbac42990d270 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x55836bc51125 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::he53c58e7adee87af [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x55836bc51125 - as core::ops::function::FnOnce<()>>::call_once::h1aff7c42b6bb3726 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x55836bc51125 - std::panicking::try::do_call::h41f8559f88100f6c [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x55836c2d588a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 25: 0x55836bc51822 - std::panicking::try::hb54ba808181fe352 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x55836bc51822 - std::panic::catch_unwind::h555ccf4e835e93f4 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x55836bc51822 - std::thread::Builder::spawn_unchecked::{{closure}}::hd4dae6e19e80fc1a [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x55836bc51822 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc35d54c07710e1a1 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 29: 0x55836c2c3f2f - as core::ops::function::FnOnce>::call_once::h42806b83647d4c79 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x55836c2d4cc0 - as core::ops::function::FnOnce>::call_once::h83c921c8e826dd1d [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x55836c2d4cc0 - std::sys_common::thread::start_thread::h2613204ce513782e [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x55836c2d4cc0 - std::sys::unix::thread::Thread::new::thread_start::h4570080769500bcd [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7fc1eb1064a4 - start_thread [INFO] [stdout] 34: 0x7fc1eac31d0f - __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: 0x55836c2d13cb - backtrace::backtrace::libunwind::trace::hfe5db90796807973 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55836c2d13cb - backtrace::backtrace::trace_unsynchronized::h34b865a835594335 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55836c2d13cb - std::sys_common::backtrace::_print::h527254ae44989167 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55836c2d13cb - std::sys_common::backtrace::print::he85dd5ddddf46503 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55836c2d13cb - std::panicking::default_hook::{{closure}}::h847a2eb38b396f14 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55836c2d103a - std::panicking::default_hook::h2ca0f9a30a0e206b [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55836c2d1b40 - std::panicking::rust_panic_with_hook::hffcefc09751839d1 [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55836c118da8 - std::panicking::begin_panic::h542f167f6d66c9b6 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55836bc42382 - requests::test_other_status_codes_return_bad_response::hf66328f61e6d4cda [INFO] [stdout] at tests/requests.rs:99 [INFO] [stdout] 9: 0x55836bc4208a - requests::test_other_status_codes_return_bad_response::{{closure}}::hbf7c0062e73324aa [INFO] [stdout] at tests/requests.rs:80 [INFO] [stdout] 10: 0x55836bc343ae - core::ops::function::FnOnce::call_once::h6de97452fdafb942 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 11: 0x55836bc57bef - as core::ops::function::FnOnce>::call_once::h4a13ee3f0d7b4201 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 12: 0x55836c2d588a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 13: 0x55836bc721e8 - std::panicking::try::h5a93466ab2078586 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] 14: 0x55836bc721e8 - std::panic::catch_unwind::h752cbeae6ac7bdea [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] 15: 0x55836bc721e8 - test::run_test::run_test_inner::{{closure}}::h206c9c16936edaca [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 16: 0x55836bc4d065 - std::sys_common::backtrace::__rust_begin_short_backtrace::hc7edbac42990d270 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x55836bc51125 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::he53c58e7adee87af [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x55836bc51125 - as core::ops::function::FnOnce<()>>::call_once::h1aff7c42b6bb3726 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x55836bc51125 - std::panicking::try::do_call::h41f8559f88100f6c [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x55836c2d588a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 21: 0x55836bc51822 - std::panicking::try::hb54ba808181fe352 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x55836bc51822 - std::panic::catch_unwind::h555ccf4e835e93f4 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x55836bc51822 - std::thread::Builder::spawn_unchecked::{{closure}}::hd4dae6e19e80fc1a [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x55836bc51822 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc35d54c07710e1a1 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 25: 0x55836c2c3f2f - as core::ops::function::FnOnce>::call_once::h42806b83647d4c79 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 26: 0x55836c2d4cc0 - as core::ops::function::FnOnce>::call_once::h83c921c8e826dd1d [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 27: 0x55836c2d4cc0 - std::sys_common::thread::start_thread::h2613204ce513782e [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 28: 0x55836c2d4cc0 - std::sys::unix::thread::Thread::new::thread_start::h4570080769500bcd [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 29: 0x7fc1eb1064a4 - start_thread [INFO] [stdout] 30: 0x7fc1eac31d0f - __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" "57bc3db259222023eec98730c37af8ccd2d4b0794d713ee38170f61e9ce0fa11"` [INFO] running `"docker" "rm" "-f" "57bc3db259222023eec98730c37af8ccd2d4b0794d713ee38170f61e9ce0fa11"` [INFO] [stdout] 57bc3db259222023eec98730c37af8ccd2d4b0794d713ee38170f61e9ce0fa11