[INFO] fetching crate jmap 0.0.5... [INFO] checking jmap-0.0.5 against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] extracting crate jmap 0.0.5 into /workspace/builds/worker-3-tc1/source [INFO] validating manifest of crates.io crate jmap 0.0.5 on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "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-3-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 37 packages to latest compatible versions [INFO] [stderr] Adding windows-core v0.52.0 (available: v0.58.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ba6089e56a605c43ba7242d7f4195c0af09156863b653260a5adf0f778043023 [INFO] running `Command { std: "docker" "start" "-a" "ba6089e56a605c43ba7242d7f4195c0af09156863b653260a5adf0f778043023", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ba6089e56a605c43ba7242d7f4195c0af09156863b653260a5adf0f778043023", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba6089e56a605c43ba7242d7f4195c0af09156863b653260a5adf0f778043023", kill_on_drop: false }` [INFO] [stdout] ba6089e56a605c43ba7242d7f4195c0af09156863b653260a5adf0f778043023 [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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3130f8b59aa43db782a74fcb15346b0cb1b8ed81e96524e10e68ff35ac06db0e [INFO] running `Command { std: "docker" "start" "-a" "3130f8b59aa43db782a74fcb15346b0cb1b8ed81e96524e10e68ff35ac06db0e", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] [stderr] Checking uuid v1.10.0 [INFO] [stderr] Checking chrono v0.4.38 [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] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:137:30 [INFO] [stdout] | [INFO] [stdout] 137 | let vv = try!(T::from_json(v)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:235:41 [INFO] [stdout] | [INFO] [stdout] 235 | $(args.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/method.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / make_method_args_type!(GetRequestArgs, "GetRequestArgs", [INFO] [stdout] 24 | | ids: Presence> => "ids", [INFO] [stdout] 25 | | properties: Presence> => "properties", [INFO] [stdout] 26 | | since_state: Presence => "sinceState" [INFO] [stdout] 27 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_method_args_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:235:41 [INFO] [stdout] | [INFO] [stdout] 235 | $(args.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/method.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | / make_method_args_type!(GetResponseArgs, "GetResponseArgs", [INFO] [stdout] 30 | | state: String => "state", [INFO] [stdout] 31 | | list: Option> => "list", [INFO] [stdout] 32 | | not_found: Option> => "notFound" [INFO] [stdout] 33 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_method_args_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:235:41 [INFO] [stdout] | [INFO] [stdout] 235 | $(args.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/method.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | / make_method_args_type!(GetUpdatesRequestArgs, "GetUpdatesRequestArgs", [INFO] [stdout] 36 | | since_state: String => "sinceState", [INFO] [stdout] 37 | | max_changes: Presence => "maxChanges", [INFO] [stdout] 38 | | fetch_records: Presence => "fetchRecords", [INFO] [stdout] 39 | | fetch_record_properties: Presence> => "fetchRecordProperties" [INFO] [stdout] 40 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_method_args_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:235:41 [INFO] [stdout] | [INFO] [stdout] 235 | $(args.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/method.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | / make_method_args_type!(GetUpdatesResponseArgs, "GetUpdatesResponseArgs", [INFO] [stdout] 43 | | old_state: String => "oldState", [INFO] [stdout] 44 | | new_state: String => "newState", [INFO] [stdout] 45 | | has_more_updates: bool => "hasMoreUpdates", [INFO] [stdout] 46 | | changed: Vec => "changed", [INFO] [stdout] 47 | | removed: Vec => "removed" [INFO] [stdout] 48 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_method_args_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:235:41 [INFO] [stdout] | [INFO] [stdout] 235 | $(args.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/method.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | / make_method_args_type!(SetRequestArgs, "SetRequestArgs", [INFO] [stdout] 51 | | if_in_state: Presence => "ifInState", [INFO] [stdout] 52 | | create: Presence> => "create", [INFO] [stdout] 53 | | update: Presence> => "update", [INFO] [stdout] 54 | | destroy: Presence> => "destroy" [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_method_args_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:235:41 [INFO] [stdout] | [INFO] [stdout] 235 | $(args.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/method.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / make_method_args_type!(SetResponseArgs, "SetResponseArgs", [INFO] [stdout] 58 | | old_state: Option => "oldState", [INFO] [stdout] 59 | | new_state: String => "newState", [INFO] [stdout] 60 | | created: BTreeMap => "created", [INFO] [stdout] ... | [INFO] [stdout] 65 | | not_destroyed: BTreeMap => "notDestroyed" [INFO] [stdout] 66 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_method_args_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:70:41 [INFO] [stdout] | [INFO] [stdout] 70 | $(prop.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/method.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | / make_prop_type!(SetError, "SetError", [INFO] [stdout] 70 | | typ: String => "type", [INFO] [stdout] 71 | | description: Option => "description" [INFO] [stdout] 72 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_prop_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/method.rs:199:35 [INFO] [stdout] | [INFO] [stdout] 199 | let typ: String = try!(FromJsonField::from_json_field(o, "type")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/method.rs:201:79 [INFO] [stdout] | [INFO] [stdout] 201 | "unknownMethod" => Ok(MethodError::UnknownMethod(try!(FromJsonField::from_json_field(o, "description")))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/method.rs:202:82 [INFO] [stdout] | [INFO] [stdout] 202 | "invalidArguments" => Ok(MethodError::InvalidArguments(try!(FromJsonField::from_json_field(o, "description")))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/method.rs:220:79 [INFO] [stdout] | [INFO] [stdout] 220 | "internalError" => Ok(MethodError::InternalError(try!(FromJsonField::from_json_field(o, "description")))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:298:38 [INFO] [stdout] | [INFO] [stdout] 298 | let method = try!(String::from_json(&a[0])); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/method.rs:236:1 [INFO] [stdout] | [INFO] [stdout] 236 | / make_methods!(RequestMethod, "RequestMethod", RequestError, [INFO] [stdout] 237 | | GetCalendars, GetRequestArgs => "getCalendars", [INFO] [stdout] 238 | | GetCalendarUpdates, GetUpdatesRequestArgs => "getCalendarUpdates", [INFO] [stdout] 239 | | SetCalendars, SetRequestArgs => "setCalendars", [INFO] [stdout] ... | [INFO] [stdout] 261 | | RequestError, MethodError => "error" [INFO] [stdout] 262 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:299:41 [INFO] [stdout] | [INFO] [stdout] 299 | let client_id = try!(String::from_json(&a[2])); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/method.rs:236:1 [INFO] [stdout] | [INFO] [stdout] 236 | / make_methods!(RequestMethod, "RequestMethod", RequestError, [INFO] [stdout] 237 | | GetCalendars, GetRequestArgs => "getCalendars", [INFO] [stdout] 238 | | GetCalendarUpdates, GetUpdatesRequestArgs => "getCalendarUpdates", [INFO] [stdout] 239 | | SetCalendars, SetRequestArgs => "setCalendars", [INFO] [stdout] ... | [INFO] [stdout] 261 | | RequestError, MethodError => "error" [INFO] [stdout] 262 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:301:57 [INFO] [stdout] | [INFO] [stdout] 301 | ... $($methodname => Ok($method(try!(<$args>::from_json(&a[1])), client_id)),)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/method.rs:236:1 [INFO] [stdout] | [INFO] [stdout] 236 | / make_methods!(RequestMethod, "RequestMethod", RequestError, [INFO] [stdout] 237 | | GetCalendars, GetRequestArgs => "getCalendars", [INFO] [stdout] 238 | | GetCalendarUpdates, GetUpdatesRequestArgs => "getCalendarUpdates", [INFO] [stdout] 239 | | SetCalendars, SetRequestArgs => "setCalendars", [INFO] [stdout] ... | [INFO] [stdout] 261 | | RequestError, MethodError => "error" [INFO] [stdout] 262 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:298:38 [INFO] [stdout] | [INFO] [stdout] 298 | let method = try!(String::from_json(&a[0])); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/method.rs:264:1 [INFO] [stdout] | [INFO] [stdout] 264 | / make_methods!(ResponseMethod, "ResponseMethod", ResponseError, [INFO] [stdout] 265 | | Calendars, GetResponseArgs => "calendars", [INFO] [stdout] 266 | | CalendarUpdates, GetUpdatesResponseArgs => "calendarUpdates", [INFO] [stdout] 267 | | CalendarsSet, SetResponseArgs => "calendarsSet", [INFO] [stdout] ... | [INFO] [stdout] 289 | | ResponseError, MethodError => "error" [INFO] [stdout] 290 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:299:41 [INFO] [stdout] | [INFO] [stdout] 299 | let client_id = try!(String::from_json(&a[2])); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/method.rs:264:1 [INFO] [stdout] | [INFO] [stdout] 264 | / make_methods!(ResponseMethod, "ResponseMethod", ResponseError, [INFO] [stdout] 265 | | Calendars, GetResponseArgs => "calendars", [INFO] [stdout] 266 | | CalendarUpdates, GetUpdatesResponseArgs => "calendarUpdates", [INFO] [stdout] 267 | | CalendarsSet, SetResponseArgs => "calendarsSet", [INFO] [stdout] ... | [INFO] [stdout] 289 | | ResponseError, MethodError => "error" [INFO] [stdout] 290 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:301:57 [INFO] [stdout] | [INFO] [stdout] 301 | ... $($methodname => Ok($method(try!(<$args>::from_json(&a[1])), client_id)),)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/method.rs:264:1 [INFO] [stdout] | [INFO] [stdout] 264 | / make_methods!(ResponseMethod, "ResponseMethod", ResponseError, [INFO] [stdout] 265 | | Calendars, GetResponseArgs => "calendars", [INFO] [stdout] 266 | | CalendarUpdates, GetUpdatesResponseArgs => "calendarUpdates", [INFO] [stdout] 267 | | CalendarsSet, SetResponseArgs => "calendarsSet", [INFO] [stdout] ... | [INFO] [stdout] 289 | | ResponseError, MethodError => "error" [INFO] [stdout] 290 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:70:41 [INFO] [stdout] | [INFO] [stdout] 70 | $(prop.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / make_prop_type!(File, "File", [INFO] [stdout] 13 | | blob_id: String => "blobId", [INFO] [stdout] 14 | | typ: Option => "type", [INFO] [stdout] 15 | | name: Option => "name", [INFO] [stdout] 16 | | size: Option => "size" [INFO] [stdout] 17 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_prop_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:112:32 [INFO] [stdout] | [INFO] [stdout] 112 | r.id = try!(FromJsonField::from_json_field(o, "id")); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/mailbox.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | / make_record_type!(Mailbox, PartialMailbox, "Mailbox", [INFO] [stdout] 73 | | name: String => "name", [INFO] [stdout] 74 | | parent_id: Option => "parentId", [INFO] [stdout] 75 | | role: Option => "role", [INFO] [stdout] ... | [INFO] [stdout] 87 | | unread_threads: u64 => "unreadThreads" [INFO] [stdout] 88 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:113:38 [INFO] [stdout] | [INFO] [stdout] 113 | $(r.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/mailbox.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | / make_record_type!(Mailbox, PartialMailbox, "Mailbox", [INFO] [stdout] 73 | | name: String => "name", [INFO] [stdout] 74 | | parent_id: Option => "parentId", [INFO] [stdout] 75 | | role: Option => "role", [INFO] [stdout] ... | [INFO] [stdout] 87 | | unread_threads: u64 => "unreadThreads" [INFO] [stdout] 88 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:157:32 [INFO] [stdout] | [INFO] [stdout] 157 | r.id = try!(FromJsonField::from_json_field(o, "id")); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/mailbox.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | / make_record_type!(Mailbox, PartialMailbox, "Mailbox", [INFO] [stdout] 73 | | name: String => "name", [INFO] [stdout] 74 | | parent_id: Option => "parentId", [INFO] [stdout] 75 | | role: Option => "role", [INFO] [stdout] ... | [INFO] [stdout] 87 | | unread_threads: u64 => "unreadThreads" [INFO] [stdout] 88 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:158:38 [INFO] [stdout] | [INFO] [stdout] 158 | $(r.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/mailbox.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | / make_record_type!(Mailbox, PartialMailbox, "Mailbox", [INFO] [stdout] 73 | | name: String => "name", [INFO] [stdout] 74 | | parent_id: Option => "parentId", [INFO] [stdout] 75 | | role: Option => "role", [INFO] [stdout] ... | [INFO] [stdout] 87 | | unread_threads: u64 => "unreadThreads" [INFO] [stdout] 88 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:70:41 [INFO] [stdout] | [INFO] [stdout] 70 | $(prop.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/message.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / make_prop_type!(Emailer, "Emailer", [INFO] [stdout] 14 | | name: String => "name", [INFO] [stdout] 15 | | email: String => "email" [INFO] [stdout] 16 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_prop_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:70:41 [INFO] [stdout] | [INFO] [stdout] 70 | $(prop.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/message.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / make_prop_type!(Attachment, "Attachment", [INFO] [stdout] 19 | | blob_id: String => "blobId", [INFO] [stdout] 20 | | typ: String => "type", [INFO] [stdout] 21 | | name: String => "name", [INFO] [stdout] ... | [INFO] [stdout] 26 | | height: Option => "height" [INFO] [stdout] 27 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_prop_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:112:32 [INFO] [stdout] | [INFO] [stdout] 112 | r.id = try!(FromJsonField::from_json_field(o, "id")); [INFO] [stdout] | ^^^ [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] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:113:38 [INFO] [stdout] | [INFO] [stdout] 113 | $(r.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [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] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:157:32 [INFO] [stdout] | [INFO] [stdout] 157 | r.id = try!(FromJsonField::from_json_field(o, "id")); [INFO] [stdout] | ^^^ [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] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:158:38 [INFO] [stdout] | [INFO] [stdout] 158 | $(r.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [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] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:112:32 [INFO] [stdout] | [INFO] [stdout] 112 | r.id = try!(FromJsonField::from_json_field(o, "id")); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/calendar.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / make_record_type!(Calendar, PartialCalendar, "Calendar", [INFO] [stdout] 13 | | name: String => "name", [INFO] [stdout] 14 | | color: String => "color", // XXX CSS colour type? [INFO] [stdout] 15 | | sort_order: u64 => "sortOrder", [INFO] [stdout] ... | [INFO] [stdout] 23 | | may_delete: bool => "mayDelete" [INFO] [stdout] 24 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:113:38 [INFO] [stdout] | [INFO] [stdout] 113 | $(r.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/calendar.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / make_record_type!(Calendar, PartialCalendar, "Calendar", [INFO] [stdout] 13 | | name: String => "name", [INFO] [stdout] 14 | | color: String => "color", // XXX CSS colour type? [INFO] [stdout] 15 | | sort_order: u64 => "sortOrder", [INFO] [stdout] ... | [INFO] [stdout] 23 | | may_delete: bool => "mayDelete" [INFO] [stdout] 24 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:157:32 [INFO] [stdout] | [INFO] [stdout] 157 | r.id = try!(FromJsonField::from_json_field(o, "id")); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/calendar.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / make_record_type!(Calendar, PartialCalendar, "Calendar", [INFO] [stdout] 13 | | name: String => "name", [INFO] [stdout] 14 | | color: String => "color", // XXX CSS colour type? [INFO] [stdout] 15 | | sort_order: u64 => "sortOrder", [INFO] [stdout] ... | [INFO] [stdout] 23 | | may_delete: bool => "mayDelete" [INFO] [stdout] 24 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:158:38 [INFO] [stdout] | [INFO] [stdout] 158 | $(r.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/calendar.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / make_record_type!(Calendar, PartialCalendar, "Calendar", [INFO] [stdout] 13 | | name: String => "name", [INFO] [stdout] 14 | | color: String => "color", // XXX CSS colour type? [INFO] [stdout] 15 | | sort_order: u64 => "sortOrder", [INFO] [stdout] ... | [INFO] [stdout] 23 | | may_delete: bool => "mayDelete" [INFO] [stdout] 24 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:70:41 [INFO] [stdout] | [INFO] [stdout] 70 | $(prop.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/calendar_event.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | / make_prop_type!(Recurrence, "Recurrence", [INFO] [stdout] 69 | | frequency: Frequency => "frequency", [INFO] [stdout] 70 | | interval: Option => "interval", [INFO] [stdout] 71 | | first_day_of_week: Option => "firstDayOfWeek", // XXX how to represent value rules? [INFO] [stdout] ... | [INFO] [stdout] 82 | | until: LocalDate => "until" [INFO] [stdout] 83 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_prop_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:70:41 [INFO] [stdout] | [INFO] [stdout] 70 | $(prop.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/calendar_event.rs:90:1 [INFO] [stdout] | [INFO] [stdout] 90 | / make_prop_type!(Alert, "Alert", [INFO] [stdout] 91 | | minutes_before: i32 => "minutesBefore", [INFO] [stdout] 92 | | typ: AlertType => "type" [INFO] [stdout] 93 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_prop_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:70:41 [INFO] [stdout] | [INFO] [stdout] 70 | $(prop.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/calendar_event.rs:102:1 [INFO] [stdout] | [INFO] [stdout] 102 | / make_prop_type!(Participant, "Participant", [INFO] [stdout] 103 | | name: String => "name", [INFO] [stdout] 104 | | email: String => "email", [INFO] [stdout] 105 | | is_you: bool => "isYou", [INFO] [stdout] 106 | | rsvp: Rsvp => "rsvp" [INFO] [stdout] 107 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_prop_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/calendar_event.rs:135:32 [INFO] [stdout] | [INFO] [stdout] 135 | let date = try!(LocalDate::from_json(&Json::String(k.clone()))); // XXX awkward [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/calendar_event.rs:139:37 [INFO] [stdout] | [INFO] [stdout] 139 | ... let p = try!(PartialCalendarEvent::from_json(v)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:112:32 [INFO] [stdout] | [INFO] [stdout] 112 | r.id = try!(FromJsonField::from_json_field(o, "id")); [INFO] [stdout] | ^^^ [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] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:113:38 [INFO] [stdout] | [INFO] [stdout] 113 | $(r.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [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] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:157:32 [INFO] [stdout] | [INFO] [stdout] 157 | r.id = try!(FromJsonField::from_json_field(o, "id")); [INFO] [stdout] | ^^^ [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] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:158:38 [INFO] [stdout] | [INFO] [stdout] 158 | $(r.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [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] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/contact.rs:74:24 [INFO] [stdout] | [INFO] [stdout] 74 | m: try!(match dv[1] { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/contact.rs:79:24 [INFO] [stdout] | [INFO] [stdout] 79 | d: try!(match dv[2] { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/contact.rs:164:33 [INFO] [stdout] | [INFO] [stdout] 164 | ci.typ = try!(FromJsonField::from_json_field(o, "type")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/contact.rs:165:33 [INFO] [stdout] | [INFO] [stdout] 165 | ci.value = try!(FromJsonField::from_json_field(o, "value")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/contact.rs:166:33 [INFO] [stdout] | [INFO] [stdout] 166 | ci.label = try!(FromJsonField::from_json_field(o, "label")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/contact.rs:167:33 [INFO] [stdout] | [INFO] [stdout] 167 | ci.is_default = try!(FromJsonField::from_json_field(o, "isDefault")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:70:41 [INFO] [stdout] | [INFO] [stdout] 70 | $(prop.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/contact.rs:176:1 [INFO] [stdout] | [INFO] [stdout] 176 | / make_prop_type!(Address, "Address", [INFO] [stdout] 177 | | typ: AddressType => "type", [INFO] [stdout] 178 | | label: Option => "label", [INFO] [stdout] 179 | | street: String => "street", [INFO] [stdout] ... | [INFO] [stdout] 184 | | is_default: String => "isDefault" [INFO] [stdout] 185 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_prop_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:112:32 [INFO] [stdout] | [INFO] [stdout] 112 | r.id = try!(FromJsonField::from_json_field(o, "id")); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/contact.rs:188:1 [INFO] [stdout] | [INFO] [stdout] 188 | / make_record_type!(Contact, PartialContact, "Contact", [INFO] [stdout] 189 | | is_flagged: bool => "isFlagged", [INFO] [stdout] 190 | | avatar: Option => "avatar", [INFO] [stdout] 191 | | prefix: String => "prefix", [INFO] [stdout] ... | [INFO] [stdout] 205 | | notes: String => "notes" [INFO] [stdout] 206 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:113:38 [INFO] [stdout] | [INFO] [stdout] 113 | $(r.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/contact.rs:188:1 [INFO] [stdout] | [INFO] [stdout] 188 | / make_record_type!(Contact, PartialContact, "Contact", [INFO] [stdout] 189 | | is_flagged: bool => "isFlagged", [INFO] [stdout] 190 | | avatar: Option => "avatar", [INFO] [stdout] 191 | | prefix: String => "prefix", [INFO] [stdout] ... | [INFO] [stdout] 205 | | notes: String => "notes" [INFO] [stdout] 206 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:157:32 [INFO] [stdout] | [INFO] [stdout] 157 | r.id = try!(FromJsonField::from_json_field(o, "id")); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/contact.rs:188:1 [INFO] [stdout] | [INFO] [stdout] 188 | / make_record_type!(Contact, PartialContact, "Contact", [INFO] [stdout] 189 | | is_flagged: bool => "isFlagged", [INFO] [stdout] 190 | | avatar: Option => "avatar", [INFO] [stdout] 191 | | prefix: String => "prefix", [INFO] [stdout] ... | [INFO] [stdout] 205 | | notes: String => "notes" [INFO] [stdout] 206 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:158:38 [INFO] [stdout] | [INFO] [stdout] 158 | $(r.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/contact.rs:188:1 [INFO] [stdout] | [INFO] [stdout] 188 | / make_record_type!(Contact, PartialContact, "Contact", [INFO] [stdout] 189 | | is_flagged: bool => "isFlagged", [INFO] [stdout] 190 | | avatar: Option => "avatar", [INFO] [stdout] 191 | | prefix: String => "prefix", [INFO] [stdout] ... | [INFO] [stdout] 205 | | notes: String => "notes" [INFO] [stdout] 206 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parse.rs:137:30 [INFO] [stdout] | [INFO] [stdout] 137 | let vv = try!(T::from_json(v)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:112:32 [INFO] [stdout] | [INFO] [stdout] 112 | r.id = try!(FromJsonField::from_json_field(o, "id")); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/contact_group.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / make_record_type!(ContactGroup, PartialContactGroup, "ContactGroup", [INFO] [stdout] 13 | | name: String => "name", [INFO] [stdout] 14 | | contact_ids: Vec => "contactIds" [INFO] [stdout] 15 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:113:38 [INFO] [stdout] | [INFO] [stdout] 113 | $(r.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/contact_group.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / make_record_type!(ContactGroup, PartialContactGroup, "ContactGroup", [INFO] [stdout] 13 | | name: String => "name", [INFO] [stdout] 14 | | contact_ids: Vec => "contactIds" [INFO] [stdout] 15 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:157:32 [INFO] [stdout] | [INFO] [stdout] 157 | r.id = try!(FromJsonField::from_json_field(o, "id")); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/contact_group.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / make_record_type!(ContactGroup, PartialContactGroup, "ContactGroup", [INFO] [stdout] 13 | | name: String => "name", [INFO] [stdout] 14 | | contact_ids: Vec => "contactIds" [INFO] [stdout] 15 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:235:41 [INFO] [stdout] | [INFO] [stdout] 235 | $(args.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/method.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / make_method_args_type!(GetRequestArgs, "GetRequestArgs", [INFO] [stdout] 24 | | ids: Presence> => "ids", [INFO] [stdout] 25 | | properties: Presence> => "properties", [INFO] [stdout] 26 | | since_state: Presence => "sinceState" [INFO] [stdout] 27 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_method_args_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:158:38 [INFO] [stdout] | [INFO] [stdout] 158 | $(r.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/contact_group.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / make_record_type!(ContactGroup, PartialContactGroup, "ContactGroup", [INFO] [stdout] 13 | | name: String => "name", [INFO] [stdout] 14 | | contact_ids: Vec => "contactIds" [INFO] [stdout] 15 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:235:41 [INFO] [stdout] | [INFO] [stdout] 235 | $(args.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/method.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | / make_method_args_type!(GetResponseArgs, "GetResponseArgs", [INFO] [stdout] 30 | | state: String => "state", [INFO] [stdout] 31 | | list: Option> => "list", [INFO] [stdout] 32 | | not_found: Option> => "notFound" [INFO] [stdout] 33 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_method_args_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:235:41 [INFO] [stdout] | [INFO] [stdout] 235 | $(args.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/method.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | / make_method_args_type!(GetUpdatesRequestArgs, "GetUpdatesRequestArgs", [INFO] [stdout] 36 | | since_state: String => "sinceState", [INFO] [stdout] 37 | | max_changes: Presence => "maxChanges", [INFO] [stdout] 38 | | fetch_records: Presence => "fetchRecords", [INFO] [stdout] 39 | | fetch_record_properties: Presence> => "fetchRecordProperties" [INFO] [stdout] 40 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_method_args_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:235:41 [INFO] [stdout] | [INFO] [stdout] 235 | $(args.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/method.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | / make_method_args_type!(GetUpdatesResponseArgs, "GetUpdatesResponseArgs", [INFO] [stdout] 43 | | old_state: String => "oldState", [INFO] [stdout] 44 | | new_state: String => "newState", [INFO] [stdout] 45 | | has_more_updates: bool => "hasMoreUpdates", [INFO] [stdout] 46 | | changed: Vec => "changed", [INFO] [stdout] 47 | | removed: Vec => "removed" [INFO] [stdout] 48 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_method_args_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:235:41 [INFO] [stdout] | [INFO] [stdout] 235 | $(args.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/method.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | / make_method_args_type!(SetRequestArgs, "SetRequestArgs", [INFO] [stdout] 51 | | if_in_state: Presence => "ifInState", [INFO] [stdout] 52 | | create: Presence> => "create", [INFO] [stdout] 53 | | update: Presence> => "update", [INFO] [stdout] 54 | | destroy: Presence> => "destroy" [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_method_args_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:235:41 [INFO] [stdout] | [INFO] [stdout] 235 | $(args.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/method.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / make_method_args_type!(SetResponseArgs, "SetResponseArgs", [INFO] [stdout] 58 | | old_state: Option => "oldState", [INFO] [stdout] 59 | | new_state: String => "newState", [INFO] [stdout] 60 | | created: BTreeMap => "created", [INFO] [stdout] ... | [INFO] [stdout] 65 | | not_destroyed: BTreeMap => "notDestroyed" [INFO] [stdout] 66 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_method_args_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:70:41 [INFO] [stdout] | [INFO] [stdout] 70 | $(prop.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/method.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | / make_prop_type!(SetError, "SetError", [INFO] [stdout] 70 | | typ: String => "type", [INFO] [stdout] 71 | | description: Option => "description" [INFO] [stdout] 72 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_prop_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/method.rs:199:35 [INFO] [stdout] | [INFO] [stdout] 199 | let typ: String = try!(FromJsonField::from_json_field(o, "type")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/method.rs:201:79 [INFO] [stdout] | [INFO] [stdout] 201 | "unknownMethod" => Ok(MethodError::UnknownMethod(try!(FromJsonField::from_json_field(o, "description")))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/method.rs:202:82 [INFO] [stdout] | [INFO] [stdout] 202 | "invalidArguments" => Ok(MethodError::InvalidArguments(try!(FromJsonField::from_json_field(o, "description")))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/method.rs:220:79 [INFO] [stdout] | [INFO] [stdout] 220 | "internalError" => Ok(MethodError::InternalError(try!(FromJsonField::from_json_field(o, "description")))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:298:38 [INFO] [stdout] | [INFO] [stdout] 298 | let method = try!(String::from_json(&a[0])); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/method.rs:236:1 [INFO] [stdout] | [INFO] [stdout] 236 | / make_methods!(RequestMethod, "RequestMethod", RequestError, [INFO] [stdout] 237 | | GetCalendars, GetRequestArgs => "getCalendars", [INFO] [stdout] 238 | | GetCalendarUpdates, GetUpdatesRequestArgs => "getCalendarUpdates", [INFO] [stdout] 239 | | SetCalendars, SetRequestArgs => "setCalendars", [INFO] [stdout] ... | [INFO] [stdout] 261 | | RequestError, MethodError => "error" [INFO] [stdout] 262 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:299:41 [INFO] [stdout] | [INFO] [stdout] 299 | let client_id = try!(String::from_json(&a[2])); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/method.rs:236:1 [INFO] [stdout] | [INFO] [stdout] 236 | / make_methods!(RequestMethod, "RequestMethod", RequestError, [INFO] [stdout] 237 | | GetCalendars, GetRequestArgs => "getCalendars", [INFO] [stdout] 238 | | GetCalendarUpdates, GetUpdatesRequestArgs => "getCalendarUpdates", [INFO] [stdout] 239 | | SetCalendars, SetRequestArgs => "setCalendars", [INFO] [stdout] ... | [INFO] [stdout] 261 | | RequestError, MethodError => "error" [INFO] [stdout] 262 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:301:57 [INFO] [stdout] | [INFO] [stdout] 301 | ... $($methodname => Ok($method(try!(<$args>::from_json(&a[1])), client_id)),)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/method.rs:236:1 [INFO] [stdout] | [INFO] [stdout] 236 | / make_methods!(RequestMethod, "RequestMethod", RequestError, [INFO] [stdout] 237 | | GetCalendars, GetRequestArgs => "getCalendars", [INFO] [stdout] 238 | | GetCalendarUpdates, GetUpdatesRequestArgs => "getCalendarUpdates", [INFO] [stdout] 239 | | SetCalendars, SetRequestArgs => "setCalendars", [INFO] [stdout] ... | [INFO] [stdout] 261 | | RequestError, MethodError => "error" [INFO] [stdout] 262 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:298:38 [INFO] [stdout] | [INFO] [stdout] 298 | let method = try!(String::from_json(&a[0])); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/method.rs:264:1 [INFO] [stdout] | [INFO] [stdout] 264 | / make_methods!(ResponseMethod, "ResponseMethod", ResponseError, [INFO] [stdout] 265 | | Calendars, GetResponseArgs => "calendars", [INFO] [stdout] 266 | | CalendarUpdates, GetUpdatesResponseArgs => "calendarUpdates", [INFO] [stdout] 267 | | CalendarsSet, SetResponseArgs => "calendarsSet", [INFO] [stdout] ... | [INFO] [stdout] 289 | | ResponseError, MethodError => "error" [INFO] [stdout] 290 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:299:41 [INFO] [stdout] | [INFO] [stdout] 299 | let client_id = try!(String::from_json(&a[2])); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/method.rs:264:1 [INFO] [stdout] | [INFO] [stdout] 264 | / make_methods!(ResponseMethod, "ResponseMethod", ResponseError, [INFO] [stdout] 265 | | Calendars, GetResponseArgs => "calendars", [INFO] [stdout] 266 | | CalendarUpdates, GetUpdatesResponseArgs => "calendarUpdates", [INFO] [stdout] 267 | | CalendarsSet, SetResponseArgs => "calendarsSet", [INFO] [stdout] ... | [INFO] [stdout] 289 | | ResponseError, MethodError => "error" [INFO] [stdout] 290 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:301:57 [INFO] [stdout] | [INFO] [stdout] 301 | ... $($methodname => Ok($method(try!(<$args>::from_json(&a[1])), client_id)),)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/method.rs:264:1 [INFO] [stdout] | [INFO] [stdout] 264 | / make_methods!(ResponseMethod, "ResponseMethod", ResponseError, [INFO] [stdout] 265 | | Calendars, GetResponseArgs => "calendars", [INFO] [stdout] 266 | | CalendarUpdates, GetUpdatesResponseArgs => "calendarUpdates", [INFO] [stdout] 267 | | CalendarsSet, SetResponseArgs => "calendarsSet", [INFO] [stdout] ... | [INFO] [stdout] 289 | | ResponseError, MethodError => "error" [INFO] [stdout] 290 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:70:41 [INFO] [stdout] | [INFO] [stdout] 70 | $(prop.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / make_prop_type!(File, "File", [INFO] [stdout] 13 | | blob_id: String => "blobId", [INFO] [stdout] 14 | | typ: Option => "type", [INFO] [stdout] 15 | | name: Option => "name", [INFO] [stdout] 16 | | size: Option => "size" [INFO] [stdout] 17 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_prop_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:112:32 [INFO] [stdout] | [INFO] [stdout] 112 | r.id = try!(FromJsonField::from_json_field(o, "id")); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/mailbox.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | / make_record_type!(Mailbox, PartialMailbox, "Mailbox", [INFO] [stdout] 73 | | name: String => "name", [INFO] [stdout] 74 | | parent_id: Option => "parentId", [INFO] [stdout] 75 | | role: Option => "role", [INFO] [stdout] ... | [INFO] [stdout] 87 | | unread_threads: u64 => "unreadThreads" [INFO] [stdout] 88 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:113:38 [INFO] [stdout] | [INFO] [stdout] 113 | $(r.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/mailbox.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | / make_record_type!(Mailbox, PartialMailbox, "Mailbox", [INFO] [stdout] 73 | | name: String => "name", [INFO] [stdout] 74 | | parent_id: Option => "parentId", [INFO] [stdout] 75 | | role: Option => "role", [INFO] [stdout] ... | [INFO] [stdout] 87 | | unread_threads: u64 => "unreadThreads" [INFO] [stdout] 88 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:157:32 [INFO] [stdout] | [INFO] [stdout] 157 | r.id = try!(FromJsonField::from_json_field(o, "id")); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/mailbox.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | / make_record_type!(Mailbox, PartialMailbox, "Mailbox", [INFO] [stdout] 73 | | name: String => "name", [INFO] [stdout] 74 | | parent_id: Option => "parentId", [INFO] [stdout] 75 | | role: Option => "role", [INFO] [stdout] ... | [INFO] [stdout] 87 | | unread_threads: u64 => "unreadThreads" [INFO] [stdout] 88 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:158:38 [INFO] [stdout] | [INFO] [stdout] 158 | $(r.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/mailbox.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | / make_record_type!(Mailbox, PartialMailbox, "Mailbox", [INFO] [stdout] 73 | | name: String => "name", [INFO] [stdout] 74 | | parent_id: Option => "parentId", [INFO] [stdout] 75 | | role: Option => "role", [INFO] [stdout] ... | [INFO] [stdout] 87 | | unread_threads: u64 => "unreadThreads" [INFO] [stdout] 88 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:70:41 [INFO] [stdout] | [INFO] [stdout] 70 | $(prop.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/message.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / make_prop_type!(Emailer, "Emailer", [INFO] [stdout] 14 | | name: String => "name", [INFO] [stdout] 15 | | email: String => "email" [INFO] [stdout] 16 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_prop_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:70:41 [INFO] [stdout] | [INFO] [stdout] 70 | $(prop.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/message.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / make_prop_type!(Attachment, "Attachment", [INFO] [stdout] 19 | | blob_id: String => "blobId", [INFO] [stdout] 20 | | typ: String => "type", [INFO] [stdout] 21 | | name: String => "name", [INFO] [stdout] ... | [INFO] [stdout] 26 | | height: Option => "height" [INFO] [stdout] 27 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_prop_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:112:32 [INFO] [stdout] | [INFO] [stdout] 112 | r.id = try!(FromJsonField::from_json_field(o, "id")); [INFO] [stdout] | ^^^ [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] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:113:38 [INFO] [stdout] | [INFO] [stdout] 113 | $(r.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [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] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:157:32 [INFO] [stdout] | [INFO] [stdout] 157 | r.id = try!(FromJsonField::from_json_field(o, "id")); [INFO] [stdout] | ^^^ [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] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:158:38 [INFO] [stdout] | [INFO] [stdout] 158 | $(r.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [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] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:112:32 [INFO] [stdout] | [INFO] [stdout] 112 | r.id = try!(FromJsonField::from_json_field(o, "id")); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/calendar.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / make_record_type!(Calendar, PartialCalendar, "Calendar", [INFO] [stdout] 13 | | name: String => "name", [INFO] [stdout] 14 | | color: String => "color", // XXX CSS colour type? [INFO] [stdout] 15 | | sort_order: u64 => "sortOrder", [INFO] [stdout] ... | [INFO] [stdout] 23 | | may_delete: bool => "mayDelete" [INFO] [stdout] 24 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:113:38 [INFO] [stdout] | [INFO] [stdout] 113 | $(r.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/calendar.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / make_record_type!(Calendar, PartialCalendar, "Calendar", [INFO] [stdout] 13 | | name: String => "name", [INFO] [stdout] 14 | | color: String => "color", // XXX CSS colour type? [INFO] [stdout] 15 | | sort_order: u64 => "sortOrder", [INFO] [stdout] ... | [INFO] [stdout] 23 | | may_delete: bool => "mayDelete" [INFO] [stdout] 24 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:157:32 [INFO] [stdout] | [INFO] [stdout] 157 | r.id = try!(FromJsonField::from_json_field(o, "id")); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/calendar.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / make_record_type!(Calendar, PartialCalendar, "Calendar", [INFO] [stdout] 13 | | name: String => "name", [INFO] [stdout] 14 | | color: String => "color", // XXX CSS colour type? [INFO] [stdout] 15 | | sort_order: u64 => "sortOrder", [INFO] [stdout] ... | [INFO] [stdout] 23 | | may_delete: bool => "mayDelete" [INFO] [stdout] 24 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:158:38 [INFO] [stdout] | [INFO] [stdout] 158 | $(r.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/calendar.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / make_record_type!(Calendar, PartialCalendar, "Calendar", [INFO] [stdout] 13 | | name: String => "name", [INFO] [stdout] 14 | | color: String => "color", // XXX CSS colour type? [INFO] [stdout] 15 | | sort_order: u64 => "sortOrder", [INFO] [stdout] ... | [INFO] [stdout] 23 | | may_delete: bool => "mayDelete" [INFO] [stdout] 24 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:70:41 [INFO] [stdout] | [INFO] [stdout] 70 | $(prop.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/calendar_event.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | / make_prop_type!(Recurrence, "Recurrence", [INFO] [stdout] 69 | | frequency: Frequency => "frequency", [INFO] [stdout] 70 | | interval: Option => "interval", [INFO] [stdout] 71 | | first_day_of_week: Option => "firstDayOfWeek", // XXX how to represent value rules? [INFO] [stdout] ... | [INFO] [stdout] 82 | | until: LocalDate => "until" [INFO] [stdout] 83 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_prop_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:70:41 [INFO] [stdout] | [INFO] [stdout] 70 | $(prop.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/calendar_event.rs:90:1 [INFO] [stdout] | [INFO] [stdout] 90 | / make_prop_type!(Alert, "Alert", [INFO] [stdout] 91 | | minutes_before: i32 => "minutesBefore", [INFO] [stdout] 92 | | typ: AlertType => "type" [INFO] [stdout] 93 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_prop_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:70:41 [INFO] [stdout] | [INFO] [stdout] 70 | $(prop.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/calendar_event.rs:102:1 [INFO] [stdout] | [INFO] [stdout] 102 | / make_prop_type!(Participant, "Participant", [INFO] [stdout] 103 | | name: String => "name", [INFO] [stdout] 104 | | email: String => "email", [INFO] [stdout] 105 | | is_you: bool => "isYou", [INFO] [stdout] 106 | | rsvp: Rsvp => "rsvp" [INFO] [stdout] 107 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_prop_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/calendar_event.rs:135:32 [INFO] [stdout] | [INFO] [stdout] 135 | let date = try!(LocalDate::from_json(&Json::String(k.clone()))); // XXX awkward [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/calendar_event.rs:139:37 [INFO] [stdout] | [INFO] [stdout] 139 | ... let p = try!(PartialCalendarEvent::from_json(v)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:112:32 [INFO] [stdout] | [INFO] [stdout] 112 | r.id = try!(FromJsonField::from_json_field(o, "id")); [INFO] [stdout] | ^^^ [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] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:113:38 [INFO] [stdout] | [INFO] [stdout] 113 | $(r.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [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] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:157:32 [INFO] [stdout] | [INFO] [stdout] 157 | r.id = try!(FromJsonField::from_json_field(o, "id")); [INFO] [stdout] | ^^^ [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] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:158:38 [INFO] [stdout] | [INFO] [stdout] 158 | $(r.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [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] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/contact.rs:74:24 [INFO] [stdout] | [INFO] [stdout] 74 | m: try!(match dv[1] { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/contact.rs:79:24 [INFO] [stdout] | [INFO] [stdout] 79 | d: try!(match dv[2] { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/contact.rs:164:33 [INFO] [stdout] | [INFO] [stdout] 164 | ci.typ = try!(FromJsonField::from_json_field(o, "type")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/contact.rs:165:33 [INFO] [stdout] | [INFO] [stdout] 165 | ci.value = try!(FromJsonField::from_json_field(o, "value")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/contact.rs:166:33 [INFO] [stdout] | [INFO] [stdout] 166 | ci.label = try!(FromJsonField::from_json_field(o, "label")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/contact.rs:167:33 [INFO] [stdout] | [INFO] [stdout] 167 | ci.is_default = try!(FromJsonField::from_json_field(o, "isDefault")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:70:41 [INFO] [stdout] | [INFO] [stdout] 70 | $(prop.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/contact.rs:176:1 [INFO] [stdout] | [INFO] [stdout] 176 | / make_prop_type!(Address, "Address", [INFO] [stdout] 177 | | typ: AddressType => "type", [INFO] [stdout] 178 | | label: Option => "label", [INFO] [stdout] 179 | | street: String => "street", [INFO] [stdout] ... | [INFO] [stdout] 184 | | is_default: String => "isDefault" [INFO] [stdout] 185 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_prop_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:112:32 [INFO] [stdout] | [INFO] [stdout] 112 | r.id = try!(FromJsonField::from_json_field(o, "id")); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/contact.rs:188:1 [INFO] [stdout] | [INFO] [stdout] 188 | / make_record_type!(Contact, PartialContact, "Contact", [INFO] [stdout] 189 | | is_flagged: bool => "isFlagged", [INFO] [stdout] 190 | | avatar: Option => "avatar", [INFO] [stdout] 191 | | prefix: String => "prefix", [INFO] [stdout] ... | [INFO] [stdout] 205 | | notes: String => "notes" [INFO] [stdout] 206 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:113:38 [INFO] [stdout] | [INFO] [stdout] 113 | $(r.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/contact.rs:188:1 [INFO] [stdout] | [INFO] [stdout] 188 | / make_record_type!(Contact, PartialContact, "Contact", [INFO] [stdout] 189 | | is_flagged: bool => "isFlagged", [INFO] [stdout] 190 | | avatar: Option => "avatar", [INFO] [stdout] 191 | | prefix: String => "prefix", [INFO] [stdout] ... | [INFO] [stdout] 205 | | notes: String => "notes" [INFO] [stdout] 206 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:157:32 [INFO] [stdout] | [INFO] [stdout] 157 | r.id = try!(FromJsonField::from_json_field(o, "id")); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/contact.rs:188:1 [INFO] [stdout] | [INFO] [stdout] 188 | / make_record_type!(Contact, PartialContact, "Contact", [INFO] [stdout] 189 | | is_flagged: bool => "isFlagged", [INFO] [stdout] 190 | | avatar: Option => "avatar", [INFO] [stdout] 191 | | prefix: String => "prefix", [INFO] [stdout] ... | [INFO] [stdout] 205 | | notes: String => "notes" [INFO] [stdout] 206 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:158:38 [INFO] [stdout] | [INFO] [stdout] 158 | $(r.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/contact.rs:188:1 [INFO] [stdout] | [INFO] [stdout] 188 | / make_record_type!(Contact, PartialContact, "Contact", [INFO] [stdout] 189 | | is_flagged: bool => "isFlagged", [INFO] [stdout] 190 | | avatar: Option => "avatar", [INFO] [stdout] 191 | | prefix: String => "prefix", [INFO] [stdout] ... | [INFO] [stdout] 205 | | notes: String => "notes" [INFO] [stdout] 206 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:112:32 [INFO] [stdout] | [INFO] [stdout] 112 | r.id = try!(FromJsonField::from_json_field(o, "id")); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/contact_group.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / make_record_type!(ContactGroup, PartialContactGroup, "ContactGroup", [INFO] [stdout] 13 | | name: String => "name", [INFO] [stdout] 14 | | contact_ids: Vec => "contactIds" [INFO] [stdout] 15 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:113:38 [INFO] [stdout] | [INFO] [stdout] 113 | $(r.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/contact_group.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / make_record_type!(ContactGroup, PartialContactGroup, "ContactGroup", [INFO] [stdout] 13 | | name: String => "name", [INFO] [stdout] 14 | | contact_ids: Vec => "contactIds" [INFO] [stdout] 15 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:157:32 [INFO] [stdout] | [INFO] [stdout] 157 | r.id = try!(FromJsonField::from_json_field(o, "id")); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/contact_group.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / make_record_type!(ContactGroup, PartialContactGroup, "ContactGroup", [INFO] [stdout] 13 | | name: String => "name", [INFO] [stdout] 14 | | contact_ids: Vec => "contactIds" [INFO] [stdout] 15 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:158:38 [INFO] [stdout] | [INFO] [stdout] 158 | $(r.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/contact_group.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / make_record_type!(ContactGroup, PartialContactGroup, "ContactGroup", [INFO] [stdout] 13 | | name: String => "name", [INFO] [stdout] 14 | | contact_ids: Vec => "contactIds" [INFO] [stdout] 15 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/method.rs:151:24 [INFO] [stdout] | [INFO] [stdout] 151 | ref e => e.description().to_string(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/method.rs:151:24 [INFO] [stdout] | [INFO] [stdout] 151 | ref e => e.description().to_string(), [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.10.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.10.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] warning: use of deprecated associated function `chrono::NaiveDateTime::from_timestamp`: use `DateTime::from_timestamp` instead [INFO] [stdout] --> src/types.rs:32:55 [INFO] [stdout] | [INFO] [stdout] 32 | Date(DateTime::::from_utc(NaiveDateTime::from_timestamp(0, 0), UTC)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDateTime::from_timestamp`: use `DateTime::from_timestamp` instead [INFO] [stdout] --> src/types.rs:32:55 [INFO] [stdout] | [INFO] [stdout] 32 | Date(DateTime::::from_utc(NaiveDateTime::from_timestamp(0, 0), UTC)) [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] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `fmt` with a similar name [INFO] [stdout] | [INFO] [stdout] 38 | Json::String(self.fmt("%Y-%m-%dT%H:%M:%SZ").to_string()) [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] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `fmt` with a similar name [INFO] [stdout] | [INFO] [stdout] 38 | Json::String(self.fmt("%Y-%m-%dT%H:%M:%SZ").to_string()) [INFO] [stdout] | ~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the size for values of type `types::Date` cannot be known at compilation time [INFO] [stdout] --> src/macros.rs:102:31 [INFO] [stdout] | [INFO] [stdout] 102 | $(self.$field.to_json_field(&mut d, $jprop);)* [INFO] [stdout] | ^^^^^^^^^^^^^ doesn't have a size known at compile-time [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 because it doesn't satisfy `types::Date: Sized` or `types::Date: parse::ToJsonField` [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] note: trait bound `types::Date: Sized` was not satisfied [INFO] [stdout] --> src/parse.rs:215:6 [INFO] [stdout] | [INFO] [stdout] 215 | impl ToJsonField for T where T: ToJson { [INFO] [stdout] | ^ ----------- - [INFO] [stdout] | | [INFO] [stdout] | unsatisfied trait bound introduced here [INFO] [stdout] note: the trait `Sized` must be implemented [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/marker.rs:146:1 [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `parse::ToJsonField` defines an item `to_json_field`, perhaps you need to implement it [INFO] [stdout] --> src/parse.rs:211:1 [INFO] [stdout] | [INFO] [stdout] 211 | pub trait ToJsonField { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [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: consider relaxing the type parameter's implicit `Sized` bound [INFO] [stdout] --> src/parse.rs:215:7 [INFO] [stdout] | [INFO] [stdout] 215 | impl ToJsonField for T where T: ToJson { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the size for values of type `types::Date` cannot be known at compilation time [INFO] [stdout] --> src/macros.rs:102:31 [INFO] [stdout] | [INFO] [stdout] 102 | $(self.$field.to_json_field(&mut d, $jprop);)* [INFO] [stdout] | ^^^^^^^^^^^^^ doesn't have a size known at compile-time [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 because it doesn't satisfy `types::Date: Sized` or `types::Date: parse::ToJsonField` [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] note: trait bound `types::Date: Sized` was not satisfied [INFO] [stdout] --> src/parse.rs:215:6 [INFO] [stdout] | [INFO] [stdout] 215 | impl ToJsonField for T where T: ToJson { [INFO] [stdout] | ^ ----------- - [INFO] [stdout] | | [INFO] [stdout] | unsatisfied trait bound introduced here [INFO] [stdout] note: the trait `Sized` must be implemented [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/marker.rs:146:1 [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `parse::ToJsonField` defines an item `to_json_field`, perhaps you need to implement it [INFO] [stdout] --> src/parse.rs:211:1 [INFO] [stdout] | [INFO] [stdout] 211 | pub trait ToJsonField { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [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: consider relaxing the type parameter's implicit `Sized` bound [INFO] [stdout] --> src/parse.rs:215:7 [INFO] [stdout] | [INFO] [stdout] 215 | impl ToJsonField for T where T: ToJson { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `parse::Presence` [INFO] [stdout] --> src/macros.rs:125:15 [INFO] [stdout] | [INFO] [stdout] 125 | $($field: Presence<$ty>),* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [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] = note: this error originates in the derive macro `PartialEq` which comes from the expansion of the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `parse::Presence` [INFO] [stdout] --> src/macros.rs:125:15 [INFO] [stdout] | [INFO] [stdout] 125 | $($field: Presence<$ty>),* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [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] = note: this error originates in the derive macro `PartialEq` which comes from the expansion of the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_json_field` found for enum `parse::Presence` in the current scope [INFO] [stdout] --> src/macros.rs:147:31 [INFO] [stdout] | [INFO] [stdout] 147 | $(self.$field.to_json_field(&mut d, $jprop);)* [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `Presence` [INFO] [stdout] | [INFO] [stdout] ::: src/parse.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | pub enum Presence { [INFO] [stdout] | -------------------- method `to_json_field` not found for this enum [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: `parse::ToJsonField` defines an item `to_json_field`, perhaps you need to implement it [INFO] [stdout] --> src/parse.rs:211:1 [INFO] [stdout] | [INFO] [stdout] 211 | pub trait ToJsonField { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [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] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_json_field` found for enum `parse::Presence` in the current scope [INFO] [stdout] --> src/macros.rs:147:31 [INFO] [stdout] | [INFO] [stdout] 147 | $(self.$field.to_json_field(&mut d, $jprop);)* [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `Presence` [INFO] [stdout] | [INFO] [stdout] ::: src/parse.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | pub enum Presence { [INFO] [stdout] | -------------------- method `to_json_field` not found for this enum [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: `parse::ToJsonField` defines an item `to_json_field`, perhaps you need to implement it [INFO] [stdout] --> src/parse.rs:211:1 [INFO] [stdout] | [INFO] [stdout] 211 | pub trait ToJsonField { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [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] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `parse::Presence: parse::FromJsonField` is not satisfied [INFO] [stdout] --> src/macros.rs:158:43 [INFO] [stdout] | [INFO] [stdout] 158 | $(r.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `parse::FromJsonField` is not implemented for `parse::Presence` [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: the following other types implement trait `parse::FromJsonField`: [INFO] [stdout] parse::Presence> [INFO] [stdout] parse::Presence [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] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `parse::Presence: parse::FromJsonField` is not satisfied [INFO] [stdout] --> src/macros.rs:158:43 [INFO] [stdout] | [INFO] [stdout] 158 | $(r.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `parse::FromJsonField` is not implemented for `parse::Presence` [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: the following other types implement trait `parse::FromJsonField`: [INFO] [stdout] parse::Presence> [INFO] [stdout] parse::Presence [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] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDateTime::from_timestamp`: use `DateTime::from_timestamp` instead [INFO] [stdout] --> src/calendar_event.rs:27:34 [INFO] [stdout] | [INFO] [stdout] 27 | LocalDate(NaiveDateTime::from_timestamp(0, 0)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDateTime::from_timestamp`: use `DateTime::from_timestamp` instead [INFO] [stdout] --> src/calendar_event.rs:27:34 [INFO] [stdout] | [INFO] [stdout] 27 | LocalDate(NaiveDateTime::from_timestamp(0, 0)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the size for values of type `types::Date` cannot be known at compilation time [INFO] [stdout] --> src/macros.rs:102:31 [INFO] [stdout] | [INFO] [stdout] 102 | $(self.$field.to_json_field(&mut d, $jprop);)* [INFO] [stdout] | ^^^^^^^^^^^^^ doesn't have a size known at compile-time [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 because it doesn't satisfy `types::Date: Sized` or `types::Date: parse::ToJsonField` [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] note: trait bound `types::Date: Sized` was not satisfied [INFO] [stdout] --> src/parse.rs:215:6 [INFO] [stdout] | [INFO] [stdout] 215 | impl ToJsonField for T where T: ToJson { [INFO] [stdout] | ^ ----------- - [INFO] [stdout] | | [INFO] [stdout] | unsatisfied trait bound introduced here [INFO] [stdout] note: the trait `Sized` must be implemented [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/marker.rs:146:1 [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `parse::ToJsonField` defines an item `to_json_field`, perhaps you need to implement it [INFO] [stdout] --> src/parse.rs:211:1 [INFO] [stdout] | [INFO] [stdout] 211 | pub trait ToJsonField { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [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: consider relaxing the type parameter's implicit `Sized` bound [INFO] [stdout] --> src/parse.rs:215:7 [INFO] [stdout] | [INFO] [stdout] 215 | impl ToJsonField for T where T: ToJson { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the size for values of type `types::Date` cannot be known at compilation time [INFO] [stdout] --> src/macros.rs:102:31 [INFO] [stdout] | [INFO] [stdout] 102 | $(self.$field.to_json_field(&mut d, $jprop);)* [INFO] [stdout] | ^^^^^^^^^^^^^ doesn't have a size known at compile-time [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 because it doesn't satisfy `types::Date: Sized` or `types::Date: parse::ToJsonField` [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] note: trait bound `types::Date: Sized` was not satisfied [INFO] [stdout] --> src/parse.rs:215:6 [INFO] [stdout] | [INFO] [stdout] 215 | impl ToJsonField for T where T: ToJson { [INFO] [stdout] | ^ ----------- - [INFO] [stdout] | | [INFO] [stdout] | unsatisfied trait bound introduced here [INFO] [stdout] note: the trait `Sized` must be implemented [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/marker.rs:146:1 [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `parse::ToJsonField` defines an item `to_json_field`, perhaps you need to implement it [INFO] [stdout] --> src/parse.rs:211:1 [INFO] [stdout] | [INFO] [stdout] 211 | pub trait ToJsonField { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [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: consider relaxing the type parameter's implicit `Sized` bound [INFO] [stdout] --> src/parse.rs:215:7 [INFO] [stdout] | [INFO] [stdout] 215 | impl ToJsonField for T where T: ToJson { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `parse::Presence` [INFO] [stdout] --> src/macros.rs:125:15 [INFO] [stdout] | [INFO] [stdout] 125 | $($field: Presence<$ty>),* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [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] = note: this error originates in the derive macro `PartialEq` which comes from the expansion of the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `parse::Presence` [INFO] [stdout] --> src/macros.rs:125:15 [INFO] [stdout] | [INFO] [stdout] 125 | $($field: Presence<$ty>),* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [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] = note: this error originates in the derive macro `PartialEq` which comes from the expansion of the macro `make_record_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_json_field` found for enum `parse::Presence` in the current scope [INFO] [stdout] --> src/macros.rs:147:31 [INFO] [stdout] | [INFO] [stdout] 147 | $(self.$field.to_json_field(&mut d, $jprop);)* [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `Presence` [INFO] [stdout] | [INFO] [stdout] ::: src/parse.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | pub enum Presence { [INFO] [stdout] | -------------------- method `to_json_field` not found for this enum [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: `parse::ToJsonField` defines an item `to_json_field`, perhaps you need to implement it [INFO] [stdout] --> src/parse.rs:211:1 [INFO] [stdout] | [INFO] [stdout] 211 | pub trait ToJsonField { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [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] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_json_field` found for enum `parse::Presence` in the current scope [INFO] [stdout] --> src/macros.rs:147:31 [INFO] [stdout] | [INFO] [stdout] 147 | $(self.$field.to_json_field(&mut d, $jprop);)* [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `Presence` [INFO] [stdout] | [INFO] [stdout] ::: src/parse.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | pub enum Presence { [INFO] [stdout] | -------------------- method `to_json_field` not found for this enum [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: `parse::ToJsonField` defines an item `to_json_field`, perhaps you need to implement it [INFO] [stdout] --> src/parse.rs:211:1 [INFO] [stdout] | [INFO] [stdout] 211 | pub trait ToJsonField { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [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] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `parse::Presence: parse::FromJsonField` is not satisfied [INFO] [stdout] --> src/macros.rs:158:43 [INFO] [stdout] | [INFO] [stdout] 158 | $(r.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `parse::FromJsonField` is not implemented for `parse::Presence` [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: the following other types implement trait `parse::FromJsonField`: [INFO] [stdout] parse::Presence> [INFO] [stdout] parse::Presence [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] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `parse::Presence: parse::FromJsonField` is not satisfied [INFO] [stdout] --> src/macros.rs:158:43 [INFO] [stdout] | [INFO] [stdout] 158 | $(r.$field = try!(FromJsonField::from_json_field(o, $jprop));)* [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `parse::FromJsonField` is not implemented for `parse::Presence` [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: the following other types implement trait `parse::FromJsonField`: [INFO] [stdout] parse::Presence> [INFO] [stdout] parse::Presence [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] [INFO] [stdout] [INFO] [stdout] error: aborting due to 11 previous errors; 60 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0369, E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 11 previous errors; 60 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0369, E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `jmap` (lib test) due to 12 previous errors; 60 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `jmap` (lib) due to 12 previous errors; 60 warnings emitted [INFO] running `Command { std: "docker" "inspect" "3130f8b59aa43db782a74fcb15346b0cb1b8ed81e96524e10e68ff35ac06db0e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3130f8b59aa43db782a74fcb15346b0cb1b8ed81e96524e10e68ff35ac06db0e", kill_on_drop: false }` [INFO] [stdout] 3130f8b59aa43db782a74fcb15346b0cb1b8ed81e96524e10e68ff35ac06db0e