[INFO] fetching crate laminar 0.5.0...
[INFO] checking laminar-0.5.0 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate laminar 0.5.0 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate laminar 0.5.0 on toolchain c2f2db79ca3024f68d22b45aa22b570775c2c4ad
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate laminar 0.5.0
[INFO] finished tweaking crates.io crate laminar 0.5.0
[INFO] tweaked toml for crates.io crate laminar 0.5.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] crate crates.io crate laminar 0.5.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" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded quickcheck_macros v1.0.0
[INFO] [stderr]   Downloaded getrandom v0.2.2
[INFO] [stderr]   Downloaded quickcheck v1.0.3
[INFO] [stderr]   Downloaded rand_core v0.6.2
[INFO] [stderr]   Downloaded build_const v0.2.2
[INFO] [stderr]   Downloaded rand_pcg v0.3.0
[INFO] [stderr]   Downloaded env_logger v0.8.3
[INFO] [stderr]   Downloaded wasi v0.10.2+wasi-snapshot-preview1
[INFO] [stderr]   Downloaded rand v0.8.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0f15aafdae75dc86cbb1059349283762398cdb70ec687d059023338b6e3e8ed6
[INFO] running `Command { std: "docker" "start" "-a" "0f15aafdae75dc86cbb1059349283762398cdb70ec687d059023338b6e3e8ed6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0f15aafdae75dc86cbb1059349283762398cdb70ec687d059023338b6e3e8ed6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0f15aafdae75dc86cbb1059349283762398cdb70ec687d059023338b6e3e8ed6", kill_on_drop: false }`
[INFO] [stdout] 0f15aafdae75dc86cbb1059349283762398cdb70ec687d059023338b6e3e8ed6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3b4aa7e4d46a3b5908cc3f0e8e3c9bcbd6922a268423aa5f898a767edc763405
[INFO] running `Command { std: "docker" "start" "-a" "3b4aa7e4d46a3b5908cc3f0e8e3c9bcbd6922a268423aa5f898a767edc763405", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling libc v0.2.94
[INFO] [stderr]    Compiling memchr v2.4.0
[INFO] [stderr]    Compiling serde v1.0.125
[INFO] [stderr]    Compiling getrandom v0.2.2
[INFO] [stderr]    Compiling proc-macro2 v1.0.26
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]     Checking byteorder v1.4.3
[INFO] [stderr]    Compiling rayon-core v1.9.0
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling syn v1.0.72
[INFO] [stderr]     Checking either v1.6.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.10
[INFO] [stderr]    Compiling serde_json v1.0.64
[INFO] [stderr]    Compiling cast v0.2.5
[INFO] [stderr]     Checking itoa v0.4.7
[INFO] [stderr]     Checking regex-syntax v0.6.25
[INFO] [stderr]    Compiling build_const v0.2.2
[INFO] [stderr]     Checking regex-automata v0.1.9
[INFO] [stderr]    Compiling serde_derive v1.0.125
[INFO] [stderr]     Checking unicode-width v0.1.8
[INFO] [stderr]     Checking plotters-backend v0.3.0
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]    Compiling crc v1.8.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.4
[INFO] [stderr]    Compiling memoffset v0.6.3
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling rayon v1.5.0
[INFO] [stderr]     Checking itertools v0.9.0
[INFO] [stderr]     Checking half v1.7.1
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking clap v2.33.3
[INFO] [stderr]     Checking plotters-svg v0.3.0
[INFO] [stderr]     Checking walkdir v2.3.2
[INFO] [stderr]     Checking itertools v0.10.0
[INFO] [stderr]     Checking oorandom v11.1.3
[INFO] [stderr]     Checking aho-corasick v0.7.18
[INFO] [stderr]     Checking csv-core v0.1.10
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking criterion-plot v0.4.3
[INFO] [stderr]     Checking rand_core v0.6.2
[INFO] [stderr]     Checking crossbeam-channel v0.5.1
[INFO] [stderr]     Checking crossbeam-epoch v0.9.4
[INFO] [stderr]     Checking rand_chacha v0.3.0
[INFO] [stderr]     Checking rand_pcg v0.3.0
[INFO] [stderr]     Checking crossbeam-deque v0.8.0
[INFO] [stderr]     Checking regex v1.5.3
[INFO] [stderr]     Checking rand v0.8.3
[INFO] [stderr]     Checking plotters v0.3.0
[INFO] [stderr]     Checking laminar v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `IterMut`, `OrderingStream`
[INFO] [stdout]   --> src/infrastructure/arranging.rs:42:26
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub use self::ordering::{IterMut, OrderingStream, OrderingSystem};
[INFO] [stdout]    |                          ^^^^^^^  ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `SequencingStream`
[INFO] [stdout]   --> src/infrastructure/arranging.rs:43:28
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub use self::sequencing::{SequencingStream, SequencingSystem};
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking env_logger v0.8.3
[INFO] [stdout] warning: method `stream_count` is never used
[INFO] [stdout]   --> src/infrastructure/arranging.rs:68:8
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub trait ArrangingSystem {
[INFO] [stdout]    |           --------------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 68 |     fn stream_count(&self) -> usize;
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `sequence` is never read
[INFO] [stdout]  --> src/sequence_buffer/congestion_data.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct CongestionData {
[INFO] [stdout]   |            -------------- field in this struct
[INFO] [stdout] 8 |     pub sequence: SequenceNumber,
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `CongestionData` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 4 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking quickcheck v1.0.3
[INFO] [stderr]     Checking bstr v0.2.16
[INFO] [stderr]     Checking serde_cbor v0.11.1
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking csv v1.1.6
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]    Compiling quickcheck_macros v1.0.0
[INFO] [stderr]     Checking criterion v0.3.4
[INFO] [stdout] error: couldn't read benches/packet_processing.rs: No such file or directory (os error 2)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `laminar` (bench "packet_processing") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unused imports: `IterMut`, `OrderingStream`
[INFO] [stdout]   --> src/infrastructure/arranging.rs:42:26
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub use self::ordering::{IterMut, OrderingStream, OrderingSystem};
[INFO] [stdout]    |                          ^^^^^^^  ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `SequencingStream`
[INFO] [stdout]   --> src/infrastructure/arranging.rs:43:28
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub use self::sequencing::{SequencingStream, SequencingSystem};
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/ordering.rs:446:66
[INFO] [stdout]     |
[INFO] [stdout] 446 |             let ordered_packets : Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 464 |         assert_order!([0, 2, 4, 3, 1], [0, 1, 2, 3, 4], 1);
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `assert_order` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/ordering.rs:446:66
[INFO] [stdout]     |
[INFO] [stdout] 446 |             let ordered_packets : Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 465 |         assert_order!([0, 4, 3, 2, 1], [0, 1, 2, 3, 4], 1);
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_order` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/ordering.rs:446:66
[INFO] [stdout]     |
[INFO] [stdout] 446 |             let ordered_packets : Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 466 |         assert_order!([4, 2, 3, 1, 0], [0, 1, 2, 3, 4], 1);
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_order` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/ordering.rs:446:66
[INFO] [stdout]     |
[INFO] [stdout] 446 |             let ordered_packets : Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 467 |         assert_order!([3, 2, 1, 0, 4], [0, 1, 2, 3, 4], 1);
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_order` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/ordering.rs:446:66
[INFO] [stdout]     |
[INFO] [stdout] 446 |             let ordered_packets : Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 468 |         assert_order!([1, 0, 3, 2, 4], [0, 1, 2, 3, 4], 1);
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_order` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/ordering.rs:446:66
[INFO] [stdout]     |
[INFO] [stdout] 446 |             let ordered_packets : Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 469 |         assert_order!([4, 1, 0, 3, 2], [0, 1, 2, 3, 4], 1);
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_order` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/ordering.rs:446:66
[INFO] [stdout]     |
[INFO] [stdout] 446 |             let ordered_packets : Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 470 |         assert_order!([2, 1, 3, 0, 4], [0, 1, 2, 3, 4], 1);
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_order` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/ordering.rs:446:66
[INFO] [stdout]     |
[INFO] [stdout] 446 |             let ordered_packets : Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 471 |         assert_order!([1, 0, 3, 2, 4], [0, 1, 2, 3, 4], 1);
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_order` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/ordering.rs:446:66
[INFO] [stdout]     |
[INFO] [stdout] 446 |             let ordered_packets : Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 477 |         assert_order!([0, 2, 4, 3, 1], [0, 1, 2, 3, 4], 1);
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_order` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/ordering.rs:446:66
[INFO] [stdout]     |
[INFO] [stdout] 446 |             let ordered_packets : Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 478 |         assert_order!([0, 4, 3, 2, 1], [0, 1, 2, 3, 4], 2);
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_order` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/ordering.rs:446:66
[INFO] [stdout]     |
[INFO] [stdout] 446 |             let ordered_packets : Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 479 |         assert_order!([4, 2, 3, 1, 0], [0, 1, 2, 3, 4], 3);
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_order` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/ordering.rs:446:66
[INFO] [stdout]     |
[INFO] [stdout] 446 |             let ordered_packets : Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 480 |         assert_order!([3, 2, 1, 0, 4], [0, 1, 2, 3, 4], 4);
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_order` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/ordering.rs:446:66
[INFO] [stdout]     |
[INFO] [stdout] 446 |             let ordered_packets : Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 481 |         assert_order!([1, 0, 3, 2, 4], [0, 1, 2, 3, 4], 5);
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_order` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/ordering.rs:446:66
[INFO] [stdout]     |
[INFO] [stdout] 446 |             let ordered_packets : Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 482 |         assert_order!([4, 1, 0, 3, 2], [0, 1, 2, 3, 4], 6);
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_order` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/ordering.rs:446:66
[INFO] [stdout]     |
[INFO] [stdout] 446 |             let ordered_packets : Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 483 |         assert_order!([2, 1, 3, 0, 4], [0, 1, 2, 3, 4], 7);
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_order` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/ordering.rs:446:66
[INFO] [stdout]     |
[INFO] [stdout] 446 |             let ordered_packets : Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 484 |         assert_order!([1, 0, 3, 2, 4], [0, 1, 2, 3, 4], 8);
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_order` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/sequencing.rs:202:71
[INFO] [stdout]     |
[INFO] [stdout] 202 |                 let sequenced_packets: Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 216 |         assert_sequence!([1, 3, 5, 4, 2], [1, 3, 5], 1);
[INFO] [stdout]     |         ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_sequence` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/sequencing.rs:202:71
[INFO] [stdout]     |
[INFO] [stdout] 202 |                 let sequenced_packets: Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 217 |         assert_sequence!([1, 5, 4, 3, 2], [1, 5], 1);
[INFO] [stdout]     |         -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_sequence` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/sequencing.rs:202:71
[INFO] [stdout]     |
[INFO] [stdout] 202 |                 let sequenced_packets: Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 218 |         assert_sequence!([5, 3, 4, 2, 1], [5], 1);
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_sequence` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/sequencing.rs:202:71
[INFO] [stdout]     |
[INFO] [stdout] 202 |                 let sequenced_packets: Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 219 |         assert_sequence!([4, 3, 2, 1, 5], [4, 5], 1);
[INFO] [stdout]     |         -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_sequence` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/sequencing.rs:202:71
[INFO] [stdout]     |
[INFO] [stdout] 202 |                 let sequenced_packets: Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 220 |         assert_sequence!([2, 1, 4, 3, 5], [2, 4, 5], 1);
[INFO] [stdout]     |         ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_sequence` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/sequencing.rs:202:71
[INFO] [stdout]     |
[INFO] [stdout] 202 |                 let sequenced_packets: Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 221 |         assert_sequence!([5, 2, 1, 4, 3], [5], 1);
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_sequence` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/sequencing.rs:202:71
[INFO] [stdout]     |
[INFO] [stdout] 202 |                 let sequenced_packets: Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 222 |         assert_sequence!([3, 2, 4, 1, 5], [3, 4, 5], 1);
[INFO] [stdout]     |         ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_sequence` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/sequencing.rs:202:71
[INFO] [stdout]     |
[INFO] [stdout] 202 |                 let sequenced_packets: Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 228 |         assert_sequence!([1, 3, 5, 4, 2], [1, 3, 5], 1);
[INFO] [stdout]     |         ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_sequence` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/sequencing.rs:202:71
[INFO] [stdout]     |
[INFO] [stdout] 202 |                 let sequenced_packets: Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 229 |         assert_sequence!([1, 5, 4, 3, 2], [1, 5], 2);
[INFO] [stdout]     |         -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_sequence` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/sequencing.rs:202:71
[INFO] [stdout]     |
[INFO] [stdout] 202 |                 let sequenced_packets: Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 230 |         assert_sequence!([5, 3, 4, 2, 1], [5], 3);
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_sequence` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/sequencing.rs:202:71
[INFO] [stdout]     |
[INFO] [stdout] 202 |                 let sequenced_packets: Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 231 |         assert_sequence!([4, 3, 2, 1, 5], [4, 5], 4);
[INFO] [stdout]     |         -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_sequence` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/sequencing.rs:202:71
[INFO] [stdout]     |
[INFO] [stdout] 202 |                 let sequenced_packets: Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 232 |         assert_sequence!([2, 1, 4, 3, 5], [2, 4, 5], 5);
[INFO] [stdout]     |         ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_sequence` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/sequencing.rs:202:71
[INFO] [stdout]     |
[INFO] [stdout] 202 |                 let sequenced_packets: Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 233 |         assert_sequence!([5, 2, 1, 4, 3], [5], 6);
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_sequence` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/sequencing.rs:202:71
[INFO] [stdout]     |
[INFO] [stdout] 202 |                 let sequenced_packets: Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 234 |         assert_sequence!([3, 2, 4, 1, 5], [3, 4, 5], 7);
[INFO] [stdout]     |         ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_sequence` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `stream_count` is never used
[INFO] [stdout]   --> src/infrastructure/arranging.rs:68:8
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub trait ArrangingSystem {
[INFO] [stdout]    |           --------------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 68 |     fn stream_count(&self) -> usize;
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `sequence` is never read
[INFO] [stdout]  --> src/sequence_buffer/congestion_data.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct CongestionData {
[INFO] [stdout]   |            -------------- field in this struct
[INFO] [stdout] 8 |     pub sequence: SequenceNumber,
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `CongestionData` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 34 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "3b4aa7e4d46a3b5908cc3f0e8e3c9bcbd6922a268423aa5f898a767edc763405", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3b4aa7e4d46a3b5908cc3f0e8e3c9bcbd6922a268423aa5f898a767edc763405", kill_on_drop: false }`
[INFO] [stdout] 3b4aa7e4d46a3b5908cc3f0e8e3c9bcbd6922a268423aa5f898a767edc763405
[INFO] checking laminar-0.5.0 against try#9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88 for pr-124157
[INFO] extracting crate laminar 0.5.0 into /workspace/builds/worker-2-tc2/source
[INFO] validating manifest of crates.io crate laminar 0.5.0 on toolchain 9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate laminar 0.5.0
[INFO] finished tweaking crates.io crate laminar 0.5.0
[INFO] tweaked toml for crates.io crate laminar 0.5.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] crate crates.io crate laminar 0.5.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" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 14af22a0fa76286827a28895881d0cdc6209a35b2db7a06910cd014534af2dec
[INFO] running `Command { std: "docker" "start" "-a" "14af22a0fa76286827a28895881d0cdc6209a35b2db7a06910cd014534af2dec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "14af22a0fa76286827a28895881d0cdc6209a35b2db7a06910cd014534af2dec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "14af22a0fa76286827a28895881d0cdc6209a35b2db7a06910cd014534af2dec", kill_on_drop: false }`
[INFO] [stdout] 14af22a0fa76286827a28895881d0cdc6209a35b2db7a06910cd014534af2dec
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9cd239c4a321e9e9898540d4dbd3f4dbfa47c524ff0f9a4cbfc988f9028d183c
[INFO] running `Command { std: "docker" "start" "-a" "9cd239c4a321e9e9898540d4dbd3f4dbfa47c524ff0f9a4cbfc988f9028d183c", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling libc v0.2.94
[INFO] [stderr]    Compiling memchr v2.4.0
[INFO] [stderr]    Compiling serde v1.0.125
[INFO] [stderr]    Compiling getrandom v0.2.2
[INFO] [stderr]    Compiling proc-macro2 v1.0.26
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]     Checking either v1.6.1
[INFO] [stderr]     Checking byteorder v1.4.3
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling syn v1.0.72
[INFO] [stderr]    Compiling rayon-core v1.9.0
[INFO] [stderr]    Compiling build_const v0.2.2
[INFO] [stderr]     Checking regex-syntax v0.6.25
[INFO] [stderr]    Compiling cast v0.2.5
[INFO] [stderr]     Checking ppv-lite86 v0.2.10
[INFO] [stderr]     Checking itoa v0.4.7
[INFO] [stderr]    Compiling serde_json v1.0.64
[INFO] [stderr]    Compiling crc v1.8.1
[INFO] [stderr]     Checking plotters-backend v0.3.0
[INFO] [stderr]     Checking regex-automata v0.1.9
[INFO] [stderr]     Checking unicode-width v0.1.8
[INFO] [stderr]    Compiling serde_derive v1.0.125
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.4
[INFO] [stderr]    Compiling memoffset v0.6.3
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling rayon v1.5.0
[INFO] [stderr]     Checking plotters-svg v0.3.0
[INFO] [stderr]     Checking itertools v0.9.0
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking half v1.7.1
[INFO] [stderr]     Checking walkdir v2.3.2
[INFO] [stderr]     Checking clap v2.33.3
[INFO] [stderr]     Checking itertools v0.10.0
[INFO] [stderr]     Checking oorandom v11.1.3
[INFO] [stderr]     Checking aho-corasick v0.7.18
[INFO] [stderr]     Checking csv-core v0.1.10
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking rand_core v0.6.2
[INFO] [stderr]     Checking criterion-plot v0.4.3
[INFO] [stderr]     Checking rand_chacha v0.3.0
[INFO] [stderr]     Checking rand_pcg v0.3.0
[INFO] [stderr]     Checking regex v1.5.3
[INFO] [stderr]     Checking plotters v0.3.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.1
[INFO] [stderr]     Checking crossbeam-epoch v0.9.4
[INFO] [stderr]     Checking rand v0.8.3
[INFO] [stderr]     Checking crossbeam-deque v0.8.0
[INFO] [stderr]     Checking laminar v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `IterMut`, `OrderingStream`
[INFO] [stdout]   --> src/infrastructure/arranging.rs:42:26
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub use self::ordering::{IterMut, OrderingStream, OrderingSystem};
[INFO] [stdout]    |                          ^^^^^^^  ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `SequencingStream`
[INFO] [stdout]   --> src/infrastructure/arranging.rs:43:28
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub use self::sequencing::{SequencingStream, SequencingSystem};
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking env_logger v0.8.3
[INFO] [stdout] warning: method `stream_count` is never used
[INFO] [stdout]   --> src/infrastructure/arranging.rs:68:8
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub trait ArrangingSystem {
[INFO] [stdout]    |           --------------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 68 |     fn stream_count(&self) -> usize;
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `sequence` is never read
[INFO] [stdout]  --> src/sequence_buffer/congestion_data.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct CongestionData {
[INFO] [stdout]   |            -------------- field in this struct
[INFO] [stdout] 8 |     pub sequence: SequenceNumber,
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `CongestionData` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 4 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking quickcheck v1.0.3
[INFO] [stderr]     Checking bstr v0.2.16
[INFO] [stderr]     Checking serde_cbor v0.11.1
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking csv v1.1.6
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]    Compiling quickcheck_macros v1.0.0
[INFO] [stderr]     Checking criterion v0.3.4
[INFO] [stdout] error: couldn't read benches/packet_processing.rs: No such file or directory (os error 2)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `laminar` (bench "packet_processing") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unused imports: `IterMut`, `OrderingStream`
[INFO] [stdout]   --> src/infrastructure/arranging.rs:42:26
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub use self::ordering::{IterMut, OrderingStream, OrderingSystem};
[INFO] [stdout]    |                          ^^^^^^^  ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `SequencingStream`
[INFO] [stdout]   --> src/infrastructure/arranging.rs:43:28
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub use self::sequencing::{SequencingStream, SequencingSystem};
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/ordering.rs:446:66
[INFO] [stdout]     |
[INFO] [stdout] 446 |             let ordered_packets : Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 464 |         assert_order!([0, 2, 4, 3, 1], [0, 1, 2, 3, 4], 1);
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `assert_order` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/ordering.rs:446:66
[INFO] [stdout]     |
[INFO] [stdout] 446 |             let ordered_packets : Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 465 |         assert_order!([0, 4, 3, 2, 1], [0, 1, 2, 3, 4], 1);
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_order` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/ordering.rs:446:66
[INFO] [stdout]     |
[INFO] [stdout] 446 |             let ordered_packets : Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 466 |         assert_order!([4, 2, 3, 1, 0], [0, 1, 2, 3, 4], 1);
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_order` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/ordering.rs:446:66
[INFO] [stdout]     |
[INFO] [stdout] 446 |             let ordered_packets : Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 467 |         assert_order!([3, 2, 1, 0, 4], [0, 1, 2, 3, 4], 1);
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_order` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/ordering.rs:446:66
[INFO] [stdout]     |
[INFO] [stdout] 446 |             let ordered_packets : Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 468 |         assert_order!([1, 0, 3, 2, 4], [0, 1, 2, 3, 4], 1);
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_order` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/ordering.rs:446:66
[INFO] [stdout]     |
[INFO] [stdout] 446 |             let ordered_packets : Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 469 |         assert_order!([4, 1, 0, 3, 2], [0, 1, 2, 3, 4], 1);
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_order` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/ordering.rs:446:66
[INFO] [stdout]     |
[INFO] [stdout] 446 |             let ordered_packets : Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 470 |         assert_order!([2, 1, 3, 0, 4], [0, 1, 2, 3, 4], 1);
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_order` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/ordering.rs:446:66
[INFO] [stdout]     |
[INFO] [stdout] 446 |             let ordered_packets : Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 471 |         assert_order!([1, 0, 3, 2, 4], [0, 1, 2, 3, 4], 1);
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_order` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/ordering.rs:446:66
[INFO] [stdout]     |
[INFO] [stdout] 446 |             let ordered_packets : Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 477 |         assert_order!([0, 2, 4, 3, 1], [0, 1, 2, 3, 4], 1);
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_order` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/ordering.rs:446:66
[INFO] [stdout]     |
[INFO] [stdout] 446 |             let ordered_packets : Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 478 |         assert_order!([0, 4, 3, 2, 1], [0, 1, 2, 3, 4], 2);
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_order` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/ordering.rs:446:66
[INFO] [stdout]     |
[INFO] [stdout] 446 |             let ordered_packets : Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 479 |         assert_order!([4, 2, 3, 1, 0], [0, 1, 2, 3, 4], 3);
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_order` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/ordering.rs:446:66
[INFO] [stdout]     |
[INFO] [stdout] 446 |             let ordered_packets : Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 480 |         assert_order!([3, 2, 1, 0, 4], [0, 1, 2, 3, 4], 4);
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_order` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/ordering.rs:446:66
[INFO] [stdout]     |
[INFO] [stdout] 446 |             let ordered_packets : Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 481 |         assert_order!([1, 0, 3, 2, 4], [0, 1, 2, 3, 4], 5);
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_order` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/ordering.rs:446:66
[INFO] [stdout]     |
[INFO] [stdout] 446 |             let ordered_packets : Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 482 |         assert_order!([4, 1, 0, 3, 2], [0, 1, 2, 3, 4], 6);
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_order` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/ordering.rs:446:66
[INFO] [stdout]     |
[INFO] [stdout] 446 |             let ordered_packets : Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 483 |         assert_order!([2, 1, 3, 0, 4], [0, 1, 2, 3, 4], 7);
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_order` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/ordering.rs:446:66
[INFO] [stdout]     |
[INFO] [stdout] 446 |             let ordered_packets : Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 484 |         assert_order!([1, 0, 3, 2, 4], [0, 1, 2, 3, 4], 8);
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_order` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/sequencing.rs:202:71
[INFO] [stdout]     |
[INFO] [stdout] 202 |                 let sequenced_packets: Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 216 |         assert_sequence!([1, 3, 5, 4, 2], [1, 3, 5], 1);
[INFO] [stdout]     |         ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_sequence` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/sequencing.rs:202:71
[INFO] [stdout]     |
[INFO] [stdout] 202 |                 let sequenced_packets: Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 217 |         assert_sequence!([1, 5, 4, 3, 2], [1, 5], 1);
[INFO] [stdout]     |         -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_sequence` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/sequencing.rs:202:71
[INFO] [stdout]     |
[INFO] [stdout] 202 |                 let sequenced_packets: Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 218 |         assert_sequence!([5, 3, 4, 2, 1], [5], 1);
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_sequence` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/sequencing.rs:202:71
[INFO] [stdout]     |
[INFO] [stdout] 202 |                 let sequenced_packets: Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 219 |         assert_sequence!([4, 3, 2, 1, 5], [4, 5], 1);
[INFO] [stdout]     |         -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_sequence` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/sequencing.rs:202:71
[INFO] [stdout]     |
[INFO] [stdout] 202 |                 let sequenced_packets: Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 220 |         assert_sequence!([2, 1, 4, 3, 5], [2, 4, 5], 1);
[INFO] [stdout]     |         ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_sequence` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/sequencing.rs:202:71
[INFO] [stdout]     |
[INFO] [stdout] 202 |                 let sequenced_packets: Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 221 |         assert_sequence!([5, 2, 1, 4, 3], [5], 1);
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_sequence` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/sequencing.rs:202:71
[INFO] [stdout]     |
[INFO] [stdout] 202 |                 let sequenced_packets: Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 222 |         assert_sequence!([3, 2, 4, 1, 5], [3, 4, 5], 1);
[INFO] [stdout]     |         ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_sequence` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/sequencing.rs:202:71
[INFO] [stdout]     |
[INFO] [stdout] 202 |                 let sequenced_packets: Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 228 |         assert_sequence!([1, 3, 5, 4, 2], [1, 3, 5], 1);
[INFO] [stdout]     |         ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_sequence` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/sequencing.rs:202:71
[INFO] [stdout]     |
[INFO] [stdout] 202 |                 let sequenced_packets: Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 229 |         assert_sequence!([1, 5, 4, 3, 2], [1, 5], 2);
[INFO] [stdout]     |         -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_sequence` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/sequencing.rs:202:71
[INFO] [stdout]     |
[INFO] [stdout] 202 |                 let sequenced_packets: Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 230 |         assert_sequence!([5, 3, 4, 2, 1], [5], 3);
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_sequence` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/sequencing.rs:202:71
[INFO] [stdout]     |
[INFO] [stdout] 202 |                 let sequenced_packets: Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 231 |         assert_sequence!([4, 3, 2, 1, 5], [4, 5], 4);
[INFO] [stdout]     |         -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_sequence` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/sequencing.rs:202:71
[INFO] [stdout]     |
[INFO] [stdout] 202 |                 let sequenced_packets: Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 232 |         assert_sequence!([2, 1, 4, 3, 5], [2, 4, 5], 5);
[INFO] [stdout]     |         ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_sequence` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/sequencing.rs:202:71
[INFO] [stdout]     |
[INFO] [stdout] 202 |                 let sequenced_packets: Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 233 |         assert_sequence!([5, 2, 1, 4, 3], [5], 6);
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_sequence` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/infrastructure/arranging/sequencing.rs:202:71
[INFO] [stdout]     |
[INFO] [stdout] 202 |                 let sequenced_packets: Vec<_> = std::array::IntoIter::new(before)
[INFO] [stdout]     |                                                                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 234 |         assert_sequence!([3, 2, 4, 1, 5], [3, 4, 5], 7);
[INFO] [stdout]     |         ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `assert_sequence` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `stream_count` is never used
[INFO] [stdout]   --> src/infrastructure/arranging.rs:68:8
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub trait ArrangingSystem {
[INFO] [stdout]    |           --------------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 68 |     fn stream_count(&self) -> usize;
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `sequence` is never read
[INFO] [stdout]  --> src/sequence_buffer/congestion_data.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct CongestionData {
[INFO] [stdout]   |            -------------- field in this struct
[INFO] [stdout] 8 |     pub sequence: SequenceNumber,
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `CongestionData` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 34 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "9cd239c4a321e9e9898540d4dbd3f4dbfa47c524ff0f9a4cbfc988f9028d183c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9cd239c4a321e9e9898540d4dbd3f4dbfa47c524ff0f9a4cbfc988f9028d183c", kill_on_drop: false }`
[INFO] [stdout] 9cd239c4a321e9e9898540d4dbd3f4dbfa47c524ff0f9a4cbfc988f9028d183c
