[INFO] fetching crate partial-default-derive 0.1.0...
[INFO] checking partial-default-derive-0.1.0 against try#31561a63598a0f21fc74c024747ef1310fdd2eb2 for pr-133536
[INFO] extracting crate partial-default-derive 0.1.0 into /workspace/builds/worker-1-tc2/source
[INFO] validating manifest of crates.io crate partial-default-derive 0.1.0 on toolchain 31561a63598a0f21fc74c024747ef1310fdd2eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate partial-default-derive 0.1.0
[INFO] finished tweaking crates.io crate partial-default-derive 0.1.0
[INFO] tweaked toml for crates.io crate partial-default-derive 0.1.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 4 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ab0759e41cafd6f12138e4bfe053ba6ae7a358b49c98e1b2c3fdd4be0bdb2983
[INFO] running `Command { std: "docker" "start" "-a" "ab0759e41cafd6f12138e4bfe053ba6ae7a358b49c98e1b2c3fdd4be0bdb2983", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ab0759e41cafd6f12138e4bfe053ba6ae7a358b49c98e1b2c3fdd4be0bdb2983", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ab0759e41cafd6f12138e4bfe053ba6ae7a358b49c98e1b2c3fdd4be0bdb2983", kill_on_drop: false }`
[INFO] [stdout] ab0759e41cafd6f12138e4bfe053ba6ae7a358b49c98e1b2c3fdd4be0bdb2983
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5af74c1bd6492a98d82443a6e2be0a13153b3674ff14b47bf0b27c9ae50350b5
[INFO] running `Command { std: "docker" "start" "-a" "5af74c1bd6492a98d82443a6e2be0a13153b3674ff14b47bf0b27c9ae50350b5", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]     Checking unicode-ident v1.0.14
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]     Checking partial-default-derive v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `partial_default`
[INFO] [stdout]  --> tests/tests.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use partial_default::PartialDefault;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of undeclared crate or module `partial_default`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `partial_default` in this scope
[INFO] [stdout]   --> tests/tests.rs:21:11
[INFO] [stdout]    |
[INFO] [stdout] 21 |         #[partial_default(value = "10")] i32,
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `partial_default` in this scope
[INFO] [stdout]   --> tests/tests.rs:22:11
[INFO] [stdout]    |
[INFO] [stdout] 22 |         #[partial_default(value = "20")] i32,
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `partial_default` in this scope
[INFO] [stdout]   --> tests/tests.rs:34:11
[INFO] [stdout]    |
[INFO] [stdout] 34 |         #[partial_default(value = "10")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `partial_default` in this scope
[INFO] [stdout]   --> tests/tests.rs:36:11
[INFO] [stdout]    |
[INFO] [stdout] 36 |         #[partial_default(value = "20")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `partial_default` in this scope
[INFO] [stdout]   --> tests/tests.rs:51:11
[INFO] [stdout]    |
[INFO] [stdout] 51 |         #[partial_default]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `partial_default` in this scope
[INFO] [stdout]   --> tests/tests.rs:66:11
[INFO] [stdout]    |
[INFO] [stdout] 66 |         #[partial_default]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `partial_default` in this scope
[INFO] [stdout]   --> tests/tests.rs:67:15
[INFO] [stdout]    |
[INFO] [stdout] 67 |         Baz(#[partial_default(value = "10")] i32, i32),
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `partial_default` in this scope
[INFO] [stdout]   --> tests/tests.rs:81:11
[INFO] [stdout]    |
[INFO] [stdout] 81 |         #[partial_default]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `partial_default` in this scope
[INFO] [stdout]   --> tests/tests.rs:83:15
[INFO] [stdout]    |
[INFO] [stdout] 83 |             #[partial_default(value = "10")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `partial_default` in this scope
[INFO] [stdout]    --> tests/tests.rs:100:11
[INFO] [stdout]     |
[INFO] [stdout] 100 |         #[partial_default]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `partial_default` in this scope
[INFO] [stdout]    --> tests/tests.rs:101:15
[INFO] [stdout]     |
[INFO] [stdout] 101 |         Baz(#[partial_default(value = "10")] i32),
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `partial_default` in this scope
[INFO] [stdout]    --> tests/tests.rs:116:11
[INFO] [stdout]     |
[INFO] [stdout] 116 |         #[partial_default(value = "Some(PartialDefault::partial_default())")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `partial_default` in this scope
[INFO] [stdout]    --> tests/tests.rs:126:7
[INFO] [stdout]     |
[INFO] [stdout] 126 |     #[partial_default(bound = "T: std::str::FromStr")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `partial_default` in this scope
[INFO] [stdout]    --> tests/tests.rs:128:11
[INFO] [stdout]     |
[INFO] [stdout] 128 |         #[partial_default(value = r#"Some("0".parse().ok().unwrap())"#)]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `partial_default` in this scope
[INFO] [stdout]    --> tests/tests.rs:138:7
[INFO] [stdout]     |
[INFO] [stdout] 138 |     #[partial_default(bound = "")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `partial_default` in this scope
[INFO] [stdout]    --> tests/tests.rs:154:11
[INFO] [stdout]     |
[INFO] [stdout] 154 |         #[partial_default]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `partial_default` in this scope
[INFO] [stdout]    --> tests/tests.rs:167:11
[INFO] [stdout]     |
[INFO] [stdout] 167 |         #[partial_default(value = "vec![1, 2, 3]")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `partial_default` in this scope
[INFO] [stdout]    --> tests/tests.rs:178:11
[INFO] [stdout]     |
[INFO] [stdout] 178 |         #[partial_default(value = r#""one""#)] &'static str,
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `partial_default` in this scope
[INFO] [stdout]    --> tests/tests.rs:179:11
[INFO] [stdout]     |
[INFO] [stdout] 179 |         #[partial_default(value = r#""two".to_owned()"#)] String,
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `partial_default` found for struct `test_unit::Foo` in the current scope
[INFO] [stdout]   --> tests/tests.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 12 |     struct Foo;
[INFO] [stdout]    |     ---------- function or associated item `partial_default` not found for this struct
[INFO] [stdout] 13 |
[INFO] [stdout] 14 |     assert!(Foo::partial_default() == Foo);
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^ function or associated item not found in `Foo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `partial_default` found for struct `test_tuple::Foo` in the current scope
[INFO] [stdout]   --> tests/tests.rs:27:18
[INFO] [stdout]    |
[INFO] [stdout] 20 |     struct Foo(
[INFO] [stdout]    |     ---------- function or associated item `partial_default` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 27 |     assert!(Foo::partial_default() == Foo(10, 20, 0));
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^ function or associated item not found in `Foo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `partial_default` found for struct `test_struct::Foo` in the current scope
[INFO] [stdout]   --> tests/tests.rs:42:18
[INFO] [stdout]    |
[INFO] [stdout] 33 |     struct Foo {
[INFO] [stdout]    |     ---------- function or associated item `partial_default` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 42 |     assert!(Foo::partial_default() == Foo { x: 10, y: 20, z: 0 });
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^ function or associated item not found in `Foo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `partial_default` found for enum `test_enum_of_units::Foo` in the current scope
[INFO] [stdout]   --> tests/tests.rs:57:18
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub enum Foo {
[INFO] [stdout]    |     ------------ variant or associated item `partial_default` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 57 |     assert!(Foo::partial_default() == Foo::Baz);
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^ variant or associated item not found in `Foo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `partial_default` found for enum `test_enum_of_tuples::Foo` in the current scope
[INFO] [stdout]   --> tests/tests.rs:72:18
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub enum Foo {
[INFO] [stdout]    |     ------------ variant or associated item `partial_default` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 72 |     assert!(Foo::partial_default() == Foo::Baz(10, 0));
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^ variant or associated item not found in `Foo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `partial_default` found for enum `test_enum_of_structs::Foo` in the current scope
[INFO] [stdout]   --> tests/tests.rs:91:18
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub enum Foo {
[INFO] [stdout]    |     ------------ variant or associated item `partial_default` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 91 |     assert!(Foo::partial_default() == Foo::Baz { y: 10, z: 0 });
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^ variant or associated item not found in `Foo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `partial_default` found for enum `test_enum_mixed::Foo` in the current scope
[INFO] [stdout]    --> tests/tests.rs:106:18
[INFO] [stdout]     |
[INFO] [stdout] 97  |     enum Foo {
[INFO] [stdout]     |     -------- variant or associated item `partial_default` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 106 |     assert!(Foo::partial_default() == Foo::Baz(10));
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^ variant or associated item not found in `Foo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `partial_default` found for struct `test_generics_type_parameters::Foo` in the current scope
[INFO] [stdout]    --> tests/tests.rs:120:18
[INFO] [stdout]     |
[INFO] [stdout] 112 |     struct Foo<T>
[INFO] [stdout]     |     ------------- function or associated item `partial_default` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 120 |     assert!(Foo::partial_default() == Foo { x: Some(0) });
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^ function or associated item not found in `Foo<_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `partial_default` found for struct `test_generics_type_parameters_custom_bound::Foo` in the current scope
[INFO] [stdout]    --> tests/tests.rs:132:18
[INFO] [stdout]     |
[INFO] [stdout] 127 |     struct Foo<T> {
[INFO] [stdout]     |     ------------- function or associated item `partial_default` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 132 |     assert!(Foo::partial_default() == Foo { x: Some(0) });
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^ function or associated item not found in `Foo<_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `partial_default` found for struct `test_generics_type_parameters_no_bound::Foo` in the current scope
[INFO] [stdout]    --> tests/tests.rs:143:18
[INFO] [stdout]     |
[INFO] [stdout] 139 |     struct Foo<T> {
[INFO] [stdout]     |     ------------- function or associated item `partial_default` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 143 |     assert!(Foo::partial_default() == Foo::<i32> { x: None });
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^ function or associated item not found in `Foo<_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `partial_default` found for enum `test_generics_lifetime_parameters::Foo` in the current scope
[INFO] [stdout]    --> tests/tests.rs:160:18
[INFO] [stdout]     |
[INFO] [stdout] 153 |     enum Foo<'a> {
[INFO] [stdout]     |     ------------ variant or associated item `partial_default` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 160 |     assert!(Foo::partial_default() == Foo::Bar(0));
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^ variant or associated item not found in `Foo<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `partial_default` found for struct `test_value_expression_with_macro::Foo` in the current scope
[INFO] [stdout]    --> tests/tests.rs:171:18
[INFO] [stdout]     |
[INFO] [stdout] 166 |     struct Foo {
[INFO] [stdout]     |     ---------- function or associated item `partial_default` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 171 |     assert!(Foo::partial_default().v == [1, 2, 3]);
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^ function or associated item not found in `Foo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `partial_default` found for struct `test_string_conversion::Foo` in the current scope
[INFO] [stdout]    --> tests/tests.rs:182:18
[INFO] [stdout]     |
[INFO] [stdout] 177 |     struct Foo(
[INFO] [stdout]     |     ---------- function or associated item `partial_default` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 182 |     assert!(Foo::partial_default() == Foo("one", "two".to_owned()));
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^ function or associated item not found in `Foo`
[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 `partial-default-derive` (test "tests") due to 33 previous errors
[INFO] running `Command { std: "docker" "inspect" "5af74c1bd6492a98d82443a6e2be0a13153b3674ff14b47bf0b27c9ae50350b5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5af74c1bd6492a98d82443a6e2be0a13153b3674ff14b47bf0b27c9ae50350b5", kill_on_drop: false }`
[INFO] [stdout] 5af74c1bd6492a98d82443a6e2be0a13153b3674ff14b47bf0b27c9ae50350b5
