[INFO] fetching crate tfsi 0.1.0...
[INFO] testing tfsi-0.1.0 against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] extracting crate tfsi 0.1.0 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate tfsi 0.1.0
[INFO] finished tweaking crates.io crate tfsi 0.1.0
[INFO] tweaked toml for crates.io crate tfsi 0.1.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate tfsi 0.1.0 on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "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" "+33835004928d3bf65db4d4712e1330766263b0bd" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ee69637cfe1a17295de33917b68bc7602aec05a18ee725253f2caa34cc0403ba
[INFO] running `Command { std: "docker" "start" "-a" "ee69637cfe1a17295de33917b68bc7602aec05a18ee725253f2caa34cc0403ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ee69637cfe1a17295de33917b68bc7602aec05a18ee725253f2caa34cc0403ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ee69637cfe1a17295de33917b68bc7602aec05a18ee725253f2caa34cc0403ba", kill_on_drop: false }`
[INFO] [stdout] ee69637cfe1a17295de33917b68bc7602aec05a18ee725253f2caa34cc0403ba
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 486d68e9df5f746a518a3694f2de25913a52bdcd06464d4d7de9f2c44fad2d62
[INFO] running `Command { std: "docker" "start" "-a" "486d68e9df5f746a518a3694f2de25913a52bdcd06464d4d7de9f2c44fad2d62", kill_on_drop: false }`
[INFO] [stderr]    Compiling tfsi v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `left` and `right` are never read
[INFO] [stdout]  --> src/requirements/require_pair.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct RequirePair<Left, Right> {
[INFO] [stdout]   |            ----------- fields in this struct
[INFO] [stdout] 8 |     left: Left,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout] 9 |     right: Right,
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `RequirePair` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/requirements/require_nil.rs:19:25
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn fit_requirement(&'_ self) -> <RequireNil as Require>::Provider {
[INFO] [stdout]    |                         ^^          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetimes are hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided 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: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn fit_requirement(&'_ self) -> <RequireNil as Require<'_, '_>>::Provider {
[INFO] [stdout]    |                                                           ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.21s
[INFO] running `Command { std: "docker" "inspect" "486d68e9df5f746a518a3694f2de25913a52bdcd06464d4d7de9f2c44fad2d62", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "486d68e9df5f746a518a3694f2de25913a52bdcd06464d4d7de9f2c44fad2d62", kill_on_drop: false }`
[INFO] [stdout] 486d68e9df5f746a518a3694f2de25913a52bdcd06464d4d7de9f2c44fad2d62
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3eefe124c40b7e37738cffac9d0e7a1b901a7589b5015654dfa6b54b314d8580
[INFO] running `Command { std: "docker" "start" "-a" "3eefe124c40b7e37738cffac9d0e7a1b901a7589b5015654dfa6b54b314d8580", kill_on_drop: false }`
[INFO] [stdout] warning: fields `left` and `right` are never read
[INFO] [stdout]  --> src/requirements/require_pair.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct RequirePair<Left, Right> {
[INFO] [stdout]   |            ----------- fields in this struct
[INFO] [stdout] 8 |     left: Left,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout] 9 |     right: Right,
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `RequirePair` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tfsi v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/requirements/require_nil.rs:19:25
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn fit_requirement(&'_ self) -> <RequireNil as Require>::Provider {
[INFO] [stdout]    |                         ^^          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetimes are hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided 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: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn fit_requirement(&'_ self) -> <RequireNil as Require<'_, '_>>::Provider {
[INFO] [stdout]    |                                                           ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `caps_component::CapsComponent`
[INFO] [stdout]   --> tests/example-01/di/mod.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use caps_component::CapsComponent;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `1` is never read
[INFO] [stdout]   --> tests/example-00/component_one.rs:10:17
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct C(B, String);
[INFO] [stdout]    |            -    ^^^^^^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider removing this field
[INFO] [stdout]    = note: `C` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `config` is never read
[INFO] [stdout]  --> tests/example-01/capabilities/http_server.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct HttpServer {
[INFO] [stdout]   |            ---------- field in this struct
[INFO] [stdout] 5 |     config: HttpBindConfig,
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `HttpServer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `config` is never read
[INFO] [stdout]  --> tests/example-02/capabilities/real_capabilities/real_db.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct RealDb {
[INFO] [stdout]   |            ------ field in this struct
[INFO] [stdout] 8 |     config: RealDbConfig,
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `RealDb` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `config` is never read
[INFO] [stdout]  --> tests/example-01/capabilities/db.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct Db {
[INFO] [stdout]   |            -- field in this struct
[INFO] [stdout] 5 |     config: DbConfig,
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Db` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `pool_size` and `db_uri` are never read
[INFO] [stdout]  --> tests/example-01/config/db_config.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub struct DbConfig {
[INFO] [stdout]   |            -------- fields in this struct
[INFO] [stdout] 3 |     pub pool_size: usize,
[INFO] [stdout]   |         ^^^^^^^^^
[INFO] [stdout] 4 |     pub db_uri: String,
[INFO] [stdout]   |         ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `DbConfig` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `bind_addr` and `bind_port` are never read
[INFO] [stdout]  --> tests/example-01/config/http_bind_config.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct HttpBindConfig {
[INFO] [stdout]   |            -------------- fields in this struct
[INFO] [stdout] 5 |     pub bind_addr: IpAddr,
[INFO] [stdout]   |         ^^^^^^^^^
[INFO] [stdout] 6 |     pub bind_port: u16,
[INFO] [stdout]   |         ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `HttpBindConfig` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CapsComponent` is never constructed
[INFO] [stdout]  --> tests/example-01/di/caps_component.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct CapsComponent {
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `0` is never read
[INFO] [stdout]  --> src/injector/injector_tests.rs:9:14
[INFO] [stdout]   |
[INFO] [stdout] 9 |     struct A(&'static str);
[INFO] [stdout]   |            - ^^^^^^^^^^^^
[INFO] [stdout]   |            |
[INFO] [stdout]   |            field in this struct
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider removing this field
[INFO] [stdout]   = note: `A` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]  --> src/lib.rs:3:24
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![cfg_attr(test, deny(warnings))]
[INFO] [stdout]   |                        ^^^^^^^^
[INFO] [stdout]   = note: `#[deny(dead_code)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `0` is never read
[INFO] [stdout]   --> src/injector/injector_tests.rs:11:14
[INFO] [stdout]    |
[INFO] [stdout] 11 |     struct B(&'static str);
[INFO] [stdout]    |            - ^^^^^^^^^^^^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider removing this field
[INFO] [stdout]    = note: `B` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: fields `0` and `1` are never read
[INFO] [stdout]   --> src/injector/injector_tests.rs:22:14
[INFO] [stdout]    |
[INFO] [stdout] 22 |     struct D(A, B, C);
[INFO] [stdout]    |            - ^  ^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            fields in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = note: `D` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields
[INFO] [stdout]    |
[INFO] [stdout] 22 -     struct D(A, B, C);
[INFO] [stdout] 22 +     struct D((), (), C);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: fields `left` and `right` are never read
[INFO] [stdout]  --> src/requirements/require_pair.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct RequirePair<Left, Right> {
[INFO] [stdout]   |            ----------- fields in this struct
[INFO] [stdout] 8 |     left: Left,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout] 9 |     right: Right,
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `RequirePair` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/requirements/require_nil.rs:19:25
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn fit_requirement(&'_ self) -> <RequireNil as Require>::Provider {
[INFO] [stdout]    |                         ^^          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetimes are hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[deny(mismatched_lifetime_syntaxes)]` implied by `#[deny(warnings)]`
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn fit_requirement(&'_ self) -> <RequireNil as Require<'_, '_>>::Provider {
[INFO] [stdout]    |                                                           ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tfsi` (lib test) due to 5 previous errors
[INFO] running `Command { std: "docker" "inspect" "3eefe124c40b7e37738cffac9d0e7a1b901a7589b5015654dfa6b54b314d8580", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3eefe124c40b7e37738cffac9d0e7a1b901a7589b5015654dfa6b54b314d8580", kill_on_drop: false }`
[INFO] [stdout] 3eefe124c40b7e37738cffac9d0e7a1b901a7589b5015654dfa6b54b314d8580
