[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.99.0-beta.1+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-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/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-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/pr0n1x/pubsub-tokio on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "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.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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] 906c282a0c5d778e545e94b0b71cf3815f7184131410534bbf7a460d3b931e41
[INFO] running `Command { std: "docker" "start" "906c282a0c5d778e545e94b0b71cf3815f7184131410534bbf7a460d3b931e41", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "906c282a0c5d778e545e94b0b71cf3815f7184131410534bbf7a460d3b931e41", 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" "906c282a0c5d778e545e94b0b71cf3815f7184131410534bbf7a460d3b931e41" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "906c282a0c5d778e545e94b0b71cf3815f7184131410534bbf7a460d3b931e41", 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" "906c282a0c5d778e545e94b0b71cf3815f7184131410534bbf7a460d3b931e41" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "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 mio v1.0.4
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[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 futures-macro v0.3.31
[INFO] [stderr]    Compiling snafu-derive v0.8.9
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling tokio v1.47.1
[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 19.92s
[INFO] running `Command { std: "docker" "inspect" "906c282a0c5d778e545e94b0b71cf3815f7184131410534bbf7a460d3b931e41", 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" "906c282a0c5d778e545e94b0b71cf3815f7184131410534bbf7a460d3b931e41" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling futures-channel v0.3.31
[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 20.03s
[INFO] running `Command { std: "docker" "inspect" "906c282a0c5d778e545e94b0b71cf3815f7184131410534bbf7a460d3b931e41", 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" "906c282a0c5d778e545e94b0b71cf3815f7184131410534bbf7a460d3b931e41" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.08s
[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 pubsub::tests::test_sub ... ok
[INFO] [stdout] test streamer::tests::should_notify_on_each_stream_item_using_callback ... ok
[INFO] [stdout] test streamer::tests::should_notify_on_broken_channel_stream ... 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_pull_items_from_pairs_stream ... ok
[INFO] [stdout] test streamer::tests::should_notify_on_stream_end_using_future ... 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_partially_delayed_stream ... FAILED
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout] test streamer::delay::tests::test_delayed_stream ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- streamer::delay::tests::test_partially_delayed_stream stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'streamer::delay::tests::test_partially_delayed_stream' (883) panicked at pubsub-tokio/src/streamer/delay.rs:398:21:
[INFO] [stdout] sending lag is too big = 2928µs, expected = 2500µs
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59e44247dc81 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59e442493fba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59e4424823bc - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59e442459ba6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59e442475fe9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59e4423e6600 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59e442476312 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59e442459c52 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59e4424525c9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59e44245a84d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59e44249479c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59e442351727 - pubsub_tokio[d20ca4c3eb91a057]::streamer::delay::tests::test_partially_delayed_stream::{closure#0}
[INFO] [stdout]   12:     0x59e4423244cb - <tokio[e89aa8e3345ed094]::runtime::runtime::Runtime>::block_on::<core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>
[INFO] [stdout]   13:     0x59e44235255b - pubsub_tokio[d20ca4c3eb91a057]::streamer::delay::tests::test_partially_delayed_stream
[INFO] [stdout]   14:     0x59e44235d9f9 - <pubsub_tokio[d20ca4c3eb91a057]::streamer::delay::tests::test_partially_delayed_stream::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x59e4423d98eb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x59e4423e6f55 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x59e4423e0314 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x59e4423ea0b2 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x59e44247d519 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x73bb900d607a - <unknown>
[INFO] [stdout]   21:     0x73bb90169534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     streamer::delay::tests::test_partially_delayed_stream
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 11 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.20s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "906c282a0c5d778e545e94b0b71cf3815f7184131410534bbf7a460d3b931e41", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "906c282a0c5d778e545e94b0b71cf3815f7184131410534bbf7a460d3b931e41", kill_on_drop: false }`
[INFO] [stdout] 906c282a0c5d778e545e94b0b71cf3815f7184131410534bbf7a460d3b931e41
