[INFO] fetching crate gnome-online-accounts-rs 0.0.1... [INFO] checking gnome-online-accounts-rs-0.0.1 against master#ab869e094a907cc5d19b4080f22eccaf347f1f95 for pr-129604 [INFO] extracting crate gnome-online-accounts-rs 0.0.1 into /workspace/builds/worker-7-tc1/source [INFO] validating manifest of crates.io crate gnome-online-accounts-rs 0.0.1 on toolchain ab869e094a907cc5d19b4080f22eccaf347f1f95 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate gnome-online-accounts-rs 0.0.1 [INFO] finished tweaking crates.io crate gnome-online-accounts-rs 0.0.1 [INFO] tweaked toml for crates.io crate gnome-online-accounts-rs 0.0.1 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Locking 8 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded dbus v0.9.7 [INFO] [stderr] Downloaded libdbus-sys v0.2.5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 82eda766355a6de9787ec3056ec1c896b5c959f8396f803be30ec681e7d79600 [INFO] running `Command { std: "docker" "start" "-a" "82eda766355a6de9787ec3056ec1c896b5c959f8396f803be30ec681e7d79600", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "82eda766355a6de9787ec3056ec1c896b5c959f8396f803be30ec681e7d79600", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "82eda766355a6de9787ec3056ec1c896b5c959f8396f803be30ec681e7d79600", kill_on_drop: false }` [INFO] [stdout] 82eda766355a6de9787ec3056ec1c896b5c959f8396f803be30ec681e7d79600 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 230357a828f8943ebe9b823d522be19b472120ddc1d1daaaafc9fc0324d0dea1 [INFO] running `Command { std: "docker" "start" "-a" "230357a828f8943ebe9b823d522be19b472120ddc1d1daaaafc9fc0324d0dea1", kill_on_drop: false }` [INFO] [stderr] Compiling libdbus-sys v0.2.5 [INFO] [stderr] Checking dbus v0.9.7 [INFO] [stderr] Checking gnome-online-accounts-rs v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: multiple methods are never used [INFO] [stdout] --> src/goa.rs:9:8 [INFO] [stdout] | [INFO] [stdout] 8 | pub trait OrgGnomeOnlineAccountsAccount { [INFO] [stdout] | ----------------------------- methods in this trait [INFO] [stdout] 9 | fn remove(&self) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 10 | fn ensure_credentials(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 11 | fn provider_type(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 12 | fn provider_name(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 13 | fn provider_icon(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 14 | fn id(&self) -> Result; [INFO] [stdout] | ^^ [INFO] [stdout] 15 | fn is_locked(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 16 | fn is_temporary(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 17 | fn set_is_temporary(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 18 | fn attention_needed(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 19 | fn identity(&self) -> Result; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 20 | fn presentation_identity(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 21 | fn mail_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 22 | fn set_mail_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 23 | fn calendar_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 24 | fn set_calendar_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 25 | fn contacts_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 26 | fn set_contacts_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 27 | fn chat_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 28 | fn set_chat_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 29 | // #[deprecated(note = "true")] [INFO] [stdout] 30 | fn documents_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 31 | // #[deprecated(note = "true")] [INFO] [stdout] 32 | fn set_documents_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 33 | // #[deprecated(note = "true")] [INFO] [stdout] 34 | fn maps_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 35 | // #[deprecated(note = "true")] [INFO] [stdout] 36 | fn set_maps_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 37 | fn music_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 38 | fn set_music_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 39 | fn printers_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 40 | fn set_printers_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 41 | fn photos_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 42 | fn set_photos_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 43 | fn files_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 44 | fn set_files_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 45 | fn ticketing_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 46 | fn set_ticketing_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 47 | // #[deprecated(note = "true")] [INFO] [stdout] 48 | fn todo_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 49 | // #[deprecated(note = "true")] [INFO] [stdout] 50 | fn set_todo_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 51 | // #[deprecated(note = "true")] [INFO] [stdout] 52 | fn read_later_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 53 | // #[deprecated(note = "true")] [INFO] [stdout] 54 | fn set_read_later_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple methods are never used [INFO] [stdout] --> src/goa.rs:9:8 [INFO] [stdout] | [INFO] [stdout] 8 | pub trait OrgGnomeOnlineAccountsAccount { [INFO] [stdout] | ----------------------------- methods in this trait [INFO] [stdout] 9 | fn remove(&self) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 10 | fn ensure_credentials(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 11 | fn provider_type(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 12 | fn provider_name(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 13 | fn provider_icon(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 14 | fn id(&self) -> Result; [INFO] [stdout] | ^^ [INFO] [stdout] 15 | fn is_locked(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 16 | fn is_temporary(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 17 | fn set_is_temporary(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 18 | fn attention_needed(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 19 | fn identity(&self) -> Result; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 20 | fn presentation_identity(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 21 | fn mail_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 22 | fn set_mail_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 23 | fn calendar_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 24 | fn set_calendar_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 25 | fn contacts_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 26 | fn set_contacts_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 27 | fn chat_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 28 | fn set_chat_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 29 | // #[deprecated(note = "true")] [INFO] [stdout] 30 | fn documents_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 31 | // #[deprecated(note = "true")] [INFO] [stdout] 32 | fn set_documents_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 33 | // #[deprecated(note = "true")] [INFO] [stdout] 34 | fn maps_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 35 | // #[deprecated(note = "true")] [INFO] [stdout] 36 | fn set_maps_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 37 | fn music_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 38 | fn set_music_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 39 | fn printers_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 40 | fn set_printers_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 41 | fn photos_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 42 | fn set_photos_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 43 | fn files_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 44 | fn set_files_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 45 | fn ticketing_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 46 | fn set_ticketing_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 47 | // #[deprecated(note = "true")] [INFO] [stdout] 48 | fn todo_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 49 | // #[deprecated(note = "true")] [INFO] [stdout] 50 | fn set_todo_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 51 | // #[deprecated(note = "true")] [INFO] [stdout] 52 | fn read_later_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 53 | // #[deprecated(note = "true")] [INFO] [stdout] 54 | fn set_read_later_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `client_id` and `client_secret` are never used [INFO] [stdout] --> src/goa.rs:223:8 [INFO] [stdout] | [INFO] [stdout] 221 | pub trait OrgGnomeOnlineAccountsOAuth2Based { [INFO] [stdout] | --------------------------------- methods in this trait [INFO] [stdout] 222 | fn get_access_token(&self) -> Result<(String, i32), dbus::Error>; [INFO] [stdout] 223 | fn client_id(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 224 | fn client_secret(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `client_id` and `client_secret` are never used [INFO] [stdout] --> src/goa.rs:223:8 [INFO] [stdout] | [INFO] [stdout] 221 | pub trait OrgGnomeOnlineAccountsOAuth2Based { [INFO] [stdout] | --------------------------------- methods in this trait [INFO] [stdout] 222 | fn get_access_token(&self) -> Result<(String, i32), dbus::Error>; [INFO] [stdout] 223 | fn client_id(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 224 | fn client_secret(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `get_access_token`, `consumer_key`, and `consumer_secret` are never used [INFO] [stdout] --> src/goa.rs:243:8 [INFO] [stdout] | [INFO] [stdout] 242 | pub trait OrgGnomeOnlineAccountsOAuthBased { [INFO] [stdout] | -------------------------------- methods in this trait [INFO] [stdout] 243 | fn get_access_token(&self) -> Result<(String, String, i32), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 244 | fn consumer_key(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 245 | fn consumer_secret(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `get_access_token`, `consumer_key`, and `consumer_secret` are never used [INFO] [stdout] --> src/goa.rs:243:8 [INFO] [stdout] | [INFO] [stdout] 242 | pub trait OrgGnomeOnlineAccountsOAuthBased { [INFO] [stdout] | -------------------------------- methods in this trait [INFO] [stdout] 243 | fn get_access_token(&self) -> Result<(String, String, i32), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 244 | fn consumer_key(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 245 | fn consumer_secret(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get_password` is never used [INFO] [stdout] --> src/goa.rs:264:8 [INFO] [stdout] | [INFO] [stdout] 263 | pub trait OrgGnomeOnlineAccountsPasswordBased { [INFO] [stdout] | ----------------------------------- method in this trait [INFO] [stdout] 264 | fn get_password(&self, id: &str) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get_password` is never used [INFO] [stdout] --> src/goa.rs:264:8 [INFO] [stdout] | [INFO] [stdout] 263 | pub trait OrgGnomeOnlineAccountsPasswordBased { [INFO] [stdout] | ----------------------------------- method in this trait [INFO] [stdout] 264 | fn get_password(&self, id: &str) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `add_account` and `is_supported_provider` are never used [INFO] [stdout] --> src/goa.rs:276:8 [INFO] [stdout] | [INFO] [stdout] 275 | pub trait OrgGnomeOnlineAccountsManager { [INFO] [stdout] | ----------------------------- methods in this trait [INFO] [stdout] 276 | fn add_account(&self, provider: &str, identity: &str, presentation_identity: &str, credentials: arg::PropMap, details: ::std::collect... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 277 | fn is_supported_provider(&self, provider_type: &str) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `add_account` and `is_supported_provider` are never used [INFO] [stdout] --> src/goa.rs:276:8 [INFO] [stdout] | [INFO] [stdout] 275 | pub trait OrgGnomeOnlineAccountsManager { [INFO] [stdout] | ----------------------------- methods in this trait [INFO] [stdout] 276 | fn add_account(&self, provider: &str, identity: &str, presentation_identity: &str, credentials: arg::PropMap, details: ::std::collect... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 277 | fn is_supported_provider(&self, provider_type: &str) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple methods are never used [INFO] [stdout] --> src/goa.rs:294:8 [INFO] [stdout] | [INFO] [stdout] 293 | pub trait OrgGnomeOnlineAccountsMail { [INFO] [stdout] | -------------------------- methods in this trait [INFO] [stdout] 294 | fn email_address(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 295 | fn name(&self) -> Result; [INFO] [stdout] | ^^^^ [INFO] [stdout] 296 | fn imap_supported(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 297 | fn imap_accept_ssl_errors(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 298 | fn imap_host(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 299 | fn imap_use_ssl(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 300 | fn imap_use_tls(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 301 | fn imap_user_name(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 302 | fn smtp_supported(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 303 | fn smtp_accept_ssl_errors(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 304 | fn smtp_host(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 305 | fn smtp_use_auth(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 306 | fn smtp_auth_login(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 307 | fn smtp_auth_plain(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 308 | fn smtp_auth_xoauth2(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 309 | fn smtp_use_ssl(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 310 | fn smtp_use_tls(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 311 | fn smtp_user_name(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple methods are never used [INFO] [stdout] --> src/goa.rs:294:8 [INFO] [stdout] | [INFO] [stdout] 293 | pub trait OrgGnomeOnlineAccountsMail { [INFO] [stdout] | -------------------------- methods in this trait [INFO] [stdout] 294 | fn email_address(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 295 | fn name(&self) -> Result; [INFO] [stdout] | ^^^^ [INFO] [stdout] 296 | fn imap_supported(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 297 | fn imap_accept_ssl_errors(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 298 | fn imap_host(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 299 | fn imap_use_ssl(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 300 | fn imap_use_tls(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 301 | fn imap_user_name(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 302 | fn smtp_supported(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 303 | fn smtp_accept_ssl_errors(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 304 | fn smtp_host(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 305 | fn smtp_use_auth(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 306 | fn smtp_auth_login(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 307 | fn smtp_auth_plain(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 308 | fn smtp_auth_xoauth2(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 309 | fn smtp_use_ssl(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 310 | fn smtp_use_tls(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 311 | fn smtp_user_name(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `accept_ssl_errors` and `uri` are never used [INFO] [stdout] --> src/goa.rs:390:8 [INFO] [stdout] | [INFO] [stdout] 389 | pub trait OrgGnomeOnlineAccountsCalendar { [INFO] [stdout] | ------------------------------ methods in this trait [INFO] [stdout] 390 | fn accept_ssl_errors(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 391 | fn uri(&self) -> Result; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `accept_ssl_errors` and `uri` are never used [INFO] [stdout] --> src/goa.rs:390:8 [INFO] [stdout] | [INFO] [stdout] 389 | pub trait OrgGnomeOnlineAccountsCalendar { [INFO] [stdout] | ------------------------------ methods in this trait [INFO] [stdout] 390 | fn accept_ssl_errors(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 391 | fn uri(&self) -> Result; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `accept_ssl_errors` and `uri` are never used [INFO] [stdout] --> src/goa.rs:406:8 [INFO] [stdout] | [INFO] [stdout] 405 | pub trait OrgGnomeOnlineAccountsContacts { [INFO] [stdout] | ------------------------------ methods in this trait [INFO] [stdout] 406 | fn accept_ssl_errors(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 407 | fn uri(&self) -> Result; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `OrgGnomeOnlineAccountsChat` is never used [INFO] [stdout] --> src/goa.rs:421:11 [INFO] [stdout] | [INFO] [stdout] 421 | pub trait OrgGnomeOnlineAccountsChat { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `accept_ssl_errors` and `uri` are never used [INFO] [stdout] --> src/goa.rs:406:8 [INFO] [stdout] | [INFO] [stdout] 405 | pub trait OrgGnomeOnlineAccountsContacts { [INFO] [stdout] | ------------------------------ methods in this trait [INFO] [stdout] 406 | fn accept_ssl_errors(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 407 | fn uri(&self) -> Result; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `OrgGnomeOnlineAccountsDocuments` is never used [INFO] [stdout] --> src/goa.rs:428:11 [INFO] [stdout] | [INFO] [stdout] 428 | pub trait OrgGnomeOnlineAccountsDocuments { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `OrgGnomeOnlineAccountsChat` is never used [INFO] [stdout] --> src/goa.rs:421:11 [INFO] [stdout] | [INFO] [stdout] 421 | pub trait OrgGnomeOnlineAccountsChat { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `OrgGnomeOnlineAccountsMaps` is never used [INFO] [stdout] --> src/goa.rs:435:11 [INFO] [stdout] | [INFO] [stdout] 435 | pub trait OrgGnomeOnlineAccountsMaps { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `OrgGnomeOnlineAccountsMusic` is never used [INFO] [stdout] --> src/goa.rs:441:11 [INFO] [stdout] | [INFO] [stdout] 441 | pub trait OrgGnomeOnlineAccountsMusic { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `OrgGnomeOnlineAccountsDocuments` is never used [INFO] [stdout] --> src/goa.rs:428:11 [INFO] [stdout] | [INFO] [stdout] 428 | pub trait OrgGnomeOnlineAccountsDocuments { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `OrgGnomeOnlineAccountsPhotos` is never used [INFO] [stdout] --> src/goa.rs:447:11 [INFO] [stdout] | [INFO] [stdout] 447 | pub trait OrgGnomeOnlineAccountsPhotos { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `OrgGnomeOnlineAccountsMaps` is never used [INFO] [stdout] --> src/goa.rs:435:11 [INFO] [stdout] | [INFO] [stdout] 435 | pub trait OrgGnomeOnlineAccountsMaps { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `OrgGnomeOnlineAccountsMusic` is never used [INFO] [stdout] --> src/goa.rs:441:11 [INFO] [stdout] | [INFO] [stdout] 441 | pub trait OrgGnomeOnlineAccountsMusic { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `accept_ssl_errors` and `uri` are never used [INFO] [stdout] --> src/goa.rs:454:8 [INFO] [stdout] | [INFO] [stdout] 453 | pub trait OrgGnomeOnlineAccountsFiles { [INFO] [stdout] | --------------------------- methods in this trait [INFO] [stdout] 454 | fn accept_ssl_errors(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 455 | fn uri(&self) -> Result; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `OrgGnomeOnlineAccountsPhotos` is never used [INFO] [stdout] --> src/goa.rs:447:11 [INFO] [stdout] | [INFO] [stdout] 447 | pub trait OrgGnomeOnlineAccountsPhotos { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `accept_ssl_errors` and `host` are never used [INFO] [stdout] --> src/goa.rs:470:8 [INFO] [stdout] | [INFO] [stdout] 469 | pub trait OrgGnomeOnlineAccountsExchange { [INFO] [stdout] | ------------------------------ methods in this trait [INFO] [stdout] 470 | fn accept_ssl_errors(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 471 | fn host(&self) -> Result; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `accept_ssl_errors` and `uri` are never used [INFO] [stdout] --> src/goa.rs:454:8 [INFO] [stdout] | [INFO] [stdout] 453 | pub trait OrgGnomeOnlineAccountsFiles { [INFO] [stdout] | --------------------------- methods in this trait [INFO] [stdout] 454 | fn accept_ssl_errors(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 455 | fn uri(&self) -> Result; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `dlna_supported` and `udn` are never used [INFO] [stdout] --> src/goa.rs:486:8 [INFO] [stdout] | [INFO] [stdout] 485 | pub trait OrgGnomeOnlineAccountsMediaServer { [INFO] [stdout] | --------------------------------- methods in this trait [INFO] [stdout] 486 | fn dlna_supported(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 487 | fn udn(&self) -> Result; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `accept_ssl_errors` and `host` are never used [INFO] [stdout] --> src/goa.rs:470:8 [INFO] [stdout] | [INFO] [stdout] 469 | pub trait OrgGnomeOnlineAccountsExchange { [INFO] [stdout] | ------------------------------ methods in this trait [INFO] [stdout] 470 | fn accept_ssl_errors(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 471 | fn host(&self) -> Result; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `get_ticket` and `details` are never used [INFO] [stdout] --> src/goa.rs:502:8 [INFO] [stdout] | [INFO] [stdout] 501 | pub trait OrgGnomeOnlineAccountsTicketing { [INFO] [stdout] | ------------------------------- methods in this trait [INFO] [stdout] 502 | fn get_ticket(&self) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 503 | fn details(&self) -> Result<::std::collections::HashMap, dbus::Error>; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `OrgGnomeOnlineAccountsTodo` is never used [INFO] [stdout] --> src/goa.rs:518:11 [INFO] [stdout] | [INFO] [stdout] 518 | pub trait OrgGnomeOnlineAccountsTodo { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `dlna_supported` and `udn` are never used [INFO] [stdout] --> src/goa.rs:486:8 [INFO] [stdout] | [INFO] [stdout] 485 | pub trait OrgGnomeOnlineAccountsMediaServer { [INFO] [stdout] | --------------------------------- methods in this trait [INFO] [stdout] 486 | fn dlna_supported(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 487 | fn udn(&self) -> Result; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `OrgGnomeOnlineAccountsReadLater` is never used [INFO] [stdout] --> src/goa.rs:525:11 [INFO] [stdout] | [INFO] [stdout] 525 | pub trait OrgGnomeOnlineAccountsReadLater { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `OrgGnomeOnlineAccountsPrinters` is never used [INFO] [stdout] --> src/goa.rs:531:11 [INFO] [stdout] | [INFO] [stdout] 531 | pub trait OrgGnomeOnlineAccountsPrinters { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `get_ticket` and `details` are never used [INFO] [stdout] --> src/goa.rs:502:8 [INFO] [stdout] | [INFO] [stdout] 501 | pub trait OrgGnomeOnlineAccountsTicketing { [INFO] [stdout] | ------------------------------- methods in this trait [INFO] [stdout] 502 | fn get_ticket(&self) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 503 | fn details(&self) -> Result<::std::collections::HashMap, dbus::Error>; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `OrgGnomeOnlineAccountsTodo` is never used [INFO] [stdout] --> src/goa.rs:518:11 [INFO] [stdout] | [INFO] [stdout] 518 | pub trait OrgGnomeOnlineAccountsTodo { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `OrgGnomeOnlineAccountsReadLater` is never used [INFO] [stdout] --> src/goa.rs:525:11 [INFO] [stdout] | [INFO] [stdout] 525 | pub trait OrgGnomeOnlineAccountsReadLater { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `OrgGnomeOnlineAccountsPrinters` is never used [INFO] [stdout] --> src/goa.rs:531:11 [INFO] [stdout] | [INFO] [stdout] 531 | pub trait OrgGnomeOnlineAccountsPrinters { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s [INFO] running `Command { std: "docker" "inspect" "230357a828f8943ebe9b823d522be19b472120ddc1d1daaaafc9fc0324d0dea1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "230357a828f8943ebe9b823d522be19b472120ddc1d1daaaafc9fc0324d0dea1", kill_on_drop: false }` [INFO] [stdout] 230357a828f8943ebe9b823d522be19b472120ddc1d1daaaafc9fc0324d0dea1