[INFO] fetching crate bounded-static-derive 0.7.0...
[INFO] checking bounded-static-derive-0.7.0 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate bounded-static-derive 0.7.0 into /workspace/builds/worker-3-tc1/source
[INFO] validating manifest of crates.io crate bounded-static-derive 0.7.0 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bounded-static-derive 0.7.0
[INFO] finished tweaking crates.io crate bounded-static-derive 0.7.0
[INFO] tweaked toml for crates.io crate bounded-static-derive 0.7.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "generate-lockfile" "--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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ae2f37254d4ce5821c016dff282cd4d1dc3d2367ed5bc5262816ceee7c77b5a9
[INFO] running `Command { std: "docker" "start" "-a" "ae2f37254d4ce5821c016dff282cd4d1dc3d2367ed5bc5262816ceee7c77b5a9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ae2f37254d4ce5821c016dff282cd4d1dc3d2367ed5bc5262816ceee7c77b5a9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ae2f37254d4ce5821c016dff282cd4d1dc3d2367ed5bc5262816ceee7c77b5a9", kill_on_drop: false }`
[INFO] [stdout] ae2f37254d4ce5821c016dff282cd4d1dc3d2367ed5bc5262816ceee7c77b5a9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cc4a135a01978f95b826ed42a9c58fca4096d76874e04e19b4228f6044ce3f48
[INFO] running `Command { std: "docker" "start" "-a" "cc4a135a01978f95b826ed42a9c58fca4096d76874e04e19b4228f6044ce3f48", kill_on_drop: false }`
[INFO] [stderr]     Checking syn v2.0.52
[INFO] [stderr]     Checking bounded-static-derive v0.7.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `bounded_static`
[INFO] [stdout]  --> tests/integration_tests.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bounded_static::{IntoBoundedStatic, ToBoundedStatic, ToStatic};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of undeclared crate or module `bounded_static`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_static` found for struct `test_struct_named_fields_1::Foo` in the current scope
[INFO] [stdout]   --> tests/integration_tests.rs:14:22
[INFO] [stdout]    |
[INFO] [stdout] 7  |     struct Foo<'a> {
[INFO] [stdout]    |     -------------- method `to_static` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 14 |     let owned = data.to_static();
[INFO] [stdout]    |                      ^^^^^^^^^ method not found in `Foo<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_static` found for struct `test_struct_named_fields_2::Foo` in the current scope
[INFO] [stdout]   --> tests/integration_tests.rs:49:22
[INFO] [stdout]    |
[INFO] [stdout] 21 |     struct Foo<'a, 'b> {
[INFO] [stdout]    |     ------------------ method `to_static` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 49 |     let owned = data.to_static();
[INFO] [stdout]    |                      ^^^^^^^^^ method not found in `Foo<'_, '_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_static` found for struct `test_no_generics_or_lifetimes::Foo` in the current scope
[INFO] [stdout]   --> tests/integration_tests.rs:58:24
[INFO] [stdout]    |
[INFO] [stdout] 56 |     struct Foo(u32);
[INFO] [stdout]    |     ---------- method `to_static` not found for this struct
[INFO] [stdout] 57 |     let data = Foo(0);
[INFO] [stdout] 58 |     ensure_static(data.to_static())
[INFO] [stdout]    |                        ^^^^^^^^^ method not found in `Foo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_static` found for struct `test_struct_named_fields_no_generics::Foo` in the current scope
[INFO] [stdout]   --> tests/integration_tests.rs:72:22
[INFO] [stdout]    |
[INFO] [stdout] 64 |     struct Foo {
[INFO] [stdout]    |     ---------- method `to_static` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 72 |     let owned = data.to_static();
[INFO] [stdout]    |                      ^^^^^^^^^ method not found in `Foo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_static` found for struct `test_struct_unnamed_fields::Foo` in the current scope
[INFO] [stdout]   --> tests/integration_tests.rs:93:24
[INFO] [stdout]    |
[INFO] [stdout] 79 |     struct Foo<'a>(String, Cow<'a, str>, u16, Bar<'a>);
[INFO] [stdout]    |     -------------- method `to_static` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 93 |     ensure_static(data.to_static());
[INFO] [stdout]    |                        ^^^^^^^^^ method not found in `Foo<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_static` found for struct `test_struct_unnamed_fields_no_generics::Foo` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:101:22
[INFO] [stdout]     |
[INFO] [stdout] 99  |     struct Foo(String, &'static str);
[INFO] [stdout]     |     ---------- method `to_static` not found for this struct
[INFO] [stdout] 100 |     let data = Foo(String::from("value"), "test");
[INFO] [stdout] 101 |     let owned = data.to_static();
[INFO] [stdout]     |                      ^^^^^^^^^ method not found in `Foo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_static` found for struct `test_unit_struct::Foo` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:110:24
[INFO] [stdout]     |
[INFO] [stdout] 108 |     struct Foo;
[INFO] [stdout]     |     ---------- method `to_static` not found for this struct
[INFO] [stdout] 109 |     let data = Foo;
[INFO] [stdout] 110 |     ensure_static(data.to_static());
[INFO] [stdout]     |                        ^^^^^^^^^ method not found in `Foo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_static` found for struct `test_struct_complex_lifetimes::Foo` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:135:22
[INFO] [stdout]     |
[INFO] [stdout] 116 |     struct Foo<'a, 'b, R, T: 'b>
[INFO] [stdout]     |     ---------------------------- method `to_static` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 135 |     let owned = data.to_static();
[INFO] [stdout]     |                      ^^^^^^^^^ method not found in `Foo<'_, '_, &str, isize>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_static` found for struct `test_struct_named_fields_into::Foo` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:149:22
[INFO] [stdout]     |
[INFO] [stdout] 142 |     struct Foo<'a> {
[INFO] [stdout]     |     -------------- method `into_static` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 149 |     let owned = data.into_static();
[INFO] [stdout]     |                      ^^^^^^^^^^^ method not found in `Foo<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_static` found for struct `test_struct_unnamed_fields_into::Foo` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:170:24
[INFO] [stdout]     |
[INFO] [stdout] 156 |     struct Foo<'a>(String, Cow<'a, str>, u16, Bar<'a>);
[INFO] [stdout]     |     -------------- method `into_static` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 170 |     ensure_static(data.into_static());
[INFO] [stdout]     |                        ^^^^^^^^^^^ method not found in `Foo<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_static` found for struct `test_unit_struct_into::Foo` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:178:24
[INFO] [stdout]     |
[INFO] [stdout] 176 |     struct Foo;
[INFO] [stdout]     |     ---------- method `into_static` not found for this struct
[INFO] [stdout] 177 |     let data = Foo;
[INFO] [stdout] 178 |     ensure_static(data.into_static());
[INFO] [stdout]     |                        ^^^^^^^^^^^ method not found in `Foo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_static` found for enum `test_enum::Foo` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:197:24
[INFO] [stdout]     |
[INFO] [stdout] 184 |     enum Foo<'a> {
[INFO] [stdout]     |     ------------ method `to_static` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 197 |     ensure_static(unit.to_static());
[INFO] [stdout]     |                        ^^^^^^^^^ method not found in `Foo<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_static` found for enum `test_enum::Foo` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:202:25
[INFO] [stdout]     |
[INFO] [stdout] 184 |     enum Foo<'a> {
[INFO] [stdout]     |     ------------ method `to_static` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 202 |     ensure_static(named.to_static());
[INFO] [stdout]     |                         ^^^^^^^^^ method not found in `Foo<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_static` found for enum `test_enum::Foo` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:204:25
[INFO] [stdout]     |
[INFO] [stdout] 184 |     enum Foo<'a> {
[INFO] [stdout]     |     ------------ method `to_static` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 204 |     ensure_static(first.to_static());
[INFO] [stdout]     |                         ^^^^^^^^^ method not found in `Foo<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_static` found for enum `test_enum::Foo` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:208:26
[INFO] [stdout]     |
[INFO] [stdout] 184 |     enum Foo<'a> {
[INFO] [stdout]     |     ------------ method `to_static` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 208 |     ensure_static(second.to_static());
[INFO] [stdout]     |                          ^^^^^^^^^ method not found in `Foo<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_static` found for enum `test_enum::Foo` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:210:25
[INFO] [stdout]     |
[INFO] [stdout] 184 |     enum Foo<'a> {
[INFO] [stdout]     |     ------------ method `to_static` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 210 |     ensure_static(third.to_static());
[INFO] [stdout]     |                         ^^^^^^^^^ method not found in `Foo<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_static` found for enum `test_enum_into::Foo` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:229:24
[INFO] [stdout]     |
[INFO] [stdout] 216 |     enum Foo<'a> {
[INFO] [stdout]     |     ------------ method `into_static` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 229 |     ensure_static(unit.into_static());
[INFO] [stdout]     |                        ^^^^^^^^^^^ method not found in `Foo<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_static` found for enum `test_enum_into::Foo` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:234:25
[INFO] [stdout]     |
[INFO] [stdout] 216 |     enum Foo<'a> {
[INFO] [stdout]     |     ------------ method `into_static` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 234 |     ensure_static(named.into_static());
[INFO] [stdout]     |                         ^^^^^^^^^^^ method not found in `Foo<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_static` found for enum `test_enum_into::Foo` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:236:25
[INFO] [stdout]     |
[INFO] [stdout] 216 |     enum Foo<'a> {
[INFO] [stdout]     |     ------------ method `into_static` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 236 |     ensure_static(first.into_static());
[INFO] [stdout]     |                         ^^^^^^^^^^^ method not found in `Foo<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_static` found for enum `test_enum_into::Foo` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:240:26
[INFO] [stdout]     |
[INFO] [stdout] 216 |     enum Foo<'a> {
[INFO] [stdout]     |     ------------ method `into_static` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 240 |     ensure_static(second.into_static());
[INFO] [stdout]     |                          ^^^^^^^^^^^ method not found in `Foo<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_static` found for enum `test_enum_into::Foo` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:242:25
[INFO] [stdout]     |
[INFO] [stdout] 216 |     enum Foo<'a> {
[INFO] [stdout]     |     ------------ method `into_static` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 242 |     ensure_static(third.into_static());
[INFO] [stdout]     |                         ^^^^^^^^^^^ method not found in `Foo<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_static` found for struct `test_thread_spawn::Foo` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:262:28
[INFO] [stdout]     |
[INFO] [stdout] 248 |     struct Foo<'a> {
[INFO] [stdout]     |     -------------- method `into_static` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 262 |     let data_static = data.into_static();
[INFO] [stdout]     |                            ^^^^^^^^^^^ method not found in `Foo<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_static` found for struct `test_const_generics_struct::Foo` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:288:22
[INFO] [stdout]     |
[INFO] [stdout] 277 |     struct Foo<'a, const N: usize, const M: usize> {
[INFO] [stdout]     |     ---------------------------------------------- method `to_static` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 288 |     let owned = data.to_static();
[INFO] [stdout]     |                      ^^^^^^^^^ method not found in `Foo<'_, 1, 3>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_static` found for struct `test_const_generics_struct_into::Foo` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:306:22
[INFO] [stdout]     |
[INFO] [stdout] 295 |     struct Foo<'a, const N: usize, const M: usize, const Q: bool> {
[INFO] [stdout]     |     ------------------------------------------------------------- method `into_static` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 306 |     let owned = data.into_static();
[INFO] [stdout]     |                      ^^^^^^^^^^^ method not found in `Foo<'_, 1, 3, true>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_static` found for struct `test_generic_bound_1::Baz` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:322:24
[INFO] [stdout]     |
[INFO] [stdout] 313 |     struct Baz<'a, T: Into<String> + 'a> {
[INFO] [stdout]     |     ------------------------------------ method `to_static` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 322 |     ensure_static(data.to_static());
[INFO] [stdout]     |                        ^^^^^^^^^ method not found in `Baz<'_, &str>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_static` found for struct `test_generic_bound_2::Baz` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:345:24
[INFO] [stdout]     |
[INFO] [stdout] 336 |     struct Baz<T: Foo + Bar, R: Foo> {
[INFO] [stdout]     |     -------------------------------- method `to_static` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 345 |     ensure_static(data.to_static());
[INFO] [stdout]     |                        ^^^^^^^^^ method not found in `Baz<Cow<'_, str>, String>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_static` found for struct `test_generic_bound_3::Baz` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:354:24
[INFO] [stdout]     |
[INFO] [stdout] 351 |     struct Baz<'a, T: Into<String>>(T, Cow<'a, str>);
[INFO] [stdout]     |     ------------------------------- method `to_static` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 354 |     ensure_static(data.to_static());
[INFO] [stdout]     |                        ^^^^^^^^^ method not found in `Baz<'_, &str>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_static` found for struct `test_generic_bound_where_1::Baz` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:367:24
[INFO] [stdout]     |
[INFO] [stdout] 360 |     struct Baz<'a, T: Foo>(T, Cow<'a, str>)
[INFO] [stdout]     |     ---------------------- method `to_static` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 367 |     ensure_static(data.to_static());
[INFO] [stdout]     |                        ^^^^^^^^^ method not found in `Baz<'_, &str>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_static` found for struct `test_generic_bound_where_2::Baz` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:382:24
[INFO] [stdout]     |
[INFO] [stdout] 373 |     struct Baz<'a, T: Foo>(T, Cow<'a, str>)
[INFO] [stdout]     |     ---------------------- method `into_static` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 382 |     ensure_static(data.into_static());
[INFO] [stdout]     |                        ^^^^^^^^^^^ method not found in `Baz<'_, &str>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 30 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bounded-static-derive` (test "integration_tests") due to 31 previous errors
[INFO] running `Command { std: "docker" "inspect" "cc4a135a01978f95b826ed42a9c58fca4096d76874e04e19b4228f6044ce3f48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cc4a135a01978f95b826ed42a9c58fca4096d76874e04e19b4228f6044ce3f48", kill_on_drop: false }`
[INFO] [stdout] cc4a135a01978f95b826ed42a9c58fca4096d76874e04e19b4228f6044ce3f48
[INFO] checking bounded-static-derive-0.7.0 against try#bfe97fcae016881ad333f0ff8cea2cadb9cf136c for pr-121848
[INFO] extracting crate bounded-static-derive 0.7.0 into /workspace/builds/worker-3-tc2/source
[INFO] validating manifest of crates.io crate bounded-static-derive 0.7.0 on toolchain bfe97fcae016881ad333f0ff8cea2cadb9cf136c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bounded-static-derive 0.7.0
[INFO] finished tweaking crates.io crate bounded-static-derive 0.7.0
[INFO] tweaked toml for crates.io crate bounded-static-derive 0.7.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4441d435393e77768dc92651cb6c26b8d16c736e2b954af228e7df7aec60deb1
[INFO] running `Command { std: "docker" "start" "-a" "4441d435393e77768dc92651cb6c26b8d16c736e2b954af228e7df7aec60deb1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4441d435393e77768dc92651cb6c26b8d16c736e2b954af228e7df7aec60deb1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4441d435393e77768dc92651cb6c26b8d16c736e2b954af228e7df7aec60deb1", kill_on_drop: false }`
[INFO] [stdout] 4441d435393e77768dc92651cb6c26b8d16c736e2b954af228e7df7aec60deb1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d80be6d7b568992e958311458432ec10fdae2fea93a8d659343b7859ff516067
[INFO] running `Command { std: "docker" "start" "-a" "d80be6d7b568992e958311458432ec10fdae2fea93a8d659343b7859ff516067", kill_on_drop: false }`
[INFO] [stderr]     Checking syn v2.0.52
[INFO] [stderr]     Checking bounded-static-derive v0.7.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `bounded_static`
[INFO] [stdout]  --> tests/integration_tests.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bounded_static::{IntoBoundedStatic, ToBoundedStatic, ToStatic};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of undeclared crate or module `bounded_static`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_static` found for struct `test_struct_named_fields_1::Foo` in the current scope
[INFO] [stdout]   --> tests/integration_tests.rs:14:22
[INFO] [stdout]    |
[INFO] [stdout] 7  |     struct Foo<'a> {
[INFO] [stdout]    |     -------------- method `to_static` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 14 |     let owned = data.to_static();
[INFO] [stdout]    |                      ^^^^^^^^^ method not found in `Foo<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_static` found for struct `test_struct_named_fields_2::Foo` in the current scope
[INFO] [stdout]   --> tests/integration_tests.rs:49:22
[INFO] [stdout]    |
[INFO] [stdout] 21 |     struct Foo<'a, 'b> {
[INFO] [stdout]    |     ------------------ method `to_static` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 49 |     let owned = data.to_static();
[INFO] [stdout]    |                      ^^^^^^^^^ method not found in `Foo<'_, '_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_static` found for struct `test_no_generics_or_lifetimes::Foo` in the current scope
[INFO] [stdout]   --> tests/integration_tests.rs:58:24
[INFO] [stdout]    |
[INFO] [stdout] 56 |     struct Foo(u32);
[INFO] [stdout]    |     ---------- method `to_static` not found for this struct
[INFO] [stdout] 57 |     let data = Foo(0);
[INFO] [stdout] 58 |     ensure_static(data.to_static())
[INFO] [stdout]    |                        ^^^^^^^^^ method not found in `Foo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_static` found for struct `test_struct_named_fields_no_generics::Foo` in the current scope
[INFO] [stdout]   --> tests/integration_tests.rs:72:22
[INFO] [stdout]    |
[INFO] [stdout] 64 |     struct Foo {
[INFO] [stdout]    |     ---------- method `to_static` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 72 |     let owned = data.to_static();
[INFO] [stdout]    |                      ^^^^^^^^^ method not found in `Foo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_static` found for struct `test_struct_unnamed_fields::Foo` in the current scope
[INFO] [stdout]   --> tests/integration_tests.rs:93:24
[INFO] [stdout]    |
[INFO] [stdout] 79 |     struct Foo<'a>(String, Cow<'a, str>, u16, Bar<'a>);
[INFO] [stdout]    |     -------------- method `to_static` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 93 |     ensure_static(data.to_static());
[INFO] [stdout]    |                        ^^^^^^^^^ method not found in `Foo<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_static` found for struct `test_struct_unnamed_fields_no_generics::Foo` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:101:22
[INFO] [stdout]     |
[INFO] [stdout] 99  |     struct Foo(String, &'static str);
[INFO] [stdout]     |     ---------- method `to_static` not found for this struct
[INFO] [stdout] 100 |     let data = Foo(String::from("value"), "test");
[INFO] [stdout] 101 |     let owned = data.to_static();
[INFO] [stdout]     |                      ^^^^^^^^^ method not found in `Foo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_static` found for struct `test_unit_struct::Foo` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:110:24
[INFO] [stdout]     |
[INFO] [stdout] 108 |     struct Foo;
[INFO] [stdout]     |     ---------- method `to_static` not found for this struct
[INFO] [stdout] 109 |     let data = Foo;
[INFO] [stdout] 110 |     ensure_static(data.to_static());
[INFO] [stdout]     |                        ^^^^^^^^^ method not found in `Foo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_static` found for struct `test_struct_complex_lifetimes::Foo` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:135:22
[INFO] [stdout]     |
[INFO] [stdout] 116 |     struct Foo<'a, 'b, R, T: 'b>
[INFO] [stdout]     |     ---------------------------- method `to_static` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 135 |     let owned = data.to_static();
[INFO] [stdout]     |                      ^^^^^^^^^ method not found in `Foo<'_, '_, &str, isize>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_static` found for struct `test_struct_named_fields_into::Foo` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:149:22
[INFO] [stdout]     |
[INFO] [stdout] 142 |     struct Foo<'a> {
[INFO] [stdout]     |     -------------- method `into_static` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 149 |     let owned = data.into_static();
[INFO] [stdout]     |                      ^^^^^^^^^^^ method not found in `Foo<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_static` found for struct `test_struct_unnamed_fields_into::Foo` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:170:24
[INFO] [stdout]     |
[INFO] [stdout] 156 |     struct Foo<'a>(String, Cow<'a, str>, u16, Bar<'a>);
[INFO] [stdout]     |     -------------- method `into_static` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 170 |     ensure_static(data.into_static());
[INFO] [stdout]     |                        ^^^^^^^^^^^ method not found in `Foo<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_static` found for struct `test_unit_struct_into::Foo` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:178:24
[INFO] [stdout]     |
[INFO] [stdout] 176 |     struct Foo;
[INFO] [stdout]     |     ---------- method `into_static` not found for this struct
[INFO] [stdout] 177 |     let data = Foo;
[INFO] [stdout] 178 |     ensure_static(data.into_static());
[INFO] [stdout]     |                        ^^^^^^^^^^^ method not found in `Foo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_static` found for enum `test_enum::Foo` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:197:24
[INFO] [stdout]     |
[INFO] [stdout] 184 |     enum Foo<'a> {
[INFO] [stdout]     |     ------------ method `to_static` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 197 |     ensure_static(unit.to_static());
[INFO] [stdout]     |                        ^^^^^^^^^ method not found in `Foo<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_static` found for enum `test_enum::Foo` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:202:25
[INFO] [stdout]     |
[INFO] [stdout] 184 |     enum Foo<'a> {
[INFO] [stdout]     |     ------------ method `to_static` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 202 |     ensure_static(named.to_static());
[INFO] [stdout]     |                         ^^^^^^^^^ method not found in `Foo<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_static` found for enum `test_enum::Foo` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:204:25
[INFO] [stdout]     |
[INFO] [stdout] 184 |     enum Foo<'a> {
[INFO] [stdout]     |     ------------ method `to_static` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 204 |     ensure_static(first.to_static());
[INFO] [stdout]     |                         ^^^^^^^^^ method not found in `Foo<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_static` found for enum `test_enum::Foo` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:208:26
[INFO] [stdout]     |
[INFO] [stdout] 184 |     enum Foo<'a> {
[INFO] [stdout]     |     ------------ method `to_static` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 208 |     ensure_static(second.to_static());
[INFO] [stdout]     |                          ^^^^^^^^^ method not found in `Foo<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_static` found for enum `test_enum::Foo` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:210:25
[INFO] [stdout]     |
[INFO] [stdout] 184 |     enum Foo<'a> {
[INFO] [stdout]     |     ------------ method `to_static` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 210 |     ensure_static(third.to_static());
[INFO] [stdout]     |                         ^^^^^^^^^ method not found in `Foo<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_static` found for enum `test_enum_into::Foo` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:229:24
[INFO] [stdout]     |
[INFO] [stdout] 216 |     enum Foo<'a> {
[INFO] [stdout]     |     ------------ method `into_static` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 229 |     ensure_static(unit.into_static());
[INFO] [stdout]     |                        ^^^^^^^^^^^ method not found in `Foo<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_static` found for enum `test_enum_into::Foo` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:234:25
[INFO] [stdout]     |
[INFO] [stdout] 216 |     enum Foo<'a> {
[INFO] [stdout]     |     ------------ method `into_static` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 234 |     ensure_static(named.into_static());
[INFO] [stdout]     |                         ^^^^^^^^^^^ method not found in `Foo<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_static` found for enum `test_enum_into::Foo` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:236:25
[INFO] [stdout]     |
[INFO] [stdout] 216 |     enum Foo<'a> {
[INFO] [stdout]     |     ------------ method `into_static` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 236 |     ensure_static(first.into_static());
[INFO] [stdout]     |                         ^^^^^^^^^^^ method not found in `Foo<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_static` found for enum `test_enum_into::Foo` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:240:26
[INFO] [stdout]     |
[INFO] [stdout] 216 |     enum Foo<'a> {
[INFO] [stdout]     |     ------------ method `into_static` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 240 |     ensure_static(second.into_static());
[INFO] [stdout]     |                          ^^^^^^^^^^^ method not found in `Foo<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_static` found for enum `test_enum_into::Foo` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:242:25
[INFO] [stdout]     |
[INFO] [stdout] 216 |     enum Foo<'a> {
[INFO] [stdout]     |     ------------ method `into_static` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 242 |     ensure_static(third.into_static());
[INFO] [stdout]     |                         ^^^^^^^^^^^ method not found in `Foo<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_static` found for struct `test_thread_spawn::Foo` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:262:28
[INFO] [stdout]     |
[INFO] [stdout] 248 |     struct Foo<'a> {
[INFO] [stdout]     |     -------------- method `into_static` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 262 |     let data_static = data.into_static();
[INFO] [stdout]     |                            ^^^^^^^^^^^ method not found in `Foo<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_static` found for struct `test_const_generics_struct::Foo` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:288:22
[INFO] [stdout]     |
[INFO] [stdout] 277 |     struct Foo<'a, const N: usize, const M: usize> {
[INFO] [stdout]     |     ---------------------------------------------- method `to_static` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 288 |     let owned = data.to_static();
[INFO] [stdout]     |                      ^^^^^^^^^ method not found in `Foo<'_, 1, 3>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_static` found for struct `test_const_generics_struct_into::Foo` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:306:22
[INFO] [stdout]     |
[INFO] [stdout] 295 |     struct Foo<'a, const N: usize, const M: usize, const Q: bool> {
[INFO] [stdout]     |     ------------------------------------------------------------- method `into_static` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 306 |     let owned = data.into_static();
[INFO] [stdout]     |                      ^^^^^^^^^^^ method not found in `Foo<'_, 1, 3, true>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_static` found for struct `test_generic_bound_1::Baz` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:322:24
[INFO] [stdout]     |
[INFO] [stdout] 313 |     struct Baz<'a, T: Into<String> + 'a> {
[INFO] [stdout]     |     ------------------------------------ method `to_static` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 322 |     ensure_static(data.to_static());
[INFO] [stdout]     |                        ^^^^^^^^^ method not found in `Baz<'_, &str>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_static` found for struct `test_generic_bound_2::Baz` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:345:24
[INFO] [stdout]     |
[INFO] [stdout] 336 |     struct Baz<T: Foo + Bar, R: Foo> {
[INFO] [stdout]     |     -------------------------------- method `to_static` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 345 |     ensure_static(data.to_static());
[INFO] [stdout]     |                        ^^^^^^^^^ method not found in `Baz<Cow<'_, str>, String>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_static` found for struct `test_generic_bound_3::Baz` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:354:24
[INFO] [stdout]     |
[INFO] [stdout] 351 |     struct Baz<'a, T: Into<String>>(T, Cow<'a, str>);
[INFO] [stdout]     |     ------------------------------- method `to_static` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 354 |     ensure_static(data.to_static());
[INFO] [stdout]     |                        ^^^^^^^^^ method not found in `Baz<'_, &str>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_static` found for struct `test_generic_bound_where_1::Baz` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:367:24
[INFO] [stdout]     |
[INFO] [stdout] 360 |     struct Baz<'a, T: Foo>(T, Cow<'a, str>)
[INFO] [stdout]     |     ---------------------- method `to_static` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 367 |     ensure_static(data.to_static());
[INFO] [stdout]     |                        ^^^^^^^^^ method not found in `Baz<'_, &str>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_static` found for struct `test_generic_bound_where_2::Baz` in the current scope
[INFO] [stdout]    --> tests/integration_tests.rs:382:24
[INFO] [stdout]     |
[INFO] [stdout] 373 |     struct Baz<'a, T: Foo>(T, Cow<'a, str>)
[INFO] [stdout]     |     ---------------------- method `into_static` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 382 |     ensure_static(data.into_static());
[INFO] [stdout]     |                        ^^^^^^^^^^^ method not found in `Baz<'_, &str>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 30 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bounded-static-derive` (test "integration_tests") due to 31 previous errors
[INFO] running `Command { std: "docker" "inspect" "d80be6d7b568992e958311458432ec10fdae2fea93a8d659343b7859ff516067", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d80be6d7b568992e958311458432ec10fdae2fea93a8d659343b7859ff516067", kill_on_drop: false }`
[INFO] [stdout] d80be6d7b568992e958311458432ec10fdae2fea93a8d659343b7859ff516067
