[INFO] cloning repository https://github.com/liuxiaotiao/dmludp
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/liuxiaotiao/dmludp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fliuxiaotiao%2Fdmludp", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fliuxiaotiao%2Fdmludp'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 02dee5c853db1d920ed35872978d2dddd18630cd
[INFO] testing liuxiaotiao/dmludp against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fliuxiaotiao%2Fdmludp" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/liuxiaotiao/dmludp
[INFO] finished tweaking git repo https://github.com/liuxiaotiao/dmludp
[INFO] tweaked toml for git repo https://github.com/liuxiaotiao/dmludp written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/liuxiaotiao/dmludp on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/liuxiaotiao/dmludp already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded octets v0.2.0
[INFO] [stderr]   Downloaded ranges v0.3.3
[INFO] [stderr]   Downloaded libc v0.2.144
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c3d7b062e1671773d0237f07024022f69080fe85de1547320e7bc697715440e0
[INFO] running `Command { std: "docker" "start" "-a" "c3d7b062e1671773d0237f07024022f69080fe85de1547320e7bc697715440e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c3d7b062e1671773d0237f07024022f69080fe85de1547320e7bc697715440e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c3d7b062e1671773d0237f07024022f69080fe85de1547320e7bc697715440e0", kill_on_drop: false }`
[INFO] [stdout] c3d7b062e1671773d0237f07024022f69080fe85de1547320e7bc697715440e0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 10e5f4a426195078e0dc94e6313c02d535c9ece65179f6cb1083622dd4a2d8e7
[INFO] running `Command { std: "docker" "start" "-a" "10e5f4a426195078e0dc94e6313c02d535c9ece65179f6cb1083622dd4a2d8e7", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.144
[INFO] [stderr]    Compiling ranges v0.3.3
[INFO] [stderr]    Compiling octets v0.2.0
[INFO] [stderr]    Compiling getrandom v0.2.9
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling dmludp v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `qlog`
[INFO] [stdout]    --> src/lib.rs:327:11
[INFO] [stdout]     |
[INFO] [stdout] 327 |     #[cfg(feature = "qlog")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `ffi`
[INFO] [stdout]     = help: consider adding `qlog` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `qlog`
[INFO] [stdout]   --> src/recovery/mod.rs:17:7
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[cfg(feature = "qlog")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `ffi`
[INFO] [stdout]    = help: consider adding `qlog` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `congestion_window` is never read
[INFO] [stdout]    --> src/lib.rs:978:17
[INFO] [stdout]     |
[INFO] [stdout] 978 |         let mut congestion_window = 0;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `winadd` is never read
[INFO] [stdout]    --> src/recovery/mod.rs:233:17
[INFO] [stdout]     |
[INFO] [stdout] 233 |         let mut winadd = 0.0;
[INFO] [stdout]     |                 ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `tmp_win` is never read
[INFO] [stdout]    --> src/recovery/mod.rs:269:17
[INFO] [stdout]     |
[INFO] [stdout] 269 |         let mut tmp_win:usize=0;
[INFO] [stdout]     |                 ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `recv_pkt_sent_num` is never read
[INFO] [stdout]    --> src/lib.rs:394:5
[INFO] [stdout]     |
[INFO] [stdout] 282 | pub struct Connection {
[INFO] [stdout]     |            ---------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 394 |     recv_pkt_sent_num: Vec<usize>,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `k` is never read
[INFO] [stdout]    --> src/recovery/mod.rs:111:5
[INFO] [stdout]     |
[INFO] [stdout]  60 | pub struct Recovery {
[INFO] [stdout]     |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 111 |     k:f64,
[INFO] [stdout]     |     ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Recovery` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Acked` is never constructed
[INFO] [stdout]    --> src/recovery/mod.rs:444:12
[INFO] [stdout]     |
[INFO] [stdout] 444 | pub struct Acked {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `recv_pkt_num` is never read
[INFO] [stdout]    --> src/packet.rs:176:9
[INFO] [stdout]     |
[INFO] [stdout] 172 | pub struct PktNumSpace {
[INFO] [stdout]     |            ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 176 |     pub recv_pkt_num: PktNumWindow,
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `PktNumSpace` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `priority_record` and `record` are never read
[INFO] [stdout]    --> src/packet.rs:230:9
[INFO] [stdout]     |
[INFO] [stdout] 229 | pub struct PktNumWindow {
[INFO] [stdout]     |            ------------ fields in this struct
[INFO] [stdout] 230 |     pub priority_record:std::collections::HashMap<u64,u64>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 231 |     pub record:std::collections::HashMap<u64,[u64;2]>,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `PktNumWindow` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> src/packet.rs:235:12
[INFO] [stdout]     |
[INFO] [stdout] 233 | impl PktNumWindow {
[INFO] [stdout]     | ----------------- methods in this implementation
[INFO] [stdout] 234 |     //add item pair(offset, priority)
[INFO] [stdout] 235 |     pub fn additem(&mut self, offset: u64, priority:usize) {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 247 |     pub fn get_priority(&self, offset:u64)->u64{
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 256 |     pub fn check_received(&mut self, offset: u64, sent: bool)->bool{
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 300 |     pub fn get_retrans_times(& self, offset: u64)->u64{
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 314 |     pub fn update_item(& mut self, offset: u64, priority:usize){
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 321 |     pub fn update_retrans(&mut self, offset: u64, retrans: u64, received: u64){
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 332 |     pub fn clear_record(& mut self){
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `NewCubic` should have a snake case name
[INFO] [stdout]    --> src/recovery/mod.rs:462:5
[INFO] [stdout]     |
[INFO] [stdout] 462 | mod NewCubic;
[INFO] [stdout]     |     ^^^^^^^^ help: convert the identifier to snake case: `new_cubic`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s
[INFO] running `Command { std: "docker" "inspect" "10e5f4a426195078e0dc94e6313c02d535c9ece65179f6cb1083622dd4a2d8e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "10e5f4a426195078e0dc94e6313c02d535c9ece65179f6cb1083622dd4a2d8e7", kill_on_drop: false }`
[INFO] [stdout] 10e5f4a426195078e0dc94e6313c02d535c9ece65179f6cb1083622dd4a2d8e7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 702b35e180ddf1de461de586af1b5522d6ce52343e49638ef6c634fe6bffb9a7
[INFO] running `Command { std: "docker" "start" "-a" "702b35e180ddf1de461de586af1b5522d6ce52343e49638ef6c634fe6bffb9a7", kill_on_drop: false }`
[INFO] [stdout] warning: unexpected `cfg` condition value: `qlog`
[INFO] [stdout]    --> src/lib.rs:327:11
[INFO] [stdout]     |
[INFO] [stdout] 327 |     #[cfg(feature = "qlog")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `ffi`
[INFO] [stdout]     = help: consider adding `qlog` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `qlog`
[INFO] [stdout]   --> src/recovery/mod.rs:17:7
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[cfg(feature = "qlog")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `ffi`
[INFO] [stdout]    = help: consider adding `qlog` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `congestion_window` is never read
[INFO] [stdout]    --> src/lib.rs:978:17
[INFO] [stdout]     |
[INFO] [stdout] 978 |         let mut congestion_window = 0;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `winadd` is never read
[INFO] [stdout]    --> src/recovery/mod.rs:233:17
[INFO] [stdout]     |
[INFO] [stdout] 233 |         let mut winadd = 0.0;
[INFO] [stdout]     |                 ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `tmp_win` is never read
[INFO] [stdout]    --> src/recovery/mod.rs:269:17
[INFO] [stdout]     |
[INFO] [stdout] 269 |         let mut tmp_win:usize=0;
[INFO] [stdout]     |                 ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `recv_pkt_sent_num` is never read
[INFO] [stdout]    --> src/lib.rs:394:5
[INFO] [stdout]     |
[INFO] [stdout] 282 | pub struct Connection {
[INFO] [stdout]     |            ---------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 394 |     recv_pkt_sent_num: Vec<usize>,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `k` is never read
[INFO] [stdout]    --> src/recovery/mod.rs:111:5
[INFO] [stdout]     |
[INFO] [stdout]  60 | pub struct Recovery {
[INFO] [stdout]     |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 111 |     k:f64,
[INFO] [stdout]     |     ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Recovery` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Acked` is never constructed
[INFO] [stdout]    --> src/recovery/mod.rs:444:12
[INFO] [stdout]     |
[INFO] [stdout] 444 | pub struct Acked {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `recv_pkt_num` is never read
[INFO] [stdout]    --> src/packet.rs:176:9
[INFO] [stdout]     |
[INFO] [stdout] 172 | pub struct PktNumSpace {
[INFO] [stdout]     |            ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 176 |     pub recv_pkt_num: PktNumWindow,
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `PktNumSpace` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling dmludp v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `priority_record` and `record` are never read
[INFO] [stdout]    --> src/packet.rs:230:9
[INFO] [stdout]     |
[INFO] [stdout] 229 | pub struct PktNumWindow {
[INFO] [stdout]     |            ------------ fields in this struct
[INFO] [stdout] 230 |     pub priority_record:std::collections::HashMap<u64,u64>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 231 |     pub record:std::collections::HashMap<u64,[u64;2]>,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `PktNumWindow` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> src/packet.rs:235:12
[INFO] [stdout]     |
[INFO] [stdout] 233 | impl PktNumWindow {
[INFO] [stdout]     | ----------------- methods in this implementation
[INFO] [stdout] 234 |     //add item pair(offset, priority)
[INFO] [stdout] 235 |     pub fn additem(&mut self, offset: u64, priority:usize) {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 247 |     pub fn get_priority(&self, offset:u64)->u64{
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 256 |     pub fn check_received(&mut self, offset: u64, sent: bool)->bool{
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 300 |     pub fn get_retrans_times(& self, offset: u64)->u64{
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 314 |     pub fn update_item(& mut self, offset: u64, priority:usize){
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 321 |     pub fn update_retrans(&mut self, offset: u64, retrans: u64, received: u64){
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 332 |     pub fn clear_record(& mut self){
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `NewCubic` should have a snake case name
[INFO] [stdout]    --> src/recovery/mod.rs:462:5
[INFO] [stdout]     |
[INFO] [stdout] 462 | mod NewCubic;
[INFO] [stdout]     |     ^^^^^^^^ help: convert the identifier to snake case: `new_cubic`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `qlog`
[INFO] [stdout]    --> src/lib.rs:327:11
[INFO] [stdout]     |
[INFO] [stdout] 327 |     #[cfg(feature = "qlog")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `ffi`
[INFO] [stdout]     = help: consider adding `qlog` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `qlog`
[INFO] [stdout]   --> src/recovery/mod.rs:17:7
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[cfg(feature = "qlog")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `ffi`
[INFO] [stdout]    = help: consider adding `qlog` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `congestion_window` is never read
[INFO] [stdout]    --> src/lib.rs:978:17
[INFO] [stdout]     |
[INFO] [stdout] 978 |         let mut congestion_window = 0;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `winadd` is never read
[INFO] [stdout]    --> src/recovery/mod.rs:233:17
[INFO] [stdout]     |
[INFO] [stdout] 233 |         let mut winadd = 0.0;
[INFO] [stdout]     |                 ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `tmp_win` is never read
[INFO] [stdout]    --> src/recovery/mod.rs:269:17
[INFO] [stdout]     |
[INFO] [stdout] 269 |         let mut tmp_win:usize=0;
[INFO] [stdout]     |                 ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `recv_pkt_sent_num` is never read
[INFO] [stdout]    --> src/lib.rs:394:5
[INFO] [stdout]     |
[INFO] [stdout] 282 | pub struct Connection {
[INFO] [stdout]     |            ---------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 394 |     recv_pkt_sent_num: Vec<usize>,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `k` is never read
[INFO] [stdout]    --> src/recovery/mod.rs:111:5
[INFO] [stdout]     |
[INFO] [stdout]  60 | pub struct Recovery {
[INFO] [stdout]     |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 111 |     k:f64,
[INFO] [stdout]     |     ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Recovery` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Acked` is never constructed
[INFO] [stdout]    --> src/recovery/mod.rs:444:12
[INFO] [stdout]     |
[INFO] [stdout] 444 | pub struct Acked {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `recv_pkt_num` is never read
[INFO] [stdout]    --> src/packet.rs:176:9
[INFO] [stdout]     |
[INFO] [stdout] 172 | pub struct PktNumSpace {
[INFO] [stdout]     |            ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 176 |     pub recv_pkt_num: PktNumWindow,
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `PktNumSpace` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `priority_record` and `record` are never read
[INFO] [stdout]    --> src/packet.rs:230:9
[INFO] [stdout]     |
[INFO] [stdout] 229 | pub struct PktNumWindow {
[INFO] [stdout]     |            ------------ fields in this struct
[INFO] [stdout] 230 |     pub priority_record:std::collections::HashMap<u64,u64>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 231 |     pub record:std::collections::HashMap<u64,[u64;2]>,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `PktNumWindow` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> src/packet.rs:235:12
[INFO] [stdout]     |
[INFO] [stdout] 233 | impl PktNumWindow {
[INFO] [stdout]     | ----------------- methods in this implementation
[INFO] [stdout] 234 |     //add item pair(offset, priority)
[INFO] [stdout] 235 |     pub fn additem(&mut self, offset: u64, priority:usize) {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 247 |     pub fn get_priority(&self, offset:u64)->u64{
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 256 |     pub fn check_received(&mut self, offset: u64, sent: bool)->bool{
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 300 |     pub fn get_retrans_times(& self, offset: u64)->u64{
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 314 |     pub fn update_item(& mut self, offset: u64, priority:usize){
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 321 |     pub fn update_retrans(&mut self, offset: u64, retrans: u64, received: u64){
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 332 |     pub fn clear_record(& mut self){
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `NewCubic` should have a snake case name
[INFO] [stdout]    --> src/recovery/mod.rs:462:5
[INFO] [stdout]     |
[INFO] [stdout] 462 | mod NewCubic;
[INFO] [stdout]     |     ^^^^^^^^ help: convert the identifier to snake case: `new_cubic`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.50s
[INFO] running `Command { std: "docker" "inspect" "702b35e180ddf1de461de586af1b5522d6ce52343e49638ef6c634fe6bffb9a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "702b35e180ddf1de461de586af1b5522d6ce52343e49638ef6c634fe6bffb9a7", kill_on_drop: false }`
[INFO] [stdout] 702b35e180ddf1de461de586af1b5522d6ce52343e49638ef6c634fe6bffb9a7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] bd259059ba79bd72d2417812be75cec90a167093020352d0fab40c62592e8796
[INFO] running `Command { std: "docker" "start" "-a" "bd259059ba79bd72d2417812be75cec90a167093020352d0fab40c62592e8796", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `qlog`
[INFO] [stderr]    --> src/lib.rs:327:11
[INFO] [stderr]     |
[INFO] [stderr] 327 |     #[cfg(feature = "qlog")]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `ffi`
[INFO] [stderr]     = help: consider adding `qlog` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `qlog`
[INFO] [stderr]   --> src/recovery/mod.rs:17:7
[INFO] [stderr]    |
[INFO] [stderr] 17 | #[cfg(feature = "qlog")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `ffi`
[INFO] [stderr]    = help: consider adding `qlog` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `congestion_window` is never read
[INFO] [stderr]    --> src/lib.rs:978:17
[INFO] [stderr]     |
[INFO] [stderr] 978 |         let mut congestion_window = 0;
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: maybe it is overwritten before being read?
[INFO] [stderr]     = note: `#[warn(unused_assignments)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `winadd` is never read
[INFO] [stderr]    --> src/recovery/mod.rs:233:17
[INFO] [stderr]     |
[INFO] [stderr] 233 |         let mut winadd = 0.0;
[INFO] [stderr]     |                 ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: maybe it is overwritten before being read?
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `tmp_win` is never read
[INFO] [stderr]    --> src/recovery/mod.rs:269:17
[INFO] [stderr]     |
[INFO] [stderr] 269 |         let mut tmp_win:usize=0;
[INFO] [stderr]     |                 ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: maybe it is overwritten before being read?
[INFO] [stderr] 
[INFO] [stderr] warning: field `recv_pkt_sent_num` is never read
[INFO] [stderr]    --> src/lib.rs:394:5
[INFO] [stderr]     |
[INFO] [stderr] 282 | pub struct Connection {
[INFO] [stderr]     |            ---------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 394 |     recv_pkt_sent_num: Vec<usize>,
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `k` is never read
[INFO] [stderr]    --> src/recovery/mod.rs:111:5
[INFO] [stderr]     |
[INFO] [stderr]  60 | pub struct Recovery {
[INFO] [stderr]     |            -------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 111 |     k:f64,
[INFO] [stderr]     |     ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `Recovery` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Acked` is never constructed
[INFO] [stderr]    --> src/recovery/mod.rs:444:12
[INFO] [stderr]     |
[INFO] [stderr] 444 | pub struct Acked {
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `recv_pkt_num` is never read
[INFO] [stderr]    --> src/packet.rs:176:9
[INFO] [stderr]     |
[INFO] [stderr] 172 | pub struct PktNumSpace {
[INFO] [stderr]     |            ----------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 176 |     pub recv_pkt_num: PktNumWindow,
[INFO] [stderr]     |         ^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `PktNumSpace` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: fields `priority_record` and `record` are never read
[INFO] [stderr]    --> src/packet.rs:230:9
[INFO] [stderr]     |
[INFO] [stderr] 229 | pub struct PktNumWindow {
[INFO] [stderr]     |            ------------ fields in this struct
[INFO] [stderr] 230 |     pub priority_record:std::collections::HashMap<u64,u64>,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^
[INFO] [stderr] 231 |     pub record:std::collections::HashMap<u64,[u64;2]>,
[INFO] [stderr]     |         ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `PktNumWindow` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: multiple methods are never used
[INFO] [stderr]    --> src/packet.rs:235:12
[INFO] [stderr]     |
[INFO] [stderr] 233 | impl PktNumWindow {
[INFO] [stderr]     | ----------------- methods in this implementation
[INFO] [stderr] 234 |     //add item pair(offset, priority)
[INFO] [stderr] 235 |     pub fn additem(&mut self, offset: u64, priority:usize) {
[INFO] [stderr]     |            ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 247 |     pub fn get_priority(&self, offset:u64)->u64{
[INFO] [stderr]     |            ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 256 |     pub fn check_received(&mut self, offset: u64, sent: bool)->bool{
[INFO] [stderr]     |            ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 300 |     pub fn get_retrans_times(& self, offset: u64)->u64{
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 314 |     pub fn update_item(& mut self, offset: u64, priority:usize){
[INFO] [stderr]     |            ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 321 |     pub fn update_retrans(&mut self, offset: u64, retrans: u64, received: u64){
[INFO] [stderr]     |            ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 332 |     pub fn clear_record(& mut self){
[INFO] [stderr]     |            ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: module `NewCubic` should have a snake case name
[INFO] [stderr]    --> src/recovery/mod.rs:462:5
[INFO] [stderr]     |
[INFO] [stderr] 462 | mod NewCubic;
[INFO] [stderr]     |     ^^^^^^^^ help: convert the identifier to snake case: `new_cubic`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(non_snake_case)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `dmludp` (lib) generated 12 warnings
[INFO] [stderr] warning: `dmludp` (lib test) generated 12 warnings (12 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dmludp-18d2c7eefdf44909)
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests dmludp
[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] [stdout] running 4 tests
[INFO] [stdout] test src/lib.rs - Config::set_cc_algorithm_name (line 241) ... FAILED
[INFO] [stdout] test src/packet.rs - packet::Header::from_slice (line 71) - compile ... FAILED
[INFO] [stdout] test src/lib.rs - Config::new (line 211) ... FAILED
[INFO] [stdout] test src/lib.rs - Connection::new (line 407) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - Config::set_cc_algorithm_name (line 241) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `config` in this scope
[INFO] [stdout]  --> src/lib.rs:242:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | config.set_cc_algorithm_name("NEWCUBIC");
[INFO] [stdout]   | ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `quiche`
[INFO] [stdout]  --> src/lib.rs:243:10
[INFO] [stdout]   |
[INFO] [stdout] 4 | Ok::<(), quiche::Error>(())
[INFO] [stdout]   |          ^^^^^^ use of unresolved module or unlinked crate `quiche`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `quiche`, use `cargo add quiche` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/packet.rs - packet::Header::from_slice (line 71) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `quiche`
[INFO] [stdout]  --> src/packet.rs:78:11
[INFO] [stdout]   |
[INFO] [stdout] 9 | let hdr = quiche::Header::from_slice(&mut buf[..len], LOCAL_CONN_ID_LEN)?;
[INFO] [stdout]   |           ^^^^^^ use of unresolved module or unlinked crate `quiche`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `quiche`, use `cargo add quiche` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use dmludp::Header;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `Header`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 9 - let hdr = quiche::Header::from_slice(&mut buf[..len], LOCAL_CONN_ID_LEN)?;
[INFO] [stdout] 9 + let hdr = Header::from_slice(&mut buf[..len], LOCAL_CONN_ID_LEN)?;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `quiche`
[INFO] [stdout]   --> src/packet.rs:79:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | Ok::<(), quiche::Error>(())
[INFO] [stdout]    |          ^^^^^^ use of unresolved module or unlinked crate `quiche`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `quiche`, use `cargo add quiche` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Config::new (line 211) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `quiche`
[INFO] [stdout]  --> src/lib.rs:212:14
[INFO] [stdout]   |
[INFO] [stdout] 3 | let config = quiche::Config::new()?;
[INFO] [stdout]   |              ^^^^^^ use of unresolved module or unlinked crate `quiche`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `quiche`, use `cargo add quiche` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use dmludp::Config;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `Config`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 3 - let config = quiche::Config::new()?;
[INFO] [stdout] 3 + let config = Config::new()?;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `quiche`
[INFO] [stdout]  --> src/lib.rs:213:10
[INFO] [stdout]   |
[INFO] [stdout] 4 | Ok::<(), quiche::Error>(())
[INFO] [stdout]   |          ^^^^^^ use of unresolved module or unlinked crate `quiche`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `quiche`, use `cargo add quiche` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - Config::new (line 211)
[INFO] [stdout]     src/lib.rs - Config::set_cc_algorithm_name (line 241)
[INFO] [stdout]     src/packet.rs - packet::Header::from_slice (line 71)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.41s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "bd259059ba79bd72d2417812be75cec90a167093020352d0fab40c62592e8796", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bd259059ba79bd72d2417812be75cec90a167093020352d0fab40c62592e8796", kill_on_drop: false }`
[INFO] [stdout] bd259059ba79bd72d2417812be75cec90a167093020352d0fab40c62592e8796
