[INFO] fetching crate chair-rb 0.1.0...
[INFO] testing chair-rb-0.1.0 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate chair-rb 0.1.0 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate chair-rb 0.1.0
[INFO] finished tweaking crates.io crate chair-rb 0.1.0
[INFO] tweaked toml for crates.io crate chair-rb 0.1.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate chair-rb 0.1.0 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate chair-rb 0.1.0 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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] be15219963663de8ac792cc4506ef122f44ba35893863529efb477650ff9ced0
[INFO] running `Command { std: "docker" "start" "-a" "be15219963663de8ac792cc4506ef122f44ba35893863529efb477650ff9ced0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "be15219963663de8ac792cc4506ef122f44ba35893863529efb477650ff9ced0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "be15219963663de8ac792cc4506ef122f44ba35893863529efb477650ff9ced0", kill_on_drop: false }`
[INFO] [stdout] be15219963663de8ac792cc4506ef122f44ba35893863529efb477650ff9ced0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b183216bfb3d27c72832a7aebb1afbb70ba315fd2ac1a173c3d3c2d733d12c85
[INFO] running `Command { std: "docker" "start" "-a" "b183216bfb3d27c72832a7aebb1afbb70ba315fd2ac1a173c3d3c2d733d12c85", kill_on_drop: false }`
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling chair-rb v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `disable_bounds_check`
[INFO] [stdout]    --> src/concurrent/mod.rs:199:11
[INFO] [stdout]     |
[INFO] [stdout] 199 |     #[cfg(disable_bounds_check)]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(disable_bounds_check)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(disable_bounds_check)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `disable_bounds_check`
[INFO] [stdout]    --> src/concurrent/mod.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |     #[cfg(not(disable_bounds_check))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(disable_bounds_check)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(disable_bounds_check)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
[INFO] running `Command { std: "docker" "inspect" "b183216bfb3d27c72832a7aebb1afbb70ba315fd2ac1a173c3d3c2d733d12c85", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b183216bfb3d27c72832a7aebb1afbb70ba315fd2ac1a173c3d3c2d733d12c85", kill_on_drop: false }`
[INFO] [stdout] b183216bfb3d27c72832a7aebb1afbb70ba315fd2ac1a173c3d3c2d733d12c85
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ab301e0dafb34924ba349cd02f24d9dc1146e5279cec12356874b072fead5c4f
[INFO] running `Command { std: "docker" "start" "-a" "ab301e0dafb34924ba349cd02f24d9dc1146e5279cec12356874b072fead5c4f", kill_on_drop: false }`
[INFO] [stdout] warning: unexpected `cfg` condition name: `disable_bounds_check`
[INFO] [stdout]    --> src/concurrent/mod.rs:199:11
[INFO] [stdout]     |
[INFO] [stdout] 199 |     #[cfg(disable_bounds_check)]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(disable_bounds_check)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(disable_bounds_check)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `disable_bounds_check`
[INFO] [stdout]    --> src/concurrent/mod.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |     #[cfg(not(disable_bounds_check))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(disable_bounds_check)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(disable_bounds_check)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling chair-rb v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `disable_bounds_check`
[INFO] [stdout]    --> src/concurrent/mod.rs:199:11
[INFO] [stdout]     |
[INFO] [stdout] 199 |     #[cfg(disable_bounds_check)]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(disable_bounds_check)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(disable_bounds_check)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `disable_bounds_check`
[INFO] [stdout]    --> src/concurrent/mod.rs:203:15
[INFO] [stdout]     |
[INFO] [stdout] 203 |     #[cfg(not(disable_bounds_check))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(disable_bounds_check)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(disable_bounds_check)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.83s
[INFO] running `Command { std: "docker" "inspect" "ab301e0dafb34924ba349cd02f24d9dc1146e5279cec12356874b072fead5c4f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ab301e0dafb34924ba349cd02f24d9dc1146e5279cec12356874b072fead5c4f", kill_on_drop: false }`
[INFO] [stdout] ab301e0dafb34924ba349cd02f24d9dc1146e5279cec12356874b072fead5c4f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5782dbaa50209f1a7cf55a04862bf8aa1785ccd6971f1fa675a8f0b64eccb8d6
[INFO] running `Command { std: "docker" "start" "-a" "5782dbaa50209f1a7cf55a04862bf8aa1785ccd6971f1fa675a8f0b64eccb8d6", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition name: `disable_bounds_check`
[INFO] [stderr]    --> src/concurrent/mod.rs:199:11
[INFO] [stderr]     |
[INFO] [stderr] 199 |     #[cfg(disable_bounds_check)]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stderr]     = help: consider using a Cargo feature instead
[INFO] [stderr]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]              [lints.rust]
[INFO] [stderr]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(disable_bounds_check)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(disable_bounds_check)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `disable_bounds_check`
[INFO] [stderr]    --> src/concurrent/mod.rs:203:15
[INFO] [stderr]     |
[INFO] [stderr] 203 |     #[cfg(not(disable_bounds_check))]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead
[INFO] [stderr]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]              [lints.rust]
[INFO] [stderr]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(disable_bounds_check)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(disable_bounds_check)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: `chair-rb` (lib) generated 2 warnings
[INFO] [stderr] warning: `chair-rb` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/chair_rb-596485df2b71aa2f)
[INFO] [stdout] 
[INFO] [stdout] running 35 tests
[INFO] [stdout] test concurrent::ring_buffer::many_to_one_ring_buffer::tests::should_calculate_capacity_for_buffer ... ok
[INFO] [stdout] test concurrent::ring_buffer::many_to_one_ring_buffer::tests::should_insert_padding_record_plus_message_on_buffer_wrap ... ok
[INFO] [stdout] test concurrent::ring_buffer::many_to_one_ring_buffer::tests::should_insert_padding_record_plus_message_on_buffer_wrap_with_head_equal_to_tail ... ok
[INFO] [stdout] test concurrent::ring_buffer::many_to_one_ring_buffer::tests::should_limit_read_of_messages ... ok
[INFO] [stdout] test concurrent::ring_buffer::many_to_one_ring_buffer::tests::should_not_read_single_message_part_way_through_writing ... ok
[INFO] [stdout] test concurrent::ring_buffer::many_to_one_ring_buffer::tests::should_not_unblock_when_empty ... ok
[INFO] [stdout] test concurrent::ring_buffer::many_to_one_ring_buffer::tests::should_read_nothing_from_empty_buffer ... ok
[INFO] [stdout] test concurrent::ring_buffer::many_to_one_ring_buffer::tests::should_read_two_messages ... ok
[INFO] [stdout] test concurrent::ring_buffer::many_to_one_ring_buffer::tests::should_read_single_message ... ok
[INFO] [stdout] test concurrent::ring_buffer::many_to_one_ring_buffer::tests::should_reject_write_when_buffer_full ... ok
[INFO] [stdout] test concurrent::ring_buffer::many_to_one_ring_buffer::tests::should_write_to_empty_buffer ... ok
[INFO] [stdout] test concurrent::ring_buffer::many_to_one_ring_buffer::tests::should_reject_write_when_insufficient_space ... ok
[INFO] [stdout] test concurrent::ring_buffer::one_to_one_ring_buffer::tests::should_calculate_capacity_for_buffer ... ok
[INFO] [stdout] test concurrent::ring_buffer::one_to_one_ring_buffer::tests::should_insert_padding_record_plus_message_on_buffer_wrap_with_head_equal_to_tail ... ok
[INFO] [stdout] test concurrent::ring_buffer::many_to_one_ring_buffer::tests::should_unblock_message_with_header ... ok
[INFO] [stdout] test concurrent::ring_buffer::one_to_one_ring_buffer::tests::should_read_nothing_from_empty_buffer ... ok
[INFO] [stdout] test concurrent::ring_buffer::one_to_one_ring_buffer::tests::should_read_two_messages ... ok
[INFO] [stdout] test concurrent::ring_buffer::one_to_one_ring_buffer::tests::should_read_single_message ... ok
[INFO] [stdout] test concurrent::ring_buffer::one_to_one_ring_buffer::tests::should_limit_read_of_messages ... ok
[INFO] [stdout] test concurrent::ring_buffer::one_to_one_ring_buffer::tests::should_reject_write_when_buffer_full ... ok
[INFO] [stdout] test concurrent::ring_buffer::one_to_one_ring_buffer::tests::should_reject_write_when_insufficient_space ... ok
[INFO] [stdout] test concurrent::ring_buffer::one_to_one_ring_buffer::tests::should_write_to_empty_buffer ... ok
[INFO] [stdout] test concurrent::ring_buffer::one_to_one_ring_buffer::tests::should_not_read_single_message_part_way_through_writing ... ok
[INFO] [stdout] test concurrent::ring_buffer::many_to_one_ring_buffer::tests::should_unblock_gap_with_zeros ... ok
[INFO] [stdout] test concurrent::ring_buffer::one_to_one_ring_buffer::tests::should_insert_padding_record_plus_message_on_buffer_wrap ... ok
[INFO] [stdout] test concurrent::ring_buffer::many_to_one_ring_buffer::tests::should_cope_with_panic_from_handler ... ok
[INFO] [stdout] test concurrent::ring_buffer::many_to_one_ring_buffer::tests::should_panic_for_capacity_not_power_of_two - should panic ... ok
[INFO] [stdout] test concurrent::ring_buffer::one_to_one_ring_buffer::tests::should_cope_with_panic_from_handler ... ok
[INFO] [stdout] test concurrent::ring_buffer::many_to_one_ring_buffer::tests::should_panic_when_max_message_size_exceeded - should panic ... ok
[INFO] [stdout] test concurrent::ring_buffer::one_to_one_ring_buffer::tests::should_panic_when_max_message_size_exceeded - should panic ... ok
[INFO] [stdout] test concurrent::ring_buffer::one_to_one_ring_buffer::tests::should_panic_for_capacity_not_power_of_two - should panic ... ok
[INFO] [stdout] test concurrent::ring_buffer::one_to_one_ring_buffer::tests::should_provide_correlation_ids ... ok
[INFO] [stdout] test concurrent::ring_buffer::many_to_one_ring_buffer::tests::should_provide_correlation_ids ... ok
[INFO] [stdout] test concurrent::ring_buffer::one_to_one_ring_buffer::tests::should_exchange_messages ... ok
[INFO] [stdout] test concurrent::ring_buffer::many_to_one_ring_buffer::tests::should_exchange_messages ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.59s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests chair_rb
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "5782dbaa50209f1a7cf55a04862bf8aa1785ccd6971f1fa675a8f0b64eccb8d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5782dbaa50209f1a7cf55a04862bf8aa1785ccd6971f1fa675a8f0b64eccb8d6", kill_on_drop: false }`
[INFO] [stdout] 5782dbaa50209f1a7cf55a04862bf8aa1785ccd6971f1fa675a8f0b64eccb8d6
