[INFO] fetching crate async-fcgi 0.3.3... [INFO] testing async-fcgi-0.3.3 against 1.55.0 for beta-1.56-1 [INFO] extracting crate async-fcgi 0.3.3 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate async-fcgi 0.3.3 on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate async-fcgi 0.3.3 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate async-fcgi 0.3.3 [INFO] tweaked toml for crates.io crate async-fcgi 0.3.3 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate crates.io crate async-fcgi 0.3.3 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ed16fb86fa7c0610f998c4090b4574f59211f0ba14730c47b19081dd512b988f [INFO] running `Command { std: "docker" "start" "-a" "ed16fb86fa7c0610f998c4090b4574f59211f0ba14730c47b19081dd512b988f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ed16fb86fa7c0610f998c4090b4574f59211f0ba14730c47b19081dd512b988f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ed16fb86fa7c0610f998c4090b4574f59211f0ba14730c47b19081dd512b988f", kill_on_drop: false }` [INFO] [stdout] ed16fb86fa7c0610f998c4090b4574f59211f0ba14730c47b19081dd512b988f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 63e81d7aa6a476b0e0dea15b9992735a9f0770cf935fab036b3bdb323d45f4a2 [INFO] running `Command { std: "docker" "start" "-a" "63e81d7aa6a476b0e0dea15b9992735a9f0770cf935fab036b3bdb323d45f4a2", kill_on_drop: false }` [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling itoa v0.4.6 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling bytes v1.0.0 [INFO] [stderr] Compiling http v0.2.1 [INFO] [stderr] Compiling async-fcgi v0.3.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `rtype` [INFO] [stdout] --> src/fastcgi.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | rtype: u8, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `header` [INFO] [stdout] --> src/fastcgi.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | header: Header, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant is never used: `HEADER_LEN` [INFO] [stdout] --> src/fastcgi.rs:100:5 [INFO] [stdout] | [INFO] [stdout] 100 | pub const HEADER_LEN: usize = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant is never used: `UNKNOWN_TYPE` [INFO] [stdout] --> src/fastcgi.rs:165:5 [INFO] [stdout] | [INFO] [stdout] 165 | const UNKNOWN_TYPE: u8 = 11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `write_into` [INFO] [stdout] --> src/fastcgi.rs:309:12 [INFO] [stdout] | [INFO] [stdout] 309 | pub fn write_into(self, data: &mut BM) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `parse` [INFO] [stdout] --> src/fastcgi.rs:319:8 [INFO] [stdout] | [INFO] [stdout] 319 | fn parse(data: &mut Bytes) -> Header [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_padding` [INFO] [stdout] --> src/fastcgi.rs:332:12 [INFO] [stdout] | [INFO] [stdout] 332 | pub fn get_padding(&self) -> u8 [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `RecordReader` [INFO] [stdout] --> src/fastcgi.rs:360:19 [INFO] [stdout] | [INFO] [stdout] 360 | pub(crate) struct RecordReader { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/fastcgi.rs:365:19 [INFO] [stdout] | [INFO] [stdout] 365 | pub(crate) fn new() -> RecordReader { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `read` [INFO] [stdout] --> src/fastcgi.rs:370:19 [INFO] [stdout] | [INFO] [stdout] 370 | pub(crate) fn read(&mut self, data: &mut Bytes) -> Option [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_request_id` [INFO] [stdout] --> src/fastcgi.rs:433:19 [INFO] [stdout] | [INFO] [stdout] 433 | pub(crate) fn get_request_id(&self) -> u16 { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `read` [INFO] [stdout] --> src/fastcgi.rs:438:19 [INFO] [stdout] | [INFO] [stdout] 438 | pub(crate) fn read(data: &mut Bytes) -> Option [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `parse_body` [INFO] [stdout] --> src/fastcgi.rs:460:8 [INFO] [stdout] | [INFO] [stdout] 460 | fn parse_body(mut payload: Bytes, ptype: u8) -> Body { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `abort` [INFO] [stdout] --> src/fastcgi.rs:479:19 [INFO] [stdout] | [INFO] [stdout] 479 | pub(crate) fn abort(request_id: u16) -> Record { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `append` [INFO] [stdout] --> src/fastcgi.rs:492:19 [INFO] [stdout] | [INFO] [stdout] 492 | pub(crate) fn append(self, buf: &mut BufList) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_bytes` [INFO] [stdout] --> src/fastcgi.rs:619:19 [INFO] [stdout] | [INFO] [stdout] 619 | pub(crate) fn from_bytes(buf: Bytes) -> NVBody { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `append_records` [INFO] [stdout] --> src/fastcgi.rs:666:19 [INFO] [stdout] | [INFO] [stdout] 666 | pub(crate) fn append_records(self, rtype: u8, request_id: u16, wbuf: &mut BufList) { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `parse` [INFO] [stdout] --> src/fastcgi.rs:706:8 [INFO] [stdout] | [INFO] [stdout] 706 | fn parse(mut data: Bytes) -> EndRequestBody [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `append` [INFO] [stdout] --> src/bufvec.rs:26:19 [INFO] [stdout] | [INFO] [stdout] 26 | pub(crate) fn append(&mut self, mut other: BufList) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `oldest` [INFO] [stdout] --> src/bufvec.rs:30:19 [INFO] [stdout] | [INFO] [stdout] 30 | pub(crate) fn oldest(&mut self) -> Option { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.82s [INFO] running `Command { std: "docker" "inspect" "63e81d7aa6a476b0e0dea15b9992735a9f0770cf935fab036b3bdb323d45f4a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "63e81d7aa6a476b0e0dea15b9992735a9f0770cf935fab036b3bdb323d45f4a2", kill_on_drop: false }` [INFO] [stdout] 63e81d7aa6a476b0e0dea15b9992735a9f0770cf935fab036b3bdb323d45f4a2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2fd46cf33b4c52fdd1232c8b7cd15501575a84738b7778b3f3f2ec907a6c3703 [INFO] running `Command { std: "docker" "start" "-a" "2fd46cf33b4c52fdd1232c8b7cd15501575a84738b7778b3f3f2ec907a6c3703", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.44 [INFO] [stderr] Compiling libc v0.2.79 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling pin-project-internal v0.4.27 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Compiling futures-core v0.3.6 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling regex-syntax v0.6.20 [INFO] [stderr] Compiling termcolor v1.1.0 [INFO] [stderr] Compiling pin-project-lite v0.1.10 [INFO] [stderr] Compiling futures-task v0.3.6 [INFO] [stderr] Compiling pin-project-lite v0.2.0 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling httpdate v0.3.2 [INFO] [stderr] Compiling tower-service v0.3.0 [INFO] [stderr] Compiling tokio v1.0.1 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling tracing-core v0.1.17 [INFO] [stderr] Compiling http-body v0.4.0 [INFO] [stdout] warning: field is never read: `rtype` [INFO] [stdout] --> src/fastcgi.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | rtype: u8, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `header` [INFO] [stdout] --> src/fastcgi.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | header: Header, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant is never used: `HEADER_LEN` [INFO] [stdout] --> src/fastcgi.rs:100:5 [INFO] [stdout] | [INFO] [stdout] 100 | pub const HEADER_LEN: usize = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant is never used: `UNKNOWN_TYPE` [INFO] [stdout] --> src/fastcgi.rs:165:5 [INFO] [stdout] | [INFO] [stdout] 165 | const UNKNOWN_TYPE: u8 = 11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `write_into` [INFO] [stdout] --> src/fastcgi.rs:309:12 [INFO] [stdout] | [INFO] [stdout] 309 | pub fn write_into(self, data: &mut BM) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `parse` [INFO] [stdout] --> src/fastcgi.rs:319:8 [INFO] [stdout] | [INFO] [stdout] 319 | fn parse(data: &mut Bytes) -> Header [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_padding` [INFO] [stdout] --> src/fastcgi.rs:332:12 [INFO] [stdout] | [INFO] [stdout] 332 | pub fn get_padding(&self) -> u8 [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `RecordReader` [INFO] [stdout] --> src/fastcgi.rs:360:19 [INFO] [stdout] | [INFO] [stdout] 360 | pub(crate) struct RecordReader { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/fastcgi.rs:365:19 [INFO] [stdout] | [INFO] [stdout] 365 | pub(crate) fn new() -> RecordReader { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `read` [INFO] [stdout] --> src/fastcgi.rs:370:19 [INFO] [stdout] | [INFO] [stdout] 370 | pub(crate) fn read(&mut self, data: &mut Bytes) -> Option [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_request_id` [INFO] [stdout] --> src/fastcgi.rs:433:19 [INFO] [stdout] | [INFO] [stdout] 433 | pub(crate) fn get_request_id(&self) -> u16 { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `read` [INFO] [stdout] --> src/fastcgi.rs:438:19 [INFO] [stdout] | [INFO] [stdout] 438 | pub(crate) fn read(data: &mut Bytes) -> Option [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `parse_body` [INFO] [stdout] --> src/fastcgi.rs:460:8 [INFO] [stdout] | [INFO] [stdout] 460 | fn parse_body(mut payload: Bytes, ptype: u8) -> Body { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `abort` [INFO] [stdout] --> src/fastcgi.rs:479:19 [INFO] [stdout] | [INFO] [stdout] 479 | pub(crate) fn abort(request_id: u16) -> Record { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `append` [INFO] [stdout] --> src/fastcgi.rs:492:19 [INFO] [stdout] | [INFO] [stdout] 492 | pub(crate) fn append(self, buf: &mut BufList) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_bytes` [INFO] [stdout] --> src/fastcgi.rs:619:19 [INFO] [stdout] | [INFO] [stdout] 619 | pub(crate) fn from_bytes(buf: Bytes) -> NVBody { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `append_records` [INFO] [stdout] --> src/fastcgi.rs:666:19 [INFO] [stdout] | [INFO] [stdout] 666 | pub(crate) fn append_records(self, rtype: u8, request_id: u16, wbuf: &mut BufList) { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `parse` [INFO] [stdout] --> src/fastcgi.rs:706:8 [INFO] [stdout] | [INFO] [stdout] 706 | fn parse(mut data: Bytes) -> EndRequestBody [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `append` [INFO] [stdout] --> src/bufvec.rs:26:19 [INFO] [stdout] | [INFO] [stdout] 26 | pub(crate) fn append(&mut self, mut other: BufList) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `oldest` [INFO] [stdout] --> src/bufvec.rs:30:19 [INFO] [stdout] | [INFO] [stdout] 30 | pub(crate) fn oldest(&mut self) -> Option { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling futures-channel v0.3.6 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling tracing v0.1.21 [INFO] [stderr] Compiling aho-corasick v0.7.14 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling mio v0.7.6 [INFO] [stderr] Compiling socket2 v0.3.19 [INFO] [stderr] Compiling regex v1.4.1 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling pretty_env_logger v0.4.0 [INFO] [stderr] Compiling pin-project-internal v1.0.2 [INFO] [stderr] Compiling tokio-macros v1.0.0 [INFO] [stderr] Compiling pin-project v1.0.2 [INFO] [stderr] Compiling pin-project v0.4.27 [INFO] [stderr] Compiling futures-util v0.3.6 [INFO] [stderr] Compiling hyper v0.14.1 [INFO] [stderr] Compiling async-fcgi v0.3.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `rtype` [INFO] [stdout] --> src/fastcgi.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | rtype: u8, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant is never used: `UNKNOWN_TYPE` [INFO] [stdout] --> src/fastcgi.rs:165:5 [INFO] [stdout] | [INFO] [stdout] 165 | const UNKNOWN_TYPE: u8 = 11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `parse` [INFO] [stdout] --> src/fastcgi.rs:319:8 [INFO] [stdout] | [INFO] [stdout] 319 | fn parse(data: &mut Bytes) -> Header [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_padding` [INFO] [stdout] --> src/fastcgi.rs:332:12 [INFO] [stdout] | [INFO] [stdout] 332 | pub fn get_padding(&self) -> u8 [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `RecordReader` [INFO] [stdout] --> src/fastcgi.rs:360:19 [INFO] [stdout] | [INFO] [stdout] 360 | pub(crate) struct RecordReader { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/fastcgi.rs:365:19 [INFO] [stdout] | [INFO] [stdout] 365 | pub(crate) fn new() -> RecordReader { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `read` [INFO] [stdout] --> src/fastcgi.rs:370:19 [INFO] [stdout] | [INFO] [stdout] 370 | pub(crate) fn read(&mut self, data: &mut Bytes) -> Option [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_request_id` [INFO] [stdout] --> src/fastcgi.rs:433:19 [INFO] [stdout] | [INFO] [stdout] 433 | pub(crate) fn get_request_id(&self) -> u16 { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `read` [INFO] [stdout] --> src/fastcgi.rs:438:19 [INFO] [stdout] | [INFO] [stdout] 438 | pub(crate) fn read(data: &mut Bytes) -> Option [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `parse_body` [INFO] [stdout] --> src/fastcgi.rs:460:8 [INFO] [stdout] | [INFO] [stdout] 460 | fn parse_body(mut payload: Bytes, ptype: u8) -> Body { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `abort` [INFO] [stdout] --> src/fastcgi.rs:479:19 [INFO] [stdout] | [INFO] [stdout] 479 | pub(crate) fn abort(request_id: u16) -> Record { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_bytes` [INFO] [stdout] --> src/fastcgi.rs:619:19 [INFO] [stdout] | [INFO] [stdout] 619 | pub(crate) fn from_bytes(buf: Bytes) -> NVBody { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `append_records` [INFO] [stdout] --> src/fastcgi.rs:666:19 [INFO] [stdout] | [INFO] [stdout] 666 | pub(crate) fn append_records(self, rtype: u8, request_id: u16, wbuf: &mut BufList) { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `parse` [INFO] [stdout] --> src/fastcgi.rs:706:8 [INFO] [stdout] | [INFO] [stdout] 706 | fn parse(mut data: Bytes) -> EndRequestBody [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `oldest` [INFO] [stdout] --> src/bufvec.rs:30:19 [INFO] [stdout] | [INFO] [stdout] 30 | pub(crate) fn oldest(&mut self) -> Option { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 15.34s [INFO] running `Command { std: "docker" "inspect" "2fd46cf33b4c52fdd1232c8b7cd15501575a84738b7778b3f3f2ec907a6c3703", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2fd46cf33b4c52fdd1232c8b7cd15501575a84738b7778b3f3f2ec907a6c3703", kill_on_drop: false }` [INFO] [stdout] 2fd46cf33b4c52fdd1232c8b7cd15501575a84738b7778b3f3f2ec907a6c3703 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 048ea2c449a6ec9055464de7d012226591e2108a536369d3b3ceff84ebd5661b [INFO] running `Command { std: "docker" "start" "-a" "048ea2c449a6ec9055464de7d012226591e2108a536369d3b3ceff84ebd5661b", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `rtype` [INFO] [stderr] --> src/fastcgi.rs:43:5 [INFO] [stderr] | [INFO] [stderr] 43 | rtype: u8, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `header` [INFO] [stderr] --> src/fastcgi.rs:84:5 [INFO] [stderr] | [INFO] [stderr] 84 | header: Header, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated constant is never used: `HEADER_LEN` [INFO] [stderr] --> src/fastcgi.rs:100:5 [INFO] [stderr] | [INFO] [stderr] 100 | pub const HEADER_LEN: usize = 8; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated constant is never used: `UNKNOWN_TYPE` [INFO] [stderr] --> src/fastcgi.rs:165:5 [INFO] [stderr] | [INFO] [stderr] 165 | const UNKNOWN_TYPE: u8 = 11; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `write_into` [INFO] [stderr] --> src/fastcgi.rs:309:12 [INFO] [stderr] | [INFO] [stderr] 309 | pub fn write_into(self, data: &mut BM) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `parse` [INFO] [stderr] --> src/fastcgi.rs:319:8 [INFO] [stderr] | [INFO] [stderr] 319 | fn parse(data: &mut Bytes) -> Header [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `get_padding` [INFO] [stderr] --> src/fastcgi.rs:332:12 [INFO] [stderr] | [INFO] [stderr] 332 | pub fn get_padding(&self) -> u8 [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `RecordReader` [INFO] [stderr] --> src/fastcgi.rs:360:19 [INFO] [stderr] | [INFO] [stderr] 360 | pub(crate) struct RecordReader { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `new` [INFO] [stderr] --> src/fastcgi.rs:365:19 [INFO] [stderr] | [INFO] [stderr] 365 | pub(crate) fn new() -> RecordReader { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `read` [INFO] [stderr] --> src/fastcgi.rs:370:19 [INFO] [stderr] | [INFO] [stderr] 370 | pub(crate) fn read(&mut self, data: &mut Bytes) -> Option [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `get_request_id` [INFO] [stderr] --> src/fastcgi.rs:433:19 [INFO] [stderr] | [INFO] [stderr] 433 | pub(crate) fn get_request_id(&self) -> u16 { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `read` [INFO] [stderr] --> src/fastcgi.rs:438:19 [INFO] [stderr] | [INFO] [stderr] 438 | pub(crate) fn read(data: &mut Bytes) -> Option [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `parse_body` [INFO] [stderr] --> src/fastcgi.rs:460:8 [INFO] [stderr] | [INFO] [stderr] 460 | fn parse_body(mut payload: Bytes, ptype: u8) -> Body { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `abort` [INFO] [stderr] --> src/fastcgi.rs:479:19 [INFO] [stderr] | [INFO] [stderr] 479 | pub(crate) fn abort(request_id: u16) -> Record { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `append` [INFO] [stderr] --> src/fastcgi.rs:492:19 [INFO] [stderr] | [INFO] [stderr] 492 | pub(crate) fn append(self, buf: &mut BufList) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `from_bytes` [INFO] [stderr] --> src/fastcgi.rs:619:19 [INFO] [stderr] | [INFO] [stderr] 619 | pub(crate) fn from_bytes(buf: Bytes) -> NVBody { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `append_records` [INFO] [stderr] --> src/fastcgi.rs:666:19 [INFO] [stderr] | [INFO] [stderr] 666 | pub(crate) fn append_records(self, rtype: u8, request_id: u16, wbuf: &mut BufList) { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `parse` [INFO] [stderr] --> src/fastcgi.rs:706:8 [INFO] [stderr] | [INFO] [stderr] 706 | fn parse(mut data: Bytes) -> EndRequestBody [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `append` [INFO] [stderr] --> src/bufvec.rs:26:19 [INFO] [stderr] | [INFO] [stderr] 26 | pub(crate) fn append(&mut self, mut other: BufList) { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `oldest` [INFO] [stderr] --> src/bufvec.rs:30:19 [INFO] [stderr] | [INFO] [stderr] 30 | pub(crate) fn oldest(&mut self) -> Option { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `async-fcgi` (lib) generated 20 warnings [INFO] [stderr] warning: `async-fcgi` (lib test) generated 15 warnings (15 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/async_fcgi-20f210bcb805e66a) [INFO] [stdout] running 2 tests [INFO] [stderr] Doc-tests async-fcgi [INFO] [stdout] test fastcgi::encode_simple_get ... ok [INFO] [stdout] test fastcgi::encode_post ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] [stdout] test src/fastcgi.rs - fastcgi (line 2) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/fastcgi.rs - fastcgi (line 2) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BufList` [INFO] [stdout] --> src/fastcgi.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 6 | let mut b = BufList::new(); [INFO] [stdout] | ^^^^^^^ use of undeclared type `BufList` [INFO] [stdout] [INFO] [stdout] error[E0624]: associated function `append` is private [INFO] [stdout] --> src/fastcgi.rs:6:60 [INFO] [stdout] | [INFO] [stdout] 7 | BeginRequestBody::new(BeginRequestBody::RESPONDER,0,1).append(&mut b); [INFO] [stdout] | ^^^^^^ private associated function [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/fastcgi.rs:492:5 [INFO] [stdout] | [INFO] [stdout] 492 | pub(crate) fn append(self, buf: &mut BufList) [INFO] [stdout] | ---------------------------------------------------- private associated function defined here [INFO] [stdout] [INFO] [stdout] error[E0624]: associated function `append` is private [INFO] [stdout] --> src/fastcgi.rs:9:37 [INFO] [stdout] | [INFO] [stdout] 10 | nv.to_record(Record::PARAMS, 1).append(&mut b); [INFO] [stdout] | ^^^^^^ private associated function [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/fastcgi.rs:492:5 [INFO] [stdout] | [INFO] [stdout] 492 | pub(crate) fn append(self, buf: &mut BufList) [INFO] [stdout] | ---------------------------------------------------- private associated function defined here [INFO] [stdout] [INFO] [stdout] error[E0624]: associated function `append` is private [INFO] [stdout] --> src/fastcgi.rs:10:48 [INFO] [stdout] | [INFO] [stdout] 11 | NVBody::new().to_record(Record::PARAMS, 1).append(&mut b); [INFO] [stdout] | ^^^^^^ private associated function [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/fastcgi.rs:492:5 [INFO] [stdout] | [INFO] [stdout] 492 | pub(crate) fn append(self, buf: &mut BufList) [INFO] [stdout] | ---------------------------------------------------- private associated function defined here [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0624. [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/fastcgi.rs - fastcgi (line 2) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "048ea2c449a6ec9055464de7d012226591e2108a536369d3b3ceff84ebd5661b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "048ea2c449a6ec9055464de7d012226591e2108a536369d3b3ceff84ebd5661b", kill_on_drop: false }` [INFO] [stdout] 048ea2c449a6ec9055464de7d012226591e2108a536369d3b3ceff84ebd5661b