[INFO] crate rmqfwd 0.3.2 is already in cache [INFO] extracting crate rmqfwd 0.3.2 into work/ex/beta-1.38-1/sources/1.37.0/reg/rmqfwd/0.3.2 [INFO] extracting crate rmqfwd 0.3.2 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/rmqfwd/0.3.2 [INFO] validating manifest of rmqfwd-0.3.2 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 rmqfwd-0.3.2 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 rmqfwd-0.3.2 [INFO] finished frobbing rmqfwd-0.3.2 [INFO] frobbed toml for rmqfwd-0.3.2 written to work/ex/beta-1.38-1/sources/1.37.0/reg/rmqfwd/0.3.2/Cargo.toml [INFO] started frobbing rmqfwd-0.3.2 [INFO] finished frobbing rmqfwd-0.3.2 [INFO] frobbed toml for rmqfwd-0.3.2 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/rmqfwd/0.3.2/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] [stderr] Blocking waiting for file lock on package cache [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 rmqfwd-0.3.2 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-4/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/rmqfwd/0.3.2:/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] 10a45a9ea2477da95bcdd282204670018763991cf9b76d9120cc2b8de520bb02 [INFO] running `"docker" "start" "-a" "10a45a9ea2477da95bcdd282204670018763991cf9b76d9120cc2b8de520bb02"` [INFO] [stderr] Compiling syn v1.0.3 [INFO] [stderr] Compiling cookie-factory v0.2.4 [INFO] [stderr] Compiling crypto-mac v0.7.0 [INFO] [stderr] Compiling pest_generator v2.1.0 [INFO] [stderr] Compiling structopt-derive v0.2.18 [INFO] [stderr] Compiling sha2 v0.8.0 [INFO] [stderr] Compiling hmac v0.7.1 [INFO] [stderr] Compiling pbkdf2 v0.3.0 [INFO] [stderr] Compiling sasl v0.4.3 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling structopt v0.2.18 [INFO] [stderr] Compiling serde_derive v1.0.99 [INFO] [stderr] Compiling serde v1.0.99 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling chrono v0.4.7 [INFO] [stderr] Compiling toml v0.5.3 [INFO] [stderr] Compiling handlebars v1.1.0 [INFO] [stderr] Compiling amq-protocol-types v1.2.0 [INFO] [stderr] Compiling amq-protocol-codegen v1.4.0 [INFO] [stderr] Compiling amq-protocol v1.4.0 [INFO] [stderr] Compiling lapin-async v0.15.0 [INFO] [stderr] Compiling lapin-futures v0.15.0 [INFO] [stderr] Compiling rmqfwd v0.3.2 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/es/http.rs:28:10 [INFO] [stderr] | [INFO] [stderr] 28 | ) -> Box + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/es/http.rs:38:10 [INFO] [stderr] | [INFO] [stderr] 38 | ) -> Box + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/es/http.rs:45:10 [INFO] [stderr] | [INFO] [stderr] 45 | ) -> Box, Error = Error> + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = Error> + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/es/http.rs:56:10 [INFO] [stderr] | [INFO] [stderr] 56 | ) -> Box + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/es/http.rs:67:10 [INFO] [stderr] | [INFO] [stderr] 67 | ) -> Box + Send> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/es/mod.rs:18:21 [INFO] [stderr] | [INFO] [stderr] 18 | pub type Task = Box + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/es/mod.rs:19:28 [INFO] [stderr] | [INFO] [stderr] 19 | pub type IoFuture = Box + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/fs.rs:18:14 [INFO] [stderr] | [INFO] [stderr] 18 | ) -> Box + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/fs.rs:41:14 [INFO] [stderr] | [INFO] [stderr] 41 | ) -> Box + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/http.rs:14:27 [INFO] [stderr] | [INFO] [stderr] 14 | type FutureResponse = Box, Error = Error> + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = Error> + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/http.rs:19:10 [INFO] [stderr] | [INFO] [stderr] 19 | ) -> Box, Error = Error> + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = Error> + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/rmq.rs:332:10 [INFO] [stderr] | [INFO] [stderr] 332 | ) -> Box, Error = failure::Error> + Send + 'static> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = failure::Error> + Send + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/rmq.rs:348:21 [INFO] [stderr] | [INFO] [stderr] 348 | Future, Error = failure::Error> + Send + 'static, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = failure::Error> + Send + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/rmq.rs:375:10 [INFO] [stderr] | [INFO] [stderr] 375 | ) -> Box, Error = failure::Error> + Send + 'static> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = failure::Error> + Send + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/rmq.rs:405:10 [INFO] [stderr] | [INFO] [stderr] 405 | ) -> Box + Send + 'static> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/rmq.rs:440:10 [INFO] [stderr] | [INFO] [stderr] 440 | ) -> Box + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: function is never used: `head` [INFO] [stderr] --> src/es/http.rs:95:5 [INFO] [stderr] | [INFO] [stderr] 95 | pub fn head(url: &Url) -> Request { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `delete` [INFO] [stderr] --> src/es/http.rs:98:5 [INFO] [stderr] | [INFO] [stderr] 98 | pub fn delete(url: &Url) -> Request { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 33s [INFO] running `"docker" "inspect" "10a45a9ea2477da95bcdd282204670018763991cf9b76d9120cc2b8de520bb02"` [INFO] running `"docker" "rm" "-f" "10a45a9ea2477da95bcdd282204670018763991cf9b76d9120cc2b8de520bb02"` [INFO] [stdout] 10a45a9ea2477da95bcdd282204670018763991cf9b76d9120cc2b8de520bb02 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/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/rmqfwd/0.3.2:/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] d9b0e79ab2af4d9f5a08deb8e4aec34ae5e8b6ee92433075277fbd26a8ae9b55 [INFO] running `"docker" "start" "-a" "d9b0e79ab2af4d9f5a08deb8e4aec34ae5e8b6ee92433075277fbd26a8ae9b55"` [INFO] [stderr] Compiling pretty_assertions v0.6.1 [INFO] [stderr] Compiling rmqfwd v0.3.2 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/es/http.rs:28:10 [INFO] [stderr] | [INFO] [stderr] 28 | ) -> Box + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/es/http.rs:38:10 [INFO] [stderr] | [INFO] [stderr] 38 | ) -> Box + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/es/http.rs:45:10 [INFO] [stderr] | [INFO] [stderr] 45 | ) -> Box, Error = Error> + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = Error> + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/es/http.rs:56:10 [INFO] [stderr] | [INFO] [stderr] 56 | ) -> Box + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/es/http.rs:67:10 [INFO] [stderr] | [INFO] [stderr] 67 | ) -> Box + Send> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/es/mod.rs:18:21 [INFO] [stderr] | [INFO] [stderr] 18 | pub type Task = Box + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/es/mod.rs:19:28 [INFO] [stderr] | [INFO] [stderr] 19 | pub type IoFuture = Box + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/fs.rs:18:14 [INFO] [stderr] | [INFO] [stderr] 18 | ) -> Box + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/fs.rs:41:14 [INFO] [stderr] | [INFO] [stderr] 41 | ) -> Box + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/http.rs:14:27 [INFO] [stderr] | [INFO] [stderr] 14 | type FutureResponse = Box, Error = Error> + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = Error> + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/http.rs:19:10 [INFO] [stderr] | [INFO] [stderr] 19 | ) -> Box, Error = Error> + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = Error> + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/rmq.rs:332:10 [INFO] [stderr] | [INFO] [stderr] 332 | ) -> Box, Error = failure::Error> + Send + 'static> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = failure::Error> + Send + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/rmq.rs:348:21 [INFO] [stderr] | [INFO] [stderr] 348 | Future, Error = failure::Error> + Send + 'static, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = failure::Error> + Send + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/rmq.rs:375:10 [INFO] [stderr] | [INFO] [stderr] 375 | ) -> Box, Error = failure::Error> + Send + 'static> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = failure::Error> + Send + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/rmq.rs:405:10 [INFO] [stderr] | [INFO] [stderr] 405 | ) -> Box + Send + 'static> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/rmq.rs:440:10 [INFO] [stderr] | [INFO] [stderr] 440 | ) -> Box + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.22s [INFO] running `"docker" "inspect" "d9b0e79ab2af4d9f5a08deb8e4aec34ae5e8b6ee92433075277fbd26a8ae9b55"` [INFO] running `"docker" "rm" "-f" "d9b0e79ab2af4d9f5a08deb8e4aec34ae5e8b6ee92433075277fbd26a8ae9b55"` [INFO] [stdout] d9b0e79ab2af4d9f5a08deb8e4aec34ae5e8b6ee92433075277fbd26a8ae9b55 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/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/rmqfwd/0.3.2:/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] 10b14b2df0749fb83afcd13c0f2f44823cd124d605081f3eff97b4bb401df1bc [INFO] running `"docker" "start" "-a" "10b14b2df0749fb83afcd13c0f2f44823cd124d605081f3eff97b4bb401df1bc"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stderr] Running /opt/crater/target/debug/deps/rmqfwd-42844135c530e4f4 [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test fs::test::test_toml_config_from_file ... ok [INFO] [stdout] test rmq::test_parse_direction_deliver_ok ... ok [INFO] [stdout] test fs::test::test_toml_config_from_string ... ok [INFO] [stdout] test rmq::test_parse_direction_err ... ok [INFO] [stdout] test rmq::test_parse_direction_publish_ok ... ok [INFO] [stdout] test fs::test::test_force_exports_messages_when_target_exist ... ok [INFO] [stdout] test fs::test::test_exports_messages_when_target_does_not_exist ... ok [INFO] [stdout] test fs::test::test_fails_export_when_target_exists ... ok [INFO] [stdout] test es::test::filter_by_exchange_routing_key_works ... FAILED [INFO] [stdout] test es::test::filter_by_exchange_works ... FAILED [INFO] [stdout] test es::test::filter_by_time_range ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- es::test::filter_by_exchange_routing_key_works stdout ---- [INFO] [stdout] thread 'es::test::filter_by_exchange_routing_key_works' panicked at 'Couldn't initialise test message store: Error(Connect, Os { code: 99, kind: AddrNotAvailable, message: "Cannot assign requested address" }) [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: failure::backtrace::internal::InternalBacktrace::new::h1f583d2b3e02ca12 (0x5622c2ee702f) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/internal.rs:44 [INFO] [stdout] 1: failure::backtrace::Backtrace::new::h08aabf7364aeb498 (0x5622c2ee699e) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/mod.rs:111 [INFO] [stdout] 2: >::from::heacb40521eb4c321 (0x5622c26a711b) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/error_impl.rs:19 [INFO] [stdout] 3: >::from::hd2206c724d079af9 (0x5622c27a1d03) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/mod.rs:36 [INFO] [stdout] 4: >::into::hb194cd7e2b332ffe (0x5622c2706ca3) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/convert.rs:544 [INFO] [stdout] 5: rmqfwd::es::http::handle_response::{{closure}}::h8bda36d45ef46a48 (0x5622c27ae373) [INFO] [stdout] at src/es/http.rs:81 [INFO] [stdout] 6: core::result::Result::map_err::hb36e71a8b9e988b1 (0x5622c26df966) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/result.rs:574 [INFO] [stdout] 7: as futures::future::Future>::poll::h8e2ff5b2757ece5c (0x5622c2645e18) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/map_err.rs:34 [INFO] [stdout] 8: futures::future::chain::Chain::poll::h25195a4eb7c80680 (0x5622c2596350) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/chain.rs:26 [INFO] [stdout] 9: as futures::future::Future>::poll::h14634ac79ff7bc95 (0x5622c25ed2ed) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/and_then.rs:32 [INFO] [stdout] 10: as futures::future::Future>::poll::h451e5f6d27050136 (0x5622c274d770) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/mod.rs:113 [INFO] [stdout] 11: futures::future::chain::Chain::poll::h60062fe0cd2a0177 (0x5622c259be30) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/chain.rs:26 [INFO] [stdout] 12: as futures::future::Future>::poll::h2fd0dbd0fe10eac9 (0x5622c25ed31d) [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::h747c03851ffe6f76 (0x5622c274d800) [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::future::chain::Chain::poll::h4fa0d5cb9948631e (0x5622c259a7b5) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/chain.rs:26 [INFO] [stdout] 15: as futures::future::Future>::poll::h01f8a8eb6e4908b5 (0x5622c25ed28d) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/and_then.rs:32 [INFO] [stdout] 16: as futures::future::Future>::poll::h747c03851ffe6f76 (0x5622c274d800) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/mod.rs:113 [INFO] [stdout] 17: futures::future::chain::Chain::poll::h8757467350150dea (0x5622c259dcdc) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/chain.rs:26 [INFO] [stdout] 18: as futures::future::Future>::poll::h1e8054ec100d9110 (0x5622c26e7186) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/then.rs:32 [INFO] [stdout] 19: as futures::future::Future>::poll::hb8e5c2391fd42468 (0x5622c2ea5168) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/mod.rs:113 [INFO] [stdout] 20: futures::task_impl::Spawn::poll_future_notify::{{closure}}::h5dcd0a5b44e26c30 (0x5622c2c67724) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:329 [INFO] [stdout] 21: futures::task_impl::Spawn::enter::{{closure}}::hf04885b26cbd81f9 (0x5622c2c679e4) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:399 [INFO] [stdout] 22: futures::task_impl::std::set::h0517d521a780abc4 (0x5622c2c600d4) [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] 23: futures::task_impl::Spawn::enter::h7d03b353a9b53cda (0x5622c2c6781f) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:399 [INFO] [stdout] 24: futures::task_impl::Spawn::poll_fn_notify::h43bafee01199620b (0x5622c2c674f5) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:291 [INFO] [stdout] 25: futures::task_impl::Spawn::poll_future_notify::h80eca1fe16ac4464 (0x5622c2c676c8) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:329 [INFO] [stdout] 26: tokio_threadpool::task::Task::run::{{closure}}::h601170eff6eabf1d (0x5622c2c69c92) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/task/mod.rs:145 [INFO] [stdout] 27: core::ops::function::FnOnce::call_once::h4b090d761a489a2f (0x5622c2c784a9) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 28: as core::ops::function::FnOnce<()>>::call_once::hf18601f189fc5634 (0x5622c2c5ac59) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 29: std::panicking::try::do_call::he5a5806858bdc0e8 (0x5622c2c59639) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 30: __rust_maybe_catch_panic (0x5622c2f7582a) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 31: std::panicking::try::h905217e6f00ae2b9 (0x5622c2c59250) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 32: std::panic::catch_unwind::h2afef6a37669bfca (0x5622c2c5b971) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 33: tokio_threadpool::task::Task::run::h0134639fbacceb87 (0x5622c2c6952e) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/task/mod.rs:130 [INFO] [stdout] 34: tokio_threadpool::worker::Worker::run_task2::h1fb1fca8830ddfc0 (0x5622c2c7fd71) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:567 [INFO] [stdout] 35: tokio_threadpool::worker::Worker::run_task::h11ee83eb9d1c83bb (0x5622c2c7f5e4) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:459 [INFO] [stdout] 36: tokio_threadpool::worker::Worker::try_run_owned_task::h7391cd3f814c21c5 (0x5622c2c7ec57) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:390 [INFO] [stdout] 37: tokio_threadpool::worker::Worker::try_run_task::h552d9f4022a980e2 (0x5622c2c7e69d) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:297 [INFO] [stdout] 38: tokio_threadpool::worker::Worker::run::ha9b1503082b4cdfd (0x5622c2c7e4f6) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:241 [INFO] [stdout] 39: tokio::runtime::threadpool::builder::Builder::build::{{closure}}::{{closure}}::{{closure}}::{{closure}}::h33d0e12353ff6f84 (0x5622c2be583c) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:390 [INFO] [stdout] 40: tokio_timer::timer::handle::with_default::{{closure}}::h18fe95bef46b0027 (0x5622c2be2e5c) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/timer/handle.rs:101 [INFO] [stdout] 41: std::thread::local::LocalKey::try_with::ha46be4623968fbea (0x5622c2bf2074) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/local.rs:262 [INFO] [stdout] 42: std::thread::local::LocalKey::with::h726610c8e7cc3bbf (0x5622c2bf1a73) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/local.rs:239 [INFO] [stdout] 43: tokio_timer::timer::handle::with_default::hc3c41215a852e521 (0x5622c2be2ca3) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/timer/handle.rs:84 [INFO] [stdout] 44: tokio::runtime::threadpool::builder::Builder::build::{{closure}}::{{closure}}::{{closure}}::he78bfdff5c08d78b (0x5622c2be5899) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:382 [INFO] [stdout] 45: tokio_timer::clock::clock::with_default::{{closure}}::ha0ad5c562477a4ae (0x5622c2be453f) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/clock/clock.rs:137 [INFO] [stdout] 46: std::thread::local::LocalKey::try_with::h62a8f870e19f2a04 (0x5622c2bf1f10) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/local.rs:262 [INFO] [stdout] 47: std::thread::local::LocalKey::with::h90c03bb8c46f3c57 (0x5622c2bf1afd) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/local.rs:239 [INFO] [stdout] 48: tokio_timer::clock::clock::with_default::he08b2c382614598e (0x5622c2be443b) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/clock/clock.rs:117 [INFO] [stdout] 49: tokio::runtime::threadpool::builder::Builder::build::{{closure}}::{{closure}}::h5bed65f637f9edb0 (0x5622c2be58da) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:381 [INFO] [stdout] 50: tokio_reactor::with_default::{{closure}}::h16b985f6ebdf9bc0 (0x5622c2bf38ff) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.9/src/lib.rs:237 [INFO] [stdout] 51: std::thread::local::LocalKey::try_with::h4b7e8d0786ad459a (0x5622c2bf1da0) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/local.rs:262 [INFO] [stdout] 52: std::thread::local::LocalKey::with::h581fbcd6b2c9ac57 (0x5622c2bf19fd) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/local.rs:239 [INFO] [stdout] 53: tokio_reactor::with_default::he308a295c74ba78b (0x5622c2bf36e5) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.9/src/lib.rs:217 [INFO] [stdout] 54: tokio::runtime::threadpool::builder::Builder::build::{{closure}}::hfa03340f9777b745 (0x5622c2be5975) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:380 [INFO] [stdout] 55: tokio_threadpool::callback::Callback::call::h8391bd7a2754a2dd (0x5622c2c72f73) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/callback.rs:22 [INFO] [stdout] 56: tokio_threadpool::worker::Worker::do_run::{{closure}}::{{closure}}::h227a4e148baa2b41 (0x5622c2c7dea1) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:127 [INFO] [stdout] 57: tokio_executor::global::with_default::{{closure}}::h342c235e6027f5af (0x5622c2c5adeb) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.8/src/global.rs:209 [INFO] [stdout] 58: std::thread::local::LocalKey::try_with::h1e75d39ddd8095fa (0x5622c2c6e2a4) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/local.rs:262 [INFO] [stdout] 59: std::thread::local::LocalKey::with::h4d8329bef926581c (0x5622c2c6df23) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/local.rs:239 [INFO] [stdout] 60: tokio_executor::global::with_default::h5bc9c5e877c185d3 (0x5622c2c5acd3) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.8/src/global.rs:178 [INFO] [stdout] 61: tokio_threadpool::worker::Worker::do_run::{{closure}}::h6d839a618c2e3375 (0x5622c2c7df4d) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:125 [INFO] [stdout] 62: std::thread::local::LocalKey::try_with::h2c7ec993804bbe75 (0x5622c2c6e3d2) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/local.rs:262 [INFO] [stdout] 63: std::thread::local::LocalKey::with::h60d72cf1fd44a4b4 (0x5622c2c6df8e) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/local.rs:239 [INFO] [stdout] 64: tokio_threadpool::worker::Worker::do_run::hf425e7934a6a75f4 (0x5622c2c7dd65) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:116 [INFO] [stdout] 65: tokio_threadpool::pool::Pool::spawn_thread::{{closure}}::h190692d8b9754560 (0x5622c2c843b0) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/pool/mod.rs:344 [INFO] [stdout] 66: std::sys_common::backtrace::__rust_begin_short_backtrace::h7e027147ea7a1951 (0x5622c2c8581e) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 67: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd91267d182772c96 (0x5622c2c6f5e2) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 68: as core::ops::function::FnOnce<()>>::call_once::hbf545a368d8ee7f3 (0x5622c2c5ac22) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 69: std::panicking::try::do_call::h1e262cd6eaab284a (0x5622c2c595c3) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 70: __rust_maybe_catch_panic (0x5622c2f7582a) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 71: std::panicking::try::haf2fcaabb64eb972 (0x5622c2c59416) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 72: std::panic::catch_unwind::h5433f9a0a82db92c (0x5622c2c5b9b2) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 73: std::thread::Builder::spawn_unchecked::{{closure}}::he597d0616f72d543 (0x5622c2c6f3c6) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 74: core::ops::function::FnOnce::call_once{{vtable.shim}}::h0ae489d2fce52e99 (0x5622c2c78324) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 75: as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 (0x5622c2f6395f) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 76: as core::ops::function::FnOnce>::call_once::h92593001847bb63e (0x5622c2f74c00) [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] 77: start_thread (0x7f5f83e2b4a4) [INFO] [stdout] 78: __clone (0x7f5f83956d0f) [INFO] [stdout] 79: (0x0)', src/es/mod.rs:422:23 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5622c2f7124b - 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: 0x5622c2f7124b - 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: 0x5622c2f7124b - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5622c2f7124b - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5622c2f7124b - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5622c2f70ebc - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5622c2f719bd - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5622c2f71542 - std::panicking::continue_panic_fmt::he38ad41d6304a12c [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5622c2f7148f - std::panicking::begin_panic_fmt::h4b478f1ed53f4521 [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x5622c271bc2a - rmqfwd::es::test::init_test_store::he86bb9dd81b46fbb [INFO] [stdout] at src/es/mod.rs:422 [INFO] [stdout] 10: 0x5622c271c5b6 - rmqfwd::es::test::assert_search_result_include::hb94070a46b18488a [INFO] [stdout] at src/es/mod.rs:498 [INFO] [stdout] 11: 0x5622c271d33f - rmqfwd::es::test::filter_by_exchange_routing_key_works::hd729e244691198ec [INFO] [stdout] at src/es/mod.rs:547 [INFO] [stdout] 12: 0x5622c271cfca - rmqfwd::es::test::filter_by_exchange_routing_key_works::{{closure}}::h9d83d153df2419f7 [INFO] [stdout] at src/es/mod.rs:533 [INFO] [stdout] 13: 0x5622c276511e - core::ops::function::FnOnce::call_once::h7bf129958c92e17f [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 14: 0x5622c27b92af - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 15: 0x5622c2f7582a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 16: 0x5622c27d389e - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 17: 0x5622c27d389e - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 18: 0x5622c27d389e - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 19: 0x5622c27aecd5 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 20: 0x5622c27b2ee5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 21: 0x5622c27b2ee5 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 22: 0x5622c27b2ee5 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 23: 0x5622c2f7582a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 24: 0x5622c27b34e2 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 25: 0x5622c27b34e2 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 26: 0x5622c27b34e2 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 27: 0x5622c27b34e2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 28: 0x5622c2f6395f - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 29: 0x5622c2f74c00 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 30: 0x5622c2f74c00 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 31: 0x5622c2f74c00 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 32: 0x7f5f83e2b4a4 - start_thread [INFO] [stdout] 33: 0x7f5f83956d0f - __clone [INFO] [stdout] 34: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- es::test::filter_by_exchange_works stdout ---- [INFO] [stdout] thread 'es::test::filter_by_exchange_works' panicked at 'Couldn't initialise test message store: Error(Connect, Os { code: 99, kind: AddrNotAvailable, message: "Cannot assign requested address" }) [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: failure::backtrace::internal::InternalBacktrace::new::h1f583d2b3e02ca12 (0x5622c2ee702f) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/internal.rs:44 [INFO] [stdout] 1: failure::backtrace::Backtrace::new::h08aabf7364aeb498 (0x5622c2ee699e) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/mod.rs:111 [INFO] [stdout] 2: >::from::heacb40521eb4c321 (0x5622c26a711b) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/error_impl.rs:19 [INFO] [stdout] 3: >::from::hd2206c724d079af9 (0x5622c27a1d03) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/mod.rs:36 [INFO] [stdout] 4: >::into::hb194cd7e2b332ffe (0x5622c2706ca3) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/convert.rs:544 [INFO] [stdout] 5: rmqfwd::es::http::handle_response::{{closure}}::h8bda36d45ef46a48 (0x5622c27ae373) [INFO] [stdout] at src/es/http.rs:81 [INFO] [stdout] 6: core::result::Result::map_err::hb36e71a8b9e988b1 (0x5622c26df966) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/result.rs:574 [INFO] [stdout] 7: as futures::future::Future>::poll::h8e2ff5b2757ece5c (0x5622c2645e18) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/map_err.rs:34 [INFO] [stdout] 8: futures::future::chain::Chain::poll::h25195a4eb7c80680 (0x5622c2596350) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/chain.rs:26 [INFO] [stdout] 9: as futures::future::Future>::poll::h14634ac79ff7bc95 (0x5622c25ed2ed) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/and_then.rs:32 [INFO] [stdout] 10: as futures::future::Future>::poll::h451e5f6d27050136 (0x5622c274d770) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/mod.rs:113 [INFO] [stdout] 11: futures::future::chain::Chain::poll::h60062fe0cd2a0177 (0x5622c259be30) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/chain.rs:26 [INFO] [stdout] 12: as futures::future::Future>::poll::h2fd0dbd0fe10eac9 (0x5622c25ed31d) [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::h747c03851ffe6f76 (0x5622c274d800) [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::future::chain::Chain::poll::h4fa0d5cb9948631e (0x5622c259a7b5) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/chain.rs:26 [INFO] [stdout] 15: as futures::future::Future>::poll::h01f8a8eb6e4908b5 (0x5622c25ed28d) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/and_then.rs:32 [INFO] [stdout] 16: as futures::future::Future>::poll::h747c03851ffe6f76 (0x5622c274d800) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/mod.rs:113 [INFO] [stdout] 17: futures::future::chain::Chain::poll::h8757467350150dea (0x5622c259dcdc) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/chain.rs:26 [INFO] [stdout] 18: as futures::future::Future>::poll::h1e8054ec100d9110 (0x5622c26e7186) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/then.rs:32 [INFO] [stdout] 19: as futures::future::Future>::poll::hb8e5c2391fd42468 (0x5622c2ea5168) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/mod.rs:113 [INFO] [stdout] 20: futures::task_impl::Spawn::poll_future_notify::{{closure}}::h5dcd0a5b44e26c30 (0x5622c2c67724) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:329 [INFO] [stdout] 21: futures::task_impl::Spawn::enter::{{closure}}::hf04885b26cbd81f9 (0x5622c2c679e4) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:399 [INFO] [stdout] 22: futures::task_impl::std::set::h0517d521a780abc4 (0x5622c2c600d4) [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] 23: futures::task_impl::Spawn::enter::h7d03b353a9b53cda (0x5622c2c6781f) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:399 [INFO] [stdout] 24: futures::task_impl::Spawn::poll_fn_notify::h43bafee01199620b (0x5622c2c674f5) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:291 [INFO] [stdout] 25: futures::task_impl::Spawn::poll_future_notify::h80eca1fe16ac4464 (0x5622c2c676c8) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:329 [INFO] [stdout] 26: tokio_threadpool::task::Task::run::{{closure}}::h601170eff6eabf1d (0x5622c2c69c92) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/task/mod.rs:145 [INFO] [stdout] 27: core::ops::function::FnOnce::call_once::h4b090d761a489a2f (0x5622c2c784a9) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 28: as core::ops::function::FnOnce<()>>::call_once::hf18601f189fc5634 (0x5622c2c5ac59) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 29: std::panicking::try::do_call::he5a5806858bdc0e8 (0x5622c2c59639) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 30: __rust_maybe_catch_panic (0x5622c2f7582a) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 31: std::panicking::try::h905217e6f00ae2b9 (0x5622c2c59250) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 32: std::panic::catch_unwind::h2afef6a37669bfca (0x5622c2c5b971) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 33: tokio_threadpool::task::Task::run::h0134639fbacceb87 (0x5622c2c6952e) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/task/mod.rs:130 [INFO] [stdout] 34: tokio_threadpool::worker::Worker::run_task2::h1fb1fca8830ddfc0 (0x5622c2c7fd71) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:567 [INFO] [stdout] 35: tokio_threadpool::worker::Worker::run_task::h11ee83eb9d1c83bb (0x5622c2c7f5e4) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:459 [INFO] [stdout] 36: tokio_threadpool::worker::Worker::try_run_owned_task::h7391cd3f814c21c5 (0x5622c2c7ec57) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:390 [INFO] [stdout] 37: tokio_threadpool::worker::Worker::try_run_task::h552d9f4022a980e2 (0x5622c2c7e69d) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:297 [INFO] [stdout] 38: tokio_threadpool::worker::Worker::run::ha9b1503082b4cdfd (0x5622c2c7e4f6) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:241 [INFO] [stdout] 39: tokio::runtime::threadpool::builder::Builder::build::{{closure}}::{{closure}}::{{closure}}::{{closure}}::h33d0e12353ff6f84 (0x5622c2be583c) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:390 [INFO] [stdout] 40: tokio_timer::timer::handle::with_default::{{closure}}::h18fe95bef46b0027 (0x5622c2be2e5c) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/timer/handle.rs:101 [INFO] [stdout] 41: std::thread::local::LocalKey::try_with::ha46be4623968fbea (0x5622c2bf2074) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/local.rs:262 [INFO] [stdout] 42: std::thread::local::LocalKey::with::h726610c8e7cc3bbf (0x5622c2bf1a73) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/local.rs:239 [INFO] [stdout] 43: tokio_timer::timer::handle::with_default::hc3c41215a852e521 (0x5622c2be2ca3) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/timer/handle.rs:84 [INFO] [stdout] 44: tokio::runtime::threadpool::builder::Builder::build::{{closure}}::{{closure}}::{{closure}}::he78bfdff5c08d78b (0x5622c2be5899) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:382 [INFO] [stdout] 45: tokio_timer::clock::clock::with_default::{{closure}}::ha0ad5c562477a4ae (0x5622c2be453f) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/clock/clock.rs:137 [INFO] [stdout] 46: std::thread::local::LocalKey::try_with::h62a8f870e19f2a04 (0x5622c2bf1f10) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/local.rs:262 [INFO] [stdout] 47: std::thread::local::LocalKey::with::h90c03bb8c46f3c57 (0x5622c2bf1afd) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/local.rs:239 [INFO] [stdout] 48: tokio_timer::clock::clock::with_default::he08b2c382614598e (0x5622c2be443b) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/clock/clock.rs:117 [INFO] [stdout] 49: tokio::runtime::threadpool::builder::Builder::build::{{closure}}::{{closure}}::h5bed65f637f9edb0 (0x5622c2be58da) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:381 [INFO] [stdout] 50: tokio_reactor::with_default::{{closure}}::h16b985f6ebdf9bc0 (0x5622c2bf38ff) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.9/src/lib.rs:237 [INFO] [stdout] 51: std::thread::local::LocalKey::try_with::h4b7e8d0786ad459a (0x5622c2bf1da0) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/local.rs:262 [INFO] [stdout] 52: std::thread::local::LocalKey::with::h581fbcd6b2c9ac57 (0x5622c2bf19fd) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/local.rs:239 [INFO] [stdout] 53: tokio_reactor::with_default::he308a295c74ba78b (0x5622c2bf36e5) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.9/src/lib.rs:217 [INFO] [stdout] 54: tokio::runtime::threadpool::builder::Builder::build::{{closure}}::hfa03340f9777b745 (0x5622c2be5975) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:380 [INFO] [stdout] 55: tokio_threadpool::callback::Callback::call::h8391bd7a2754a2dd (0x5622c2c72f73) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/callback.rs:22 [INFO] [stdout] 56: tokio_threadpool::worker::Worker::do_run::{{closure}}::{{closure}}::h227a4e148baa2b41 (0x5622c2c7dea1) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:127 [INFO] [stdout] 57: tokio_executor::global::with_default::{{closure}}::h342c235e6027f5af (0x5622c2c5adeb) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.8/src/global.rs:209 [INFO] [stdout] 58: std::thread::local::LocalKey::try_with::h1e75d39ddd8095fa (0x5622c2c6e2a4) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/local.rs:262 [INFO] [stdout] 59: std::thread::local::LocalKey::with::h4d8329bef926581c (0x5622c2c6df23) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/local.rs:239 [INFO] [stdout] 60: tokio_executor::global::with_default::h5bc9c5e877c185d3 (0x5622c2c5acd3) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.8/src/global.rs:178 [INFO] [stdout] 61: tokio_threadpool::worker::Worker::do_run::{{closure}}::h6d839a618c2e3375 (0x5622c2c7df4d) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:125 [INFO] [stdout] 62: std::thread::local::LocalKey::try_with::h2c7ec993804bbe75 (0x5622c2c6e3d2) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/local.rs:262 [INFO] [stdout] 63: std::thread::local::LocalKey::with::h60d72cf1fd44a4b4 (0x5622c2c6df8e) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/local.rs:239 [INFO] [stdout] 64: tokio_threadpool::worker::Worker::do_run::hf425e7934a6a75f4 (0x5622c2c7dd65) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:116 [INFO] [stdout] 65: tokio_threadpool::pool::Pool::spawn_thread::{{closure}}::h190692d8b9754560 (0x5622c2c843b0) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/pool/mod.rs:344 [INFO] [stdout] 66: std::sys_common::backtrace::__rust_begin_short_backtrace::h7e027147ea7a1951 (0x5622c2c8581e) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 67: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd91267d182772c96 (0x5622c2c6f5e2) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 68: as core::ops::function::FnOnce<()>>::call_once::hbf545a368d8ee7f3 (0x5622c2c5ac22) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 69: std::panicking::try::do_call::h1e262cd6eaab284a (0x5622c2c595c3) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 70: __rust_maybe_catch_panic (0x5622c2f7582a) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 71: std::panicking::try::haf2fcaabb64eb972 (0x5622c2c59416) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 72: std::panic::catch_unwind::h5433f9a0a82db92c (0x5622c2c5b9b2) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 73: std::thread::Builder::spawn_unchecked::{{closure}}::he597d0616f72d543 (0x5622c2c6f3c6) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 74: core::ops::function::FnOnce::call_once{{vtable.shim}}::h0ae489d2fce52e99 (0x5622c2c78324) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 75: as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 (0x5622c2f6395f) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 76: as core::ops::function::FnOnce>::call_once::h92593001847bb63e (0x5622c2f74c00) [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] 77: start_thread (0x7f5f83e2b4a4) [INFO] [stdout] 78: __clone (0x7f5f83956d0f) [INFO] [stdout] 79: (0x0)', src/es/mod.rs:422:23 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5622c2f7124b - 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: 0x5622c2f7124b - 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: 0x5622c2f7124b - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5622c2f7124b - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5622c2f7124b - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5622c2f70ebc - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5622c2f719bd - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5622c2f71542 - std::panicking::continue_panic_fmt::he38ad41d6304a12c [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5622c2f7148f - std::panicking::begin_panic_fmt::h4b478f1ed53f4521 [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x5622c271bc2a - rmqfwd::es::test::init_test_store::he86bb9dd81b46fbb [INFO] [stdout] at src/es/mod.rs:422 [INFO] [stdout] 10: 0x5622c271c5b6 - rmqfwd::es::test::assert_search_result_include::hb94070a46b18488a [INFO] [stdout] at src/es/mod.rs:498 [INFO] [stdout] 11: 0x5622c271ced2 - rmqfwd::es::test::filter_by_exchange_works::h35f6be907929aa6a [INFO] [stdout] at src/es/mod.rs:529 [INFO] [stdout] 12: 0x5622c271cb9a - rmqfwd::es::test::filter_by_exchange_works::{{closure}}::h742cb38ba7aeb3f1 [INFO] [stdout] at src/es/mod.rs:518 [INFO] [stdout] 13: 0x5622c27654fe - core::ops::function::FnOnce::call_once::hb599346d7748c8af [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 14: 0x5622c27b92af - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 15: 0x5622c2f7582a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 16: 0x5622c27d389e - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 17: 0x5622c27d389e - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 18: 0x5622c27d389e - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 19: 0x5622c27aecd5 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 20: 0x5622c27b2ee5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 21: 0x5622c27b2ee5 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 22: 0x5622c27b2ee5 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 23: 0x5622c2f7582a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 24: 0x5622c27b34e2 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 25: 0x5622c27b34e2 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 26: 0x5622c27b34e2 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 27: 0x5622c27b34e2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 28: 0x5622c2f6395f - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 29: 0x5622c2f74c00 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 30: 0x5622c2f74c00 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 31: 0x5622c2f74c00 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 32: 0x7f5f83e2b4a4 - start_thread [INFO] [stdout] 33: 0x7f5f83956d0f - __clone [INFO] [stdout] 34: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- es::test::filter_by_time_range stdout ---- [INFO] [stdout] thread 'es::test::filter_by_time_range' panicked at 'Couldn't initialise test message store: Error(Connect, Os { code: 99, kind: AddrNotAvailable, message: "Cannot assign requested address" }) [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: failure::backtrace::internal::InternalBacktrace::new::h1f583d2b3e02ca12 (0x5622c2ee702f) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/internal.rs:44 [INFO] [stdout] 1: failure::backtrace::Backtrace::new::h08aabf7364aeb498 (0x5622c2ee699e) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/mod.rs:111 [INFO] [stdout] 2: >::from::heacb40521eb4c321 (0x5622c26a711b) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/error_impl.rs:19 [INFO] [stdout] 3: >::from::hd2206c724d079af9 (0x5622c27a1d03) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/mod.rs:36 [INFO] [stdout] 4: >::into::hb194cd7e2b332ffe (0x5622c2706ca3) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/convert.rs:544 [INFO] [stdout] 5: rmqfwd::es::http::handle_response::{{closure}}::h8bda36d45ef46a48 (0x5622c27ae373) [INFO] [stdout] at src/es/http.rs:81 [INFO] [stdout] 6: core::result::Result::map_err::hb36e71a8b9e988b1 (0x5622c26df966) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/result.rs:574 [INFO] [stdout] 7: as futures::future::Future>::poll::h8e2ff5b2757ece5c (0x5622c2645e18) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/map_err.rs:34 [INFO] [stdout] 8: futures::future::chain::Chain::poll::h25195a4eb7c80680 (0x5622c2596350) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/chain.rs:26 [INFO] [stdout] 9: as futures::future::Future>::poll::h14634ac79ff7bc95 (0x5622c25ed2ed) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/and_then.rs:32 [INFO] [stdout] 10: as futures::future::Future>::poll::h451e5f6d27050136 (0x5622c274d770) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/mod.rs:113 [INFO] [stdout] 11: futures::future::chain::Chain::poll::h60062fe0cd2a0177 (0x5622c259be30) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/chain.rs:26 [INFO] [stdout] 12: as futures::future::Future>::poll::h2fd0dbd0fe10eac9 (0x5622c25ed31d) [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::h747c03851ffe6f76 (0x5622c274d800) [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::future::chain::Chain::poll::h4fa0d5cb9948631e (0x5622c259a7b5) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/chain.rs:26 [INFO] [stdout] 15: as futures::future::Future>::poll::h01f8a8eb6e4908b5 (0x5622c25ed28d) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/and_then.rs:32 [INFO] [stdout] 16: as futures::future::Future>::poll::h747c03851ffe6f76 (0x5622c274d800) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/mod.rs:113 [INFO] [stdout] 17: futures::future::chain::Chain::poll::h8757467350150dea (0x5622c259dcdc) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/chain.rs:26 [INFO] [stdout] 18: as futures::future::Future>::poll::h1e8054ec100d9110 (0x5622c26e7186) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/then.rs:32 [INFO] [stdout] 19: as futures::future::Future>::poll::hb8e5c2391fd42468 (0x5622c2ea5168) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/mod.rs:113 [INFO] [stdout] 20: futures::task_impl::Spawn::poll_future_notify::{{closure}}::h5dcd0a5b44e26c30 (0x5622c2c67724) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:329 [INFO] [stdout] 21: futures::task_impl::Spawn::enter::{{closure}}::hf04885b26cbd81f9 (0x5622c2c679e4) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:399 [INFO] [stdout] 22: futures::task_impl::std::set::h0517d521a780abc4 (0x5622c2c600d4) [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] 23: futures::task_impl::Spawn::enter::h7d03b353a9b53cda (0x5622c2c6781f) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:399 [INFO] [stdout] 24: futures::task_impl::Spawn::poll_fn_notify::h43bafee01199620b (0x5622c2c674f5) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:291 [INFO] [stdout] 25: futures::task_impl::Spawn::poll_future_notify::h80eca1fe16ac4464 (0x5622c2c676c8) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/task_impl/mod.rs:329 [INFO] [stdout] 26: tokio_threadpool::task::Task::run::{{closure}}::h601170eff6eabf1d (0x5622c2c69c92) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/task/mod.rs:145 [INFO] [stdout] 27: core::ops::function::FnOnce::call_once::h4b090d761a489a2f (0x5622c2c784a9) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 28: as core::ops::function::FnOnce<()>>::call_once::hf18601f189fc5634 (0x5622c2c5ac59) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 29: std::panicking::try::do_call::he5a5806858bdc0e8 (0x5622c2c59639) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 30: __rust_maybe_catch_panic (0x5622c2f7582a) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 31: std::panicking::try::h905217e6f00ae2b9 (0x5622c2c59250) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 32: std::panic::catch_unwind::h2afef6a37669bfca (0x5622c2c5b971) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 33: tokio_threadpool::task::Task::run::h0134639fbacceb87 (0x5622c2c6952e) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/task/mod.rs:130 [INFO] [stdout] 34: tokio_threadpool::worker::Worker::run_task2::h1fb1fca8830ddfc0 (0x5622c2c7fd71) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:567 [INFO] [stdout] 35: tokio_threadpool::worker::Worker::run_task::h11ee83eb9d1c83bb (0x5622c2c7f5e4) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:459 [INFO] [stdout] 36: tokio_threadpool::worker::Worker::try_run_owned_task::h7391cd3f814c21c5 (0x5622c2c7ec57) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:390 [INFO] [stdout] 37: tokio_threadpool::worker::Worker::try_run_task::h552d9f4022a980e2 (0x5622c2c7e69d) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:297 [INFO] [stdout] 38: tokio_threadpool::worker::Worker::run::ha9b1503082b4cdfd (0x5622c2c7e4f6) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:241 [INFO] [stdout] 39: tokio::runtime::threadpool::builder::Builder::build::{{closure}}::{{closure}}::{{closure}}::{{closure}}::h33d0e12353ff6f84 (0x5622c2be583c) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:390 [INFO] [stdout] 40: tokio_timer::timer::handle::with_default::{{closure}}::h18fe95bef46b0027 (0x5622c2be2e5c) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/timer/handle.rs:101 [INFO] [stdout] 41: std::thread::local::LocalKey::try_with::ha46be4623968fbea (0x5622c2bf2074) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/local.rs:262 [INFO] [stdout] 42: std::thread::local::LocalKey::with::h726610c8e7cc3bbf (0x5622c2bf1a73) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/local.rs:239 [INFO] [stdout] 43: tokio_timer::timer::handle::with_default::hc3c41215a852e521 (0x5622c2be2ca3) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/timer/handle.rs:84 [INFO] [stdout] 44: tokio::runtime::threadpool::builder::Builder::build::{{closure}}::{{closure}}::{{closure}}::he78bfdff5c08d78b (0x5622c2be5899) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:382 [INFO] [stdout] 45: tokio_timer::clock::clock::with_default::{{closure}}::ha0ad5c562477a4ae (0x5622c2be453f) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/clock/clock.rs:137 [INFO] [stdout] 46: std::thread::local::LocalKey::try_with::h62a8f870e19f2a04 (0x5622c2bf1f10) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/local.rs:262 [INFO] [stdout] 47: std::thread::local::LocalKey::with::h90c03bb8c46f3c57 (0x5622c2bf1afd) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/local.rs:239 [INFO] [stdout] 48: tokio_timer::clock::clock::with_default::he08b2c382614598e (0x5622c2be443b) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-timer-0.2.11/src/clock/clock.rs:117 [INFO] [stdout] 49: tokio::runtime::threadpool::builder::Builder::build::{{closure}}::{{closure}}::h5bed65f637f9edb0 (0x5622c2be58da) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:381 [INFO] [stdout] 50: tokio_reactor::with_default::{{closure}}::h16b985f6ebdf9bc0 (0x5622c2bf38ff) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.9/src/lib.rs:237 [INFO] [stdout] 51: std::thread::local::LocalKey::try_with::h4b7e8d0786ad459a (0x5622c2bf1da0) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/local.rs:262 [INFO] [stdout] 52: std::thread::local::LocalKey::with::h581fbcd6b2c9ac57 (0x5622c2bf19fd) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/local.rs:239 [INFO] [stdout] 53: tokio_reactor::with_default::he308a295c74ba78b (0x5622c2bf36e5) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.9/src/lib.rs:217 [INFO] [stdout] 54: tokio::runtime::threadpool::builder::Builder::build::{{closure}}::hfa03340f9777b745 (0x5622c2be5975) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.1.22/src/runtime/threadpool/builder.rs:380 [INFO] [stdout] 55: tokio_threadpool::callback::Callback::call::h8391bd7a2754a2dd (0x5622c2c72f73) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/callback.rs:22 [INFO] [stdout] 56: tokio_threadpool::worker::Worker::do_run::{{closure}}::{{closure}}::h227a4e148baa2b41 (0x5622c2c7dea1) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:127 [INFO] [stdout] 57: tokio_executor::global::with_default::{{closure}}::h342c235e6027f5af (0x5622c2c5adeb) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.8/src/global.rs:209 [INFO] [stdout] 58: std::thread::local::LocalKey::try_with::h1e75d39ddd8095fa (0x5622c2c6e2a4) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/local.rs:262 [INFO] [stdout] 59: std::thread::local::LocalKey::with::h4d8329bef926581c (0x5622c2c6df23) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/local.rs:239 [INFO] [stdout] 60: tokio_executor::global::with_default::h5bc9c5e877c185d3 (0x5622c2c5acd3) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.8/src/global.rs:178 [INFO] [stdout] 61: tokio_threadpool::worker::Worker::do_run::{{closure}}::h6d839a618c2e3375 (0x5622c2c7df4d) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:125 [INFO] [stdout] 62: std::thread::local::LocalKey::try_with::h2c7ec993804bbe75 (0x5622c2c6e3d2) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/local.rs:262 [INFO] [stdout] 63: std::thread::local::LocalKey::with::h60d72cf1fd44a4b4 (0x5622c2c6df8e) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/local.rs:239 [INFO] [stdout] 64: tokio_threadpool::worker::Worker::do_run::hf425e7934a6a75f4 (0x5622c2c7dd65) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/worker/mod.rs:116 [INFO] [stdout] 65: tokio_threadpool::pool::Pool::spawn_thread::{{closure}}::h190692d8b9754560 (0x5622c2c843b0) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.15/src/pool/mod.rs:344 [INFO] [stdout] 66: std::sys_common::backtrace::__rust_begin_short_backtrace::h7e027147ea7a1951 (0x5622c2c8581e) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 67: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd91267d182772c96 (0x5622c2c6f5e2) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 68: as core::ops::function::FnOnce<()>>::call_once::hbf545a368d8ee7f3 (0x5622c2c5ac22) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 69: std::panicking::try::do_call::h1e262cd6eaab284a (0x5622c2c595c3) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 70: __rust_maybe_catch_panic (0x5622c2f7582a) [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 71: std::panicking::try::haf2fcaabb64eb972 (0x5622c2c59416) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 72: std::panic::catch_unwind::h5433f9a0a82db92c (0x5622c2c5b9b2) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 73: std::thread::Builder::spawn_unchecked::{{closure}}::he597d0616f72d543 (0x5622c2c6f3c6) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 74: core::ops::function::FnOnce::call_once{{vtable.shim}}::h0ae489d2fce52e99 (0x5622c2c78324) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 75: as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 (0x5622c2f6395f) [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 76: as core::ops::function::FnOnce>::call_once::h92593001847bb63e (0x5622c2f74c00) [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] 77: start_thread (0x7f5f83e2b4a4) [INFO] [stdout] 78: __clone (0x7f5f83956d0f) [INFO] [stdout] 79: (0x0)', src/es/mod.rs:422:23 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5622c2f7124b - 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: 0x5622c2f7124b - 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: 0x5622c2f7124b - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5622c2f7124b - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5622c2f7124b - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5622c2f70ebc - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5622c2f719bd - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5622c2f71542 - std::panicking::continue_panic_fmt::he38ad41d6304a12c [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5622c2f7148f - std::panicking::begin_panic_fmt::h4b478f1ed53f4521 [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x5622c271bc2a - rmqfwd::es::test::init_test_store::he86bb9dd81b46fbb [INFO] [stdout] at src/es/mod.rs:422 [INFO] [stdout] 10: 0x5622c271c5b6 - rmqfwd::es::test::assert_search_result_include::hb94070a46b18488a [INFO] [stdout] at src/es/mod.rs:498 [INFO] [stdout] 11: 0x5622c271da77 - rmqfwd::es::test::filter_by_time_range::ha869fe785c999c13 [INFO] [stdout] at src/es/mod.rs:578 [INFO] [stdout] 12: 0x5622c271d43a - rmqfwd::es::test::filter_by_time_range::{{closure}}::h2f422a97db0bffb7 [INFO] [stdout] at src/es/mod.rs:551 [INFO] [stdout] 13: 0x5622c276589e - core::ops::function::FnOnce::call_once::hfdaceecd4d83d680 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 14: 0x5622c27b92af - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 15: 0x5622c2f7582a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 16: 0x5622c27d389e - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 17: 0x5622c27d389e - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 18: 0x5622c27d389e - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 19: 0x5622c27aecd5 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 20: 0x5622c27b2ee5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 21: 0x5622c27b2ee5 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 22: 0x5622c27b2ee5 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 23: 0x5622c2f7582a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 24: 0x5622c27b34e2 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 25: 0x5622c27b34e2 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 26: 0x5622c27b34e2 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 27: 0x5622c27b34e2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 28: 0x5622c2f6395f - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 29: 0x5622c2f74c00 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 30: 0x5622c2f74c00 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 31: 0x5622c2f74c00 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 32: 0x7f5f83e2b4a4 - start_thread [INFO] [stdout] 33: 0x7f5f83956d0f - __clone [INFO] [stdout] 34: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] es::test::filter_by_exchange_routing_key_works [INFO] [stdout] es::test::filter_by_exchange_works [INFO] [stdout] es::test::filter_by_time_range [INFO] [stdout] [INFO] [stdout] test result: FAILED. 8 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `"docker" "inspect" "10b14b2df0749fb83afcd13c0f2f44823cd124d605081f3eff97b4bb401df1bc"` [INFO] running `"docker" "rm" "-f" "10b14b2df0749fb83afcd13c0f2f44823cd124d605081f3eff97b4bb401df1bc"` [INFO] [stdout] 10b14b2df0749fb83afcd13c0f2f44823cd124d605081f3eff97b4bb401df1bc