[INFO] fetching crate pubnub-core 0.1.0... [INFO] testing pubnub-core-0.1.0 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate pubnub-core 0.1.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate pubnub-core 0.1.0 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate pubnub-core 0.1.0 [INFO] finished tweaking crates.io crate pubnub-core 0.1.0 [INFO] tweaked toml for crates.io crate pubnub-core 0.1.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4cfff7ffec7ca22c82fb04d55e464c62431ef221041a1f12269a78e9a7da1d68 [INFO] running `"docker" "start" "-a" "4cfff7ffec7ca22c82fb04d55e464c62431ef221041a1f12269a78e9a7da1d68"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling proc-macro-nested v0.1.4 [INFO] [stderr] Compiling ppv-lite86 v0.2.8 [INFO] [stderr] Compiling predicates-core v1.0.0 [INFO] [stderr] Compiling difference v2.0.0 [INFO] [stderr] Compiling normalize-line-endings v0.3.0 [INFO] [stderr] Compiling futures-core v0.3.5 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling treeline v0.1.0 [INFO] [stderr] Compiling futures-sink v0.3.5 [INFO] [stderr] Compiling proc-macro-hack v0.5.16 [INFO] [stderr] Compiling once_cell v1.4.0 [INFO] [stderr] Compiling downcast v0.10.0 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling fragile v0.3.0 [INFO] [stderr] Compiling json v0.12.4 [INFO] [stderr] Compiling error-iter v0.2.0 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling futures-channel v0.3.5 [INFO] [stderr] Compiling predicates-tree v1.0.0 [INFO] [stderr] Compiling futures-task v0.3.5 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling float-cmp v0.6.0 [INFO] [stderr] Compiling predicates v1.0.4 [INFO] [stderr] Compiling uuid v0.8.1 [INFO] [stderr] Compiling pin-project-internal v0.4.19 [INFO] [stderr] Compiling mockall_derive v0.6.0 [INFO] [stderr] Compiling thiserror-impl v1.0.19 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling async-trait v0.1.33 [INFO] [stderr] Compiling thiserror v1.0.19 [INFO] [stderr] Compiling pin-project v0.4.19 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling mockall v0.6.0 [INFO] [stderr] Compiling pubnub-core v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/mock/runtime.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | / mock! { [INFO] [stderr] 14 | | pub Runtime { [INFO] [stderr] 15 | | fn mock_workaround_spawn(&self, future: Pin + Send + 'static>>) {} [INFO] [stderr] 16 | | } [INFO] [stderr] ... | [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/mock/runtime.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | / mock! { [INFO] [stderr] 14 | | pub Runtime { [INFO] [stderr] 15 | | fn mock_workaround_spawn(&self, future: Pin + Send + 'static>>) {} [INFO] [stderr] 16 | | } [INFO] [stderr] ... | [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/mock/transport.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | / mock! { [INFO] [stderr] 23 | | pub Transport { [INFO] [stderr] 24 | | fn call( [INFO] [stderr] 25 | | &self, [INFO] [stderr] ... | [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 06s [INFO] running `"docker" "inspect" "4cfff7ffec7ca22c82fb04d55e464c62431ef221041a1f12269a78e9a7da1d68"` [INFO] running `"docker" "rm" "-f" "4cfff7ffec7ca22c82fb04d55e464c62431ef221041a1f12269a78e9a7da1d68"` [INFO] [stdout] 4cfff7ffec7ca22c82fb04d55e464c62431ef221041a1f12269a78e9a7da1d68 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stdout] e35c9dc5b3a2f6c29a66a2727671a7fe818d012df622692336ba8b5d783ad55a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "e35c9dc5b3a2f6c29a66a2727671a7fe818d012df622692336ba8b5d783ad55a"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling termcolor v1.1.0 [INFO] [stderr] Compiling randomize v3.0.1 [INFO] [stderr] Compiling futures-executor v0.3.5 [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/mock/runtime.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | / mock! { [INFO] [stderr] 14 | | pub Runtime { [INFO] [stderr] 15 | | fn mock_workaround_spawn(&self, future: Pin + Send + 'static>>) {} [INFO] [stderr] 16 | | } [INFO] [stderr] ... | [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/mock/runtime.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | / mock! { [INFO] [stderr] 14 | | pub Runtime { [INFO] [stderr] 15 | | fn mock_workaround_spawn(&self, future: Pin + Send + 'static>>) {} [INFO] [stderr] 16 | | } [INFO] [stderr] ... | [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/mock/transport.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | / mock! { [INFO] [stderr] 23 | | pub Transport { [INFO] [stderr] 24 | | fn call( [INFO] [stderr] 25 | | &self, [INFO] [stderr] ... | [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling pubnub-core v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/mock/runtime.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | / mock! { [INFO] [stderr] 14 | | pub Runtime { [INFO] [stderr] 15 | | fn mock_workaround_spawn(&self, future: Pin + Send + 'static>>) {} [INFO] [stderr] 16 | | } [INFO] [stderr] ... | [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/mock/runtime.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | / mock! { [INFO] [stderr] 14 | | pub Runtime { [INFO] [stderr] 15 | | fn mock_workaround_spawn(&self, future: Pin + Send + 'static>>) {} [INFO] [stderr] 16 | | } [INFO] [stderr] ... | [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/mock/transport.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | / mock! { [INFO] [stderr] 23 | | pub Transport { [INFO] [stderr] 24 | | fn call( [INFO] [stderr] 25 | | &self, [INFO] [stderr] ... | [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 9.69s [INFO] running `"docker" "inspect" "e35c9dc5b3a2f6c29a66a2727671a7fe818d012df622692336ba8b5d783ad55a"` [INFO] running `"docker" "rm" "-f" "e35c9dc5b3a2f6c29a66a2727671a7fe818d012df622692336ba8b5d783ad55a"` [INFO] [stdout] e35c9dc5b3a2f6c29a66a2727671a7fe818d012df622692336ba8b5d783ad55a [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "test" "--frozen"` [INFO] [stdout] fa49a4c6f57ba313eb56e39b0c255e8a9f153502f4a32151cccb7c4cbd479486 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "fa49a4c6f57ba313eb56e39b0c255e8a9f153502f4a32151cccb7c4cbd479486"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/mock/runtime.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | / mock! { [INFO] [stderr] 14 | | pub Runtime { [INFO] [stderr] 15 | | fn mock_workaround_spawn(&self, future: Pin + Send + 'static>>) {} [INFO] [stderr] 16 | | } [INFO] [stderr] ... | [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/mock/runtime.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | / mock! { [INFO] [stderr] 14 | | pub Runtime { [INFO] [stderr] 15 | | fn mock_workaround_spawn(&self, future: Pin + Send + 'static>>) {} [INFO] [stderr] 16 | | } [INFO] [stderr] ... | [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/mock/transport.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | / mock! { [INFO] [stderr] 23 | | pub Transport { [INFO] [stderr] 24 | | fn call( [INFO] [stderr] 25 | | &self, [INFO] [stderr] ... | [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/mock/runtime.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | / mock! { [INFO] [stderr] 14 | | pub Runtime { [INFO] [stderr] 15 | | fn mock_workaround_spawn(&self, future: Pin + Send + 'static>>) {} [INFO] [stderr] 16 | | } [INFO] [stderr] ... | [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/mock/runtime.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | / mock! { [INFO] [stderr] 14 | | pub Runtime { [INFO] [stderr] 15 | | fn mock_workaround_spawn(&self, future: Pin + Send + 'static>>) {} [INFO] [stderr] 16 | | } [INFO] [stderr] ... | [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/mock/transport.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | / mock! { [INFO] [stderr] 23 | | pub Transport { [INFO] [stderr] 24 | | fn call( [INFO] [stderr] 25 | | &self, [INFO] [stderr] ... | [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/pubnub_core-13fb9ad25dc46b88 [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test data::channel::tests::name_valid ... ok [INFO] [stdout] test pubnub::tests::mocked_pubnub_publish_ok ... ok [INFO] [stdout] test data::target::tests::standard_valid ... ok [INFO] [stdout] test data::channel::tests::name_invalid ... ok [INFO] [stdout] test data::target::tests::standard_invalid ... ok [INFO] [stdout] test pubnub::tests::mocked_pubnub_subscribe_ok ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- pubnub::tests::mocked_pubnub_subscribe_ok stdout ---- [INFO] [stdout] [2020-06-06T04:27:40Z DEBUG pubnub_core::subscription::subscribe_loop_supervisor] Creating the subscribe loop [INFO] [stdout] [2020-06-06T04:27:40Z DEBUG pubnub_core::subscription::subscribe_loop_supervisor] Waiting for subscription loop ready... [INFO] [stdout] [2020-06-06T04:27:40Z DEBUG pubnub_core::subscription::subscribe_loop] Starting subscribe loop [INFO] [stdout] [2020-06-06T04:27:40Z DEBUG pubnub_core::subscription::subscribe_loop] messages: [Message { message_type: Publish, route: Some(Name("test_channel")), channel: Name("test_channel"), json: Object(Object { store: [("test", Short("value"), 0, 0)] }), metadata: Null, timetoken: Timetoken { t: 100, r: 12 }, client: None, subscribe_key: "test_subscribe_key", flags: 514 }] [INFO] [stdout] [2020-06-06T04:27:40Z DEBUG pubnub_core::subscription::subscribe_loop] timetoken: Timetoken { t: 150, r: 1 } [INFO] [stdout] [2020-06-06T04:27:40Z DEBUG pubnub_core::subscription::subscribe_loop] route: test_channel (channel) [INFO] [stdout] [2020-06-06T04:27:40Z DEBUG pubnub_core::subscription::subscribe_loop] Delivering to 1 listeners... [INFO] [stdout] thread 'pubnub::tests::mocked_pubnub_subscribe_ok' panicked at 'attempted to leave type `std::mem::ManuallyDrop mock::runtime::gen::MockRuntime>>>>` uninitialized, which is invalid', /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/mem/mod.rs:655:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x559f7009cb55 - backtrace::backtrace::libunwind::trace::h07c956be65d9b461 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x559f7009cb55 - backtrace::backtrace::trace_unsynchronized::h2fdb9e4177ad4d20 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x559f7009cb55 - std::sys_common::backtrace::_print_fmt::ha62d8426311107ac [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x559f7009cb55 - ::fmt::h3ec6bdab62f1e8d9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x559f700c505c - core::fmt::write::h935cb0ed4078a853 [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x559f6fe70e75 - std::io::Write::write_fmt::h944a31ab04b0dfe4 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x559f70096d51 - std::io::impls::>::write_fmt::h6bd94c41a9c566d2 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x559f7009f380 - std::sys_common::backtrace::_print::h460db802d801ccf8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x559f7009f380 - std::sys_common::backtrace::print::h399d664f56640530 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x559f7009f380 - std::panicking::default_hook::{{closure}}::hc6dfd87957c765b8 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x559f7009f07a - std::panicking::default_hook::hfdceba6d6d1a18ae [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x559f7009f9b7 - std::panicking::rust_panic_with_hook::hd01e282bff1b1e63 [INFO] [stdout] at src/libstd/panicking.rs:486 [INFO] [stdout] 12: 0x559f7009f5bb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:388 [INFO] [stdout] 13: 0x559f700c39b1 - core::panicking::panic_fmt::habd7df443069602c [INFO] [stdout] at src/libcore/panicking.rs:101 [INFO] [stdout] 14: 0x559f700c38fd - core::panicking::panic::h79f1986e668d0637 [INFO] [stdout] at src/libcore/panicking.rs:56 [INFO] [stdout] 15: 0x559f6fe179aa - core::mem::uninitialized::hf13923ac448b886f [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/mem/mod.rs:655 [INFO] [stdout] 16: 0x559f6fe179aa - fragile::fragile::Fragile::into_inner::h91c2d085fd568172 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fragile-0.3.0/src/fragile.rs:70 [INFO] [stdout] 17: 0x559f6fe18b7f - pubnub_core::mock::runtime::gen::__mock_Runtime_Clone::clone::Rfunc::call_mut::h8f680b6178718afc [INFO] [stdout] at src/mock/runtime.rs:13 [INFO] [stdout] 18: 0x559f6fe19a3f - pubnub_core::mock::runtime::gen::__mock_Runtime_Clone::clone::Expectation::call::hb5e3e4915a7de56d [INFO] [stdout] at src/mock/runtime.rs:13 [INFO] [stdout] 19: 0x559f6fe1a345 - pubnub_core::mock::runtime::gen::__mock_Runtime_Clone::clone::Expectations::call::{{closure}}::h970e3a11b549c25c [INFO] [stdout] at src/mock/runtime.rs:13 [INFO] [stdout] 20: 0x559f6fe393b0 - core::option::Option::map::hadb7800bced71074 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/option.rs:458 [INFO] [stdout] 21: 0x559f6fe1a271 - pubnub_core::mock::runtime::gen::__mock_Runtime_Clone::clone::Expectations::call::h845651f84d30db94 [INFO] [stdout] at src/mock/runtime.rs:13 [INFO] [stdout] 22: 0x559f6fe140c3 - ::clone::h52b5f542cfbd3d63 [INFO] [stdout] at src/mock/runtime.rs:13 [INFO] [stdout] 23: 0x559f6fe3d3eb - pubnub_core::subscription::subscribe_loop_supervisor::SubscribeLoopSupervisor::subscribe::{{closure}}::h75503fff81a9ef63 [INFO] [stdout] at src/subscription/subscribe_loop_supervisor.rs:151 [INFO] [stdout] 24: 0x559f6fe367d0 - as core::future::future::Future>::poll::h752f97e7e6665d0e [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/future/mod.rs:73 [INFO] [stdout] 25: 0x559f6fe11734 - pubnub_core::pubnub::subscribe::>::subscribe::{{closure}}::h179a9584fe233f6a [INFO] [stdout] at src/pubnub/subscribe.rs:46 [INFO] [stdout] 26: 0x559f6fe361f0 - as core::future::future::Future>::poll::h0cc0922c274660ad [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/future/mod.rs:73 [INFO] [stdout] 27: 0x559f6fdeea14 - pubnub_core::pubnub::tests::mocked_pubnub_subscribe_ok::{{closure}}::hd0ac098946e96271 [INFO] [stdout] at src/pubnub/tests.rs:164 [INFO] [stdout] 28: 0x559f6fe362e7 - as core::future::future::Future>::poll::h1977ec1373957ad5 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/future/mod.rs:73 [INFO] [stdout] 29: 0x559f7006b89c - as core::future::future::Future>::poll::h2e4996a1c2309409 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.5/src/future_obj.rs:86 [INFO] [stdout] 30: 0x559f70073828 - as futures_core::stream::Stream>::poll_next::h7069b344eb45eb07 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-0.3.5/src/stream/futures_unordered/mod.rs:542 [INFO] [stdout] 31: 0x559f7007477c - futures_util::stream::stream::StreamExt::poll_next_unpin::h30369185fc1d696a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-0.3.5/src/stream/stream/mod.rs:1323 [INFO] [stdout] 32: 0x559f7006d904 - futures_executor::local_pool::LocalPool::poll_pool_once::hc45d6cd8d4b7845c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.5/src/local_pool.rs:299 [INFO] [stdout] 33: 0x559f7006d5d7 - futures_executor::local_pool::LocalPool::poll_pool::ha7170b04e3443ef2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.5/src/local_pool.rs:272 [INFO] [stdout] 34: 0x559f7006d59a - futures_executor::local_pool::LocalPool::run::{{closure}}::h0900ae3e067662c8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.5/src/local_pool.rs:151 [INFO] [stdout] 35: 0x559f7006d3ee - futures_executor::local_pool::run_executor::{{closure}}::h9923f1e4c50fd895 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.5/src/local_pool.rs:87 [INFO] [stdout] 36: 0x559f7006e1f1 - std::thread::local::LocalKey::try_with::hacc7e48fb95522ba [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/thread/local.rs:263 [INFO] [stdout] 37: 0x559f7006e014 - std::thread::local::LocalKey::with::hcdf2dfc8c513492d [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/thread/local.rs:239 [INFO] [stdout] 38: 0x559f7006d32a - futures_executor::local_pool::run_executor::h531a19bda43867b3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.5/src/local_pool.rs:83 [INFO] [stdout] 39: 0x559f7006d56e - futures_executor::local_pool::LocalPool::run::he948d9dcc8cd4e51 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.5/src/local_pool.rs:151 [INFO] [stdout] 40: 0x559f6fded325 - pubnub_core::pubnub::tests::mocked_pubnub_subscribe_ok::h763b9f2bd758295d [INFO] [stdout] at src/pubnub/tests.rs:189 [INFO] [stdout] 41: 0x559f6fded21a - pubnub_core::pubnub::tests::mocked_pubnub_subscribe_ok::{{closure}}::hb2785289eb4302e5 [INFO] [stdout] at src/pubnub/tests.rs:56 [INFO] [stdout] 42: 0x559f6fe2a9ce - core::ops::function::FnOnce::call_once::h29de03f7b46baab4 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/ops/function.rs:232 [INFO] [stdout] 43: 0x559f6fe98262 - as core::ops::function::FnOnce>::call_once::hd23431bd7b767a0c [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 44: 0x559f6fe98262 - as core::ops::function::FnOnce<()>>::call_once::h6986d2e83b783a4e [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:318 [INFO] [stdout] 45: 0x559f6fe98262 - std::panicking::try::do_call::haee67871ebe8ee92 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:297 [INFO] [stdout] 46: 0x559f6fe98262 - std::panicking::try::hcba534043f17f42d [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:274 [INFO] [stdout] 47: 0x559f6fe98262 - std::panic::catch_unwind::h6908c2ae7517b434 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:394 [INFO] [stdout] 48: 0x559f6fe98262 - test::run_test_in_process::h66277a63b8267865 [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 49: 0x559f6fe98262 - test::run_test::run_test_inner::{{closure}}::h591f321b83c3f302 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 50: 0x559f6fe70336 - std::sys_common::backtrace::__rust_begin_short_backtrace::h843e47ea29613666 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 51: 0x559f6fe758d5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::ha6c43669df0cbe25 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/thread/mod.rs:475 [INFO] [stdout] 52: 0x559f6fe758d5 - as core::ops::function::FnOnce<()>>::call_once::hc86e5439e615a14a [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:318 [INFO] [stdout] 53: 0x559f6fe758d5 - std::panicking::try::do_call::h4b45bcf4d5d82a80 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:297 [INFO] [stdout] 54: 0x559f6fe758d5 - std::panicking::try::h297c0c407d3f8196 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:274 [INFO] [stdout] 55: 0x559f6fe758d5 - std::panic::catch_unwind::h877baa9fbef2eafe [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:394 [INFO] [stdout] 56: 0x559f6fe758d5 - std::thread::Builder::spawn_unchecked::{{closure}}::hdb000626ad29158a [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/thread/mod.rs:474 [INFO] [stdout] 57: 0x559f6fe758d5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h87e786b011f05b5c [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/ops/function.rs:232 [INFO] [stdout] 58: 0x559f700a5d0a - as core::ops::function::FnOnce>::call_once::hfc5c0e64036d1b09 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 59: 0x559f700a5d0a - as core::ops::function::FnOnce>::call_once::hf3d73184efc070c1 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 60: 0x559f700a5d0a - std::sys::unix::thread::Thread::new::thread_start::hb9eb749d91dfe8e2 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 61: 0x7f6005eb8609 - start_thread [INFO] [stdout] 62: 0x7f6006143103 - __clone [INFO] [stdout] 63: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] pubnub::tests::mocked_pubnub_subscribe_ok [INFO] [stdout] [INFO] [stdout] test result: FAILED. 5 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `"docker" "inspect" "fa49a4c6f57ba313eb56e39b0c255e8a9f153502f4a32151cccb7c4cbd479486"` [INFO] running `"docker" "rm" "-f" "fa49a4c6f57ba313eb56e39b0c255e8a9f153502f4a32151cccb7c4cbd479486"` [INFO] [stdout] fa49a4c6f57ba313eb56e39b0c255e8a9f153502f4a32151cccb7c4cbd479486