[INFO] fetching crate lombok-rs 0.4.0... [INFO] checking lombok-rs-0.4.0 against try#a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d for pr-145342-1 [INFO] extracting crate lombok-rs 0.4.0 into /workspace/builds/worker-2-tc2/source [INFO] started tweaking crates.io crate lombok-rs 0.4.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate lombok-rs 0.4.0 [INFO] tweaked toml for crates.io crate lombok-rs 0.4.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate lombok-rs 0.4.0 on toolchain a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "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" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Locking 4 packages to latest compatible versions [INFO] [stderr] Adding syn v1.0.109 (available: v2.0.106) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 20dcdee155fefd0aec302350a13b1fcc0807145cc85196a2164dc70d84ab7fda [INFO] running `Command { std: "docker" "start" "-a" "20dcdee155fefd0aec302350a13b1fcc0807145cc85196a2164dc70d84ab7fda", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "20dcdee155fefd0aec302350a13b1fcc0807145cc85196a2164dc70d84ab7fda", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "20dcdee155fefd0aec302350a13b1fcc0807145cc85196a2164dc70d84ab7fda", kill_on_drop: false }` [INFO] [stdout] 20dcdee155fefd0aec302350a13b1fcc0807145cc85196a2164dc70d84ab7fda [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1e1b84a483f1b8564927b84315777f610111110e765c67acdb261e3730a2c3cb [INFO] running `Command { std: "docker" "start" "-a" "1e1b84a483f1b8564927b84315777f610111110e765c67acdb261e3730a2c3cb", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking unicode-ident v1.0.18 [INFO] [stderr] Checking quote v1.0.40 [INFO] [stderr] Checking lombok-rs v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `lombok` [INFO] [stdout] --> tests/tests.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use lombok::{ [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `lombok` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `lombok`, use `cargo add lombok` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `default` found for struct `TestFullFeaturedStructure<'a>` in the current scope [INFO] [stdout] --> tests/tests.rs:43:50 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct TestFullFeaturedStructure<'a> { [INFO] [stdout] | ---------------------------------------- function or associated item `default` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 43 | let default = TestFullFeaturedStructure::default(); [INFO] [stdout] | ^^^^^^^ function or associated item not found in `TestFullFeaturedStructure<'_>` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `default`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Default` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `default` found for struct `TestFullFeaturedStructure<'a>` in the current scope [INFO] [stdout] --> tests/tests.rs:53:54 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct TestFullFeaturedStructure<'a> { [INFO] [stdout] | ---------------------------------------- function or associated item `default` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 53 | let mut default = TestFullFeaturedStructure::default(); [INFO] [stdout] | ^^^^^^^ function or associated item not found in `TestFullFeaturedStructure<'_>` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `default`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Default` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `default` found for struct `TestFullFeaturedStructure<'a>` in the current scope [INFO] [stdout] --> tests/tests.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct TestFullFeaturedStructure<'a> { [INFO] [stdout] | ---------------------------------------- function or associated item `default` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 59 | let copy = TestFullFeaturedStructure::default(); [INFO] [stdout] | ^^^^^^^ function or associated item not found in `TestFullFeaturedStructure<'_>` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `default`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Default` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `default` found for struct `TestFullFeaturedStructure<'a>` in the current scope [INFO] [stdout] --> tests/tests.rs:76:50 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct TestFullFeaturedStructure<'a> { [INFO] [stdout] | ---------------------------------------- function or associated item `default` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 76 | let default = TestFullFeaturedStructure::default(); [INFO] [stdout] | ^^^^^^^ function or associated item not found in `TestFullFeaturedStructure<'_>` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `default`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Default` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `set_age` found for struct `TestFullFeaturedStructure<'a>` in the current scope [INFO] [stdout] --> tests/tests.rs:79:14 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct TestFullFeaturedStructure<'a> { [INFO] [stdout] | ---------------------------------------- method `set_age` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 79 | data.set_age(clone_default.age); [INFO] [stdout] | ^^^^^^^ method not found in `TestFullFeaturedStructure<'_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `set_nick` found for struct `TestFullFeaturedStructure<'a>` in the current scope [INFO] [stdout] --> tests/tests.rs:80:14 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct TestFullFeaturedStructure<'a> { [INFO] [stdout] | ---------------------------------------- method `set_nick` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 80 | data.set_nick(clone_default.nick); [INFO] [stdout] | ^^^^^^^^ method not found in `TestFullFeaturedStructure<'_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `set_languages` found for struct `TestFullFeaturedStructure<'a>` in the current scope [INFO] [stdout] --> tests/tests.rs:81:14 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct TestFullFeaturedStructure<'a> { [INFO] [stdout] | ---------------------------------------- method `set_languages` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 81 | data.set_languages(clone_default.languages); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `TestFullFeaturedStructure<'_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `set_hobby` found for struct `TestFullFeaturedStructure<'a>` in the current scope [INFO] [stdout] --> tests/tests.rs:82:14 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct TestFullFeaturedStructure<'a> { [INFO] [stdout] | ---------------------------------------- method `set_hobby` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 82 | data.set_hobby(clone_default.hobby); [INFO] [stdout] | ^^^^^^^^^ method not found in `TestFullFeaturedStructure<'_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `new_default` found for struct `TestFullFeaturedStructure<'a>` in the current scope [INFO] [stdout] --> tests/tests.rs:92:51 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct TestFullFeaturedStructure<'a> { [INFO] [stdout] | ---------------------------------------- function or associated item `new_default` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 92 | let mut data = TestFullFeaturedStructure::new_default(); [INFO] [stdout] | ^^^^^^^^^^^ function or associated item not found in `TestFullFeaturedStructure<'_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `default` found for struct `TestFullFeaturedStructure<'a>` in the current scope [INFO] [stdout] --> tests/tests.rs:94:50 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct TestFullFeaturedStructure<'a> { [INFO] [stdout] | ---------------------------------------- function or associated item `default` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 94 | let default = TestFullFeaturedStructure::default(); [INFO] [stdout] | ^^^^^^^ function or associated item not found in `TestFullFeaturedStructure<'_>` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `default`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Default` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `default` found for struct `TestFullFeaturedStructure<'a>` in the current scope [INFO] [stdout] --> tests/tests.rs:110:50 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct TestFullFeaturedStructure<'a> { [INFO] [stdout] | ---------------------------------------- function or associated item `default` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 110 | let default = TestFullFeaturedStructure::default(); [INFO] [stdout] | ^^^^^^^ function or associated item not found in `TestFullFeaturedStructure<'_>` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `default`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Default` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `new` found for struct `TestFullFeaturedStructure<'a>` in the current scope [INFO] [stdout] --> tests/tests.rs:113:47 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct TestFullFeaturedStructure<'a> { [INFO] [stdout] | ---------------------------------------- function or associated item `new` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 113 | let data = TestFullFeaturedStructure::new( [INFO] [stdout] | ^^^ function or associated item not found in `TestFullFeaturedStructure<'_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `default` found for struct `TestFullFeaturedStructure<'a>` in the current scope [INFO] [stdout] --> tests/tests.rs:128:50 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct TestFullFeaturedStructure<'a> { [INFO] [stdout] | ---------------------------------------- function or associated item `default` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 128 | let default = TestFullFeaturedStructure::default(); [INFO] [stdout] | ^^^^^^^ function or associated item not found in `TestFullFeaturedStructure<'_>` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `default`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Default` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `default` found for struct `TestFullFeaturedStructure<'a>` in the current scope [INFO] [stdout] --> tests/tests.rs:142:50 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct TestFullFeaturedStructure<'a> { [INFO] [stdout] | ---------------------------------------- function or associated item `default` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 142 | let default = TestFullFeaturedStructure::default(); [INFO] [stdout] | ^^^^^^^ function or associated item not found in `TestFullFeaturedStructure<'_>` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `default`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Default` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `default` found for struct `TestFullFeaturedStructure<'a>` in the current scope [INFO] [stdout] --> tests/tests.rs:154:50 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct TestFullFeaturedStructure<'a> { [INFO] [stdout] | ---------------------------------------- function or associated item `default` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 154 | let default = TestFullFeaturedStructure::default(); [INFO] [stdout] | ^^^^^^^ function or associated item not found in `TestFullFeaturedStructure<'_>` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `default`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Default` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `builder` found for struct `TestFullFeaturedStructure<'a>` in the current scope [INFO] [stdout] --> tests/tests.rs:157:47 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct TestFullFeaturedStructure<'a> { [INFO] [stdout] | ---------------------------------------- function or associated item `builder` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 157 | let data = TestFullFeaturedStructure::builder() [INFO] [stdout] | ^^^^^^^ function or associated item not found in `TestFullFeaturedStructure<'_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `new` found for struct `TestDataStructure<'a>` in the current scope [INFO] [stdout] --> tests/tests.rs:169:43 [INFO] [stdout] | [INFO] [stdout] 25 | struct TestDataStructure<'a> { [INFO] [stdout] | ---------------------------- function or associated item `new` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 169 | let mut data = TestDataStructure::new(28, "sokomishalov"); [INFO] [stdout] | ^^^ function or associated item not found in `TestDataStructure<'_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `new` found for struct `TestValueStructure<'a>` in the current scope [INFO] [stdout] --> tests/tests.rs:183:41 [INFO] [stdout] | [INFO] [stdout] 31 | struct TestValueStructure<'a> { [INFO] [stdout] | ----------------------------- function or associated item `new` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 183 | let value = TestValueStructure::new(28, "sokomishalov"); [INFO] [stdout] | ^^^ function or associated item not found in `TestValueStructure<'_>` [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 `lombok-rs` (test "tests") due to 19 previous errors [INFO] running `Command { std: "docker" "inspect" "1e1b84a483f1b8564927b84315777f610111110e765c67acdb261e3730a2c3cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1e1b84a483f1b8564927b84315777f610111110e765c67acdb261e3730a2c3cb", kill_on_drop: false }` [INFO] [stdout] 1e1b84a483f1b8564927b84315777f610111110e765c67acdb261e3730a2c3cb