[INFO] fetching crate google-cloud-derive 0.2.1...
[INFO] checking google-cloud-derive-0.2.1 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate google-cloud-derive 0.2.1 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate google-cloud-derive 0.2.1 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate google-cloud-derive 0.2.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate google-cloud-derive 0.2.1
[INFO] tweaked toml for crates.io crate google-cloud-derive 0.2.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fb3f53a2992b3bd0be4d080330f9d8a335a60483ea02f538cc13764229404eee
[INFO] running `Command { std: "docker" "start" "-a" "fb3f53a2992b3bd0be4d080330f9d8a335a60483ea02f538cc13764229404eee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fb3f53a2992b3bd0be4d080330f9d8a335a60483ea02f538cc13764229404eee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fb3f53a2992b3bd0be4d080330f9d8a335a60483ea02f538cc13764229404eee", kill_on_drop: false }`
[INFO] [stdout] fb3f53a2992b3bd0be4d080330f9d8a335a60483ea02f538cc13764229404eee
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5234c024adcd4a479faec3236674c7b4662107e1f3e514ac9ed92e2333275216
[INFO] running `Command { std: "docker" "start" "-a" "5234c024adcd4a479faec3236674c7b4662107e1f3e514ac9ed92e2333275216", kill_on_drop: false }`
[INFO] [stderr]    Compiling strsim v0.9.3
[INFO] [stderr]     Checking winnow v0.6.5
[INFO] [stderr]     Checking ident_case v1.0.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling trybuild v1.0.91
[INFO] [stderr]     Checking serde_spanned v0.6.5
[INFO] [stderr]     Checking toml_datetime v0.6.5
[INFO] [stderr]    Compiling syn v2.0.57
[INFO] [stderr]     Checking toml_edit v0.22.9
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]     Checking darling_core v0.10.2
[INFO] [stderr]     Checking toml v0.8.12
[INFO] [stderr]    Compiling darling_macro v0.10.2
[INFO] [stderr]     Checking darling v0.10.2
[INFO] [stderr]     Checking google-cloud-derive v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `google_cloud`
[INFO] [stdout]  --> tests/02-nested.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use google_cloud::datastore::{FromValue, IntoValue};
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of undeclared crate or module `google_cloud`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `google_cloud`
[INFO] [stdout]  --> tests/02-nested.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use google_cloud::error::ConvertError;
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of undeclared crate or module `google_cloud`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `google_cloud`
[INFO] [stdout]  --> tests/01-simple.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use google_cloud::datastore::{FromValue, IntoValue};
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of undeclared crate or module `google_cloud`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `google_cloud`
[INFO] [stdout]  --> tests/01-simple.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use google_cloud::error::ConvertError;
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of undeclared crate or module `google_cloud`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `google_cloud`
[INFO] [stdout]  --> tests/03-enums.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use google_cloud::datastore::{FromValue, IntoValue};
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of undeclared crate or module `google_cloud`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `google_cloud`
[INFO] [stdout]  --> tests/03-enums.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use google_cloud::error::ConvertError;
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of undeclared crate or module `google_cloud`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `datastore` in this scope
[INFO] [stdout]  --> tests/03-enums.rs:5:3
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[datastore(rename_all = "SCREAMING-KEBAB-CASE")]
[INFO] [stdout]   |   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_value` found for struct `Foo` in the current scope
[INFO] [stdout]   --> tests/02-nested.rs:24:25
[INFO] [stdout]    |
[INFO] [stdout] 5  | pub struct Foo {
[INFO] [stdout]    | -------------- method `into_value` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 24 |     let converted = foo.into_value();
[INFO] [stdout]    |                         ^^^^^^^^^^ method not found in `Foo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_value` found for struct `Foo` in the current scope
[INFO] [stdout]   --> tests/01-simple.rs:19:25
[INFO] [stdout]    |
[INFO] [stdout] 5  | pub struct Foo {
[INFO] [stdout]    | -------------- method `into_value` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 19 |     let converted = foo.into_value();
[INFO] [stdout]    |                         ^^^^^^^^^^ method not found in `Foo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `from_value` found for struct `Foo` in the current scope
[INFO] [stdout]   --> tests/02-nested.rs:27:53
[INFO] [stdout]    |
[INFO] [stdout] 5  | pub struct Foo {
[INFO] [stdout]    | -------------- function or associated item `from_value` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 27 |     let recovered: Result<Foo, ConvertError> = Foo::from_value(converted);
[INFO] [stdout]    |                                                     ^^^^^^^^^^ function or associated item not found in `Foo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `from_value` found for struct `Foo` in the current scope
[INFO] [stdout]   --> tests/01-simple.rs:22:53
[INFO] [stdout]    |
[INFO] [stdout] 5  | pub struct Foo {
[INFO] [stdout]    | -------------- function or associated item `from_value` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 22 |     let recovered: Result<Foo, ConvertError> = Foo::from_value(converted);
[INFO] [stdout]    |                                                     ^^^^^^^^^^ function or associated item not found in `Foo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `google-cloud-derive` (test "02-nested") due to 5 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `google-cloud-derive` (test "01-simple") due to 5 previous errors
[INFO] [stdout] error[E0599]: no method named `into_value` found for enum `Foo` in the current scope
[INFO] [stdout]   --> tests/03-enums.rs:18:25
[INFO] [stdout]    |
[INFO] [stdout] 6  | pub enum Foo {
[INFO] [stdout]    | ------------ method `into_value` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 18 |     let converted = foo.into_value();
[INFO] [stdout]    |                         ^^^^^^^^^^ method not found in `Foo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `from_value` found for enum `Foo` in the current scope
[INFO] [stdout]   --> tests/03-enums.rs:21:53
[INFO] [stdout]    |
[INFO] [stdout] 6  | pub enum Foo {
[INFO] [stdout]    | ------------ variant or associated item `from_value` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 21 |     let recovered: Result<Foo, ConvertError> = Foo::from_value(converted);
[INFO] [stdout]    |                                                     ^^^^^^^^^^ variant or associated item not found in `Foo`
[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 `from_value`, perhaps you need to implement it:
[INFO] [stdout]            candidate #1: `darling::FromMeta`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `google-cloud-derive` (test "03-enums") due to 6 previous errors
[INFO] running `Command { std: "docker" "inspect" "5234c024adcd4a479faec3236674c7b4662107e1f3e514ac9ed92e2333275216", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5234c024adcd4a479faec3236674c7b4662107e1f3e514ac9ed92e2333275216", kill_on_drop: false }`
[INFO] [stdout] 5234c024adcd4a479faec3236674c7b4662107e1f3e514ac9ed92e2333275216
