[INFO] fetching crate gfcgi 0.4.3... [INFO] testing gfcgi-0.4.3 against master#562dee4820c458d823175268e41601d4c060588a for pr-154210-1 [INFO] extracting crate gfcgi 0.4.3 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate gfcgi 0.4.3 [INFO] finished tweaking crates.io crate gfcgi 0.4.3 [INFO] tweaked toml for crates.io crate gfcgi 0.4.3 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate gfcgi 0.4.3 on toolchain 562dee4820c458d823175268e41601d4c060588a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 1 package to latest compatible version [INFO] [stderr] Adding byteorder v0.5.3 (available: v1.5.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded byteorder v0.5.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1f8942856708839c89a4e63a8251ddaed786caecd1bc310983f72e58ea881097 [INFO] running `Command { std: "docker" "start" "-a" "1f8942856708839c89a4e63a8251ddaed786caecd1bc310983f72e58ea881097", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1f8942856708839c89a4e63a8251ddaed786caecd1bc310983f72e58ea881097", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f8942856708839c89a4e63a8251ddaed786caecd1bc310983f72e58ea881097", kill_on_drop: false }` [INFO] [stdout] 1f8942856708839c89a4e63a8251ddaed786caecd1bc310983f72e58ea881097 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] eb44862fa4745130560c64d0e1cf397c4b5d9aabec84a1f875b2e07836adad1d [INFO] running `Command { std: "docker" "start" "-a" "eb44862fa4745130560c64d0e1cf397c4b5d9aabec84a1f875b2e07836adad1d", kill_on_drop: false }` [INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [INFO] [stderr] Compiling byteorder v0.5.3 [INFO] [stderr] Compiling gfcgi v0.4.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/lib.rs:163:23 [INFO] [stdout] | [INFO] [stdout] 163 | fn process(&self, &mut HttpPair); [INFO] [stdout] | ^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut HttpPair` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:109:38 [INFO] [stdout] | [INFO] [stdout] 109 | fn new(stream: &'s TcpStream) -> StreamSyntax [INFO] [stdout] | -- ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 109 | fn new(stream: &'s TcpStream) -> StreamSyntax<'s> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/http.rs:29:52 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn new(stream: &'sr TcpStream, id: u16) -> Request [INFO] [stdout] | --- ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'sr` [INFO] [stdout] | [INFO] [stdout] 29 | pub fn new(stream: &'sr TcpStream, id: u16) -> Request<'sr> [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/http.rs:263:52 [INFO] [stdout] | [INFO] [stdout] 263 | pub fn new(stream: &'sw TcpStream, id: u16) -> Response [INFO] [stdout] | --- ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'sw` [INFO] [stdout] | [INFO] [stdout] 263 | pub fn new(stream: &'sw TcpStream, id: u16) -> Response<'sw> [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s [INFO] running `Command { std: "docker" "inspect" "eb44862fa4745130560c64d0e1cf397c4b5d9aabec84a1f875b2e07836adad1d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eb44862fa4745130560c64d0e1cf397c4b5d9aabec84a1f875b2e07836adad1d", kill_on_drop: false }` [INFO] [stdout] eb44862fa4745130560c64d0e1cf397c4b5d9aabec84a1f875b2e07836adad1d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1f60a50df82faa63a0a7910c4f7f4c033049ab997db6575955d16635f8ee93d6 [INFO] running `Command { std: "docker" "start" "-a" "1f60a50df82faa63a0a7910c4f7f4c033049ab997db6575955d16635f8ee93d6", kill_on_drop: false }` [INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/lib.rs:163:23 [INFO] [stdout] | [INFO] [stdout] 163 | fn process(&self, &mut HttpPair); [INFO] [stdout] | ^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut HttpPair` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:109:38 [INFO] [stdout] | [INFO] [stdout] 109 | fn new(stream: &'s TcpStream) -> StreamSyntax [INFO] [stdout] | -- ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 109 | fn new(stream: &'s TcpStream) -> StreamSyntax<'s> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/http.rs:29:52 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn new(stream: &'sr TcpStream, id: u16) -> Request [INFO] [stdout] | --- ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'sr` [INFO] [stdout] | [INFO] [stdout] 29 | pub fn new(stream: &'sr TcpStream, id: u16) -> Request<'sr> [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling gfcgi v0.4.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/http.rs:263:52 [INFO] [stdout] | [INFO] [stdout] 263 | pub fn new(stream: &'sw TcpStream, id: u16) -> Response [INFO] [stdout] | --- ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'sw` [INFO] [stdout] | [INFO] [stdout] 263 | pub fn new(stream: &'sw TcpStream, id: u16) -> Response<'sw> [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/lib.rs:163:23 [INFO] [stdout] | [INFO] [stdout] 163 | fn process(&self, &mut HttpPair); [INFO] [stdout] | ^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut HttpPair` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:109:38 [INFO] [stdout] | [INFO] [stdout] 109 | fn new(stream: &'s TcpStream) -> StreamSyntax [INFO] [stdout] | -- ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 109 | fn new(stream: &'s TcpStream) -> StreamSyntax<'s> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/http.rs:29:52 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn new(stream: &'sr TcpStream, id: u16) -> Request [INFO] [stdout] | --- ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'sr` [INFO] [stdout] | [INFO] [stdout] 29 | pub fn new(stream: &'sr TcpStream, id: u16) -> Request<'sr> [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/http.rs:263:52 [INFO] [stdout] | [INFO] [stdout] 263 | pub fn new(stream: &'sw TcpStream, id: u16) -> Response [INFO] [stdout] | --- ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'sw` [INFO] [stdout] | [INFO] [stdout] 263 | pub fn new(stream: &'sw TcpStream, id: u16) -> Response<'sw> [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.51s [INFO] running `Command { std: "docker" "inspect" "1f60a50df82faa63a0a7910c4f7f4c033049ab997db6575955d16635f8ee93d6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f60a50df82faa63a0a7910c4f7f4c033049ab997db6575955d16635f8ee93d6", kill_on_drop: false }` [INFO] [stdout] 1f60a50df82faa63a0a7910c4f7f4c033049ab997db6575955d16635f8ee93d6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f8bd46fdd0589e78fc03c83dc292c7743fe2f1d5785190b468a7815c3a1a0c48 [INFO] running `Command { std: "docker" "start" "-a" "f8bd46fdd0589e78fc03c83dc292c7743fe2f1d5785190b468a7815c3a1a0c48", kill_on_drop: false }` [INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/lib.rs:163:23 [INFO] [stderr] | [INFO] [stderr] 163 | fn process(&self, &mut HttpPair); [INFO] [stderr] | ^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut HttpPair` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/lib.rs:109:38 [INFO] [stderr] | [INFO] [stderr] 109 | fn new(stream: &'s TcpStream) -> StreamSyntax [INFO] [stderr] | -- ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: consistently use `'s` [INFO] [stderr] | [INFO] [stderr] 109 | fn new(stream: &'s TcpStream) -> StreamSyntax<'s> [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/http.rs:29:52 [INFO] [stderr] | [INFO] [stderr] 29 | pub fn new(stream: &'sr TcpStream, id: u16) -> Request [INFO] [stderr] | --- ^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'sr` [INFO] [stderr] | [INFO] [stderr] 29 | pub fn new(stream: &'sr TcpStream, id: u16) -> Request<'sr> [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/http.rs:263:52 [INFO] [stderr] | [INFO] [stderr] 263 | pub fn new(stream: &'sw TcpStream, id: u16) -> Response [INFO] [stderr] | --- ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'sw` [INFO] [stderr] | [INFO] [stderr] 263 | pub fn new(stream: &'sw TcpStream, id: u16) -> Response<'sw> [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: `gfcgi` (lib) generated 4 warnings (run `cargo fix --lib -p gfcgi` to apply 4 suggestions) [INFO] [stderr] warning: `gfcgi` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gfcgi-f22a8a9eeaaa5672) [INFO] [stdout] [INFO] [stderr] Running unittests example/main.rs (/opt/rustwide/target/debug/deps/gfcgi-4d1a6c423f7af164) [INFO] [stdout] running 0 tests [INFO] [stderr] Doc-tests gfcgi [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 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 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f8bd46fdd0589e78fc03c83dc292c7743fe2f1d5785190b468a7815c3a1a0c48", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f8bd46fdd0589e78fc03c83dc292c7743fe2f1d5785190b468a7815c3a1a0c48", kill_on_drop: false }` [INFO] [stdout] f8bd46fdd0589e78fc03c83dc292c7743fe2f1d5785190b468a7815c3a1a0c48