[INFO] crate citymapper 0.1.0 is already in cache [INFO] extracting crate citymapper 0.1.0 into work/ex/beta-1.37-6/sources/1.36.0/reg/citymapper/0.1.0 [INFO] extracting crate citymapper 0.1.0 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/citymapper/0.1.0 [INFO] validating manifest of citymapper-0.1.0 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of citymapper-0.1.0 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing 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.37-6/sources/1.36.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.37-6/sources/beta-2019-07-23/reg/citymapper/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing citymapper-0.1.0 against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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-07-23" "build" "--frozen"` [INFO] [stdout] 14c843f051f9a91c241c8056305eeace937fdcbca236f4ca6373c4726b27b2a0 [INFO] running `"docker" "start" "-a" "14c843f051f9a91c241c8056305eeace937fdcbca236f4ca6373c4726b27b2a0"` [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 8.27s [INFO] running `"docker" "inspect" "14c843f051f9a91c241c8056305eeace937fdcbca236f4ca6373c4726b27b2a0"` [INFO] running `"docker" "rm" "-f" "14c843f051f9a91c241c8056305eeace937fdcbca236f4ca6373c4726b27b2a0"` [INFO] [stdout] 14c843f051f9a91c241c8056305eeace937fdcbca236f4ca6373c4726b27b2a0 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] b76df9fde7aa3ff0d815a31d44ae8445208ed5c3d6f73e749f040a772d227895 [INFO] running `"docker" "start" "-a" "b76df9fde7aa3ff0d815a31d44ae8445208ed5c3d6f73e749f040a772d227895"` [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 10.43s [INFO] running `"docker" "inspect" "b76df9fde7aa3ff0d815a31d44ae8445208ed5c3d6f73e749f040a772d227895"` [INFO] running `"docker" "rm" "-f" "b76df9fde7aa3ff0d815a31d44ae8445208ed5c3d6f73e749f040a772d227895"` [INFO] [stdout] b76df9fde7aa3ff0d815a31d44ae8445208ed5c3d6f73e749f040a772d227895 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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-07-23" "test" "--frozen"` [INFO] [stdout] bda460ad6f3501ba301f37a6619531bf33beaaef2c17b01810c664b9385f4be0 [INFO] running `"docker" "start" "-a" "bda460ad6f3501ba301f37a6619531bf33beaaef2c17b01810c664b9385f4be0"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.22s [INFO] [stderr] Running /opt/crater/target/debug/deps/citymapper-f83b6a060ad989b0 [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-673c876cff036b83 [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] Aug 04 00:48:47.008 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 04 00:48:47.011 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-04+01%3A18%3A47.011659358+UTC&time_type=arrival&key=redacted [INFO] [stdout] Aug 04 00:48:47.067 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 04 00:48:47.070 INFO Making citymapper request to http://127.0.0.1:1234/singlepointcoverage/?coord=123%2C456&key=redacted [INFO] [stdout] Aug 04 00:48:47.114 INFO Making citymapper request to http://127.0.0.1:1234/coverage/?key=redacted [INFO] [stdout] Aug 04 00:48:47.114 DEBG Request body is {"points":[{"id":"test1","coord":[40.1,-73.0]},{"coord":[40.1,-73.0]}]} [INFO] [stdout] Aug 04 00:48:47.125 DEBG 400 Bad Request received [INFO] [stdout] Aug 04 00:48:47.125 DEBG Response content: "{\"error_message\": \"some error message\", \"error_code\": \"request-format\"}" [INFO] [stdout] Aug 04 00:48:47.137 DEBG 400 Bad Request received [INFO] [stdout] Aug 04 00:48:47.137 DEBG Response content: "{\"error_message\": \"some error message\", \"error_code\": \"request-format\"}" [INFO] [stdout] Aug 04 00:48:47.141 DEBG 400 Bad Request received [INFO] [stdout] Aug 04 00:48:47.141 DEBG Response content: "{\"error_message\": \"some error message\", \"error_code\": \"request-format\"}" [INFO] [stdout] Aug 04 00:48:47.150 DEBG 200 OK received [INFO] [stdout] Aug 04 00:48:47.150 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 04 00:48:47.153 DEBG 200 OK received [INFO] [stdout] Aug 04 00:48:47.153 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] 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::h469bd127a7e48a4d (0x55f41af945b4) [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::heb87114fe5e977fc (0x55f41af94623) [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::he5f93b47f1f3299d (0x55f41aeb8292) [INFO] [stdout] at /opt/crater/workdir/<::error_chain::error_chain::error_chain_processed macros>:52 [INFO] [stdout] 3: >::from::hd6b4cb99280c8ad5 (0x55f41aeb83f9) [INFO] [stdout] at src/lib.rs:148 [INFO] [stdout] 4: >::into::hede473d1e9183b76 (0x55f41aeb0f19) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/convert.rs:540 [INFO] [stdout] 5: citymapper::Client::make_request::{{closure}}::{{closure}}::he0570fd05cab71c6 (0x55f41ac5050a) [INFO] [stdout] at /opt/crater/workdir/src/lib.rs:472 [INFO] [stdout] 6: as futures::future::Future>::poll::{{closure}}::{{closure}}::h32daaac92a7589c7 (0x55f41ac42906) [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::h022ae7077d67bd8a (0x55f41ac43167) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:460 [INFO] [stdout] 8: as futures::future::Future>::poll::{{closure}}::he33c6576595e6ec7 (0x55f41ac4271b) [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::hc354624183f703c4 (0x55f41ac5be8c) [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::ha388c3ae3b995877 (0x55f41ac424fa) [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::hab7901d0e5089599 (0x55f41ac5abc7) [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::h8870732febcdb333 (0x55f41ac424ca) [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::h9724dd3120bf4562 (0x55f41ac6230c) [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}}::hcab09bca55ea0ed5 (0x55f41ac64b5a) [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}}::h239881dc1b75fe62 (0x55f41ac65377) [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::h0d31e077faea6cad (0x55f41ac5746c) [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::h44d9b0c5328bf15a (0x55f41ac64e03) [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::h0b26c72d17dc9755 (0x55f41ac643b5) [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::hb68f8cad8dd1b2eb (0x55f41ac64a9e) [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}}::he0103aa3f9107b6a (0x55f41ac4a977) [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::he8eae211c6bd2eb9 (0x55f41ac411ab) [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::h0a12861aba58dba8 (0x55f41ac42383) [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}}::h1b9e75daa1886411 (0x55f41ac64aca) [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}}::h337c54b6da3e76e4 (0x55f41ac653d7) [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::h5ac330ed96e5aaf5 (0x55f41ac5770c) [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::h4c9034ecb0b73d0d (0x55f41ac64f43) [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::hd34a880971a5aa21 (0x55f41ac645c5) [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::h96c1754914cd22e5 (0x55f41ac64a1e) [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}}::h9b11af0b1df54857 (0x55f41ac67246) [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}}::h2eb6a9e5c71e2d40 (0x55f41ac662d5) [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::hcde6976d3678bd8c (0x55f41ac65e9e) [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}}::h2b35f5de6619dac0 (0x55f41ac660b5) [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::h56d2a936c87f9124 (0x55f41ac47dcf) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 34: std::thread::local::LocalKey::with::hf02f6850637ea11a (0x55f41ac47017) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 35: tokio_current_thread::Borrow::enter::hbc79aa5389413837 (0x55f41ac65fff) [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::h65c906dc287f3159 (0x55f41ac6646c) [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}}::hd079fe4720f0941f (0x55f41ac4a7fb) [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}}::h6f669527b6fe43b3 (0x55f41ac3b803) [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::hde0464f5814b0bd8 (0x55f41ac4892b) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 40: std::thread::local::LocalKey::with::h63009a5a3443b3c2 (0x55f41ac46d74) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 41: tokio_timer::timer::handle::with_default::h5d78096c8a3a76c1 (0x55f41ac3b36b) [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}}::hb47bc27e8a9a892d (0x55f41ac4a693) [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}}::h8135afaa267dc135 (0x55f41ac4b022) [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::h07240d9dbade6299 (0x55f41ac4726b) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 45: std::thread::local::LocalKey::with::h452c39d98316f692 (0x55f41ac46cf2) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 46: tokio_executor::global::with_default::hde44e7c149da4e4b (0x55f41ac4ab3d) [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}}::hf9cc5e271f159629 (0x55f41ac4a59d) [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}}::h7b408715c0a97d44 (0x55f41ac3bfc5) [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::h1feeb9a51eb682eb (0x55f41ac47417) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:257 [INFO] [stdout] 50: std::thread::local::LocalKey::with::hf0bbe721ace9c937 (0x55f41ac47094) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/local.rs:234 [INFO] [stdout] 51: tokio_reactor::with_default::hc56c67a6e83e046f (0x55f41ac3bcd4) [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}}::hd60b7575d8ef487f (0x55f41ac4a47d) [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::h8b2194aa12731ce3 (0x55f41ac68a79) [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::hc36ab92d4638af44 (0x55f41ac49f6a) [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::h89c11a70c487ae3f (0x55f41ac5f4d8) [INFO] [stdout] at tests/requests.rs:48 [INFO] [stdout] 56: requests::test_returns_travel_time_correctly::{{closure}}::h883e1f5db9b8ee2a (0x55f41ac5f1aa) [INFO] [stdout] at tests/requests.rs:31 [INFO] [stdout] 57: core::ops::function::FnOnce::call_once::h082cf63d5256a397 (0x55f41ac51b3e) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 58: as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 (0x55f41ac756cf) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 59: __rust_maybe_catch_panic (0x55f41b2fe82a) [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 60: std::panicking::try::h4b4c6c15836266eb (0x55f41ac8fcc8) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 61: std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 (0x55f41ac6ab45) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 62: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 (0x55f41ac6ecc5) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 63: __rust_maybe_catch_panic (0x55f41b2fe82a) [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 64: std::panicking::try::h9fff34be50f16431 (0x55f41ac6f302) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 65: as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b (0x55f41b2ececf) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 66: as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 (0x55f41b2fdc60) [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 67: start_thread (0x7f1f82fa24a4) [INFO] [stdout] 68: __clone (0x7f1f82acdd0f) [INFO] [stdout] 69: (0x0)) })', src/libcore/result.rs:999:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f41b2fa36b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f41b2fa36b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f41b2fa36b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f41b2fa36b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f41b2fa36b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f41b2f9fda - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f41b2faae0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f41b2fa662 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x55f41b2fa546 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x55f41b315d8d - core::panicking::panic_fmt::h8980489a6c4a44cb [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x55f41ac42d93 - core::result::unwrap_failed::h914b64fa1d345908 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/macros.rs:18 [INFO] [stdout] 11: 0x55f41ac45817 - core::result::Result::unwrap::h7a042e30a15052b7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:800 [INFO] [stdout] 12: 0x55f41ac5f4e7 - requests::test_returns_travel_time_correctly::h89c11a70c487ae3f [INFO] [stdout] at tests/requests.rs:48 [INFO] [stdout] 13: 0x55f41ac5f1aa - requests::test_returns_travel_time_correctly::{{closure}}::h883e1f5db9b8ee2a [INFO] [stdout] at tests/requests.rs:31 [INFO] [stdout] 14: 0x55f41ac51b3e - core::ops::function::FnOnce::call_once::h082cf63d5256a397 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 15: 0x55f41ac756cf - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 16: 0x55f41b2fe82a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 17: 0x55f41ac8fcc8 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x55f41ac8fcc8 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x55f41ac8fcc8 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 20: 0x55f41ac6ab45 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x55f41ac6ecc5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x55f41ac6ecc5 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x55f41ac6ecc5 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x55f41b2fe82a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 25: 0x55f41ac6f302 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x55f41ac6f302 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x55f41ac6f302 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x55f41ac6f302 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 29: 0x55f41b2ececf - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x55f41b2fdc60 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x55f41b2fdc60 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x55f41b2fdc60 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7f1f82fa24a4 - start_thread [INFO] [stdout] 34: 0x7f1f82acdd0f - __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: 0x55f41b2fa36b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f41b2fa36b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f41b2fa36b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f41b2fa36b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f41b2fa36b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f41b2f9fda - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f41b2faae0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f41acd5338 - std::panicking::begin_panic::hc1f75f236287f1ee [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f41ac5fe72 - requests::test_other_status_codes_return_bad_response::h5d2444b2590a4ed6 [INFO] [stdout] at tests/requests.rs:99 [INFO] [stdout] 9: 0x55f41ac5fb7a - requests::test_other_status_codes_return_bad_response::{{closure}}::h07fded0dce3154ba [INFO] [stdout] at tests/requests.rs:80 [INFO] [stdout] 10: 0x55f41ac51fce - core::ops::function::FnOnce::call_once::hbec72720609deca5 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 11: 0x55f41ac756cf - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 12: 0x55f41b2fe82a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 13: 0x55f41ac8fcc8 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 14: 0x55f41ac8fcc8 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 15: 0x55f41ac8fcc8 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 16: 0x55f41ac6ab45 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x55f41ac6ecc5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x55f41ac6ecc5 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x55f41ac6ecc5 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x55f41b2fe82a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 21: 0x55f41ac6f302 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x55f41ac6f302 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x55f41ac6f302 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x55f41ac6f302 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 25: 0x55f41b2ececf - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 26: 0x55f41b2fdc60 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 27: 0x55f41b2fdc60 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 28: 0x55f41b2fdc60 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 29: 0x7f1f82fa24a4 - start_thread [INFO] [stdout] 30: 0x7f1f82acdd0f - __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" "bda460ad6f3501ba301f37a6619531bf33beaaef2c17b01810c664b9385f4be0"` [INFO] running `"docker" "rm" "-f" "bda460ad6f3501ba301f37a6619531bf33beaaef2c17b01810c664b9385f4be0"` [INFO] [stdout] bda460ad6f3501ba301f37a6619531bf33beaaef2c17b01810c664b9385f4be0