[INFO] cloning repository https://github.com/pr0n1x/pubsub-tokio
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pr0n1x/pubsub-tokio" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpr0n1x%2Fpubsub-tokio", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpr0n1x%2Fpubsub-tokio'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c233cf9a158d6ad1826badc22532cc1b10f29e81
[INFO] testing pr0n1x/pubsub-tokio against 1.98.0-beta.8+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpr0n1x%2Fpubsub-tokio" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/pr0n1x/pubsub-tokio
[INFO] finished tweaking git repo https://github.com/pr0n1x/pubsub-tokio
[INFO] tweaked toml for git repo https://github.com/pr0n1x/pubsub-tokio written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/pr0n1x/pubsub-tokio on toolchain 1.98.0-beta.8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/pr0n1x/pubsub-tokio already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded snafu v0.8.9
[INFO] [stderr]   Downloaded snafu-derive v0.8.9
[INFO] [stderr]   Downloaded regex-automata v0.4.11
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 19c5b47bb19f233079906270f150b974667b36e9d1e7e15aefc5376b79a44c01
[INFO] running `Command { std: "docker" "start" "19c5b47bb19f233079906270f150b974667b36e9d1e7e15aefc5376b79a44c01", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "19c5b47bb19f233079906270f150b974667b36e9d1e7e15aefc5376b79a44c01", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "19c5b47bb19f233079906270f150b974667b36e9d1e7e15aefc5376b79a44c01" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "19c5b47bb19f233079906270f150b974667b36e9d1e7e15aefc5376b79a44c01", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "19c5b47bb19f233079906270f150b974667b36e9d1e7e15aefc5376b79a44c01" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling slab v0.4.11
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling snafu-derive v0.8.9
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling snafu v0.8.9
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling pubsub-tokio v1.0.1 (/opt/rustwide/workdir/pubsub-tokio)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 22.09s
[INFO] running `Command { std: "docker" "inspect" "19c5b47bb19f233079906270f150b974667b36e9d1e7e15aefc5376b79a44c01", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "19c5b47bb19f233079906270f150b974667b36e9d1e7e15aefc5376b79a44c01" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling nu-ansi-term v0.50.1
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling regex-automata v0.4.11
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling pubsub-tokio v1.0.1 (/opt/rustwide/workdir/pubsub-tokio)
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 25.56s
[INFO] running `Command { std: "docker" "inspect" "19c5b47bb19f233079906270f150b974667b36e9d1e7e15aefc5376b79a44c01", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "19c5b47bb19f233079906270f150b974667b36e9d1e7e15aefc5376b79a44c01" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/pubsub_tokio-f6e71d3cfc34aa94)
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test pubsub::tests::test_u64_key ... ok
[INFO] [stdout] test streamer::tests::should_notify_on_stream_end_using_callback ... ok
[INFO] [stdout] test streamer::tests::should_notify_on_each_stream_item_using_future ... ok
[INFO] [stdout] test streamer::tests::should_notify_on_broken_channel_stream ... ok
[INFO] [stdout] test streamer::tests::should_notify_on_each_stream_item_using_callback ... ok
[INFO] [stdout] test streamer::tests::should_pull_items_from_pairs_stream ... ok
[INFO] [stdout] test streamer::tests::should_notify_on_stream_end_using_future ... ok
[INFO] [stdout] test pubsub::tests::test_sub ... ok
[INFO] [stdout] test pubsub::tests::zero_subscribers_should_be_valid ... ok
[INFO] [stdout] test pubsub::tests::test_dispatcher ... ok
[INFO] [stdout] test streamer::delay::tests::test_delayed_stream ... FAILED
[INFO] [stdout] test streamer::delay::tests::test_partially_delayed_stream ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- streamer::delay::tests::test_delayed_stream stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'streamer::delay::tests::test_delayed_stream' (923) panicked at pubsub-tokio/src/streamer/delay.rs:359:13:
[INFO] [stdout] assertion failed: (STREAM_DELAY_F64..STREAM_DELAY_F64 + MAX_LAG).contains(&delayed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5975fe12cd91 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5975fe142dea - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5975fe1314ec - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5975fe10ade6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5975fe124bf9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5975fe093de0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5975fe124f22 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5975fe10aec4 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5975fe1027b9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5975fe10ba8d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5975fe1435cc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5975fe143592 - core[832e9a552fc17241]::panicking::panic
[INFO] [stdout]   12:     0x5975fdff724d - pubsub_tokio[3c117be37a6de6d2]::streamer::delay::tests::test_delayed_stream::{closure#0}
[INFO] [stdout]   13:     0x5975fe00ae23 - <tokio[7dcae612b367012f]::runtime::scheduler::current_thread::Context>::enter::<core[832e9a552fc17241]::task::poll::Poll<()>, <tokio[7dcae612b367012f]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[832e9a552fc17241]::pin::Pin<&mut core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]   14:     0x5975fdfef79c - <tokio[7dcae612b367012f]::runtime::context::scoped::Scoped<tokio[7dcae612b367012f]::runtime::scheduler::Context>>::set::<<tokio[7dcae612b367012f]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7dcae612b367012f]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[832e9a552fc17241]::pin::Pin<&mut core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>>::{closure#0}, core[832e9a552fc17241]::option::Option<()>>::{closure#0}, (alloc[3ecab9f82c41dc7d]::boxed::Box<tokio[7dcae612b367012f]::runtime::scheduler::current_thread::Core>, core[832e9a552fc17241]::option::Option<()>)>
[INFO] [stdout]   15:     0x5975fe00bb47 - <tokio[7dcae612b367012f]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[832e9a552fc17241]::pin::Pin<&mut core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>>
[INFO] [stdout]   16:     0x5975fdff35c6 - tokio[7dcae612b367012f]::runtime::context::runtime::enter_runtime::<<tokio[7dcae612b367012f]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]   17:     0x5975fdfef431 - <tokio[7dcae612b367012f]::runtime::runtime::Runtime>::block_on::<core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>
[INFO] [stdout]   18:     0x5975fdff89db - pubsub_tokio[3c117be37a6de6d2]::streamer::delay::tests::test_delayed_stream
[INFO] [stdout]   19:     0x5975fdffd4f9 - <pubsub_tokio[3c117be37a6de6d2]::streamer::delay::tests::test_delayed_stream::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   20:     0x5975fe08711b - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   21:     0x5975fe094765 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   22:     0x5975fe08f214 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   23:     0x5975fe0978b2 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   24:     0x5975fe12c5df - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   25:     0x71d72a4b107a - <unknown>
[INFO] [stdout]   26:     0x71d72a544534 - clone
[INFO] [stdout]   27:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     streamer::delay::tests::test_delayed_stream
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 11 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "19c5b47bb19f233079906270f150b974667b36e9d1e7e15aefc5376b79a44c01", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "19c5b47bb19f233079906270f150b974667b36e9d1e7e15aefc5376b79a44c01", kill_on_drop: false }`
[INFO] [stdout] 19c5b47bb19f233079906270f150b974667b36e9d1e7e15aefc5376b79a44c01
