[INFO] fetching crate sharded_queue 2.0.1... [INFO] testing sharded_queue-2.0.1 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate sharded_queue 2.0.1 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate sharded_queue 2.0.1 [INFO] finished tweaking crates.io crate sharded_queue 2.0.1 [INFO] tweaked toml for crates.io crate sharded_queue 2.0.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate sharded_queue 2.0.1 on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 75 packages to latest compatible versions [INFO] [stderr] Adding criterion v0.5.1 (available: v0.7.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b833f2f29fec6295265dc1d78750a1beeb8482bc1dc26b09dd9341216ea37eca [INFO] running `Command { std: "docker" "start" "-a" "b833f2f29fec6295265dc1d78750a1beeb8482bc1dc26b09dd9341216ea37eca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b833f2f29fec6295265dc1d78750a1beeb8482bc1dc26b09dd9341216ea37eca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b833f2f29fec6295265dc1d78750a1beeb8482bc1dc26b09dd9341216ea37eca", kill_on_drop: false }` [INFO] [stdout] b833f2f29fec6295265dc1d78750a1beeb8482bc1dc26b09dd9341216ea37eca [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 61c5c3c4fadef8336cdf1f47a06d21458cf163c104283b0806cb673e44e44140 [INFO] running `Command { std: "docker" "start" "-a" "61c5c3c4fadef8336cdf1f47a06d21458cf163c104283b0806cb673e44e44140", kill_on_drop: false }` [INFO] [stderr] Compiling sharded_queue v2.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:303:13 [INFO] [stdout] | [INFO] [stdout] 303 | / /// SAFETY: [queue_index] can not be out of bounds, [INFO] [stdout] 304 | | /// because remainder of division can not be greater [INFO] [stdout] 305 | | /// than divided number [INFO] [stdout] | |___________________________________^ [INFO] [stdout] 306 | / self.unsafe_queue_and_is_locked_list [INFO] [stdout] 307 | | .get_unchecked(queue_index) [INFO] [stdout] | |___________________________________________- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:310:9 [INFO] [stdout] | [INFO] [stdout] 310 | / /// Note that since we already incremented `head_index`, [INFO] [stdout] 311 | | /// it is important to complete operation. If we tried [INFO] [stdout] 312 | | /// to implement `try_remove_first`, we would need to somehow [INFO] [stdout] 313 | | /// balance our `head_index`, complexifying logic and [INFO] [stdout] 314 | | /// introducing overhead, and even if we need it, [INFO] [stdout] 315 | | /// we can just check length outside before calling this method [INFO] [stdout] | |_______________________________________________________________________^ [INFO] [stdout] 316 | let is_locked = &unsafe_queue_and_is_locked.1; [INFO] [stdout] | ---------------------------------------------- rustdoc does not generate documentation for statements [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | / /// We don't use [std::sync::Mutex::lock], [INFO] [stdout] 319 | | /// because [std::sync::Mutex::lock] may block thread, which we want to avoid, [INFO] [stdout] 320 | | /// and queue operations under lock have complexity [INFO] [stdout] 321 | | /// amortized O(1), which is very fast and has little [INFO] [stdout] ... | [INFO] [stdout] 325 | | /// because replacing [std::sync::Mutex::try_lock] [INFO] [stdout] 326 | | /// with pure atomic gives ~2 times better performance [INFO] [stdout] | |__________________________________________________________________^ [INFO] [stdout] 327 | / if is_locked [INFO] [stdout] 328 | | .compare_exchange(false, true, Ordering::Acquire, Ordering::Relaxed) [INFO] [stdout] 329 | | .is_ok() [INFO] [stdout] ... | [INFO] [stdout] 354 | | } [INFO] [stdout] | |_____________- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:332:21 [INFO] [stdout] | [INFO] [stdout] 332 | / /// SAFETY: We do operations on [unsafe_queue_and_is_locked] only between [INFO] [stdout] 333 | | /// acquiring of [AtomicBool] with [Ordering::Acquire] and releasing with [INFO] [stdout] 334 | | /// [Ordering::Release], so it is synchronized [INFO] [stdout] 335 | | /// [INFO] [stdout] 336 | | /// [ShardedQueue] is [Send] only when [Item] is [Send], so it is safe [INFO] [stdout] 337 | | /// to send [Item] to other thread when [ShardedQueue] can be accessed [INFO] [stdout] 338 | | /// from other thread [INFO] [stdout] | |_________________________________________^ [INFO] [stdout] 339 | &mut *unsafe_queue_and_is_locked.0.get() [INFO] [stdout] | ---------------------------------------- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:342:17 [INFO] [stdout] | [INFO] [stdout] 342 | / /// If we acquired lock after [ShardedQueue::push_back] and have [Item], [INFO] [stdout] 343 | | /// we can return [Item], otherwise we should unlock and restart [INFO] [stdout] 344 | | /// spinning, giving [ShardedQueue::push_back] chance to acquire lock [INFO] [stdout] | |_____________________________________________________________________________________^ [INFO] [stdout] 345 | / match queue.pop_front() { [INFO] [stdout] 346 | | None => { [INFO] [stdout] 347 | | is_locked.store(false, Ordering::Release); [INFO] [stdout] ... | [INFO] [stdout] 353 | | } [INFO] [stdout] | |_________________- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:361:13 [INFO] [stdout] | [INFO] [stdout] 361 | / /// SAFETY: [queue_index] can not be out of bounds, [INFO] [stdout] 362 | | /// because remainder of division can not be greater [INFO] [stdout] 363 | | /// than divided number [INFO] [stdout] | |___________________________________^ [INFO] [stdout] 364 | / self.unsafe_queue_and_is_locked_list [INFO] [stdout] 365 | | .get_unchecked(queue_index) [INFO] [stdout] | |___________________________________________- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:370:13 [INFO] [stdout] | [INFO] [stdout] 370 | / /// We don't use [std::sync::Mutex::lock], [INFO] [stdout] 371 | | /// because it may block thread, which we want to avoid, [INFO] [stdout] 372 | | /// and operation [VecDeque::push_back] under lock has complexity [INFO] [stdout] 373 | | /// amortized O(1), which is very fast [INFO] [stdout] ... | [INFO] [stdout] 376 | | /// because we achieved 2 times faster performance in benchmarks by using raw [INFO] [stdout] 377 | | /// [AtomicBool] [INFO] [stdout] | |____________________________^ [INFO] [stdout] 378 | / if is_locked [INFO] [stdout] 379 | | .compare_exchange(false, true, Ordering::Acquire, Ordering::Relaxed) [INFO] [stdout] 380 | | .is_ok() [INFO] [stdout] ... | [INFO] [stdout] 395 | | break; [INFO] [stdout] 396 | | } [INFO] [stdout] | |_____________- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:383:21 [INFO] [stdout] | [INFO] [stdout] 383 | / /// SAFETY: We do operations on [unsafe_queue_and_is_locked] only between [INFO] [stdout] 384 | | /// acquiring of [AtomicBool] with [Ordering::Acquire] and releasing with [INFO] [stdout] 385 | | /// [Ordering::Release], so it is synchronized [INFO] [stdout] 386 | | /// [INFO] [stdout] 387 | | /// [ShardedQueue] is [Send] only when [Item] is [Send], so it is safe [INFO] [stdout] 388 | | /// to send [Item] to other thread when [ShardedQueue] can be accessed [INFO] [stdout] 389 | | /// from other thread [INFO] [stdout] | |_________________________________________^ [INFO] [stdout] 390 | &mut *unsafe_queue_and_is_locked.0.get() [INFO] [stdout] | ---------------------------------------- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ShardedQueueSendSyncImplementationsDocTests` is never constructed [INFO] [stdout] --> src/lib.rs:486:8 [INFO] [stdout] | [INFO] [stdout] 486 | struct ShardedQueueSendSyncImplementationsDocTests {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.22s [INFO] running `Command { std: "docker" "inspect" "61c5c3c4fadef8336cdf1f47a06d21458cf163c104283b0806cb673e44e44140", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "61c5c3c4fadef8336cdf1f47a06d21458cf163c104283b0806cb673e44e44140", kill_on_drop: false }` [INFO] [stdout] 61c5c3c4fadef8336cdf1f47a06d21458cf163c104283b0806cb673e44e44140 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f3a09b9701ec7aee188e52256cffba94c2225667d9815e1c3db52d8e4624ac92 [INFO] running `Command { std: "docker" "start" "-a" "f3a09b9701ec7aee188e52256cffba94c2225667d9815e1c3db52d8e4624ac92", kill_on_drop: false }` [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling anstyle v1.0.13 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling regex-automata v0.4.11 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling is-terminal v0.4.16 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling nameof v1.3.0 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:303:13 [INFO] [stdout] | [INFO] [stdout] 303 | / /// SAFETY: [queue_index] can not be out of bounds, [INFO] [stdout] 304 | | /// because remainder of division can not be greater [INFO] [stdout] 305 | | /// than divided number [INFO] [stdout] | |___________________________________^ [INFO] [stdout] 306 | / self.unsafe_queue_and_is_locked_list [INFO] [stdout] 307 | | .get_unchecked(queue_index) [INFO] [stdout] | |___________________________________________- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:310:9 [INFO] [stdout] | [INFO] [stdout] 310 | / /// Note that since we already incremented `head_index`, [INFO] [stdout] 311 | | /// it is important to complete operation. If we tried [INFO] [stdout] 312 | | /// to implement `try_remove_first`, we would need to somehow [INFO] [stdout] 313 | | /// balance our `head_index`, complexifying logic and [INFO] [stdout] 314 | | /// introducing overhead, and even if we need it, [INFO] [stdout] 315 | | /// we can just check length outside before calling this method [INFO] [stdout] | |_______________________________________________________________________^ [INFO] [stdout] 316 | let is_locked = &unsafe_queue_and_is_locked.1; [INFO] [stdout] | ---------------------------------------------- rustdoc does not generate documentation for statements [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | / /// We don't use [std::sync::Mutex::lock], [INFO] [stdout] 319 | | /// because [std::sync::Mutex::lock] may block thread, which we want to avoid, [INFO] [stdout] 320 | | /// and queue operations under lock have complexity [INFO] [stdout] 321 | | /// amortized O(1), which is very fast and has little [INFO] [stdout] ... | [INFO] [stdout] 325 | | /// because replacing [std::sync::Mutex::try_lock] [INFO] [stdout] 326 | | /// with pure atomic gives ~2 times better performance [INFO] [stdout] | |__________________________________________________________________^ [INFO] [stdout] 327 | / if is_locked [INFO] [stdout] 328 | | .compare_exchange(false, true, Ordering::Acquire, Ordering::Relaxed) [INFO] [stdout] 329 | | .is_ok() [INFO] [stdout] ... | [INFO] [stdout] 354 | | } [INFO] [stdout] | |_____________- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:332:21 [INFO] [stdout] | [INFO] [stdout] 332 | / /// SAFETY: We do operations on [unsafe_queue_and_is_locked] only between [INFO] [stdout] 333 | | /// acquiring of [AtomicBool] with [Ordering::Acquire] and releasing with [INFO] [stdout] 334 | | /// [Ordering::Release], so it is synchronized [INFO] [stdout] 335 | | /// [INFO] [stdout] 336 | | /// [ShardedQueue] is [Send] only when [Item] is [Send], so it is safe [INFO] [stdout] 337 | | /// to send [Item] to other thread when [ShardedQueue] can be accessed [INFO] [stdout] 338 | | /// from other thread [INFO] [stdout] | |_________________________________________^ [INFO] [stdout] 339 | &mut *unsafe_queue_and_is_locked.0.get() [INFO] [stdout] | ---------------------------------------- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:342:17 [INFO] [stdout] | [INFO] [stdout] 342 | / /// If we acquired lock after [ShardedQueue::push_back] and have [Item], [INFO] [stdout] 343 | | /// we can return [Item], otherwise we should unlock and restart [INFO] [stdout] 344 | | /// spinning, giving [ShardedQueue::push_back] chance to acquire lock [INFO] [stdout] | |_____________________________________________________________________________________^ [INFO] [stdout] 345 | / match queue.pop_front() { [INFO] [stdout] 346 | | None => { [INFO] [stdout] 347 | | is_locked.store(false, Ordering::Release); [INFO] [stdout] ... | [INFO] [stdout] 353 | | } [INFO] [stdout] | |_________________- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:361:13 [INFO] [stdout] | [INFO] [stdout] 361 | / /// SAFETY: [queue_index] can not be out of bounds, [INFO] [stdout] 362 | | /// because remainder of division can not be greater [INFO] [stdout] 363 | | /// than divided number [INFO] [stdout] | |___________________________________^ [INFO] [stdout] 364 | / self.unsafe_queue_and_is_locked_list [INFO] [stdout] 365 | | .get_unchecked(queue_index) [INFO] [stdout] | |___________________________________________- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:370:13 [INFO] [stdout] | [INFO] [stdout] 370 | / /// We don't use [std::sync::Mutex::lock], [INFO] [stdout] 371 | | /// because it may block thread, which we want to avoid, [INFO] [stdout] 372 | | /// and operation [VecDeque::push_back] under lock has complexity [INFO] [stdout] 373 | | /// amortized O(1), which is very fast [INFO] [stdout] ... | [INFO] [stdout] 376 | | /// because we achieved 2 times faster performance in benchmarks by using raw [INFO] [stdout] 377 | | /// [AtomicBool] [INFO] [stdout] | |____________________________^ [INFO] [stdout] 378 | / if is_locked [INFO] [stdout] 379 | | .compare_exchange(false, true, Ordering::Acquire, Ordering::Relaxed) [INFO] [stdout] 380 | | .is_ok() [INFO] [stdout] ... | [INFO] [stdout] 395 | | break; [INFO] [stdout] 396 | | } [INFO] [stdout] | |_____________- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:383:21 [INFO] [stdout] | [INFO] [stdout] 383 | / /// SAFETY: We do operations on [unsafe_queue_and_is_locked] only between [INFO] [stdout] 384 | | /// acquiring of [AtomicBool] with [Ordering::Acquire] and releasing with [INFO] [stdout] 385 | | /// [Ordering::Release], so it is synchronized [INFO] [stdout] 386 | | /// [INFO] [stdout] 387 | | /// [ShardedQueue] is [Send] only when [Item] is [Send], so it is safe [INFO] [stdout] 388 | | /// to send [Item] to other thread when [ShardedQueue] can be accessed [INFO] [stdout] 389 | | /// from other thread [INFO] [stdout] | |_________________________________________^ [INFO] [stdout] 390 | &mut *unsafe_queue_and_is_locked.0.get() [INFO] [stdout] | ---------------------------------------- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ShardedQueueSendSyncImplementationsDocTests` is never constructed [INFO] [stdout] --> src/lib.rs:486:8 [INFO] [stdout] | [INFO] [stdout] 486 | struct ShardedQueueSendSyncImplementationsDocTests {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling clap_builder v4.5.48 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling clap v4.5.48 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling regex v1.11.3 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling sharded_queue v2.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:303:13 [INFO] [stdout] | [INFO] [stdout] 303 | / /// SAFETY: [queue_index] can not be out of bounds, [INFO] [stdout] 304 | | /// because remainder of division can not be greater [INFO] [stdout] 305 | | /// than divided number [INFO] [stdout] | |___________________________________^ [INFO] [stdout] 306 | / self.unsafe_queue_and_is_locked_list [INFO] [stdout] 307 | | .get_unchecked(queue_index) [INFO] [stdout] | |___________________________________________- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:310:9 [INFO] [stdout] | [INFO] [stdout] 310 | / /// Note that since we already incremented `head_index`, [INFO] [stdout] 311 | | /// it is important to complete operation. If we tried [INFO] [stdout] 312 | | /// to implement `try_remove_first`, we would need to somehow [INFO] [stdout] 313 | | /// balance our `head_index`, complexifying logic and [INFO] [stdout] 314 | | /// introducing overhead, and even if we need it, [INFO] [stdout] 315 | | /// we can just check length outside before calling this method [INFO] [stdout] | |_______________________________________________________________________^ [INFO] [stdout] 316 | let is_locked = &unsafe_queue_and_is_locked.1; [INFO] [stdout] | ---------------------------------------------- rustdoc does not generate documentation for statements [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | / /// We don't use [std::sync::Mutex::lock], [INFO] [stdout] 319 | | /// because [std::sync::Mutex::lock] may block thread, which we want to avoid, [INFO] [stdout] 320 | | /// and queue operations under lock have complexity [INFO] [stdout] 321 | | /// amortized O(1), which is very fast and has little [INFO] [stdout] ... | [INFO] [stdout] 325 | | /// because replacing [std::sync::Mutex::try_lock] [INFO] [stdout] 326 | | /// with pure atomic gives ~2 times better performance [INFO] [stdout] | |__________________________________________________________________^ [INFO] [stdout] 327 | / if is_locked [INFO] [stdout] 328 | | .compare_exchange(false, true, Ordering::Acquire, Ordering::Relaxed) [INFO] [stdout] 329 | | .is_ok() [INFO] [stdout] ... | [INFO] [stdout] 354 | | } [INFO] [stdout] | |_____________- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:332:21 [INFO] [stdout] | [INFO] [stdout] 332 | / /// SAFETY: We do operations on [unsafe_queue_and_is_locked] only between [INFO] [stdout] 333 | | /// acquiring of [AtomicBool] with [Ordering::Acquire] and releasing with [INFO] [stdout] 334 | | /// [Ordering::Release], so it is synchronized [INFO] [stdout] 335 | | /// [INFO] [stdout] 336 | | /// [ShardedQueue] is [Send] only when [Item] is [Send], so it is safe [INFO] [stdout] 337 | | /// to send [Item] to other thread when [ShardedQueue] can be accessed [INFO] [stdout] 338 | | /// from other thread [INFO] [stdout] | |_________________________________________^ [INFO] [stdout] 339 | &mut *unsafe_queue_and_is_locked.0.get() [INFO] [stdout] | ---------------------------------------- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:342:17 [INFO] [stdout] | [INFO] [stdout] 342 | / /// If we acquired lock after [ShardedQueue::push_back] and have [Item], [INFO] [stdout] 343 | | /// we can return [Item], otherwise we should unlock and restart [INFO] [stdout] 344 | | /// spinning, giving [ShardedQueue::push_back] chance to acquire lock [INFO] [stdout] | |_____________________________________________________________________________________^ [INFO] [stdout] 345 | / match queue.pop_front() { [INFO] [stdout] 346 | | None => { [INFO] [stdout] 347 | | is_locked.store(false, Ordering::Release); [INFO] [stdout] ... | [INFO] [stdout] 353 | | } [INFO] [stdout] | |_________________- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:361:13 [INFO] [stdout] | [INFO] [stdout] 361 | / /// SAFETY: [queue_index] can not be out of bounds, [INFO] [stdout] 362 | | /// because remainder of division can not be greater [INFO] [stdout] 363 | | /// than divided number [INFO] [stdout] | |___________________________________^ [INFO] [stdout] 364 | / self.unsafe_queue_and_is_locked_list [INFO] [stdout] 365 | | .get_unchecked(queue_index) [INFO] [stdout] | |___________________________________________- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:370:13 [INFO] [stdout] | [INFO] [stdout] 370 | / /// We don't use [std::sync::Mutex::lock], [INFO] [stdout] 371 | | /// because it may block thread, which we want to avoid, [INFO] [stdout] 372 | | /// and operation [VecDeque::push_back] under lock has complexity [INFO] [stdout] 373 | | /// amortized O(1), which is very fast [INFO] [stdout] ... | [INFO] [stdout] 376 | | /// because we achieved 2 times faster performance in benchmarks by using raw [INFO] [stdout] 377 | | /// [AtomicBool] [INFO] [stdout] | |____________________________^ [INFO] [stdout] 378 | / if is_locked [INFO] [stdout] 379 | | .compare_exchange(false, true, Ordering::Acquire, Ordering::Relaxed) [INFO] [stdout] 380 | | .is_ok() [INFO] [stdout] ... | [INFO] [stdout] 395 | | break; [INFO] [stdout] 396 | | } [INFO] [stdout] | |_____________- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:383:21 [INFO] [stdout] | [INFO] [stdout] 383 | / /// SAFETY: We do operations on [unsafe_queue_and_is_locked] only between [INFO] [stdout] 384 | | /// acquiring of [AtomicBool] with [Ordering::Acquire] and releasing with [INFO] [stdout] 385 | | /// [Ordering::Release], so it is synchronized [INFO] [stdout] 386 | | /// [INFO] [stdout] 387 | | /// [ShardedQueue] is [Send] only when [Item] is [Send], so it is safe [INFO] [stdout] 388 | | /// to send [Item] to other thread when [ShardedQueue] can be accessed [INFO] [stdout] 389 | | /// from other thread [INFO] [stdout] | |_________________________________________^ [INFO] [stdout] 390 | &mut *unsafe_queue_and_is_locked.0.get() [INFO] [stdout] | ---------------------------------------- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ShardedQueueSendSyncImplementationsDocTests` is never constructed [INFO] [stdout] --> src/lib.rs:486:8 [INFO] [stdout] | [INFO] [stdout] 486 | struct ShardedQueueSendSyncImplementationsDocTests {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 18.20s [INFO] running `Command { std: "docker" "inspect" "f3a09b9701ec7aee188e52256cffba94c2225667d9815e1c3db52d8e4624ac92", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f3a09b9701ec7aee188e52256cffba94c2225667d9815e1c3db52d8e4624ac92", kill_on_drop: false }` [INFO] [stdout] f3a09b9701ec7aee188e52256cffba94c2225667d9815e1c3db52d8e4624ac92 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 99fe276f5e23ca4d0b2637672acb8fed36a32231bb547eecc990164b28ff98b2 [INFO] running `Command { std: "docker" "start" "-a" "99fe276f5e23ca4d0b2637672acb8fed36a32231bb547eecc990164b28ff98b2", kill_on_drop: false }` [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:303:13 [INFO] [stderr] | [INFO] [stderr] 303 | / /// SAFETY: [queue_index] can not be out of bounds, [INFO] [stderr] 304 | | /// because remainder of division can not be greater [INFO] [stderr] 305 | | /// than divided number [INFO] [stderr] | |___________________________________^ [INFO] [stderr] 306 | / self.unsafe_queue_and_is_locked_list [INFO] [stderr] 307 | | .get_unchecked(queue_index) [INFO] [stderr] | |___________________________________________- rustdoc does not generate documentation for expressions [INFO] [stderr] | [INFO] [stderr] = help: use `//` for a plain comment [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:310:9 [INFO] [stderr] | [INFO] [stderr] 310 | / /// Note that since we already incremented `head_index`, [INFO] [stderr] 311 | | /// it is important to complete operation. If we tried [INFO] [stderr] 312 | | /// to implement `try_remove_first`, we would need to somehow [INFO] [stderr] 313 | | /// balance our `head_index`, complexifying logic and [INFO] [stderr] 314 | | /// introducing overhead, and even if we need it, [INFO] [stderr] 315 | | /// we can just check length outside before calling this method [INFO] [stderr] | |_______________________________________________________________________^ [INFO] [stderr] 316 | let is_locked = &unsafe_queue_and_is_locked.1; [INFO] [stderr] | ---------------------------------------------- rustdoc does not generate documentation for statements [INFO] [stderr] | [INFO] [stderr] = help: use `//` for a plain comment [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:318:13 [INFO] [stderr] | [INFO] [stderr] 318 | / /// We don't use [std::sync::Mutex::lock], [INFO] [stderr] 319 | | /// because [std::sync::Mutex::lock] may block thread, which we want to avoid, [INFO] [stderr] 320 | | /// and queue operations under lock have complexity [INFO] [stderr] 321 | | /// amortized O(1), which is very fast and has little [INFO] [stderr] ... | [INFO] [stderr] 325 | | /// because replacing [std::sync::Mutex::try_lock] [INFO] [stderr] 326 | | /// with pure atomic gives ~2 times better performance [INFO] [stderr] | |__________________________________________________________________^ [INFO] [stderr] 327 | / if is_locked [INFO] [stderr] 328 | | .compare_exchange(false, true, Ordering::Acquire, Ordering::Relaxed) [INFO] [stderr] 329 | | .is_ok() [INFO] [stderr] ... | [INFO] [stderr] 354 | | } [INFO] [stderr] | |_____________- rustdoc does not generate documentation for expressions [INFO] [stderr] | [INFO] [stderr] = help: use `//` for a plain comment [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:332:21 [INFO] [stderr] | [INFO] [stderr] 332 | / /// SAFETY: We do operations on [unsafe_queue_and_is_locked] only between [INFO] [stderr] 333 | | /// acquiring of [AtomicBool] with [Ordering::Acquire] and releasing with [INFO] [stderr] 334 | | /// [Ordering::Release], so it is synchronized [INFO] [stderr] 335 | | /// [INFO] [stderr] 336 | | /// [ShardedQueue] is [Send] only when [Item] is [Send], so it is safe [INFO] [stderr] 337 | | /// to send [Item] to other thread when [ShardedQueue] can be accessed [INFO] [stderr] 338 | | /// from other thread [INFO] [stderr] | |_________________________________________^ [INFO] [stderr] 339 | &mut *unsafe_queue_and_is_locked.0.get() [INFO] [stderr] | ---------------------------------------- rustdoc does not generate documentation for expressions [INFO] [stderr] | [INFO] [stderr] = help: use `//` for a plain comment [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:342:17 [INFO] [stderr] | [INFO] [stderr] 342 | / /// If we acquired lock after [ShardedQueue::push_back] and have [Item], [INFO] [stderr] 343 | | /// we can return [Item], otherwise we should unlock and restart [INFO] [stderr] 344 | | /// spinning, giving [ShardedQueue::push_back] chance to acquire lock [INFO] [stderr] | |_____________________________________________________________________________________^ [INFO] [stderr] 345 | / match queue.pop_front() { [INFO] [stderr] 346 | | None => { [INFO] [stderr] 347 | | is_locked.store(false, Ordering::Release); [INFO] [stderr] ... | [INFO] [stderr] 353 | | } [INFO] [stderr] | |_________________- rustdoc does not generate documentation for expressions [INFO] [stderr] | [INFO] [stderr] = help: use `//` for a plain comment [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:361:13 [INFO] [stderr] | [INFO] [stderr] 361 | / /// SAFETY: [queue_index] can not be out of bounds, [INFO] [stderr] 362 | | /// because remainder of division can not be greater [INFO] [stderr] 363 | | /// than divided number [INFO] [stderr] | |___________________________________^ [INFO] [stderr] 364 | / self.unsafe_queue_and_is_locked_list [INFO] [stderr] 365 | | .get_unchecked(queue_index) [INFO] [stderr] | |___________________________________________- rustdoc does not generate documentation for expressions [INFO] [stderr] | [INFO] [stderr] = help: use `//` for a plain comment [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:370:13 [INFO] [stderr] | [INFO] [stderr] 370 | / /// We don't use [std::sync::Mutex::lock], [INFO] [stderr] 371 | | /// because it may block thread, which we want to avoid, [INFO] [stderr] 372 | | /// and operation [VecDeque::push_back] under lock has complexity [INFO] [stderr] 373 | | /// amortized O(1), which is very fast [INFO] [stderr] ... | [INFO] [stderr] 376 | | /// because we achieved 2 times faster performance in benchmarks by using raw [INFO] [stderr] 377 | | /// [AtomicBool] [INFO] [stderr] | |____________________________^ [INFO] [stderr] 378 | / if is_locked [INFO] [stderr] 379 | | .compare_exchange(false, true, Ordering::Acquire, Ordering::Relaxed) [INFO] [stderr] 380 | | .is_ok() [INFO] [stderr] ... | [INFO] [stderr] 395 | | break; [INFO] [stderr] 396 | | } [INFO] [stderr] | |_____________- rustdoc does not generate documentation for expressions [INFO] [stderr] | [INFO] [stderr] = help: use `//` for a plain comment [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:383:21 [INFO] [stderr] | [INFO] [stderr] 383 | / /// SAFETY: We do operations on [unsafe_queue_and_is_locked] only between [INFO] [stderr] 384 | | /// acquiring of [AtomicBool] with [Ordering::Acquire] and releasing with [INFO] [stderr] 385 | | /// [Ordering::Release], so it is synchronized [INFO] [stderr] 386 | | /// [INFO] [stderr] 387 | | /// [ShardedQueue] is [Send] only when [Item] is [Send], so it is safe [INFO] [stderr] 388 | | /// to send [Item] to other thread when [ShardedQueue] can be accessed [INFO] [stderr] 389 | | /// from other thread [INFO] [stderr] | |_________________________________________^ [INFO] [stderr] 390 | &mut *unsafe_queue_and_is_locked.0.get() [INFO] [stderr] | ---------------------------------------- rustdoc does not generate documentation for expressions [INFO] [stderr] | [INFO] [stderr] = help: use `//` for a plain comment [INFO] [stderr] [INFO] [stderr] warning: struct `ShardedQueueSendSyncImplementationsDocTests` is never constructed [INFO] [stderr] --> src/lib.rs:486:8 [INFO] [stderr] | [INFO] [stderr] 486 | struct ShardedQueueSendSyncImplementationsDocTests {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `sharded_queue` (lib) generated 9 warnings [INFO] [stderr] warning: `sharded_queue` (lib test) generated 9 warnings (9 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sharded_queue-d4f45817a7b3f5c0) [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] [stdout] [INFO] [stderr] Running tests/sharded_queue.rs (/opt/rustwide/target/debug/deps/sharded_queue-b0367aa0a2dc64f8) [INFO] [stdout] running 2 tests [INFO] [stdout] test push_concurrently_then_pop_concurrently ... ok [INFO] [stdout] test push_and_pop_concurrently ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.22s [INFO] [stdout] [INFO] [stderr] Doc-tests sharded_queue [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test src/lib.rs - ShardedQueue (line 89) ... ignored [INFO] [stdout] test src/lib.rs - ShardedQueue (line 94) ... ignored [INFO] [stdout] test src/lib.rs - ShardedQueueSendSyncImplementationsDocTests (line 432) - compile fail ... ok [INFO] [stdout] test src/lib.rs - ShardedQueueSendSyncImplementationsDocTests (line 465) - compile fail ... ok [INFO] [stdout] test src/lib.rs - ShardedQueueSendSyncImplementationsDocTests (line 421) - compile fail ... ok [INFO] [stdout] test src/lib.rs - ShardedQueueSendSyncImplementationsDocTests (line 476) - compile fail ... ok [INFO] [stdout] test src/lib.rs - ShardedQueueSendSyncImplementationsDocTests (line 445) ... ok [INFO] [stdout] test src/lib.rs - ShardedQueue (line 114) ... ok [INFO] [stdout] test src/lib.rs - ShardedQueueSendSyncImplementationsDocTests (line 411) ... ok [INFO] [stdout] test src/lib.rs - ShardedQueue (line 35) ... ok [INFO] [stdout] test src/lib.rs - ShardedQueueSendSyncImplementationsDocTests (line 455) ... ok [INFO] [stdout] test src/lib.rs - ShardedQueueSendSyncImplementationsDocTests (line 401) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.82s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "99fe276f5e23ca4d0b2637672acb8fed36a32231bb547eecc990164b28ff98b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "99fe276f5e23ca4d0b2637672acb8fed36a32231bb547eecc990164b28ff98b2", kill_on_drop: false }` [INFO] [stdout] 99fe276f5e23ca4d0b2637672acb8fed36a32231bb547eecc990164b28ff98b2