[INFO] fetching crate jmap 0.0.5... [INFO] checking jmap-0.0.5 against master#af4a5a13a15fa0c60e06321077ef452f769b42fd for pr-122960-4 [INFO] extracting crate jmap 0.0.5 into /workspace/builds/worker-0-tc1/source [INFO] validating manifest of crates.io crate jmap 0.0.5 on toolchain af4a5a13a15fa0c60e06321077ef452f769b42fd [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate jmap 0.0.5 [INFO] finished tweaking crates.io crate jmap 0.0.5 [INFO] tweaked toml for crates.io crate jmap 0.0.5 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 36 packages [INFO] [stderr] Adding windows-core v0.52.0 (latest: v0.55.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d3bfb54340c763149f93652947b7975c9ff34f7992871a65b462ee6129aec9b1 [INFO] running `Command { std: "docker" "start" "-a" "d3bfb54340c763149f93652947b7975c9ff34f7992871a65b462ee6129aec9b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d3bfb54340c763149f93652947b7975c9ff34f7992871a65b462ee6129aec9b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d3bfb54340c763149f93652947b7975c9ff34f7992871a65b462ee6129aec9b1", kill_on_drop: false }` [INFO] [stdout] d3bfb54340c763149f93652947b7975c9ff34f7992871a65b462ee6129aec9b1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 81a263b64d24360c0c0915b7d92234285b1df10c89d4778eb187da38345c0c9a [INFO] running `Command { std: "docker" "start" "-a" "81a263b64d24360c0c0915b7d92234285b1df10c89d4778eb187da38345c0c9a", kill_on_drop: false }` [INFO] [stderr] Checking uuid v1.8.0 [INFO] [stderr] Checking jmap v0.0.5 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `chrono::UTC` [INFO] [stdout] --> src/types.rs:6:23 [INFO] [stdout] | [INFO] [stdout] 6 | use chrono::{DateTime,UTC,NaiveDateTime}; [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | no `UTC` in the root [INFO] [stdout] | help: a similar name exists in the module: `Utc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `chrono::UTC` [INFO] [stdout] --> src/types.rs:6:23 [INFO] [stdout] | [INFO] [stdout] 6 | use chrono::{DateTime,UTC,NaiveDateTime}; [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | no `UTC` in the root [INFO] [stdout] | help: a similar name exists in the module: `Utc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `new_v4` found for struct `Uuid` in the current scope [INFO] [stdout] --> src/record.rs:21:11 [INFO] [stdout] | [INFO] [stdout] 21 | Uuid::new_v4().to_hyphenated_string() [INFO] [stdout] | ^^^^^^ function or associated item not found in `Uuid` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Uuid` consider using one of the following associated functions: [INFO] [stdout] uuid::builder::::nil [INFO] [stdout] uuid::builder::::max [INFO] [stdout] uuid::builder::::from_fields [INFO] [stdout] uuid::builder::::from_fields_le [INFO] [stdout] and 10 others [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.8.0/src/builder.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | pub const fn nil() -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 98 | pub const fn max() -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 122 | pub const fn from_fields(d1: u32, d2: u16, d3: u16, d4: &[u8; 8]) -> Uuid { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 168 | pub const fn from_fields_le(d1: u32, d2: u16, d3: u16, d4: &[u8; 8]) -> Uuid { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `new_v4` found for struct `Uuid` in the current scope [INFO] [stdout] --> src/record.rs:21:11 [INFO] [stdout] | [INFO] [stdout] 21 | Uuid::new_v4().to_hyphenated_string() [INFO] [stdout] | ^^^^^^ function or associated item not found in `Uuid` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Uuid` consider using one of the following associated functions: [INFO] [stdout] uuid::builder::::nil [INFO] [stdout] uuid::builder::::max [INFO] [stdout] uuid::builder::::from_fields [INFO] [stdout] uuid::builder::::from_fields_le [INFO] [stdout] and 10 others [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.8.0/src/builder.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | pub const fn nil() -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 98 | pub const fn max() -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 122 | pub const fn from_fields(d1: u32, d2: u16, d3: u16, d4: &[u8; 8]) -> Uuid { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 168 | pub const fn from_fields_le(d1: u32, d2: u16, d3: u16, d4: &[u8; 8]) -> Uuid { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `format` found for reference `&types::Date` in the current scope [INFO] [stdout] --> src/types.rs:38:27 [INFO] [stdout] | [INFO] [stdout] 38 | Json::String(self.format("%Y-%m-%dT%H:%M:%SZ").to_string()) [INFO] [stdout] | ^^^^^^ method not found in `&Date` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `format` found for reference `&types::Date` in the current scope [INFO] [stdout] --> src/types.rs:38:27 [INFO] [stdout] | [INFO] [stdout] 38 | Json::String(self.format("%Y-%m-%dT%H:%M:%SZ").to_string()) [INFO] [stdout] | ^^^^^^ method not found in `&Date` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_json_field` found for struct `types::Date` in the current scope [INFO] [stdout] --> src/macros.rs:102:31 [INFO] [stdout] | [INFO] [stdout] 102 | $(self.$field.to_json_field(&mut d, $jprop);)* [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `Date` [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | pub struct Date(pub DateTime); [INFO] [stdout] | --------------- method `to_json_field` not found for this struct [INFO] [stdout] | [INFO] [stdout] ::: src/parse.rs:212:8 [INFO] [stdout] | [INFO] [stdout] 212 | fn to_json_field(&self, json: &mut BTreeMap, field: &str); [INFO] [stdout] | ------------- the method is available for `types::Date` here [INFO] [stdout] | [INFO] [stdout] ::: src/message.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | / make_record_type!(Message, PartialMessage, "Message", [INFO] [stdout] 31 | | blob_id: String => "blobId", [INFO] [stdout] 32 | | thread_id: String => "threadId", [INFO] [stdout] 33 | | mailbox_ids: Vec => "mailboxIds", [INFO] [stdout] ... | [INFO] [stdout] 53 | | attached_messages: Option> => "attachedMessages" [INFO] [stdout] 54 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: this error originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `ToJsonField` which provides `to_json_field` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] --> src/message.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 + use parse::ToJsonField; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_json_field` found for struct `types::Date` in the current scope [INFO] [stdout] --> src/macros.rs:102:31 [INFO] [stdout] | [INFO] [stdout] 102 | $(self.$field.to_json_field(&mut d, $jprop);)* [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `Date` [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | pub struct Date(pub DateTime); [INFO] [stdout] | --------------- method `to_json_field` not found for this struct [INFO] [stdout] | [INFO] [stdout] ::: src/parse.rs:212:8 [INFO] [stdout] | [INFO] [stdout] 212 | fn to_json_field(&self, json: &mut BTreeMap, field: &str); [INFO] [stdout] | ------------- the method is available for `types::Date` here [INFO] [stdout] | [INFO] [stdout] ::: src/message.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | / make_record_type!(Message, PartialMessage, "Message", [INFO] [stdout] 31 | | blob_id: String => "blobId", [INFO] [stdout] 32 | | thread_id: String => "threadId", [INFO] [stdout] 33 | | mailbox_ids: Vec => "mailboxIds", [INFO] [stdout] ... | [INFO] [stdout] 53 | | attached_messages: Option> => "attachedMessages" [INFO] [stdout] 54 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: this error originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `ToJsonField` which provides `to_json_field` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] --> src/message.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 + use parse::ToJsonField; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `clone` found for struct `types::Date` in the current scope [INFO] [stdout] --> src/macros.rs:185:51 [INFO] [stdout] | [INFO] [stdout] 185 | $($field: Present(self.$field.clone()),)* [INFO] [stdout] | ^^^^^ method not found in `Date` [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | pub struct Date(pub DateTime); [INFO] [stdout] | --------------- method `clone` not found for this struct [INFO] [stdout] | [INFO] [stdout] ::: src/message.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | / make_record_type!(Message, PartialMessage, "Message", [INFO] [stdout] 31 | | blob_id: String => "blobId", [INFO] [stdout] 32 | | thread_id: String => "threadId", [INFO] [stdout] 33 | | mailbox_ids: Vec => "mailboxIds", [INFO] [stdout] ... | [INFO] [stdout] 53 | | attached_messages: Option> => "attachedMessages" [INFO] [stdout] 54 | | ); [INFO] [stdout] | |_- in this macro invocation [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 `clone`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Clone` [INFO] [stdout] = note: this error originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `Clone` which provides `clone` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] --> src/message.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 + use std::clone::Clone; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `clone` found for struct `types::Date` in the current scope [INFO] [stdout] --> src/macros.rs:194:68 [INFO] [stdout] | [INFO] [stdout] 194 | $($jprop => p.$field = Present(self.$field.clone()),)* [INFO] [stdout] | ^^^^^ method not found in `Date` [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | pub struct Date(pub DateTime); [INFO] [stdout] | --------------- method `clone` not found for this struct [INFO] [stdout] | [INFO] [stdout] ::: src/message.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | / make_record_type!(Message, PartialMessage, "Message", [INFO] [stdout] 31 | | blob_id: String => "blobId", [INFO] [stdout] 32 | | thread_id: String => "threadId", [INFO] [stdout] 33 | | mailbox_ids: Vec => "mailboxIds", [INFO] [stdout] ... | [INFO] [stdout] 53 | | attached_messages: Option> => "attachedMessages" [INFO] [stdout] 54 | | ); [INFO] [stdout] | |_- in this macro invocation [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 `clone`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Clone` [INFO] [stdout] = note: this error originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `Clone` which provides `clone` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] --> src/message.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 + use std::clone::Clone; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `clone` found for struct `types::Date` in the current scope [INFO] [stdout] --> src/macros.rs:185:51 [INFO] [stdout] | [INFO] [stdout] 185 | $($field: Present(self.$field.clone()),)* [INFO] [stdout] | ^^^^^ method not found in `Date` [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | pub struct Date(pub DateTime); [INFO] [stdout] | --------------- method `clone` not found for this struct [INFO] [stdout] | [INFO] [stdout] ::: src/message.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | / make_record_type!(Message, PartialMessage, "Message", [INFO] [stdout] 31 | | blob_id: String => "blobId", [INFO] [stdout] 32 | | thread_id: String => "threadId", [INFO] [stdout] 33 | | mailbox_ids: Vec => "mailboxIds", [INFO] [stdout] ... | [INFO] [stdout] 53 | | attached_messages: Option> => "attachedMessages" [INFO] [stdout] 54 | | ); [INFO] [stdout] | |_- in this macro invocation [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 `clone`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Clone` [INFO] [stdout] = note: this error originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `Clone` which provides `clone` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] --> src/message.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 + use std::clone::Clone; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `clone` found for struct `types::Date` in the current scope [INFO] [stdout] --> src/macros.rs:194:68 [INFO] [stdout] | [INFO] [stdout] 194 | $($jprop => p.$field = Present(self.$field.clone()),)* [INFO] [stdout] | ^^^^^ method not found in `Date` [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | pub struct Date(pub DateTime); [INFO] [stdout] | --------------- method `clone` not found for this struct [INFO] [stdout] | [INFO] [stdout] ::: src/message.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | / make_record_type!(Message, PartialMessage, "Message", [INFO] [stdout] 31 | | blob_id: String => "blobId", [INFO] [stdout] 32 | | thread_id: String => "threadId", [INFO] [stdout] 33 | | mailbox_ids: Vec => "mailboxIds", [INFO] [stdout] ... | [INFO] [stdout] 53 | | attached_messages: Option> => "attachedMessages" [INFO] [stdout] 54 | | ); [INFO] [stdout] | |_- in this macro invocation [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 `clone`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Clone` [INFO] [stdout] = note: this error originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `Clone` which provides `clone` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] --> src/message.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 + use std::clone::Clone; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_json_field` found for struct `types::Date` in the current scope [INFO] [stdout] --> src/macros.rs:102:31 [INFO] [stdout] | [INFO] [stdout] 102 | $(self.$field.to_json_field(&mut d, $jprop);)* [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `Date` [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | pub struct Date(pub DateTime); [INFO] [stdout] | --------------- method `to_json_field` not found for this struct [INFO] [stdout] | [INFO] [stdout] ::: src/parse.rs:212:8 [INFO] [stdout] | [INFO] [stdout] 212 | fn to_json_field(&self, json: &mut BTreeMap, field: &str); [INFO] [stdout] | ------------- the method is available for `types::Date` here [INFO] [stdout] | [INFO] [stdout] ::: src/calendar_event.rs:153:1 [INFO] [stdout] | [INFO] [stdout] 153 | / make_record_type!(CalendarEvent, PartialCalendarEvent, "CalendarEvent", [INFO] [stdout] 154 | | calendar_id: String => "calendarId", [INFO] [stdout] 155 | | summary: String => "summary", [INFO] [stdout] 156 | | description: String => "description", [INFO] [stdout] ... | [INFO] [stdout] 170 | | attachments: Option> => "attachments" [INFO] [stdout] 171 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: this error originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `ToJsonField` which provides `to_json_field` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] --> src/calendar_event.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 + use parse::ToJsonField; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_json_field` found for struct `types::Date` in the current scope [INFO] [stdout] --> src/macros.rs:102:31 [INFO] [stdout] | [INFO] [stdout] 102 | $(self.$field.to_json_field(&mut d, $jprop);)* [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `Date` [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | pub struct Date(pub DateTime); [INFO] [stdout] | --------------- method `to_json_field` not found for this struct [INFO] [stdout] | [INFO] [stdout] ::: src/parse.rs:212:8 [INFO] [stdout] | [INFO] [stdout] 212 | fn to_json_field(&self, json: &mut BTreeMap, field: &str); [INFO] [stdout] | ------------- the method is available for `types::Date` here [INFO] [stdout] | [INFO] [stdout] ::: src/calendar_event.rs:153:1 [INFO] [stdout] | [INFO] [stdout] 153 | / make_record_type!(CalendarEvent, PartialCalendarEvent, "CalendarEvent", [INFO] [stdout] 154 | | calendar_id: String => "calendarId", [INFO] [stdout] 155 | | summary: String => "summary", [INFO] [stdout] 156 | | description: String => "description", [INFO] [stdout] ... | [INFO] [stdout] 170 | | attachments: Option> => "attachments" [INFO] [stdout] 171 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: this error originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `ToJsonField` which provides `to_json_field` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] --> src/calendar_event.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 + use parse::ToJsonField; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `clone` found for struct `types::Date` in the current scope [INFO] [stdout] --> src/macros.rs:185:51 [INFO] [stdout] | [INFO] [stdout] 185 | $($field: Present(self.$field.clone()),)* [INFO] [stdout] | ^^^^^ method not found in `Date` [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | pub struct Date(pub DateTime); [INFO] [stdout] | --------------- method `clone` not found for this struct [INFO] [stdout] | [INFO] [stdout] ::: src/calendar_event.rs:153:1 [INFO] [stdout] | [INFO] [stdout] 153 | / make_record_type!(CalendarEvent, PartialCalendarEvent, "CalendarEvent", [INFO] [stdout] 154 | | calendar_id: String => "calendarId", [INFO] [stdout] 155 | | summary: String => "summary", [INFO] [stdout] 156 | | description: String => "description", [INFO] [stdout] ... | [INFO] [stdout] 170 | | attachments: Option> => "attachments" [INFO] [stdout] 171 | | ); [INFO] [stdout] | |_- in this macro invocation [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 `clone`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Clone` [INFO] [stdout] = note: this error originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `Clone` which provides `clone` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] --> src/calendar_event.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 + use std::clone::Clone; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `clone` found for struct `types::Date` in the current scope [INFO] [stdout] --> src/macros.rs:194:68 [INFO] [stdout] | [INFO] [stdout] 194 | $($jprop => p.$field = Present(self.$field.clone()),)* [INFO] [stdout] | ^^^^^ method not found in `Date` [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | pub struct Date(pub DateTime); [INFO] [stdout] | --------------- method `clone` not found for this struct [INFO] [stdout] | [INFO] [stdout] ::: src/calendar_event.rs:153:1 [INFO] [stdout] | [INFO] [stdout] 153 | / make_record_type!(CalendarEvent, PartialCalendarEvent, "CalendarEvent", [INFO] [stdout] 154 | | calendar_id: String => "calendarId", [INFO] [stdout] 155 | | summary: String => "summary", [INFO] [stdout] 156 | | description: String => "description", [INFO] [stdout] ... | [INFO] [stdout] 170 | | attachments: Option> => "attachments" [INFO] [stdout] 171 | | ); [INFO] [stdout] | |_- in this macro invocation [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 `clone`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Clone` [INFO] [stdout] = note: this error originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `Clone` which provides `clone` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] --> src/calendar_event.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 + use std::clone::Clone; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `clone` found for struct `types::Date` in the current scope [INFO] [stdout] --> src/macros.rs:185:51 [INFO] [stdout] | [INFO] [stdout] 185 | $($field: Present(self.$field.clone()),)* [INFO] [stdout] | ^^^^^ method not found in `Date` [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | pub struct Date(pub DateTime); [INFO] [stdout] | --------------- method `clone` not found for this struct [INFO] [stdout] | [INFO] [stdout] ::: src/calendar_event.rs:153:1 [INFO] [stdout] | [INFO] [stdout] 153 | / make_record_type!(CalendarEvent, PartialCalendarEvent, "CalendarEvent", [INFO] [stdout] 154 | | calendar_id: String => "calendarId", [INFO] [stdout] 155 | | summary: String => "summary", [INFO] [stdout] 156 | | description: String => "description", [INFO] [stdout] ... | [INFO] [stdout] 170 | | attachments: Option> => "attachments" [INFO] [stdout] 171 | | ); [INFO] [stdout] | |_- in this macro invocation [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 `clone`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Clone` [INFO] [stdout] = note: this error originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `Clone` which provides `clone` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] --> src/calendar_event.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 + use std::clone::Clone; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `clone` found for struct `types::Date` in the current scope [INFO] [stdout] --> src/macros.rs:194:68 [INFO] [stdout] | [INFO] [stdout] 194 | $($jprop => p.$field = Present(self.$field.clone()),)* [INFO] [stdout] | ^^^^^ method not found in `Date` [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | pub struct Date(pub DateTime); [INFO] [stdout] | --------------- method `clone` not found for this struct [INFO] [stdout] | [INFO] [stdout] ::: src/calendar_event.rs:153:1 [INFO] [stdout] | [INFO] [stdout] 153 | / make_record_type!(CalendarEvent, PartialCalendarEvent, "CalendarEvent", [INFO] [stdout] 154 | | calendar_id: String => "calendarId", [INFO] [stdout] 155 | | summary: String => "summary", [INFO] [stdout] 156 | | description: String => "description", [INFO] [stdout] ... | [INFO] [stdout] 170 | | attachments: Option> => "attachments" [INFO] [stdout] 171 | | ); [INFO] [stdout] | |_- in this macro invocation [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 `clone`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Clone` [INFO] [stdout] = note: this error originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: trait `Clone` which provides `clone` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] --> src/calendar_event.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 + use std::clone::Clone; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 9 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] [stdout] error: aborting due to 9 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 `jmap` (lib) due to 10 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `jmap` (lib test) due to 10 previous errors [INFO] running `Command { std: "docker" "inspect" "81a263b64d24360c0c0915b7d92234285b1df10c89d4778eb187da38345c0c9a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "81a263b64d24360c0c0915b7d92234285b1df10c89d4778eb187da38345c0c9a", kill_on_drop: false }` [INFO] [stdout] 81a263b64d24360c0c0915b7d92234285b1df10c89d4778eb187da38345c0c9a